Android/App개발

busybox for android

삼스 2009. 7. 23. 19:33
In order to use in on the device (use the attached busybox.tar)
$ tar -xvf busybox.tar 
$ adb shell 
# mkdir /data/busybox
# exit
$ adb push busybox /data/busybox
$ adb shell 
# cd data/busybox
# ./busybox --install
# export PATH=/data/busybox:$PATH