KuraKai wrote:
QUOTE:
I am using ADP 1.1
Interesting. I was using JF1.43 ADP1.1h for a while, but switched to RC33 (for now at least) due to the ADP marketplace issues, so I can't check for sure, but I would swear there was a /system/init.rc. My /system/init.rc is below:
on system
export PATH /system/bin:/data/busybox:$PATH
mount cramfs loop@/system/modules/modules.cramfs /system/modules ro
mount cramfs loop@/system/xbin/xbin.cramfs /system/xbin ro
The export PATH... line is the added line (per craig2600), the rest came stock. Note that there's a line that wrapped in the above text. The structure is:
on system
export PATH...
mount... .../system/modules ro
mount... .../system/xbin ro
Just the 4 lines.
edit: It looks like the forum is auto-formatting the indents away. The two 'mount' lines are indented 4 spaces, while the other two are hard left.
MM