2
0
mirror of https://gitlab.com/Nanolx/NanoDroid synced 2024-10-31 09:20:23 +00:00
NanoDroid/doc/Applications.md

76 lines
4.1 KiB
Markdown
Raw Normal View History

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)
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-10-02 18:03:56 +00:00
* Warden (Disable Services and Trackers) {Warden} [> GitLab](https://gitlab.com/AuroraOSS/AppWarden)
2018-01-23 20:11:52 +00:00
## Alter provided Applications
You can control what applications to install using the file
`.nanodroid-apps`
on your device, in one of the following directories
2020-11-02 19:46:33 +00:00
* `/data/media/0` (internal storage (TWRP))
* `/sdcard1` (internal storage (ORANGEFOX))
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)
2020-11-02 19:46:33 +00:00
* `/system/addon.d/` (fallback if TWRP can't mount `/data`)
* `/tmp` (fallback if TWRP can't mount `/data`)
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.