- To: slug@xxxxxxxxxxx
- Subject: [SLUG] Android path/busybox executable location
- From: "Voytek Eymont" <lists@xxxxxxxxxx>
- Date: Mon, 1 Aug 2011 09:24:45 +1100
- Reply-to: lists@xxxxxxxxxx
- User-agent: SquirrelMail/1.5.2 [SVN]
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 ?
copy executable to an existing path (/system/bin?)? make symlink ? (how?)
install another busybox from market ?
--
Voytek