Created
November 15, 2024 07:25
-
-
Save 1d10t/ce5a34688c2243f977f10974434b9419 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# download google keyboards https://4pda.to/forum/index.php?showtopic=1065502&view=findpost&p=126275158 | |
adb connect 192.168.43.96:5555 | |
adb shell pm disable-user com.android.packageinstaller | |
adb install Google+Gboard.2.0.10.apk | |
adb shell ime list -a -s | |
adb shell ime enable com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME | |
adb shell ime set com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME | |
adb shell ime disable com.iqqi.watch_imeservice/com.iqqi.watch_inputmethod.IMEService | |
adb install Google+Gboard.2.5.07.apk | |
adb shell pm enable com.android.packageinstaller | |
adb shell am start -n com.google.android.inputmethod.latin/com.google.android.apps.inputmethod.wear2.preferences.SettingsActivity |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment