Skip to content

Instantly share code, notes, and snippets.

@cpuuntery
Created July 27, 2021 10:46
Show Gist options
  • Save cpuuntery/07d4c3134e87110fb74f86252101ece2 to your computer and use it in GitHub Desktop.
Save cpuuntery/07d4c3134e87110fb74f86252101ece2 to your computer and use it in GitHub Desktop.
# this the first option. if it didn't work. go to option 2
adb shell cmd overlay disable com.android.internal.systemui.navbar.gestural
adb shell cmd overlay enable com.android.internal.systemui.navbar.threebutton
# install any a launcher you like before option 2
# disable or uninstall the stock launcher. uninstalling is the last option
adb shell pm disable-user --user 0 the.stock.launcher
adb shell pm uninstall --user 0 the.stock.launcher
adb shell settings put secure system_navigation_keys_enabled 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment