2020-09-09 18:53:54 +00:00
Table of Contents
=================
* [Applications ](#applications )
* [Provided Applications ](#provided-applications )
* [Alter provided Applications ](#alter-provided-applications )
Created by [gh-md-toc ](https://github.com/ekalinin/github-markdown-toc )
2018-01-23 20:11:52 +00:00
# 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
2020-09-08 18:40:19 +00:00
Note:
2020-09-08 18:02:47 +00:00
* 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!)
2020-09-08 18:40:19 +00:00
Full list of included applications:
2020-09-08 18:02:47 +00:00
* Alarmio (Alarm Clock) {Alarmio} [> F-Droid ](https://f-droid.org/packages/me.jfenn.alarmio )
* Amaze (File Manager) {Amaze} [> F-Droid ](https://f-droid.org/packages/com.amaze.filemanager )
* AnySoftKeyboard {AnysoftKeyboard} [> F-Droid ](https://f-droid.org/packages/com.menny.android.anysoftkeyboard )
* Blokada {Blokada} [> F-Droid ](https://f-droid.org/en/packages/org.blokada.alarm )
2020-09-10 17:51:05 +00:00
* FreeOTP+ (Two Factory Auth) {FreeOTPPlus} [> F-Droid ](https://f-droid.org/en/packages/org.liberty.android.freeotpplus )
2020-09-08 18:02:47 +00:00
* Frost (Facebook client) {Frost} [> F-Droid ](https://f-droid.org/en/packages/com.pitchedapps.frost )
* Hacker's Keyboard {HackersKeyboard} [> F-Droid ](https://f-droid.org/de/packages/org.pocketworkstation.pckeyboard )
* K-9 Mail {K9Mail} [> F-Droid ](https://f-droid.org/packages/com.fsck.k9 )
* KeyPassDX (Password Safe) {KeePassDX} [> F-Droid ](https://f-droid.org/en/packages/com.kunzisoft.keepass.libre )
* MPV (Video Player) {MPV} [> GitHub ](https://github.com/mpv-android/mpv-android )
* New Pipe (YouTube client) {NewPipe} [> F-Droid ](https://f-droid.org/packages/org.schabi.newpipe )
* OAndBackupX (App backup and restore) {OAndBackupX} [> F-Droid ](https://f-droid.org/de/packages/com.machiav3lli.backup/ )
* Odyssey (Audio player) {Odyssey} [> F-Droid ](https://f-droid.org/packages/org.gateshipone.odyssey )
* OpenCamera {OpenCamera} [> F-Droid ](https://f-droid.org/packages/net.sourceforge.opencamera )
* OpenKeyChain (GPG for use with K-9 Mail and others) {OpenKeyChain} [> F-Droid ](https://f-droid.org/packages/org.sufficientlysecure.keychain )
* OpenLauncher {OpenLauncher} [> F-Droid ](https://f-droid.org/packages/com.benny.openlauncher )
* OpenVPN {OpenVPN} [> F-Droid ](https://f-droid.org/packages/de.blinkt.openvpn )
* Privacy Browser {PrivacyBrowser} [> F-Droid ](https://f-droid.org/de/packages/com.stoutner.privacybrowser.standard )
* QKSMS {QKSMS} [> F-Droid ](https://f-droid.org/packages/com.moez.QKSMS )
* Simple Calendar Pro {SimpleCalendar} [> F-Droid ](https://f-droid.org/packages/com.simplemobiletools.calendar.pro )
* Simple Gallery Pro {SimpleGallery} [> F-Droid ](https://f-droid.org/packages/com.simplemobiletools.gallery.pro )
* SmartPack-Kernel-Manager {SmartPackKernelManager} [> GitHub ](https://github.com/SmartPack/SmartPack-Kernel-Manager )
* Termux (Terminal Emulator) {Termux} [> F-Droid ](https://f-droid.org/packages/com.termux )
* TorBrowser {TorBrowser} [> Tor ](https://www.torproject.org/projects/torbrowser.html.en )
* Twidere (Twitter client) {Twidere} [> F-Droid ](https://f-droid.org/packages/org.mariotaku.twidere )
2020-09-08 20:20:37 +00:00
* XDA Labs (XDA Forum and App Store) {XDALabs} [> XDA ](https://forum.xda-developers.com/android/apps-games/labs-t3241866 )
2018-01-23 20:11:52 +00:00
* source not (yet) available
## Alter provided Applications
You can control what applications to install using the file
`.nanodroid-apps`
on your device, in one of the following directories
2019-05-05 10:13:21 +00:00
* `/data/media/0` (internal storage)
2018-01-23 20:11:52 +00:00
* `/external_sd` (TWRP path to SD Card (if any))
2019-06-09 18:29:16 +00:00
* `/data` (fallback)
2018-01-23 20:11:52 +00:00
2020-09-08 18:02:47 +00:00
All applications listed in that file will be installed. See the [default configuration ](.nanodroid-apps ), which is used when no `.nanodroid-apps` configuration file was found.
2018-01-23 20:11:52 +00:00
The syntax is pretty simple:
* one app per line
2020-09-08 18:02:47 +00:00
* name must be an exact match (case sensitive!)
* see names in `{}` brackets above
* commented out lines (starting with #) will be ignored
2018-01-23 20:11:52 +00:00
applications managed by other setup variables (F-Droid, microG, PlayStore) are not effected by this file.