mini-prog-mobile/(TZ,TPM,SmartPhone)

(Android) 갤럭시 S2 busybox 설치

파이s 2011. 11. 17. 12:01
누군가가 이미 rooting 된 테스트 폰을 줬는데,
busybox가 설치가 되어 있지 않더군요.

별건 아닌거 같은데 약간의 뻘짓을 해서 busybox 를 설치했습니다.
나중에 잊어 버릴것 같아서 메모처럼 적어봤습니다.

(1) superuser-3.0.6 download

- 이 안에 su가 있다. 일단 이것부터 /system/xbin/ 디렉토리에 복사해야 하는데,
쓰기 권한이 없어 복사가 안되어, 아래처럼 진행했습니다.

(2) remount
#mount -o remount,rw rootfs /
#mount -o remount.rw /dev/block/mmcblk0p9 /system

(3) su 복사 및 권한 설정
./adb shell su /system/xbin
#chmod 4777 /system/xbin/su

(4) busybox 설치

busybox v1.19 설치

ㅠ_ㅠ