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 Sep 26, 2013 by Ameer Dawood's avatar Ameer Dawood
Hide whitespace changes
Inline Side-by-side
Showing with 21 additions and 19 deletions
+21 -19
  • For-Developers.md For-Developers.md +21 -19
  • No files found.
For-Developers.md
View page @ 74c0f25e
...@@ -13,25 +13,26 @@ ...@@ -13,25 +13,26 @@
### Command Line Flags: ### Command Line Flags:
* v6 introduces a new command line flag mechanism with totally revamped code. Each command line flag also has a long version which is more descriptive and preferred by some. This screen can be accessed by typing `onandroid -h` or `onandroid --help`. * v6 introduces a new command line flag mechanism with totally revamped code. Each command line flag also has a long version which is more descriptive and preferred by some. This screen can be accessed by typing `onandroid -h` or `onandroid --help`.
```none ```none
-h, --help display this help message and exit -h, --help display this help message and exit
-ah, --advanced-help display help for advanced backup mode -h2, --help2 display more help messages and exit
-v, --version display version number and exit -ah, --advanced-help display help for advanced backup mode
-p, --phone generate backup name with phone timezone -v, --version display version number and exit
-u, --utc generate backup name with UTC time (default) -p, --phone generate backup name with phone timezone
-i, --incremental CWM6 style incremental backup mode -u, --utc generate backup name with UTC time (default)
-a, --advanced PARTITIONS advanced / selective backup mode -i, --incremental CWM6 style incremental backup mode
-l, --split split backup mode (CWM 6+ only) -a, --advanced PARTITIONS advanced / selective backup mode
-o, --old good old backup mode (default) -l, --split split backup mode (CWM 6+ only)
-gc, --garbage-collect run garbage collect mode -o, --old good old backup mode (default)
-w, --twrp TWRP backup mode -gc, --garbage-collect run garbage collect mode
-me, --md5-enable enable md5 generation (for TWRP only) -w, --twrp TWRP backup mode
-md, --md5-disable disable md5 generation (for TWRP only) -me, --md5-enable enable md5 generation (for TWRP only)
-ce, --compression-enable enable compression (for TWRP only) -md, --md5-disable disable md5 generation (for TWRP only)
-cd, --compression-disable disable compression (for TWRP only) -ce, --compression-enable enable compression (for TWRP only)
-c, --custom NAME specify a custom backup name -cd, --compression-disable disable compression (for TWRP only)
-s, --storage MEDIA specify an alternate storage media to backup -c, --custom NAME specify a custom backup name
-e, --sd-ext-path PATH specify path to sd-ext partition -s, --storage MEDIA specify an alternate storage media to backup
-r, --replace replace backup with same name -e, --sd-ext-path PATH specify path to sd-ext partition
-r, --replace replace backup with same name
``` ```
* In addition to these, v8 introduces a new command line flag listing, which contains advanced and less frequently used command line flags. This screen can be accessed by typing `onandroid -h2` or `onandroid --help2`. * In addition to these, v8 introduces a new command line flag listing, which contains advanced and less frequently used command line flags. This screen can be accessed by typing `onandroid -h2` or `onandroid --help2`.
```none ```none
...@@ -41,6 +42,7 @@ ...@@ -41,6 +42,7 @@
-nd, --notification-disable disable vibrate and LED notification -nd, --notification-disable disable vibrate and LED notification
-pp, --progress-percent show percentage progress indicator (default) -pp, --progress-percent show percentage progress indicator (default)
-pd, --progress-dot show dot progress indicator -pd, --progress-dot show dot progress indicator
-d, --device-id return device id used by TWRP
-xd, --exclude-dalvik exclude dalvik-cache from backup -xd, --exclude-dalvik exclude dalvik-cache from backup
-xg, --exclude-gmusic exclude Google Music files from backup -xg, --exclude-gmusic exclude Google Music files from backup
``` ```
......
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