Last active
July 31, 2025 23:24
-
-
Save rwp0/d755ff9903b259e0fe3147eda2897f85 to your computer and use it in GitHub Desktop.
Disable Samsung Keyboard for Gboard
This file contains hidden or 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
# adb pair | |
# adb connect | |
# adb devices | |
adb shell \ | |
pm disable-user \ | |
--user 0 com.samsung.android.honeyboard | |
# Install back with: | |
# adb shell cmd package install-existing com.samsung.android.honeyboard |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://developer.android.com/tools/adb