모토로라 사용자 모임
(글 수 4,125)
관련 파일은 링크를 타고 가시면 있습니다.
http://droidthings.freeiz.com/?page_id=186
------------------------------------------------------------
Busybox
busybox gives you a bunch of other linux commands not normally in
/system/bin.
Download busybox to your sdcard:
Steps:
1. Download Busybox.zip
2. Extract it
3. Mount SD card
4.
Move Busybox to the root of your sd card ‘/sdcard’
5. Unmount
6. Then use
ADB for these commands. (make sure USB debugging is on)
- adb
remount
- adb shell
- cat
/sdcard/busybox > /system/bin/busybox
- chmod 755
/system/bin/busybox
- mount -o ro,remount -t yaffs2
/dev/block/mtdblock4 /system
- sync
-
exit
Then busybox is available to use, ie. busybox cp <file1> <file2>



