Android Auto keeps crashing upon startup - Xiaomi Mi 9 Questions & Answers

I read somewhere dual apps can cause problems, so I deleted my only dual app on the phone (WhatsApp) and made sure that "user 999" is no longer there ("pm list users" shows only user 0). But the problem with Android Auto still persists.
It simply crashes after the initial configuration. Then subsequently every time I tap on the icon to run it, it crashes and quits right away.
I cleared data for both Android Auto and Google play services. Same problem.
I did some debloating when I started using the phone before installing Android Auto. Could this be the issue, that I debloated something that was essential to Android Auto's operations?
I also have Magisk running on the phone. Tried hiding Android Auto (Google Play Services is already hidden). Same problem.
Any help appreciated ! Running MIUI EEA 10.2.26 by the way.

Found the issue.
In app permissions I allowed the app to access calendar. But I have removed Google calendar from the system with adb tools (I use Outlook so Google Calendar becomes redundant). I guess Android Auto assumes Google Calendar is always there so it crashes when it is not found.
I disable the calendar permission and everything works now.

Related

Google Maps won´t download offline maps

Hey all,
Tried the board search for a possible solution to my prob, to no avail so far:
I am using a Galaxy Tab 2 10.1, GP5110, android 4.0.3.
Fully rooted, avast! security installed as firewall, running in whitelist mode - I rather allow those few application I like internet access and have everything else blocked by default, with the ongoing permission-hunger of most app developers I figured to be better safe than sorry.
My problem: Googles` Maps App is running perfectly fine, however when I try to download any offline maps (settings -> make available offline) it just opens a tab called "My Places", showing my map indicating 0.0MB/0.0MB, download never starts.
I tried whitelisting a number of different system processes - such as was necessary to get the youtube app running - but was not successful identifying the correct ones.
Anybody out there who could help?
Thanks in advance!
Regards,
Chris
Can you not turn the firewall off , download the maps you want then turn it back on ? I have managed to download offline maps but avast firewall was not on ..... just a thought.
Would probably work, but I'm rather looking for a permanent solution than a workaround... Thanks for your suggestion though!
Go to settings -> Clear all offline maps
Then open Google Play, uninstall Google Maps, then update Google Maps, Restart Device,
Now it works on mine. There should be a notification section called "Downloaded Maps" which tells you the progress, as well as inside Google maps.

Google Maps Updates no matter what your settings are

I use an OLD version of Maps. It's simple, I'm used to it, so I stick with it.
Recently the Maps app started updating itself without prompt, without me going to the Market and selecting it. It updates despite the fact I have "don't auto update" set for all my apps on the Market app. I disconnected it from the Market in Titanium Backup but that only lasts for a short time as you probably all know. I found a setting in TB where some items were set for auto update and I turned ALL of them off (including Maps). Then today I found it had updated itself back to the current version again.
I've tried everything I know of. I have currently frozen the Market app to see if that will prevent an update. But you know what? I'm sick of this, and I'm trying out Nokia's Here Maps.
Just for update purposes, freezing the Play Market app did not stop a self-update of Maps.
I then googled again, and found a mention of stopping changes to another app by editing the properties of the APK to "read only". I have gone in with Root Explorer and turned off Write Access for the google maps apk. That was one day ago, so I will see how that works. It's apparent that the update must be through the Maps app itself if not some push update from Google.

[Q] Version of Google Play-Services

Hello and good morning,
as i have big issues with push notifications (gmail, whatsapp and some other apps),
could you please tell me, the version number installed in your device?
(settings - application manager - all - google play-services)
after long testing, i found at that this issue is being caused by this service,
google search will find a huge thread "Gmail app is not syncing automatically on my phone"
a silent update of google play services installed 8.3.01 (2385995-034) at my device.
shortly after that, push notifications suddenly stopped.
thank you
crxvti said:
Hello and good morning,
as i have big issues with push notifications (gmail, whatsapp and some other apps),
could you please tell me, the version number installed in your device?
(settings - application manager - all - google play-services)
after long testing, i found at that this issue is being caused by this service,
google search will find a huge thread "Gmail app is not syncing automatically on my phone"
a silent update of google play services installed 8.3.01 (2385995-034) at my device.
shortly after that, push notifications suddenly stopped.
thank you
Click to expand...
Click to collapse
Have you checked your apps ops settings? Keep awake must be enabled now I think... I just fixed OMNI ROM driven S3 mini of my friend and he still kept the latest official services.
Otherwise, DL Google store 8.4.20 and Google play services 8.1.15 (2250156-034), go in to airplane mode, uninstall updates for these two, substitute your original Store and Services with indicated above in the priv system folders, do the game with terminal chattr +1 on the store, disable update service on the store, reboot, enable the net and voila. Naturally, do all the backups before all of that and you should be good for all times (my One+1 is not updating the store nor services anymore doing these steps). NOTE: I b0rking something, revert to prev. backups or previous backups and thinker it again.
My wife's S3 Mini has no problem , cause of her setup (no apps ops in between and no services disabled).
my 2"

IMPORTANT: Real reason custom AA apps are not working any more!

I have been reading the various threads and GitHub issues for popular custom AA apps and it seems nobody has really explained the real reason the apps are not working any more: any apps developed using an unofficial AA app SDK (aauto-sdk) OR using the internal AA APIs will no longer run (crash on start - the screen just blinks and goes back to AA launcher) because of this Exception:
java.lang.SecurityException: Wrong signature - go/gearhead-retail-device
There are temporary workarounds such as downgrading the Android Auto APK and preventing server-side config from downloading to device but currently, for normal non-rooted users which have auto-update on these apps won't work. Renaming their package names won't help either as they will still trigger the Exception when trying to show their UI on AA screen.
For AA developers: Google wants to limit the functionality of AA apps for various reasons, including safety while driving. The only official way to develop AA apps is to use the Android for Cars App Library. This library does of course not allow for low-level API access which custom AA apps relied on - no longer can you just manipulate your own Activity and draw normal Android UI. It also limits the amount of text/interaction permitted. This means any custom apps will have to workaround using the very limited APIs available in this library - a full redesign will be needed.
Perhaps load older version and either use a adb edit or a package disabler to kill updates on stock devices.
OTA updates is the first thing I lock down on a stock Android... once bitten, twice shy.
Any directions what someone which is rooted should do so, never need to update android auto? I have a dedicated phone for android auto in car. I use it only for this. But every now and then, android auto doesn't work and force you to update to last version. (in which last version custom apps doesn't work).
Some suggest use firewall for Google play services and android auto, to cut internet from those. I tried it but I'm not sure it's working..
sosimple said:
Any directions what someone which is rooted should do so, never need to update android auto? I have a dedicated phone for android auto in car. I use it only for this. But every now and then, android auto doesn't work and force you to update to last version. (in which last version custom apps doesn't work).
Some suggest use firewall for Google play services and android auto, to cut internet from those. I tried it but I'm not sure it's working..
Click to expand...
Click to collapse
You have to ID what are the offending update app/UID(s).
Google play Services can be temporarily disabled but it has dependencies like Gmail and certain 3rd party apps. The update app(s) may also be dependencies of this service.
Not a practical solution.
Each case is unique. Sometimes it's a force update to an app like in my Samsung's case, Wearables. The update screwed my Buds+ sound proper. Wearables checks for updates everytime it's used.
Solution: uninstalled new version, install older previous backup copy and use Karma Firewall* to ID the app's and/or UID when it connected to the internet.
Repeat above process as when it connected it again updated Except the second time around I firewall blocked Wearables (there are actually 2 that needed to be blocked) internet access.
Took close to an hour to troubleshoot, quit irritating.
Updates, destroyer of worlds
Yes, well... play with it
*Karma's valuable logging feature is blocked on Android 10 and higher. You can still ferret out the offending app/UIDs but it's harder
Actually app are working correctly on android 9\10\11 installed using aaad, kingInstaller or aaease. Unfortunately this error is showed on android 12 devices and can't find a workaround for now
fcaronte said:
Actually app are working correctly on android 9\10\11 installed using aaad, kingInstaller or aaease. Unfortunately this error is showed on android 12 devices and can't find a workaround for now
Click to expand...
Click to collapse
is Android Auto not working on Android 12 ?
Ze2ro said:
is Android Auto not working on Android 12 ?
Click to expand...
Click to collapse
As now on android 12 will work only with version 6.9xxxx44 but Google is start showing a notification to update, you can avoid it for now but I don't know how lot will work this trick. The other solutions is working with new version but is really annoying and practically you need to clear data of android apps every time you want to connect to the car and use custom app

Android Auto updated to 7.8.622514-release --> "Google" app now available on Android Auto

Hello,
Today I was unfortunately forced to update Android Auto to 7.8.622514-release. My Android Auto was running really stable with 7.5 (and I had really bad experience with 7.1 and 7.3 --> therefore I'm absolutely no fan of this forced updates).
I checked the functionality with a second phone with the app "Headunit Reloaded".
I noticed that I have a now the "Google" app available in Android Auto.
But it seems to me that the app has no function at all. I just have the message "no new messages during your drive".
Moreover it also does not appear in the launcher settings on my phone. Therefore I can't even deactivate the Google app.
Does anyone else have this? Does anyone know what kind of function the app should have?
I really do not think that I need this app. I prefer to have a clean Android Auto. Is there any other way to deactivate this app from Android Auto?
Thanks a lot.
Update: I also noticed that the Google Assistant shortcuts vanished and can't get brought back...Where are my Google Assistant shortcuts now?
Update 2: now after using Android Auto today for some drives in my car, everything is normal again. The Google app was gone after the 2nd drive and I could add my Assistant shortcuts again after the 3rd drive. I'm really curious why this happened...
I just hate these forced updates.

Categories

Resources