Background

ROOT Asus Eee Pad Transformer


pertama-tama install SDK untuk ADB


1. donlod dulu file nachoroot http://download.cunninglogic.com/nachoroot.bin


2. donlod file su http://download.cunninglogic.com/su


3. 2 file itu kalo saya saya taroh di folder buat ADB, jadi ke folder installasi SDK/android-SDK/platform-tools


4. colok TF dengan enable usb debugging, splashtop matiin, asus sync matiin


5.jalanin CMD, trus masuk ke folder buat ADB, caranya:
a. ketik cd / biar keluar ke root nya dulu (kalo asumsi saya instalasi di program files
b. ketik cd /pro(habis ini pencet tab aja, langsung kluar tulisan program files nya), trus dilanjutin cd ke floder android agan/android-SDK/platform-tools


6. buat cek tf agan ke detect ato ngga, ketik ADB devices


7. jalanin perintah ini, satu baris enter, contohnya:
adb push nachoroot.bin /data/local ( abis itu di enter,nunggu perintahnya jalan, kalo udah, baru lanjut ke command ke 2). gitu seterusnya ikutin aja
yang di kasih tanda < > itu keterangan. jangan di tulis ya 


adb push nachoroot.bin /data/local/
adb shell chmod 777 /data/local/nachoroot.bin
adb shell /data/local/nachoroot.bin --stage1
adb reboot

adb shell /data/local/nachoroot.bin --stage2
adb reboot

adb shell id

adb remount
adb push su /system/xbin/su
adb shell chown 0.0 /system/xbin/su
adb shell chmod 06755 /system/xbin/su
adb shell /data/local/nachoroot.bin --undo
adb reboot


kalo udah baru install superuser dari market.


DONE., 


DWYOR

Categories: Share

Leave a Reply