FriendlyNeighborhoodShane / MinMicroG

Sources and scripts for MinMicroG installers. You shall find no prebuilt releases here.
GNU General Public License v3.0
316 stars 32 forks source link

Add fix_microg script to fix gcm for microg #10

Closed frknkrc44 closed 3 years ago

frknkrc44 commented 4 years ago

if you take backup and change your rom then restore backups, microg can't recognize some apps like WhatsApp. I added a terminal command to fix that

FriendlyNeighborhoodShane commented 4 years ago

Thanks, this is a really cool trick. But do we really need to add an entire script for this? :P

It's a oneliner to copy/paste: rm -rf /data/data/*/shared_prefs/com.google.android.gms.*.xml We can just add it to install.md's troubleshooting section.

FriendlyNeighborhoodShane commented 4 years ago

How does 3ec7876199b5ac29dbd6159c07782b05377342aa look?

frknkrc44 commented 4 years ago

looks good :) we don't need to a script for that but some people needs to short commands, that's why I created this script