update docs

merge-requests/23/head
Christopher Roy Bratusek 7 years ago
parent 2d5c0ee8e0
commit d3426cc97d

@ -7,12 +7,13 @@
* Full, microG packages
* move binaries from /system/xbin to /system/bin
* some stock ROMs no longer have /system/xbin, which will cause bootloops if Magisk creates it nonetheless
* also see SetupWizard changes for now more flexible Full and microG package setups
* Full package
* switch from stable to beta build for QKSMS
* SetupWizard
* change default location for configuration files from /data to /sdcard
* new setup variables
* nanodroid_bash=[0|1] whether to install GNU Bash (Full, microG packages)
* nanodroid_bash=[0|1] whether to install GNU Bash, Less pager (Full, microG packages)
* nanodroid_nano=[0|1] whether to install GNU Nano Editor (Full package)
* nanodroid_utils=[0|1] whether to install Shell Utilities (Full package)
* changed setup variables

@ -28,6 +28,9 @@ nanodroid_gsync=0
nanodroid_swipe=0
nanodroid_forcesystem=0
nanodroid_nlpbackend=1
nanodroid_bash=1
nanodroid_nano=1
nanodroid_utils=1
```
the **microG** package supports the following options
@ -115,6 +118,18 @@ what location backend for microG to install
* 2 = Ichnaea (Mozilla) location backend
* 3 = Déjà Vu and Ichnaea location backends
`nanodroid_bash=[0|1]`
whether to install GNU Bash Shell
`nanoroid_nano=[0|1]`
whether to install GNU Nano Editor
`nanodroid_utils=[0|1]`
whether to install Shell Utils from util-linux and bsdmainutils
`nanodroid_sigspoofui=[0|1]`
whether to patch `Settings.apk` to feature a user interface for enabling and disabling signature spoofing feature globally on **non-prepatched** ROMs. This patch is not applied on Android 7.1 (SDK 25) or later.

Loading…
Cancel
Save