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

58 lines
3.0 KiB
Markdown
Raw Normal View History

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
Full list of provided applications
2019-06-08 20:48:20 +00:00
* Alarmio (Alarm Clock) [> F-Droid](https://f-droid.org/packages/me.jfenn.alarmio)
2018-01-23 20:11:52 +00:00
* Amaze (File Manager) [> F-Droid](https://f-droid.org/packages/com.amaze.filemanager)
2019-06-08 20:48:20 +00:00
* AnySoftKeyboard [> F-Droid](https://f-droid.org/packages/com.menny.android.anysoftkeyboard)
2019-07-26 19:25:54 +00:00
* Blokada [> F-Droid](https://f-droid.org/en/packages/org.blokada.alarm)
2020-01-17 21:11:40 +00:00
* Frost (Facebook client) [> F-Droid](https://f-droid.org/en/packages/com.pitchedapps.frost)
2019-07-26 19:25:54 +00:00
* Hacker's Keyboard [> F-Droid](https://f-droid.org/de/packages/org.pocketworkstation.pckeyboard)
2018-01-23 20:11:52 +00:00
* K-9 Mail [> F-Droid](https://f-droid.org/packages/com.fsck.k9)
2018-03-17 16:08:36 +00:00
* KeyPassDX (Password Safe) [> F-Droid](https://f-droid.org/en/packages/com.kunzisoft.keepass.libre)
2018-01-23 20:11:52 +00:00
* MPV (Video Player) [> GitHub](https://github.com/mpv-android/mpv-android)
* New Pipe (YouTube client) [> F-Droid](https://f-droid.org/packages/org.schabi.newpipe)
2020-07-27 18:07:06 +00:00
* OAndBackupX (App backup and restore) [> F-Droid](https://f-droid.org/de/packages/com.machiav3lli.backup/)
2018-01-23 20:11:52 +00:00
* Odyssey (Audio player) [> F-Droid](https://f-droid.org/packages/org.gateshipone.odyssey)
* OpenCamera [> F-Droid](https://f-droid.org/packages/net.sourceforge.opencamera)
* OpenKeyChain [> F-Droid](https://f-droid.org/packages/org.sufficientlysecure.keychain)
* OpenLauncher [> F-Droid](https://f-droid.org/packages/com.benny.openlauncher)
* OpenVPN [> F-Droid](https://f-droid.org/packages/de.blinkt.openvpn)
2019-07-26 19:25:54 +00:00
* Privacy Browser [> F-Droid](https://f-droid.org/de/packages/com.stoutner.privacybrowser.standard)
2018-01-23 20:11:52 +00:00
* QKSMS [> F-Droid](https://f-droid.org/packages/com.moez.QKSMS)
* Simple Calendar Pro [> F-Droid](https://f-droid.org/packages/com.simplemobiletools.calendar.pro)
2018-11-17 07:26:32 +00:00
* Simple Gallery Pro [> F-Droid](https://f-droid.org/packages/com.simplemobiletools.gallery.pro)
2019-07-26 19:25:54 +00:00
* SmartPack-Kernel-Manager [> GitHub](https://github.com/SmartPack/SmartPack-Kernel-Manager)
2018-01-23 20:11:52 +00:00
* Termux [> F-Droid](https://f-droid.org/packages/com.termux)
2018-10-26 17:39:49 +00:00
* TorBrowser [> Tor](https://www.torproject.org/projects/torbrowser.html.en)
2018-01-23 20:11:52 +00:00
* Twidere (Twitter client) [> F-Droid](https://f-droid.org/packages/org.mariotaku.twidere)
* XDA Labs [> XDA](https://forum.xda-developers.com/android/apps-games/labs-t3241866)
* 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
* `/data/media/0` (internal storage)
2018-01-23 20:11:52 +00:00
* `/external_sd` (TWRP path to SD Card (if any))
* directory containing the zip file
2019-06-09 18:29:16 +00:00
* `/data` (fallback)
2018-01-23 20:11:52 +00:00
All applications listed in that file will be installed. See the [default settings](.nanodroid-apps), which are used when no `.nanodroid-apps` configuration file was found.
The syntax is pretty simple:
* one app per line
* name must be an exact match
applications managed by other setup variables (F-Droid, microG, PlayStore) are not effected by this file.