How do you enable a keyboard via adb? - Wear OS Q&A, Help & Troubleshooting

Google just released a handwriting keyboard for Android and I am wondering how it works on Android Wear. I have got it installed on my watch but much like minimum keyboard... you need to set it to the default keyboard via adb. I haven't been successful in getting it set, but I know it must be possible as you can do it with minimum.
Google Handwriting Input: https://play.google.com/store/apps/details?id=com.google.android.apps.handwriting.ime&hl=en
APK Mirror: http://www.apkmirror.com/apk/google...e-handwriting-input-1-0-android-apk-download/
VIdeo of the keyboard: https://www.youtube.com/watch?v=lOyNLOFTMeo
Minimum Install instructions: http://support.minuum.com/knowledgebase/articles/394385-minuum-on-android-wear

Similar to this:
http://forum.xda-developers.com/android-wear/development/android-stock-keyboard-wear-t2993458
for "ime enable" and "ime set" you need this:
Code:
com.google.android.apps.handwriting.ime/.HandwritingIME
https://plus.google.com/photos/1150...ms/6138352332771697393?authkey=CKyFluHvj7-RNg

Lets us know how it works out

Works standalone and with Terminal Emulator:

Im gonna install it thabks man!

by chance did you get it running? i tried to set it as keyboard but it crashes

Related

[GUIDE] Simple way to change physical keyboard keymappings!

