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 @@
### 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`.
```none
-h, --help display this help message and exit
-ah, --advanced-help display help for advanced backup mode
-v, --version display version number and exit
-p, --phone generate backup name with phone timezone
-u, --utc generate backup name with UTC time (default)
-i, --incremental CWM6 style incremental backup mode
-a, --advanced PARTITIONS advanced / selective backup mode
-l, --split split backup mode (CWM 6+ only)
-o, --old good old backup mode (default)
-gc, --garbage-collect run garbage collect mode
-w, --twrp TWRP backup mode
-me, --md5-enable enable md5 generation (for TWRP only)
-md, --md5-disable disable md5 generation (for TWRP only)
-ce, --compression-enable enable compression (for TWRP only)
-cd, --compression-disable disable compression (for TWRP only)
-c, --custom NAME specify a custom backup name
-s, --storage MEDIA specify an alternate storage media to backup
-e, --sd-ext-path PATH specify path to sd-ext partition
-r, --replace replace backup with same name
-h, --help display this help message and exit
-h2, --help2 display more help messages and exit
-ah, --advanced-help display help for advanced backup mode
-v, --version display version number and exit
-p, --phone generate backup name with phone timezone
-u, --utc generate backup name with UTC time (default)
-i, --incremental CWM6 style incremental backup mode
-a, --advanced PARTITIONS advanced / selective backup mode
-l, --split split backup mode (CWM 6+ only)
-o, --old good old backup mode (default)
-gc, --garbage-collect run garbage collect mode
-w, --twrp TWRP backup mode
-me, --md5-enable enable md5 generation (for TWRP only)
-md, --md5-disable disable md5 generation (for TWRP only)
-ce, --compression-enable enable compression (for TWRP only)
-cd, --compression-disable disable compression (for TWRP only)
-c, --custom NAME specify a custom backup name
-s, --storage MEDIA specify an alternate storage media to backup
-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`.
```none
......@@ -41,6 +42,7 @@
-nd, --notification-disable disable vibrate and LED notification
-pp, --progress-percent show percentage progress indicator (default)
-pd, --progress-dot show dot progress indicator
-d, --device-id return device id used by TWRP
-xd, --exclude-dalvik exclude dalvik-cache 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