Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • O OnlineNandroid
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Merge requests 0
    • Merge requests 0
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Repository
    • Value stream
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Commits
Collapse sidebar
  • Ameer Dawood
  • OnlineNandroid
  • Wiki
  • For Developers

For Developers · Changes

Page history
Updated For Developers (markdown) authored Dec 30, 2012 by Ameer Dawood's avatar Ameer Dawood
Hide whitespace changes
Inline Side-by-side
Showing with 12 additions and 0 deletions
+12 -0
  • For-Developers.md For-Developers.md +12 -0
  • No files found.
For-Developers.md
View page @ cb030b59
......@@ -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
......
Clone repository
  • Code Names for Versions of Online Nandroid
  • Contact me
  • For Developers
  • Frequently Asked Questions
  • Home
  • How To Detect Partition Layouts
  • How To Gather Information About Partition Layouts
  • Installation
  • Interesting Facts about Online Nandroid
  • Localization
  • Mirrors
  • Partition Layout Files
  • Requirements
  • Supported Devices
  • Supported Recoveries
View All Pages