• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.
Try to modify the file from the file explorer with above procedure with the wifi off. Try rebooting still having wifi off. Reboot and turn wifi on.

no good, i think. i need someone to confirm if the /system/ directory was writable on the origional non-chmodded commando. if no, then it did something. if yes, then the file is not activating.
 
Upvote 0
no good, i think. i need someone to confirm if the /system/ directory was writable on the origional non-chmodded commando. if no, then it did something. if yes, then the file is not activating.
I think I have it figured out, but I need to know one thing. Is the file /system/etc/init.qcom.sdio.sh in a stock non rooted casio commando with M130 set up with the permissions rwx rwx rwx (0777). Can someone verify this for me?

If so, then we have some good news as the process will not be too bad.

Also after fixing my mess up. I have voice and data again...so this baby is fully rooted and working good now!
 
Upvote 0
I think I have it figured out, but I need to know one thing. Is the file /system/etc/init.qcom.sdio.sh in a stock non rooted casio commando with M130 set up with the permissions rwx rwx rwx (0777). Can someone verify this for me?

If so, then we have some good news as the process will not be too bad.

Also after fixing my mess up. I have voice and data again...so this baby is fully rooted and working good now!

I don't know about any special permissions, I don't think there are, but the file IS rwx rwx rwx. so 0777 it is.
 
Upvote 0
I can confirm on my non rooted commando that file is writeable. Inserted the chmod commands into the file, adding one for the /app directory, and I can delete .apk files from the app directory as well as copy them from the sdcard back to the app directory. I can also write a random sound recording i had laying on the sdcard to the app directory. Now .. how to root fully so I can uninstall these abominations of bloatware that was included ive been having to look at for a year now.

Also It did not affect my wireless at all, I can enable and disable it and connect to wireless. Data is working as well.
 
Upvote 0
So after you added the chmod and rebooted, your /system and /system/bin file became 0777? If so then you can adb push su to the /system/bin folder. After that in the same file you chmod you can add:

chown root.root /system/bin/su
chmod 06755 /system/bin/su

reboot again and verify by adb from a command prompt that su is owned by root and is rwsr-sr-x by doing the following (press return after each line):

adb shell
cd /system/bin
ls -l

when you return on the ls -l the screen will scroll fast. use your page up button to search for su and see its permissions.

If all goes well, then you can install superuser.apk and install busybox...oh, and that means your rooted.
 
  • Like
Reactions: Willster419
Upvote 0
So after you added the chmod and rebooted, your /system and /system/bin file became 0777? If so then you can adb push su to the /system/bin folder. After that in the same file you chmod you can add:

chown root.root /system/bin/su
chmod 06755 /system/bin/su

reboot again and verify by adb from a command prompt that su is owned by root and is rwsr-sr-x by doing the following (press return after each line):

adb shell
cd /system/bin
ls -l

when you return on the ls -l the screen will scroll fast. use your page up button to search for su and see its permissions.

If all goes well, then you can install superuser.apk and install busybox...oh, and that means your rooted.


Will let know in a few hours. Have an appointment I must attend to in about 15 mins.
 
Upvote 0
So, for all of you who want to root, this is a quick 10-step beta guide. Use at your own risk, im not responsible, etc.

1. Turn off your WiFi and Install es file explorer.
2. use it to go to /system/etc/init.qcom.sdio.sh
3. long press, open as text, use es note editor.
4. (The follwoing some quoted parts are copied from TommyTopDrive's posts. His work, not mine) Navagate to, "the very bottom (just above "exit 0")" and, add the following:

chmod 0777 /system
chmod 0777 /system/bin

5. Save the file. Then repeat step 3. and add a 1 after the "#!/system/bin/sh" and save. Then repeat step 3 again and remove the 1. The reason you do this is because, "it makes a backup and might try to load the backup."
6. restart your phone.
7. Push (or copy from sd card) the su bianary file to /system/bin
8. do steps 2 and 3, then below the code you put in earlier, put in, "

chown root.root /system/bin/su
chmod 06755 /system/bin/su

9."reboot again and verify by adb from a command prompt that su is owned by root and is rwsr-sr-x by doing the following (press return after each line):

adb shell
cd /system/bin
ls -l

10. "install superuser.apk and install busybox...oh, and that means your rooted." :)

And then your all set! You welcome to all!:)
 
Last edited:
Upvote 0
Will let know in a few hours. Have an appointment I must attend to in about 15 mins.

drwxrwxrwx root root 2012-10-20 02:32 system
drwxrwxrwx root shell 2012-10-20 02:32 bin

I pushed root and then redid the file to chmod and own it, and now have a # prompt instead of the $ prompt. Superuser and busybox both installed like a champ. Looks like its working to me. Thank You for discovering this permissions flaw in a executable script!
 
  • Like
Reactions: Willster419
Upvote 0
drwxrwxrwx root root 2012-10-20 02:32 system
drwxrwxrwx root shell 2012-10-20 02:32 bin

I pushed root and then redid the file to chmod and own it, and now have a # prompt instead of the $ prompt. Superuser and busybox both installed like a champ. Looks like its working to me. Thank You for discovering this permissions flaw in a executable script!

Would like to report another successful root on a co workers Verizon Commando. That is 2 so far ... with 2 more to go.
 
  • Like
Reactions: Willster419
Upvote 0
I had my commando rooted under the M80. Superuser.apk is still located on the system/app directory and it will not give my access to delete or uninstall the file. Could this be affecting the "chmod..." Added to the directory?

After adding these commands in the file previously mention I'm having no luck with root access...

If so how could I get rid of the SU.apk file without having root access?

Thanks in advance
 
Upvote 0
you can do it under ubuntu. You have to install the android sdk as the adb drivers are automatically installed. You might even be able to put the su file into your sd card and copy over to /system/bin with a good file explorer downloaded from the play store. You can make the changes to the /system/etc/init.qcom.sdio.sh file with the edit function of most file explorers as well.
 
Upvote 0

BEST TECH IN 2023

We've been tracking upcoming products and ranking the best tech since 2007. Thanks for trusting our opinion: we get rewarded through affiliate links that earn us a commission and we invite you to learn more about us.

Smartphones