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 Apr 04, 2013 by Ameer Dawood's avatar Ameer Dawood
Hide whitespace changes
Inline Side-by-side
Showing with 18 additions and 1 deletion
+18 -1
  • For-Developers.md For-Developers.md +18 -1
  • No files found.
For-Developers.md
View page @ 0a75eb5d
...@@ -216,4 +216,21 @@ onandroid --yaffs-override ...@@ -216,4 +216,21 @@ onandroid --yaffs-override
<br /> <br />
### PID: ### PID:
* Online Nandroid outputs the PID (Process ID) which it is running under, to the file `/data/local/tmp/onandroid.pid` at the beginning of each run. This can be used to explicitly kill the Online Nandroid process via java or shell. * Online Nandroid outputs the PID (Process ID) which it is running under, to the file `/data/local/tmp/onandroid.pid` at the beginning of each run. This can be used to explicitly kill the Online Nandroid process via java or shell.
\ No newline at end of file
<br />
<br />
### Custom busybox:
* Starting from v8, Online Nandroid provides the ability to specify path to busybox via commandline like this:
```shell
onandroid -b /system/xbin/busybox
OR
onandroid --busybox /system/xbin/busybox
```
* Path to busybox also can be specified in a text file at `/data/local/tmp/onandroid.busybox` like this:
* Contents of onandroid.busybox file:
```shell
/system/xbin/busybox
```
* Note: This text file should contain the full path, including the file name of busybox binary.
\ No newline at end of file
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