모토로이 루팅 방법
1. 모토로이를 usb로 연결한다.
2. usb 연결 모드를 "모토로라 휴대전화 도구"로 설정한다.
3. 모토로이의 디버깅 모드는 키고 블루투스, 와이파이는 끈다.
4. adb.zip 파일을 c 드라이브에 압축을 푼다.
5. 윈도우에서 실행-cmd 를 입력해서 커맨드 창을 실행한다.
6. 그리고 아래 명령어를 한 줄 씩 복사해서 넣는다.
adb push Superuser.apk /sdcard/Superuser.apk
adb push su /sdcard/su
adb push busybox /sdcard/busybox
adb push exploid /sqlite_stmt_journals/exploid
adb shell
cd sqlite_stmt_journals
chmod 755 exploid
./exploid
rootshell
secretlol
cp /sdcard/Superuser.apk /system/app/Superuser.apk
cp /sdcard/su /system/bin/su
cp /sdcard/busybox /system/bin/busybox
chmod 4755 /system/bin/su
chmod 4755 /system/bin/busybox
rm /system/bin/rootshell
exit
exit
adb shell
su
7. 모토로이 화면에 뜨는 다이얼로그 창의 "allow" 버튼을 클릭한다.
8. 루팅된 폰을 맘껏 즐긴다~