From 61429438a59babd99916d416ca3afd95f575837e Mon Sep 17 00:00:00 2001 From: Christopher Roy Bratusek Date: Tue, 25 Dec 2018 21:56:58 +0100 Subject: [PATCH] update README --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a3c9ea1..ac1ecd0 100644 --- a/README.md +++ b/README.md @@ -667,12 +667,18 @@ List of known issues * install Bromite WebView as user-app, as root, on-device, issue: * `pm install -r /system/app/BromiteWebView/BromiteWebView.apk` +### F-Droid only + +* On some ROMs (most noticeably MIUI ROMs) F-Droid can't install applications + * this is because F-Droid's Priviledged Extension is not compatible with those ROMs, disable it from + * F-Droid > Settings > Expert Settings > Privileged Extension + ### Stock ROM only -* ROM does not properly work after first boot due to ROM's Setup Wizard not working with microG +* Some stock ROMs do not properly work after first boot since their SetupWizard is disabled by NanoDroid (because it's incompatible with microG) * check `/system/build.prop` or `/vendor/build.prop` if they contain the property `ro.setupwizard.mode` and change it to (you can do this from TWRP via ADB, with the builtin `vi` editor) * `ro.setupwizard.mode=DISABLED` - * reboot and everything should work as expected + * in Magisk Mode NanoDroid will do this on it's own using Magisk's `resetprop` ### KitKat only