How to change FN(ALT) + key symbols, add them and even change everything on the qwerty -keyboard:
Works at least on Cyanogenmod 10 with android 4.2.2
Hi!
Today I ran into a problem. There were no < and > symbols in my phone (except virtual keyboard) and I needed them. I couldn't find any good guide how to change physical keyboard mappings so that I could use FN + button combo to get those symbols. I only found one guide, but it didn't work for me, old version perhaps? (http://forum.xda-developers.com/showthread.php?t=945921)
This is the way I found, and it's quite simple!
Quick guide:
1) Connect phone with usb and usb debugging on.
2) Find your keyboard layout name from settings -> language & input -> physical keyboard -> selected layout (for example: "vision-keypad-nor")
3 )Filename is layout + ".kcm" -> so in this example "vision-keypad-nor.kcm"
4) Go to command line and:
Code:
adb pull system/usr/keychars/vision-keypad-nor.kcm c:\vision-keypad-nor.kcm
5) Open file c:\vision-keypad-nor.kcm in notepad or other program
6) Find the key uou want to edit, for example A:
Code:
key A {
label:'A'
base:'a'
shift, capslock:'A'
alt: '#'
shift+alt:'#'
}
7) Lets edit that so we get "<" -symbol when pressing FN+A:
Code:
key A {
label:'A'
base:'a'
shift, capslock:'A'
alt: '\u003C'
shift+alt:\u003C'
}
Note: \u003C is unicode for "<". Find more unicodes: http://source.android.com/tech/input/key-character-map-files.html -> Input -> Key character map files
8) Save the file
9) Send the file back to the phone:
Code:
adb push c:\vision-keypad-nor.kcm /system/usr/keychars/vision-keypad-nor.kcm
10) Reboot phone and try pushing FN+A: If you get "<" everything went fine
Im new to this, so please tell me if somethings is wrong with this guide!
Update 28.10.2013 : Updated guide to be more clear.
Oh, sorry... I don't read your guid carefully first time. It's about an 4.x OS :-[
Now i do have one question... because ADB nor USB is not possible for me would this be possible using a root file explorer or no? I will try once I find the time and figure out how to get the www. and .com key back just may be a day or 2 before i can try.
By the way nice find
Been looking for a tutorial like this so that I can finally make better use of a few of the keys on my keyboard. Thanks a lot for the break down.
T.
NICE
Thanks soo much. Now lets make use of our hardware-keybs
Next step would be to assign scripts instead of single charakter
Imagine how many root-scripts we could execute with this as base for the hotkeys
Anyone have any luck getting the www. .com button to work like stock? Right now I have it as TAB.
Sent from my NookColor using Tapatalk 2
Anyone checking this thread anymore??
Sent from my HTC Vision using Tapatalk 4 Beta
Codes
Are that something similar to ASCII codes?
can I add a new language with this trick?
Can Anyone knows how to add second language to physical keyboard? We aready have a key to SW between 2 language but it's only work for English Lang.
nice guide! i need to make russian h\w keyboard, can someone help me with this?
Thank you all, hope that helped you
I think if you want to create a russian keyboard, you just edit that file and put the unicode -code of the russian character to every single button or so on? Not sure though.
SmIzUrF: I think you can edit that file with some root File Explorer on the phone. Just navigate to that folder and file.
I updated the guide so it is more clear
combination with hw quicksettings launcher
is it possible to combine it with HW quicksetting launcher by suzuna apps?
however they utilize hw key search button, do anyone know the ascii of hardware key search button? is it possible to map the search function into the other physical key?
thanks.
Is this guide still relevant with later roms? Some ICS or JB roms dont use the Nordic keymap and it would be useful to replace that.
Great guide! I will definitely use it!
Thanks.
wow!! thanks so much, I am running phoenixOS on my laptop and its keyboard is in German qwerty layout (strange right? - qwerty and not qwertz) but i needed the keys to be mapped according to the keyboard lettering. I am certainly gonna try this out!!

Nexus 5 Jolla Store fix, warehouse install, and keyboard predictions

Found this answer deep in a Jolla thread and it worked like a charm, so I thought I would bring it to light for anyone trying to enable/fix these features on their Nexus 5 running Sailfish OS:
All credit to @5pik3
Download the newest version on your Jolla device here: https://openrepos.net/content/basil/warehouse-sailfishos
Go to terminal (or dev SSH access)
Acquire root permissions with
Code:
devel-su
Type in the password from the developer options panel in the settings app
Now execute this code, line by line
Code:
ssu dr home
ssu dr adaptation0
zypper refresh
If you get a prompt here, type yes (you may have to do it 2 times)
Code:
pkcon install-local /home/nemo/Downloads/harbour-warehouse-[version].armv7hl.rpm
(Replace '[version]' with the version you are installing)
Code:
pkcon install store-client jolla-xt9 jolla-xt9-cp
And that is it! Jolla store should work, Warehouse should be installed, and after a reboot, you will have keyboard predictions!
OP:
5pik3 said:
If you want to install warehouse app download from here https://openrepos.net/content/basil/warehouse-sailfishos
Now open your terminal app or use the ssh access.
You need to have root permissions with 'devel-su'. Enter your password (the one in the developper options in the settings app).
Now you have to disable some repos : enter 'ssu dr home' and 'ssu dr adaptation0'.
Try a litle 'zypper refresh' and you will see no more authentication errors
And you can install the warehouse app with 'pkcon install-local /home/nemo/Downloads/harbour-warehouse-0.3-20.armv7hl.rpm'
And finally you type 'pkcon install store-client jolla-xt9 jolla-xt9-cp'
You can now have the keyboard prediction's and have both warehouse and jolla store to work
Click to expand...
Click to collapse

			
				
pkcon install store works fine on nexus 7 grouper but installing things from within the store gives an error to me
same issue with nexus7
Having same problem using sailfishos-grouper-release-1.0.8.19-alpha1.zip on nexus 7 grouper.
Any tips?
help
why i can't type the password on terminal??
chandradcp said:
why i can't type the password on terminal??
Click to expand...
Click to collapse
You are typing it in, it is just not showing up (this is a security feature for every linux distro). So, type the password in (even though it is not showing up) and hit enter, it will work.
vman411gamer said:
You are typing it in, it is just not showing up (this is a security feature for every linux distro). So, type the password in (even though it is not showing up) and hit enter, it will work.
Click to expand...
Click to collapse
thx... it works:good:
Fresh installs of Sailfish OS 2.0.5.6 give an error when running the final command.
Code:
[[email protected] Downloads]# pkcon install store-client jolla-xt9 jolla-xt9-cp
Command failed: This tool could not find any available package: could not find jolla-xt9
Any idea how to fix this?

[unofficial][linux3.4][native][tarchive][multirom]ArchLinuxARM release for N7 2013

This is not an Android project so I don't feel that posting it in the Android Development forum would be appropriate.
ArchLinuxARM for the flo (2013 Nexus 7) - Native Boot with MultiROM
This is only tested on the Wi-Fi version. With a kernel swap, it should work on the deb (LTE) tablet, though mobile data is highly unlikely to work.
Big thanks to crondog at github for the initial porting work. https://github.com/crondog/arch-flo
Working:
3D Acceleration (OpenGL ES 3.0, Mesa) - can be unstable, however.
Wi-Fi (with NetworkManager)
Bluetooth
Audio
Installation
MultiROM must already be installed, and you must already have a hardboot-capable kernel installed as well.
You will need a Terminal Emulator or ADB Shell to install.
This assumes that arch_flo_20141210_multirom.tar.gz is in the root of your internal storage (/data/media/0).
Code:
su
tar -C /data/media/0/multirom/roms -xpzvf /data/media/0/arch_flo_20141210_multirom.tar.gz
Logging in
The username is "arch" and the password is "archlinux". Change the password ASAP.
For root, the username is "root" and the password is also "root". CHANGE THE PASSWORD ASAP!
You'll probably want to enable the On-Screen Keyboard (onboard) and set your Session to "MATE" up in the top right corner.
Downloads
MultiROM hierarchy tarchive: https://drive.google.com/file/d/0B4WUjKii92l2X1F1LVhsaG5DbUE/view?usp=sharing
Kernel Source: https://github.com/willcast/kernel_flo
Also available for:
Samsung Galaxy S III LTE: http://forum.xda-developers.com/gal...unofficial-port-archlinuxarm-release-t2969290
HP TouchPad: http://forum.xda-developers.com/hp-touchpad/other/unofficial-archlinuxarm-release-hp-t2969310
Nexus 10: http://forum.xda-developers.com/nexus-10/general/unofficial-archlinuxarm-release-nexus-10-t2969450
HTC HD2: http://forum.xda-developers.com/hd2-ubuntu/development/unofficial-archlinuxarm-htc-hd2-t2970483
looks interesting will give it a crack and see how it goes
thanks for the work. it boots impressingly fast.
castrwilliam said:
You'll probably want to enable the On-Screen Keyboard (onboard) and set your Session to "MATE" up in the top right corner.
Click to expand...
Click to collapse
if I activate the onboard keyboard ist shows at the bottom of the login screen. login works without password. when beeing logged in the keyboard is gone. I can see the keyboard symbol on the left besinde the speaker symbol but tapping on it doesn't trigger anything. also changing any options in the control center -> onboard settings have no effects. logging in without keyboard activated and then control center -> onboard settings has no effects either.
I cannot "adb shell" due to lack of permissions
Code:
# adb devices
List of devices attached
???????????? no permissions
and I'm not owning a bluetooth keyboard. so right now I can only play minesweeper - oh wait, it's not installed...
is there any way to rotate the screen as its really annoying having it in portrait all the time
Toby0897 said:
is there any way to rotate the screen as its really annoying having it in portrait all the time
Click to expand...
Click to collapse
Yeah it is in the monitor options but it's worthless since Xorg crashes when changing the rotation
Great stuff!
I would remove the KDE plasma etc packages as that desktop seemed to unusable. (Due to broken hw acceleration?).
what's next?
Hi, I'm having a big trouble...
While I'm trying to do the installation (by adb shell or terminal emulator, both of them) and I enter the command posted in the OP it says:
127|[email protected]:/ # tar -C /data/media/0/multirom/roms -xpzvf /data/media/0/arch_flo_20141210_multirom.tar.gz
tmp-mksh: tar: not found
What can I do to resolve this error? I really would like to install it on my Nexus 7
Thanks in advance!
hugomc92 said:
Hi, I'm having a big trouble...
While I'm trying to do the installation (by adb shell or terminal emulator, both of them) and I enter the command posted in the OP it says:
127|[email protected]:/ # tar -C /data/media/0/multirom/roms -xpzvf /data/media/0/arch_flo_20141210_multirom.tar.gz
tmp-mksh: tar: not found
What can I do to resolve this error? I really would like to install it on my Nexus 7
Thanks in advance!
Click to expand...
Click to collapse
You will need to install busybox for tar to work
daringblaze said:
You will need to install busybox for tar to work
Click to expand...
Click to collapse
Thank you very much!! That make tar to work!!
Gonna try archLinux ASAP!!
Thanks!
updates
Hi, great stuff!
After installing it, I tried to update arch (
Code:
sudo pacman -Syu
) but this resulted in a blank screen upon boot. I assume that this is due to updated packages overwriting parts of the OS that were installed manually, but I don't know what or where. Would you have any ideas of what packages would be responsible for this, so that I know not to upgrade them?
Thanks!
computer-whisperer said:
this resulted in a blank screen upon boot. I assume that this is due to updated packages overwriting parts of the OS that were installed manually, but I don't know what or where. Would you have any ideas of what packages would be responsible for this, so that I know not to upgrade them?
Thanks!
Click to expand...
Click to collapse
Make sure you ignore xorg and mesa stuff. Add
Code:
IgnorePkg = glu mesa mesa-dri mesa-libgl xorg-server-common xorg-server-devel xorg-fonts-misc xproto libdrm
IgnoreGroup = xorg
to /etc/pacman.conf.
The list probably contains some extra entries, but works for me
It took xda 2 years, but they finally did it.
In all seriousness, props to you. I've been waiting for this for along time.
castrwilliam said:
Downloads
MultiROM hierarchy tarchive: https://drive.google.com/......
Click to expand...
Click to collapse
Hi castrwilliam, would you mind sharing what step you went through to create arch_flo_20141210_multirom.tar.gz ?
Great work guys! I was looking for this for a really long time and i am writing this on my n7 with linux but i have a few questions:
1. is it possible to overclock(and how) because my n7 runs on 1.89ghz and 477mhz gpu in android with elementalx kernel and it would be nice to have some more power
2. can the screen be rotated so the hardware buttons are on top (i saw a post saying it chrashes but i cant even find the setting xD) because it would be alot easier to use the OTG cable
And thank you guys for making this happen, i love linux on the note 10.1 and im so glad to have this run it too(would be maaad if it can be overclocked )
Thank you for this wonderful package!
I recently updated all packages ) and iam trying to fix the issue without reinstall (challenge accepted)
It seems that the xorg-server 1.17 is the problem. I compiled. Freedreno and the freedreno mesa 10.3 and libdrn packages without success. The xserver is segfaulting when it loads libexa.so.
Now i try to downgrade to 1.16 . ive read that the xf86-video-freedreno-git package is not working with flo. Is that correct? Did youbuild this packages with modificationa?
I believe this is why i love arch. Its like lego for nerds or something
castrwilliam said:
This is not an Android project so I don't feel that posting it in the Android Development forum would be appropriate.
ArchLinuxARM for the flo (2013 Nexus 7) - Native Boot with MultiROM
This is only tested on the Wi-Fi version. With a kernel swap, it should work on the deb (LTE) tablet, though mobile data is highly unlikely to work.
Big thanks to crondog at github for the initial porting work. https://github.com/crondog/arch-flo
Working:
3D Acceleration (OpenGL ES 3.0, Mesa) - can be unstable, however.
Wi-Fi (with NetworkManager)
Bluetooth
Audio
Installation
MultiROM must already be installed, and you must already have a hardboot-capable kernel installed as well.
You will need a Terminal Emulator or ADB Shell to install.
This assumes that arch_flo_20141210_multirom.tar.gz is in the root of your internal storage (/data/media/0).
Code:
su
tar -C /data/media/0/multirom/roms -xpzvf /data/media/0/arch_flo_20141210_multirom.tar.gz
Logging in
The username is "arch" and the password is "archlinux". Change the password ASAP.
For root, the username is "root" and the password is also "root". CHANGE THE PASSWORD ASAP!
You'll probably want to enable the On-Screen Keyboard (onboard) and set your Session to "MATE" up in the top right corner.
Downloads
MultiROM hierarchy tarchive: https://drive.google.com/file/d/0B4WUjKii92l2X1F1LVhsaG5DbUE/view?usp=sharing
Kernel Source: https://github.com/willcast/kernel_flo
Also available for:
Samsung Galaxy S III LTE: http://forum.xda-developers.com/gal...unofficial-port-archlinuxarm-release-t2969290
HP TouchPad: http://forum.xda-developers.com/hp-touchpad/other/unofficial-archlinuxarm-release-hp-t2969310
Nexus 10: http://forum.xda-developers.com/nexus-10/general/unofficial-archlinuxarm-release-nexus-10-t2969450
HTC HD2: http://forum.xda-developers.com/hd2-ubuntu/development/unofficial-archlinuxarm-htc-hd2-t2970483
Click to expand...
Click to collapse
What's NOT working
Hello, is there some instruction howto run (native) arch on nexus 4? I see only for n7, n10...
castrwilliam said:
This is not an Android project so I don't feel that posting it in the Android Development forum would be appropriate.
ArchLinuxARM for the flo (2013 Nexus 7) - Native Boot with MultiROM
This is only tested on the Wi-Fi version. With a kernel swap, it should work on the deb (LTE) tablet, though mobile data is highly unlikely to work.
Big thanks to crondog at github for the initial porting work. https://github.com/crondog/arch-flo
Working:
3D Acceleration (OpenGL ES 3.0, Mesa) - can be unstable, however.
Wi-Fi (with NetworkManager)
Bluetooth
Audio
Installation
MultiROM must already be installed, and you must already have a hardboot-capable kernel installed as well.
You will need a Terminal Emulator or ADB Shell to install.
This assumes that arch_flo_20141210_multirom.tar.gz is in the root of your internal storage (/data/media/0).
Code:
su
tar -C /data/media/0/multirom/roms -xpzvf /data/media/0/arch_flo_20141210_multirom.tar.gz
Logging in
The username is "arch" and the password is "archlinux". Change the password ASAP.
For root, the username is "root" and the password is also "root". CHANGE THE PASSWORD ASAP!
You'll probably want to enable the On-Screen Keyboard (onboard) and set your Session to "MATE" up in the top right corner.
Downloads
MultiROM hierarchy tarchive: https://drive.google.com/file/d/0B4WUjKii92l2X1F1LVhsaG5DbUE/view?usp=sharing
Kernel Source: https://github.com/willcast/kernel_flo
Also available for:
Samsung Galaxy S III LTE: http://forum.xda-developers.com/gal...unofficial-port-archlinuxarm-release-t2969290
HP TouchPad: http://forum.xda-developers.com/hp-touchpad/other/unofficial-archlinuxarm-release-hp-t2969310
Nexus 10: http://forum.xda-developers.com/nexus-10/general/unofficial-archlinuxarm-release-nexus-10-t2969450
HTC HD2: http://forum.xda-developers.com/hd2-ubuntu/development/unofficial-archlinuxarm-htc-hd2-t2970483
Click to expand...
Click to collapse
Having my favourite distro on my pocket is very exciting so thank you very much...
I have to carry only a development lamp server so using a pacman tip I revert to a base, base-devel system removing everything about xorg and DE.
Now I connect using ssh but I've noticed that the tablet screen is simply blank: no tty, no text console.
There is a way to have a text only console at boot to make a login (may be using an usb keyboard) when device is not connected?
Hello, I have some trouble when I boot.
config: rastapop 5.1.1 (AOSP based) + last multirom v32A + Kernel w/ kexec-hardboot patch (Stock 5.1.1)
Installing archlinux correctly from the terminal emulator. Load it --> black screen (about 6seconds) --> Google Logo forever
Someone know what I can do for make it work ?
Cool I will give it a try.

