• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Fail to install chrome and other apps

Found the solution on rmn2.

Quote:
Originally Posted by utlex
On (MIUI forum), user artek242 proposed workaround (which I believe comes from this thread) - disable Ahead of Time compilation, go with JIT.

Those two entries need to be inserted into build.prop file:
dalvik.vm.image-dex2oat-filter=speed
dalvik.vm.dex2oat-filter=interpret-only

Hopefully someone skilled enough (from XDA or Xiaomi/MIUI) will look further into that and try to fix dex2oat so we wouldn't need to disable AOT.
End quote

Maybe somebody rooted can try it.

Speech to text for RecognizerIntent

Hi there,
I am using google voice-to-text ,when i click on microphone and speak and stop for 1 second it is automatically closing.I have tried using the below code,but it is only silencing before starting anyone speaking,but i also what the microphone to listen after speaking for some seconds.can anyone please help me.

source code:
Intent intent = new Intent(RecognizerIntent.ACTION_RECOGNIZE_SPEECH); intent.putExtra(RecognizerIntent.EXTRA_LANGUAGE_MODEL, RecognizerIntent.LANGUAGE_MODEL_FREE_FORM); intent.putExtra(RecognizerIntent.EXTRA_LANGUAGE, Locale.getDefault()); intent.putExtra(RecognizerIntent.EXTRA_SPEECH_INPUT_COMPLETE_SILENCE_LENGTH_MILLIS,300000);
intent.putExtra(RecognizerIntent.EXTRA_SPEECH_INPUT_MINIMUM_LENGTH_MILLIS,300000); intent.putExtra(RecognizerIntent.EXTRA_SPEECH_INPUT_POSSIBLY_COMPLETE_SILENCE_LENGTH_MILLIS,300000); // Start the activity, the intent will be populated with the speech text intent.putExtra(RecognizerIntent.EXTRA_CALLING_PACKAGE,"in.concent.healphaTest"); startActivityForResult(intent, SPEECH_REQUEST_CODE);

host name

Welcome to Android Forums, 9793038233pal1234!
Host name of my phone
If you're asking how to find your phone's hostname, this used to work in a terminal:

Code:
getprop net.hostname

but when I just tried it, it didn't work.

I think there's an entry somewhere in System Settings, but a quick glance through mine didn't find it.

Just wondering, why do you need your phone's hostname?

What is the best 16gb android phone that I can custom rom?

It's rare for someone to want to buy a phone with a custom rom already installed. That's a security risk.

Here's the title of the thread which suggests he wants to install the rom himself...
"What is the best 16gb android phone that I can custom rom?"

After talking to him in the thread he never suggested he wanted a rom pre-installed. Hope this clears things up.



Thank you

Your explanation is valid and your manner is
courteous and professional.

I keep getting a mouse cursor appear on my screen.

I the same problem. A black mouse cursor which frantically moved around on the center of the screen, with a tiny blue circle around it.

My phone is rooted, so WTF I thought, I couldn't be hacked?

But disabling the GPS fixed it. I think the problem arose when I updated snapchat on my old M8.

Alas!
The frantic mouse cursor is back! Disabling GPS didn't work after all. What to do then?

Help Getting Motorola Maxx HD 926 on Tmobile

Hello guys, first time posting here but I'm really struggling so I'm not sure where else to turn. I currently have T-Mobile for service and my dad destroyed his old smartphone so I purchased a moto droid maxx hd xt926, got a sim converter, and tried to activate it on our service after reading that it was possible online. I know that the phone is locked to Verizon and needs to be unlocked via cdma workshop or radiocomm but I am having zero luck doing so. I can't find either of the apps that are needed to download anywhere and seeing as the phone/situation is an older one, it is tough to find anyone who is currently dealing with the problem. I would sincerely appreciate any help at all. I have no other options for a phone for him at the moment, and I have been going through a lot personally lately, so figuring out a solution to this problem would be a huge stress relief. Thank you in advance for reading this or any help you can offer me! ~Brian

Filter

Back
Top Bottom