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 11 years ago by Ameer Dawood's avatar Ameer Dawood
Hide whitespace changes
Inline Side-by-side
Showing with 1 addition and 8 deletions
+1 -8
  • For-Developers.md For-Developers.md +1 -8
  • No files found.
For-Developers.md
View page @ 78228a01
...@@ -224,19 +224,12 @@ onandroid --yaffs-override ...@@ -224,19 +224,12 @@ onandroid --yaffs-override
<br /> <br />
### Custom busybox: ### Custom busybox:
* Starting from v8, Online Nandroid provides the ability to specify path to busybox via commandline like this: * Starting from v8, Online Nandroid provides the ability to specify path to busybox via path to busybox specified in a text file at `/data/local/tmp/onandroid.busybox`. This provides the opportunity for apps to include their own busybox binary within the app's data directory, which could provide a more consistent experience and avoid glitches with various versions of busybox.
```shell
onandroid -b /system/xbin/busybox
OR
onandroid --busybox-path /system/xbin/busybox
```
* Path to busybox also can be specified in a text file at `/data/local/tmp/onandroid.busybox`. This provides the opportunity for apps to include their own busybox binary within the app's data directory, which could provide a more consistent experience and avoid glitches with various versions of busybox.
* Contents of onandroid.busybox file: * Contents of onandroid.busybox file:
```shell ```shell
/system/xbin/busybox /system/xbin/busybox
``` ```
* Note: This text file should contain the full path, including the file name of busybox binary, and should not contain a line feed or carriage return or both. Also, it is recommended for app developers to overwrite this file (if it exists), upon each run of the app or backup process and remove the file upon exit of the app or backup process. * Note: This text file should contain the full path, including the file name of busybox binary, and should not contain a line feed or carriage return or both. Also, it is recommended for app developers to overwrite this file (if it exists), upon each run of the app or backup process and remove the file upon exit of the app or backup process.
* **Note: It is recommended to use the onandroid.busybox file instead of the command line option. The command line option is deprecated and will be removed in a future version.**
<br /> <br />
<br /> <br />
......
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