Re: [SLUG] Android path/busybox executable location

2011-08-01 Thread Voytek Eymont
On Mon, August 1, 2011 11:23 am, pe...@chubb.wattle.id.au wrote: > cd /system/bin mount -orw,remount /system ln -s /bin/busybox . mount > -oro,remount /system Peter, thanks, syntax was marginally different, but worked well once I figured that (order of options and target specifier) -- Voytek

Re: [SLUG] Android path/busybox executable location

2011-07-31 Thread peter
> "Voytek" == Voytek Eymont writes: Voytek> I have A2.3, busybox is in /bin Voytek> su cd /bin ./busybox Busybox v.1.10.2 Voytek> path is like: Voytek> PATH=/data/local/bin:/sbin:/vendor/bin:/system/sbin:/system/bin:/system/xbin Voytek> I tried appending '/bin' in /init.rc to the above, t

[SLUG] Android path/busybox executable location

2011-07-31 Thread Voytek Eymont
I have A2.3, busybox is in /bin su cd /bin ./busybox Busybox v.1.10.2 path is like: PATH=/data/local/bin:/sbin:/vendor/bin:/system/sbin:/system/bin:/system/xbin I tried appending '/bin' in /init.rc to the above, that seems overwritten on boot so what's a proper way to get busybox on an exe path