docs: link fixes

merge-requests/33/head
Christopher Roy Bratusek 4 years ago
parent 7c1eb9e9f6
commit ba0604049e

@ -30,7 +30,7 @@ The `nanodroid-overlay` script handles the debloat feature
* show the list of non-debloated apps
* add or remove apps from the list of debloated apps
Full details on the NanoDroid-Overlay Script [> Details](doc/NanoDroidOverlay.md)
Full details on the NanoDroid-Overlay Script [> Details](NanoDroidOverlay.md)
## NanoDroid-Prop
@ -40,13 +40,13 @@ The `nanodroid-prop` script utilizes Magisk's resetprop to alter system properti
* both on-the-fly and permanently
* properties set by this script survive NanoDroid updates
Full details on the NanoDroid-Prop Script [> Details](doc/NanoDroidProp.md)
Full details on the NanoDroid-Prop Script [> Details](NanoDroidProp.md)
## NanoDroid-Perm
The `nanodroid-perm` script grants microG and Co. required permissions, if lacking
Full details on the NanoDroid-Perm Script [> Details](doc/NanoDroidPerm.md)
Full details on the NanoDroid-Perm Script [> Details](NanoDroidPerm.md)
## NanoDroid-Util
@ -60,7 +60,7 @@ The `nanodroid-util` script contains the following features
* modify `Airplane Mode` settings
* choose which radios are on or off in Airplane mode
Full details on the NanoDroid-Util Script [> Details](doc/NanoDroidUtil.md)
Full details on the NanoDroid-Util Script [> Details](NanoDroidUtil.md)
## init scripts
@ -148,8 +148,8 @@ NanoDroid includes microG as follows
* go to **Aurora Store** Settings > Installation Method > `Using system permissions`
* Play Store is modified to allow (in-)app-purchases with microG
* GApps and several location services conflict with microG and unified Nlp. Thus they are removed during NanoDroid installation
* using [> NanoDroid-Overlay](doc/NanoDroidOverlay.md)
* see [> GAppsRemoval](doc/GAppsRemoval.md) for more details
* using [> NanoDroid-Overlay](NanoDroidOverlay.md)
* see [> GAppsRemoval](GAppsRemoval.md) for more details
## F-Droid
@ -169,4 +169,4 @@ Google Sync adapters and Swipe Libraries are optionally installable through the
## Applications
NanoDroid includes a variety of OpenSource applications, check full [> list of applications](doc/Applications.md).
NanoDroid includes a variety of OpenSource applications, check full [> list of applications](Applications.md).

@ -12,7 +12,7 @@ Created by [gh-md-toc](https://github.com/ekalinin/github-markdown-toc)
GApps and several location services conflict with microG and unified Nlp. Thus they are removed during NanoDroid installation
* using [> NanoDroid-Overlay](doc/NanoDroidOverlay.md)
* using [> NanoDroid-Overlay](NanoDroidOverlay.md)
the Uninstaller will restore them (or re-flash the ROM)

@ -16,11 +16,11 @@ Created by [gh-md-toc](https://github.com/ekalinin/github-markdown-toc)
## Installation Setup
* Create the setup configuration, if you don't want to stick with the default setup
* see [> Alter Installation](doc/AlterInstallation.md) for configuration settings (all packages)
* see [> Applications](doc/Applications.md) for which appliations to install (only Full package)
* see [> NanoDroid-Overlay](doc/NanoDroidOverlay.md) for which applications to (pseudo-)debloat (only Full and microG packages)
* see [> Alter Installation](AlterInstallation.md) for configuration settings (all packages)
* see [> Applications](Applications.md) for which appliations to install (only Full package)
* see [> NanoDroid-Overlay](NanoDroidOverlay.md) for which applications to (pseudo-)debloat (only Full and microG packages)
* note: all GApps that conflict with microG will be (pseudo-)debloated regardless of your choice here
* see [> GApps Removal List](doc/GAppsRemoval.md) to see which GApps are auto-destroyed
* see [> GApps Removal List](GAppsRemoval.md) to see which GApps are auto-destroyed
* the above links contain information on how to create the configuration files and links to the default configuration files
* so you can use those to edit the configuration to your liking instead of starting from scratch
* alternatively you can grab the configuration files from your downloaded (or created) zip and edit those
@ -53,7 +53,7 @@ OpenGApps and GApps-less ROMs don't need further measurements, the Installer tak
* boot into ROM (for **Magisk** module installation only)
* boot into TWRP again (for **Magisk** module installation only)
* install **NanoDroid**
* if you want to use microG make sure the ROM is either pre-patched with signature spoofing support or **deoxeded** so you can patch yourself [see here](doc/DeodexServices.md)
* if you want to use microG make sure the ROM is either pre-patched with signature spoofing support or **deoxeded** so you can patch yourself [see here](DeodexServices.md)
* you can use the Patcher package to de-odex (up to Android 8.1) and/or patch services.jar (up to Android 10.0)
* reboot into ROM
@ -83,7 +83,7 @@ Stock ROMs with GApps may not allow to switch from Google GmsCore to microG GmsC
* this is step is required!
* reboot to TWRP
* install **NanoDroid**
* if you want to use microG make sure the ROM is either pre-patched with signature spoofing support or **deoxeded** so you can patch yourself [see here](doc/DeodexServices.md)
* if you want to use microG make sure the ROM is either pre-patched with signature spoofing support or **deoxeded** so you can patch yourself [see here](DeodexServices.md)
* you can use the Patcher package to de-odex (up to Android 8.1) and/or patch services.jar (up to Android 10.0)
* reboot into ROM

@ -57,7 +57,7 @@ Extra packages, flash through TWRP or Magisk Manager
* on-device framework-patcher for signature spoofing support
* on Android up to 8.1 the Patcher will automatically deodex your services.jar
* on Android 9 to 10 you need to manually deodex your services.jar
* see [> Deodex Instructions](doc/DeodexServices.md)
* see [> Deodex Instructions](DeodexServices.md)
* installs an addon.d script for automatic re-patching after ROM update
* addon.d support files reside in `/data/adb/nanodroid-patcher/`
* when Magisk is installed it creates the `NanoDroid_Patcher` module and install the patched `services.jar` there

@ -17,7 +17,7 @@ If your ROM does **not** have signature spoofing support, you can manually patch
* flashing the on-device Patcher zip
* it also installs an addon.d script that auto re-patches the ROM upon update
If your ROM is **odexed** read [this instructions](doc/DeodexServices.md) on how to deodex services.jar manually
If your ROM is **odexed** read [this instructions](DeodexServices.md) on how to deodex services.jar manually
The Patcher supports installing the patched `services.jar` into the following locations:
* NanoDroid Magisk Module

Loading…
Cancel
Save