... | ... | @@ -16,6 +16,7 @@ |
|
|
-u, --utc generate backup name with UTC time (default)
|
|
|
-i, --incremental CWM6 style incremental backup mode
|
|
|
-a, --advanced PARTITIONS advanced / selective backup mode
|
|
|
-w, --twrp TWRP backup mode
|
|
|
-l, --split split backup mode (CWM 6+ only)
|
|
|
-o, --old good old backup mode (default)
|
|
|
-gc, --garbage-collect run garbage collect mode
|
... | ... | @@ -149,6 +150,17 @@ onandroid --notification-disable |
|
|
<br />
|
|
|
<br />
|
|
|
|
|
|
### Workaround for busybox in /sbin:
|
|
|
Some kernel include busybox in the ramdisk, in ``/sbin/busybox``. This is mostly done to accommodate busybox calls in recovery mode. In the default setup of Terminal Emulator, ``/sbin`` is given preference over ``/system/bin`` and ``/system/xbin``. Thus, Online Nandroid uses ``/sbin/busybox`` over any other busybox installations. The issue arises when the busybox binary in ``/sbin/busybox`` is out of date. This sometimes causes undesired affects for Online Nandroid. To overcome this situation, you can use the below command line flag.
|
|
|
```shell
|
|
|
onandroid -t
|
|
|
OR
|
|
|
onandroid --sbin-last
|
|
|
```
|
|
|
|
|
|
<br />
|
|
|
<br />
|
|
|
|
|
|
### Exit Codes (for v7 and above):
|
|
|
* Online Nandroid returns specific exit codes based on the status of the script run. Below is the list of error codes and their respective descriptions.
|
|
|
```shell
|
... | ... | |