Hi All,
For some odd reason all of the sudden Voice Input (speech to text) feature disappeared! I cannot find the little microphone in the keyboard. Also swiping across is not activating this feature.
I would appreciate any help.
thanks
Hold down the '?123'<keyboard settings<voice input (make sure it's checked)
That option doesn't exist. I was testing few keyboards and i wonder if i have un-installed the original one !?! When i go to input method i see "android keyboard". should it only say keyboard? sorry for my stupid questions.
If you literally hold down the "?123" key for a couple seconds a pop up will appear that gives a choice of input
Method or keyboard settings, hit keyboard settings.
whatwhat456 said:
If you literally hold down the "?123" key for a couple seconds a pop up will appear that gives a choice of input
Method or keyboard settings, hit keyboard settings.
Click to expand...
Click to collapse
Thank you. I understood your initial instructions however what i wanted to say earlier is that "voice input" option do not exist. I have other settings that i can change i.e vibrate etc.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
the Voice Input above does not exist on my screen
I have installed HTC_IME Keyboard and the icon does appear now on the keyboard. However, nothing happens when i click it.
I don't believe the feature works with the hacked HTC_IME keyboard.
Related
Hi
Just got a Dual 20 key, I noticed that sometimes you get a full qwerty touch keyboard (1 key per letter) say in contacts for narrowing the search, but when entering email etc you get the qwerty/20 key.
I see people recommending things like Pocket CM keyboard, but clearly the same capability is already built in, but cannot find a way to make the fully qwerty appear in text entry areas?
Any ideas?
+1
I'm interested in this too !
Same here in on the dual 16 key.
I want to use a software keyboard with Vito SMS chat because the hardware slide keypad wont work and the software touch pad wont work either.
The only way is the touch keyboard, but it shifts from the full qwerty to the 20 key, whilst the 20key also wont work with the ap :-( How do you shift from both?
+1... How to??
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
gip_mad said:
+1... How to??
Click to expand...
Click to collapse
yh i want that keyboard in the thumbnail but when ever i select a field it gives me a different keyboard how do we oput this one as that please tell me
I'm intrested also
gip_mad said:
+1... How to??
Click to expand...
Click to collapse
Please let me how to get this all the time.
anyone got a answer???
there is 1 thing that drives me MENTAL in winmo. you know...at the bottom there is the keyboard icon to hide or show the keyboard? yeah thats great, very useful, but if you touch 2 or 3 pixels to the right you get this:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
There must be a registry key to disable this menu? it drives me crazy, its so easy to accidentally tap it when going to hit the spacebar or the keyboard icon but takes almost 15 seconds to appear with no way of canceling it until it displays.
Very frustrating.
Hi Uppy,
This is driving me crazy too.Count me in for this crusade.
Can someone help us please???
Try this...
First find HEKY_CURRENT_USER\Controlpanel\Sip with a registry edting tool,
then create a new DWORD with the name TurnOffAutoDeploy,and set the value to 1.
Have fun with your T3333(Mega)!
Thanks dude, i tried it but no luck.
Searched but did not find anything on XDA....
However this is a site with many, many registry tweaks http://nowsci.com/registry-changer/..... check the section on "input method". Maybe disable sip input method will work....Have not tried them.....and be careful changing in particular HKCR registries can be "killing" for your device.....know from own experience
Uppy said:
Thanks dude, i tried it but no luck.
Click to expand...
Click to collapse
Sorry!I have checked.It works with something like sms imput or word mobile, not always working with browsers.
Anyhow it improves a little.
Uppy said:
Thanks dude, i tried it but no luck.
Click to expand...
Click to collapse
You can try this:
http://forum.xda-developers.com/showpost.php?p=6274925&postcount=21
Hello i need to override the virtual onscreen button that hides the soft keyboard.
Does anyone know hot to get the event of the virtual button that hides the keyboard or its KEYCODE? On devices with hardware buttons (Back Home Options Search) this can be done by overriding the BACK button, but on devices that have onscreen virtual buttons the back button changes into an arrow that hides the keyboard...
The first view with normal buttons
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
The second view with the little arrow
Sorry for bothering you with this but i searched google for two days and found nothing.
Sorry for my english and thank you!
You can override the EditText: http://stackoverflow.com/questions/3425932/detecting-when-user-has-dismissed-the-soft-keyboard
There are also other possiblities: http://stackoverflow.com/questions/2150078/how-to-check-visibility-of-software-keyboard-in-android
They just do not use the onKeyXXX methods. :laugh:
nikwen said:
You can override the EditText: http://stackoverflow.com/questions/3425932/detecting-when-user-has-dismissed-the-soft-keyboard
There are also other possiblities: http://stackoverflow.com/questions/2150078/how-to-check-visibility-of-software-keyboard-in-android
They just do not use the onKeyXXX methods. :laugh:
Click to expand...
Click to collapse
First of all thank you for your fast answer.
I managed to implement to detect if the soft keyboard is shown or hidden using the method that measures the layout height.
Thank you very much!!
alex-p690 said:
First of all thank you for your fast answer.
I managed to implement to detect if the soft keyboard is shown or hidden using the method that measures the layout height.
Thank you very much!!
Click to expand...
Click to collapse
Great.
You are welcome.
Hey all,
I updated recently to lollipop using Kies, I got the bob8 build. Everything is working fine, except the gpsd battery drain issue but I identified my carrier 3g network as the culprit, so 2g is a temporal fix.
Anyway, the issue that's really bothering me is that I can't disable the Android spell checker. Usually you find the option to turn it off in language and input menu in settings, but it's not there on this Rom.
It's not my keyboard because it happens with any keyboard I use (have tried Swype, swiftkey, Google keyboard) and I disabled spell checker for those keyboards yet the red underline is still there. And it's annoying because I like my phone in English as main language but I usually write in Spanish so every word not in the English dictionary gets underlined.
You would think this is only cosmetic issue but it's not really, see, in Swype you may sometimes get spell mistakes so you want to go back and fix it. To do that you tap the word, it gets selected and you can swipe away the word again and will replace the one that was selected. Now it's impossible to do because tapping an underlined word will bring a suggestion pop-up that stays on top of everything (even keyboard) with English words to select. This is normal behaviour for Android spell checker and I always turned that off, but can't find any setting for that on this Rom.
Here is a screenshot
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
I added screenshots just in case anyone has seen this before and can help me. Thanks!
Same problem
You know, I've the same problem.
What I figured out is that it only happens when you write in other language than the system.
It's pretty annoying.
I'll try others roms. Maybe the problem is this build...
Is it normal that there is not a voice in the settings to change keyboard? I've got both gboard and SwiftKey and I can't find a way to switch between one and the other
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Tap on the Virtual Keyboard option
MrBelter said:
Tap on the Virtual Keyboard option
Click to expand...
Click to collapse
I'm still not able to change it, I'll get in this menu where if I click on any of the keyboards I'll get in their settings. And if I click on manage keyboards I can activate or deactivate them, not change the one that I want to use
open your text messaging app or something that requires you to type, bring up a keyboard and select change keyboard by tapping the icon in the bottom right of the screen.
Changing Keyboard-Moto G5 Plus special note
Gabriele_Treglia said:
Is it normal that there is not a voice in the settings to change keyboard? I've got both gboard and SwiftKey and I can't find a way to switch between one and the other View attachment 4202209
Click to expand...
Click to collapse
If you have activated the Moto Action>One Button Nav, the keyboard icon will not appear. One Button Nav removes the black bar at the bottom of the screen that displays the on-screen buttons for Home, Back, etc. and you use the fingerprint sensor gestures instead. This gives me a bit more screen real estate. You must disable One Button Nav, then the keyboard icon is visible. Once I changed keyboards, I reactivated One Button.