diff --git a/bash/adb-uninstalls.bash b/bash/adb-uninstalls.bash index 2f24098..e8ed11c 100755 --- a/bash/adb-uninstalls.bash +++ b/bash/adb-uninstalls.bash @@ -42,17 +42,17 @@ echo "In case of trouble check Android System Settings, Connected devices, USB m (adb "$@" shell pm disable-user com.evenwell.powersaving.g3 &) (adb "$@" shell pm disable-user com.evenwell.emm &) -# Keep last! Weird workaround for Finnish language in Android Auto audio input https://www.youtube.com/watch?v=jXEqNDaJJ00 -(adb "$@" shell pm uninstall com.google.android.googlequicksearchbox &) -#(adb "$@" shell pm disable com.google.android.googlequicksearchbox &) -(adb "$@" shell pm uninstall com.google.android.projection.gearhead &) -#(adb "$@" shell pm disable com.google.android.projection.gearhead &) - +## Keep last! Weird workaround for Finnish language in Android Auto audio input https://www.youtube.com/watch?v=jXEqNDaJJ00 +#(adb "$@" shell pm uninstall com.google.android.googlequicksearchbox &) +##(adb "$@" shell pm disable com.google.android.googlequicksearchbox &) +#(adb "$@" shell pm uninstall com.google.android.projection.gearhead &) +##(adb "$@" shell pm disable com.google.android.projection.gearhead &) +# # Wait a bit and then reboot the device -echo "You may want to reinstall Google first and Android Auto after it." -echo "https://play.google.com/store/apps/details?id=com.google.android.googlequicksearchbox" -echo "https://play.google.com/store/apps/details?id=com.google.android.projection.gearhead" -echo "Remember to not allow Android Auto to adjust system settings!" +#echo "You may want to reinstall Google first and Android Auto after it." +#echo "https://play.google.com/store/apps/details?id=com.google.android.googlequicksearchbox" +#echo "https://play.google.com/store/apps/details?id=com.google.android.projection.gearhead" +#echo "Remember to not allow Android Auto to adjust system settings!" sleep 15 echo "Please execute \"adb $@ reboot\" once finished."