mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2026-05-23 16:23:14 +02:00
adb-uninstalls.bash: comment out the weird Android Auto thingy
This commit is contained in:
parent
1f710beae5
commit
cc44bf86d7
@ -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.powersaving.g3 &)
|
||||||
(adb "$@" shell pm disable-user com.evenwell.emm &)
|
(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
|
## 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 uninstall com.google.android.googlequicksearchbox &)
|
||||||
#(adb "$@" shell pm disable com.google.android.googlequicksearchbox &)
|
##(adb "$@" shell pm disable com.google.android.googlequicksearchbox &)
|
||||||
(adb "$@" shell pm uninstall com.google.android.projection.gearhead &)
|
#(adb "$@" shell pm uninstall com.google.android.projection.gearhead &)
|
||||||
#(adb "$@" shell pm disable com.google.android.projection.gearhead &)
|
##(adb "$@" shell pm disable com.google.android.projection.gearhead &)
|
||||||
|
#
|
||||||
# Wait a bit and then reboot the device
|
# Wait a bit and then reboot the device
|
||||||
echo "You may want to reinstall Google first and Android Auto after it."
|
#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.googlequicksearchbox"
|
||||||
echo "https://play.google.com/store/apps/details?id=com.google.android.projection.gearhead"
|
#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 "Remember to not allow Android Auto to adjust system settings!"
|
||||||
|
|
||||||
sleep 15
|
sleep 15
|
||||||
echo "Please execute \"adb $@ reboot\" once finished."
|
echo "Please execute \"adb $@ reboot\" once finished."
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user