... | ... | @@ -228,9 +228,9 @@ 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:
|
|
|
* 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:
|
|
|
```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 |
|
|
* Note: This text file should contain the full path, including the file name of busybox binary, and should not contain a linefeed 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 / Online Nandroid script itself. |
|
|
\ No newline at end of file |