Nokia 6 / How to add unsupported language to the keyboard?

I purchased a Nokia 6 recently and noticed it doesn't support Korean. The default language is English but I need Korean keyboard for messaging or searching. Can anyone guide me how to add an unsupported language to the keyboard?
GrumpyKK said:
I purchased a Nokia 6 recently and noticed it doesn't support Korean. The default language is English but I need Korean keyboard for messaging or searching. Can anyone guide me how to add an unsupported language to the keyboard?
Click to expand...
Click to collapse
Google has a separate keyboard for Korean - you can find it here: https://play.google.com/store/apps/details?id=com.google.android.inputmethod.korean
Actually, the you can even switch the interface to Korean as well, but it requires a bit of command-line knowledge. My Nokia 6 is in Korean now:
could you explain how you changed the language with a bit of command line knowledge? much appreciated!!!
Lukevanrich said:
could you explain how you changed the language with a bit of command line knowledge? much appreciated!!!
Click to expand...
Click to collapse
No problem. First, you need to download an app to change your language. There are lots of them on the Play Store - the one I use is MoreLocale: https://play.google.com/store/apps/details?id=jp.co.c_lis.ccl.morelocale
Since normal apps are not allowed to change language on Android, you have to grant them a special permission.
First, enable USB debugging on your phone. Assuming you're on Oreo, go to Settings > System > Phone information and quickly tap on Build number until a message that says "Congratulations, you are now a developer" appears. Then go to Settings > System > Developer options and turn on USB debugging.
Second, install ADB on your computer by following this guide: https://www.xda-developers.com/install-adb-windows-macos-linux/
Next, connect your phone with your computer. Open a command prompt window from where you installed ADB, then type this command: adb shell pm grant jp.co.c_lis.ccl.morelocale android.permission.CHANGE_CONFIGURATION
Finally, open the app and tap on your preferred language. If it's not in the list, tap the three-dot button and choose Add locale.
This change sticks even after reboots and updates so you can delete the app. However, don't delete the added language from the language list in Settings or you'll have to add it again.

