nanodroid-overlay: drop -m param

merge-requests/23/head
Christopher Roy Bratusek 6 years ago
parent a57895ba25
commit 7666993a98

@ -69,9 +69,6 @@
* nanodroid-overlay
* various minor improvements
* support debloating applications from `/system/reserve`
* nanodroid-util
* add `-m`, `--fix-microg` switch
* may fix microG installation issues on some GApps-infected Stock ROMs
* Documentation
* added additional instructions for Stock ROMs

@ -49,14 +49,6 @@ read_clipboard () {
cmd appops set ${1} READ_CLIPBOARD ignore
}
fix_microg () {
for app in GsfProxy GmsCore Phonesky; do
pm install -r /system/priv-app/${app}/${app}.apk
done
pm install -r /system/app/DroidGuard/DroidGuard.apk
}
error () {
echo "!! ${@}"
exit 1
@ -97,7 +89,6 @@ Misc. Functions
-P | --airplane-mode change airplane mode settings
-F | --audio-focus prevent an app from stealing audio focus
-b | --boot-count read boot counts (Android 7+)
-B | --read-clipboard prevent an app from reading the clipboard
-m | --fix-microg fix microG installation issue on GApps-infected Stock ROMs"
-B | --read-clipboard prevent an app from reading the clipboard"
;;
esac

@ -10,7 +10,6 @@ The `nanodroid-util` Script, respectively it's shortcut `nutl` is used by NanoDr
* prevent applications from reading the clipboard
* display device's boot count
* requires Android 7.0 or newer
* fix microG installation issue on GApps-infected Stock ROMs
## Invocation
@ -55,9 +54,3 @@ many apps have the permission to read the clipboard for no reason, with this you
`-b`, `--boot-count`
show how often the device was booted; requires Android 7.0 or newer
### Fix microG installation on GApps-infected Stock ROMs
`-m`, `--fix-microg`
fixes microG not being installed after flashing NanoDroid due to clashing permissions between GApps GsfProxy and microG GsfProxy, which prevents microG GmsCore installation. Likewise for GApps Play Store and NanoDroid Play Store.

Loading…
Cancel
Save