untuk pengguna droidX, kabar gembira bahwa droidX sudah bisa bergaul sama "ninja" hehe
ini tutorialnya di copas dari forum alldroidx.org (ADC) credits to Sebastian Krammer & Birdman ========================================= REMEMBER WHERE YOU SAW IT FIRST! (Run means type the command in quotes [but not the quotes] then press the Enter key) 1. Download the attached archive and expand it to a folder you can find (eg. c:\DroidXRoot_v2) 2. Set up ADB (Step-by-step guide for Windows Vista/7 HERE. <-- USE THAT THREAD FOR ADB SUPPORT PLEASE.) 3. Open a command prompt (Windows: Start, Run, "cmd", OK; Linux: Terminal) 4. Run "CD c:\DroidXRoot" (or where ever you expanded the archive) 5. Run "adb shell mkdir /sdcard/DroidXRoot" 6. Run "adb push Superuser.apk /sdcard/DroidXRoot/Superuser.apk" 7. Run "adb push su /sdcard/DroidXRoot/su" 8. Run "adb push busybox /sdcard/DroidXRoot/busybox" 9. Run "adb push exploid /sqlite_stmt_journals/exploid" 10. Run "adb shell" 11. Run "cd sqlite_stmt_journals" 12. Run "chmod 755 exploid" 13. On your phone, navigate to a screen where you can switch wifi/ bluetooth on/off easily (settings, or a home screen with a widget) 14. IMMEDIATELY after executing the next step, toggle wifi or bluetooth off and back on 15. Run "./exploid" and follow directions on screen. Once this completes you'll be back at a shell prompt. 16. Run "rootshell". You'll be prompted for a password. 17. Type in password "secretlol" and press Enter then you are root! (You'll know because your prompt will now be a "#" instead of "$") 18. Run "cp /sdcard/DroidXRoot/Superuser.apk /system/app/ Superuser.apk" 19. Run "cp /sdcard/DroidXRoot/su /system/bin/su" 20. Run "cp /sdcard/DroidXRoot/busybox /system/bin/busybox" 21. Run "chmod 4755 /system/bin/su" 22. Run "chmod 4755 /system/bin/busybox" 23. Run "rm /system/bin/rootshell" 24. Run "exit" to drop from root to a non-root user shell (on phone still) 25. Run "exit" to drop back to your machine command prompt (instead of phone) To Confirm root is established: 1. Run "adb shell" 2. Run "su" (now you should see the # sign which indicates you are root) 3. Watch your screen so you can allow Superuser root access. You're 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) ====================================== ada file untuk rootingnya, silahkan download langsung di forumnya, sebesar 1.05mb dgn nama DroidXRoot_v2.zip - gak gue sertakan, silahkan google ndiri yah :) -rc sent via web -- "Indonesian Android Community [id-android]" Join: http://groups.google.com/group/id-android/subscribe?hl=en-GB Moderator: [email protected] ID Android Developer: http://groups.google.com/group/id-android-dev ID Android Surabaya: http://groups.google.com/group/id-android-sby ID Android on FB: http://www.facebook.com/group.php?gid=112207700729