Install Dictation - voice to text on HD 10 (2019)

After I installed google play store on the latest fire HD 10, i wanted to install the gboard app so I could dictate text instead of typing. But unfortunately I cannot change to another keyboard in the settings of fire OS. Is there any possibility or solution?
Marfabio said:
After I installed google play store on the latest fire HD 10, i wanted to install the gboard app so I could dictate text instead of typing. But unfortunately I cannot change to another keyboard in the settings of fire OS. Is there any possibility or solution?
Click to expand...
Click to collapse
You can change the keyboard using ADB:
Code:
//Enter ADB shell
adb shell
//Open input method listed
ime list -a
//Enable the alternate input method
ime enable com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
//Set it
ime set com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
The last command doesnt seem to work. Is the device to be rooted before?
BTW: I could activate GBoard but I doesnt seem to work when I use the speak function.
BTW: now , i entered the correct code which u wrote. But still did not work.
Exception occurred while executing:
java.lang.IllegalArgumentException: Unknown id: com.amazon.redstone/.FireKeyboardService
at com.android.server.InputMethodManagerService.setInputMethodEnabledLocked(InputMethodManagerService.java:4017)
at com.android.server.InputMethodManagerService.handleShellCommandEnableDisableInputMethod(InputMethodManagerService.java:4988)
at com.android.server.InputMethodManagerService.access$1600(InputMethodManagerService.java:189)
at com.android.server.InputMethodManagerService$ShellCommandImpl.onCommand(InputMethodManagerService.java:4779)
at android.os.ShellCommand.exec(ShellCommand.java:103)
at com.android.server.InputMethodManagerService.onShellCommand(InputMethodManagerService.java:4745)
at android.os.Binder.shellCommand(Binder.java:634)
at android.os.Binder.onTransact(Binder.java:532)
at com.android.internal.view.IInputMethodManager$Stub.onTransact(IInputMethodManager.java:486)
at com.android.server.InputMethodManagerService.onTransact(InputMethodManagerService.java:1511)
at android.os.Binder.execTransact(Binder.java:731)
AmznUser444 Dev said:
You can change the keyboard using ADB:
Code:
//Enter ADB shell
adb shell
//Open input method listed
ime list -a
//Enable the alternate input method
ime enable com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
//Set it
ime set com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
Click to expand...
Click to collapse
Marfabio said:
The last command doesnt seem to work. Is the device to be rooted before?
BTW: I could activate GBoard but I doesnt seem to work when I use the speak function.
BTW: now , i entered the correct code which u wrote. But still did not work.
Exception occurred while executing:
java.lang.IllegalArgumentException: Unknown id: com.amazon.redstone/.FireKeyboardService
at com.android.server.InputMethodManagerService.setInputMethodEnabledLocked(InputMethodManagerService.java:4017)
at com.android.server.InputMethodManagerService.handleShellCommandEnableDisableInputMethod(InputMethodManagerService.java:4988)
at com.android.server.InputMethodManagerService.access$1600(InputMethodManagerService.java:189)
at com.android.server.InputMethodManagerService$ShellCommandImpl.onCommand(InputMethodManagerService.java:4779)
at android.os.ShellCommand.exec(ShellCommand.java:103)
at com.android.server.InputMethodManagerService.onShellCommand(InputMethodManagerService.java:4745)
at android.os.Binder.shellCommand(Binder.java:634)
at android.os.Binder.onTransact(Binder.java:532)
at com.android.internal.view.IInputMethodManager$Stub.onTransact(IInputMethodManager.java:486)
at com.android.server.InputMethodManagerService.onTransact(InputMethodManagerService.java:1511)
at android.os.Binder.execTransact(Binder.java:731)
You can change the keyboard using ADB:
Click to expand...
Click to collapse
Gboard is activated or not.
Try it another way:
Code:
adb shell
settings put secure enabled_input_methods com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
settings put secure default_input_method com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
AmznUser444 Dev said:
Gboard is activated or not.
Try it another way:
Code:
adb shell
settings put secure enabled_input_methods com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
settings put secure default_input_method com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
Click to expand...
Click to collapse
THX, this works fine and GBOARD is activated.
But my problem is when I click on the microphone and speak, it listens and I can see the mic is working. But unfortunately, no text appears then. I already deactivated Alexa.
Also tried your advice in this thread, but it does not work. https://forum.xda-developers.com/hd8-hd10/help/amazon-fire-hd8-2018-gboard-microphone-t4067139
Marfabio said:
THX, this works fine and GBOARD is activated.
But my problem is when I click on the microphone and speak, it listens and I can see the mic is working. But unfortunately, no text appears then. I already deactivated Alexa.
Also tried your advice in this thread, but it does not work. https://forum.xda-developers.com/hd8-hd10/help/amazon-fire-hd8-2018-gboard-microphone-t4067139
Click to expand...
Click to collapse
I have got the same problem on the Fire HD 10 and Fire 7 (2019) (not rooted or unlocked). I could enable Google Assisant and Google Voice Search but Voice Input with Gboard and Youtoube Kids does not work!
After enabling Google Voice Input in the Settings a messages appears "Note: After a reboot, this app can't open until you unlock your Fire."
How do I fix this problem?
no dictation
beckerheinz said:
I have got the same problem on the Fire HD 10 and Fire 7 (2019) (not rooted or unlocked). I could enable Google Assisant and Google Voice Search but Voice Input with Gboard and Youtoube Kids does not work!
After enabling Google Voice Input in the Settings a messages appears "Note: After a reboot, this app can't open until you unlock your Fire."
How do I fix this problem?
Click to expand...
Click to collapse
I just bought a new fire HD 10 and have the same problem. Did you ever find a fix ?
bigredlions said:
I just bought a new fire HD 10 and have the same problem. Did you ever find a fix ?
Click to expand...
Click to collapse
No, sorry! No solution yet! :crying:
Same problem here. What's strange is that I bought two Fire HD 8+ tablets... Setup (basically) the exact same way. Voice typing works on one but not the other! So frustrating...
Anyone else have any other ideas or success?

Categories

Resources