microg-unofficial-installer icon indicating copy to clipboard operation
microg-unofficial-installer copied to clipboard

How could I uninstall it?

Open ghost opened this issue 5 years ago • 3 comments

I have Android 9 and was trying to use yours script. Unfortunately unifiednlp do not have location to test geocoder and I can't force it to do so. Do you have some kind of uninstall zip, or should I remove every app manualy?

ghost avatar Sep 18 '18 10:09 ghost

Currently you have to extract the file "uninstall.sh" from the zip and execute it manually as root.

In the future I plan to simplify it. Also I want to fix your problems with Android 9. I will hopefully release a new version this week (if I find enough free time).

ale5000-git avatar Oct 15 '18 15:10 ale5000-git

@smigima: Hi, could you please test microG unofficial installer 1.0.32 beta?

ale5000-git avatar Nov 01 '18 01:11 ale5000-git

I ran something like this:

$ adb shell
$$ mkdir /sdcard/Download/microG
$$ cd /sdcard/Download/microG
$$ unzip ../microg*.zip
# su
# mount -o rw,remount /system
# sh uninstall.sh 

Looks like it worked!

puffnfresh avatar Nov 27 '18 19:11 puffnfresh