Created
July 27, 2021 10:46
-
-
Save cpuuntery/07d4c3134e87110fb74f86252101ece2 to your computer and use it in GitHub Desktop.
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
# 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