Skip to content

Instantly share code, notes, and snippets.

@rwp0
Last active July 31, 2025 23:24
Show Gist options
  • Save rwp0/d755ff9903b259e0fe3147eda2897f85 to your computer and use it in GitHub Desktop.
Save rwp0/d755ff9903b259e0fe3147eda2897f85 to your computer and use it in GitHub Desktop.
Disable Samsung Keyboard for Gboard
# 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
@rwp0
Copy link
Author

rwp0 commented Jul 15, 2025

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment