2018-03-15 20:27:26 +00:00
|
|
|
# NanoDroid-UPD Script
|
|
|
|
|
|
|
|
## Purpose
|
|
|
|
|
|
|
|
The `nanodroid-upd` Script, respectively it's shortcut `nupd` is used by NanoDroid to update NanoDroid's custom apks
|
|
|
|
|
2018-04-22 17:37:53 +00:00
|
|
|
* Bucket (LibreSubstratum)
|
2018-03-15 20:27:26 +00:00
|
|
|
* Fake Store
|
|
|
|
* Play Store
|
2018-03-18 10:41:45 +00:00
|
|
|
* MPV
|
2018-03-15 20:27:26 +00:00
|
|
|
|
|
|
|
Applications are only updated if they are installed already during NanoDroid installation
|
|
|
|
|
2018-04-08 17:54:12 +00:00
|
|
|
**`nanodroid-upd` requires Busybox to be installed!**
|
|
|
|
|
2018-03-15 20:27:26 +00:00
|
|
|
## Invocation
|
|
|
|
|
|
|
|
From within a terminal on your device, for example `adb shell` or `Termux` invoke the script using either
|
|
|
|
|
|
|
|
`nanodroid-upd [apk]`
|
|
|
|
|
|
|
|
or
|
|
|
|
|
|
|
|
`nupd [apk]`
|
|
|
|
|
|
|
|
where **apk** can be
|
|
|
|
|
2018-04-22 17:37:53 +00:00
|
|
|
`ps`, `playstore`, `fs`, `fakestore`, `mpv`, `MPV`, `bt` or `Bucket`
|