아직 드로이드가 손안에 있지는 않지만 여기 글들을 읽어보니

Droid X 는 루팅이 되지 않는다는 글을 읽었습니다.


근데 미국 드로이드 동호회에서 찾은 글인데요...

아래 영어로 방법이 있는듯 합니다...

글 퍼온 곳에 droidxroot.zip 이라는 파일도 있더군요..

암튼 고수님들... 아래와 같이 하면 루팅 되는지 함 읽어주세요~






Step 1: Set up ADB
Step 2: Push exploid to /sqlite_stmt_journals "adb push exploid /sqlite_stmt_journals"
Step 3: type "adb shell"
Step 4: type "cd sqlite_stmt_journals"
Step 5: type "chmod 755 exploid"
Step 6: type "./exploid" and follow directions on screen
Step 7: type "rootshell"
Step 8: type in password "secretlol"
Step 9: your in root!
Step 10: mount your sdcard to pc and put Superuser.apk and su in the sdcard
Step 11: unmount sdcard
Step 12: in adb (make sure your still in root with the # sign) type in:
- cp /sdcard/Superuser.apk /system/app/Superuser.apk
- cp /sdcard/su /system/bin/su
- chmod 4755 /system/bin/su

your done! feel free to kill the bloat apps snd such ;

NOTE: it might be a smart idea to do "rm /system/bin/rootshell" after you have su and superuser in place as ANY program will have access to your root if you leave it (cause everyone will know the password)


Credits:
- Sebastian Kramer for this blog post - http://c-skills.blogspot...07/android-trickery.html
- Birdman - for editing Sebastians work for the droidx
- [mbm] - for answering birdmans many questions while root was tried (and failed xD)