You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
NanoDroid/doc/Applications.md

4.2 KiB

Table of Contents

Created by gh-md-toc

Applications

Provided Applications

The applications provided by NanoDroid will be

  • magic-mounted as system applications when installed as Magisk Module
  • directly installed as system applications when installed in System Mode

Note:

  • the name inside {} brackets is the one you need to put in your .nanodroid-apps configuration file, if you want to install that app
    • it must be an exact match (case sensitive!)

Full list of included applications:

Alter provided Applications

You can control what applications to install using the file

.nanodroid-apps

on your device, in one of the following directories

  • /data/media/0 (internal storage (TWRP))
  • /sdcard1 (internal storage (ORANGEFOX))
  • /external_sd (TWRP path to SD Card (if any))
  • /data (fallback)
  • /system/addon.d/ (fallback if TWRP can't mount /data)
  • /tmp (fallback if TWRP can't mount /data)

All applications listed in that file will be installed. See the default configuration, which is used when no .nanodroid-apps configuration file was found.

The syntax is pretty simple:

  • one app per line
  • name must be an exact match (case sensitive!)
    • see names in {} brackets above
  • commented out lines (starting with #) will be ignored

applications managed by other setup variables (F-Droid, microG, PlayStore) are not effected by this file.