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

IP question

The IP address is always assigned by the Internet provider. That's true whether it's WiFi or cellular. If you are on your home WiFi network you will have a local IP address on that network, which is different from your router's IP address (and a website you visit should see the router's address rather than your phone's address within your home network).

It's possible that person you spoke to was confused between your IP address and your phone's MAC address (which is an identifier for the hardware device on whatever network you connect to). It's also possible that they just said something to fob you off - sadly this is not uncommon (either deliberately or because they don't like saying "I don't know").

Gboard - Lefties - Manage Positions Of Buttons (Spacebar mainly)

Hello all,

I use my left thumb to hit the spacebar. The emjoi button is on the left side of the spacebar and I ALWAYS hit that stupid emoji button instead of the spacebar.

iPhone you can manage your keyboard and move buttons around. Gboard you cannot. I do not want to use the 'one hand' because the letters are then too small. All I want to do is move the emjoi button to the other side of the spacebar and the spacebar over. I also tried hiding the emjoi button in the options but then it just turns that button to a comma.

I tried developer options, RTL but that doesn't change the Gboard, but it changes other stuff.

Any suggestions?

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?

Filter

Back
Top Bottom