neuman1812
Lurker
I've tried both.... I have Root Explorer on my rooted TF700 and ES File Explorer on my newly rooted Commando. Thanks to you tommytopdrive. I don't know which one I prefer because I like the permissions on the screen with Root Explorer, like you, but I like the look of ES File Explorer and it seems to be safer for the things that could potentially brick my phone if I wasn't aware of what I was doing.
I'm not a software writer/engineer by any means, but I followed exactly what you did on your first try, just without turning any of my wireless stuff off. It worked, and my wifi/gps/3g/bluetooth all work. Thanks again for sharing all this with us.
For those of you who don't know what you're doing, don't just skip to where it might look like there's good information for rooting your Commando. READ THROUGH EVERYTHING, all the answers are somewhere in this thread, THOROUGHLY search for them and you'll find them. I just followed what tommytopdrive posted as an experiment and then found what Willster419 posted about the 10-steps to root, on the bottom of the same page of the thread (page 1). It worked flawlessly for me, and I'm not a software kinda guy.
For those of you still too lazy to look at everything on the thread, here are the steps to root the M130 build of the Casio G'zOne Commando. If there are quotation marks around something, that means I am referencing it. The stuff in between the quotation marks is the important material.
Pre-requisites:
A. YOU ALSO NEED TO DOWNLOAD THE commando "drivers.zip" THAT HAVE BEEN POSTED. ALONG WITH THE "casio 130 root.zip" FILE PROVIDED IN THIS THREAD. Unzip them to a place you won't forget. And install the "drivers" before connecting your phone to the computer.
B. Turn on USB Debugging on your phone.
1. Install es file explorer from the play store.
2. Open it once it is done downloading and installing.
3. In the top left corner of the screen, there is a star with "Favorites" under it... Click on it.
4. Select the phone icon with a "/" under it.
5. In that so-called directory or folder you'll find another folder named "system". Select that folder.
6. Within that directory you'll find "etc". Select it.
7. In that folder there is a file named "init.qcom.sdio.sh"... Long press (hold your finger on that file) until a menu pops up. (filepath should be /system/etc/init.qcom.sdio.sh).
8. Select "open as text".
9. Then choose the "es note editor" option.
10. You'll see some weird looking writing that is coherent at the top. However, navigate to the very bottom part of the file notes where you'll see "exit 0".
11. Add exactly the following, just above "exit 0"
chmod 0777 /system
chmod 0777 /system/bin
12. Press the back button until you are prompted as to whether or not you want to save the file, select "yes" and save the file.
13. Then repeat steps 3-9.
14. On the top of the notes you should immediately see something that says "#!/system/bin/sh". Place a "1" at the end of that line.
15. Then press back again, twice, to save the file once more.
16. Then repeat steps 3-9.
17. This time remove the "1" you just added.
18. Save the file by backing out again and selecting "yes" when prompted to save it. As said by tommytopdrive: "The reason you do this is because, sometimes it makes a backup and might try to load the backup."
19. Restart your phone.
20. Using ADB, push the "su" file from your computer to your device.
21. ALTERNATIVELY you can copy the unzipped "casio m130 root" folder from your computer to some place on your phone that you won't forget. I put my folder right inside "/sdcard/".
22. Disconnect your phone from your computer.
23. Open ES File Explorer again and go the place where you copied the "casio m130 root" folder to.
24. Open that folder and find "su". For me the filepath was "/sdcard/casio m130 root/su"
25. Long press the file and select copy.
26. Click on the star in the upper left corner again.
27. Select the phone icon with the "/" under it.
28. Find the "system" folder and select it.
29. Now within the "/system/" directory you'll find a folder named "bin", select it.
30. Click the little blue box in the bottom and center of your screen with the blue circle and arrow in it.
31. Click on "su". You should get a confirmation saying the file has been successfully inserted. If you didn't, you did something wrong, check what you wrote from step 11 and make sure it was on the right file.
32. Save the folder by backing out of ES File Explorer.
33. Open ES File Explorer again.
34. Follow steps 3-10.
35. Just above "exit 0" and right below the lines you added during step 11, insert the following two lines, exactly as they are:
chown root.root /system/bin/su
chmod 06755 /system/bin/su
36. Press back twice to save again.
37. Follow steps 13-18.
38. Restart your phone again.
39. Using ADB in the command prompt, verify that the phone has been rooted by finding "su" with the following steps and has "rwsr-sr-x" by it.
38. Press return after each line within the command prompt on your computer:
adb shell
cd /system/bin
ls -l
40. Install superuser.apk and busybox.apk. Find them on the play store if need be. And you should be rooted.
Just wanted to say thank you. Followed this exactly and now I have root access!
Now what to remove first...

