also not the right package name. here’s the package names:
com.google.android.apps.maps
com.google.android.googlequicksearchbox
com.google.android.tts
Also, you need root. try running SU before
also not the right package name. here’s the package names:
com.google.android.apps.maps
com.google.android.googlequicksearchbox
com.google.android.tts
Also, you need root. try running SU before
I was gonna ask in my first post if I need root
I guess it’s not nogeiah then
![]()
(my phone’s not rooted)
i have a rooted tcl flip would it work if i get all those packages and give your disable commands?
In order for aa to work you also need play services
cam you install all 4 packages and block them with his commands would it work then?
Those 2 packages wont help you without play services or aa installed
I am no sure if the tcl is really compatible with Android auto.
This seems to work as a magisk module.
kosher-android-auto-fix.zip (552 Bytes)
service.sh
#!/system/bin/sh
# Wait for system to be ready
sleep 30
# Packages to suspend and disable
PKGS="
com.google.android.apps.maps
com.google.android.googlequicksearchbox
"
for pkg in $PKGS; do
pm suspend --user 0 "$pkg"
pm disable --user 0 "$pkg"
done
Might be too long of a sleep though, depending on the phone. My apps showed up for a few seconds then disappeared.
This would only need to be ran once on first boot
How do i build that into my rom?
@TripleU instead of making an rc, we can just include this in adb.tar if (when) that method works.
We could include the necessary apps as well.
Include the script in the module in the tar? why not just run it as a separate script? Make another service in the rc file etc
Don’t remember when I wrote that but now that we can have Google maps kosher, we can just add to the service to get rid of google
is there a way to keep maps working for android auto though? as in use it for directions but not on the phone itself? I guess now that we can take out the pics anyways its not super necessary, but is there a way to do that?
Still did not figure out that one, but I have a clue. It’s called “IFW” intent filter wall. Basically, block the intent of launching maps - but does not apply for AA.
Ah ok. Will look into it when i can
If there’s no ADB access, can’t you just remove the launcher icon?
Why make it so complicated?
Seems like it will still be available in settings…
I think when I tried it it disappeared from settings but not sure 100 percent.
What did you try? pm hide?
Just tried flashing my module again.
Disappears from settings too. Both Google and maps
So those commands
suspend and disable