• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Help locked

your welcome. I enjoy helping people with their phones. It makes people happy and it gets me more xp with the phones, so its a win win :)
 
ok so i have found two ways to make this work.
we will try the first way first. I modified my auto root script to hack it into fastboot. then you can wipe the data with fastboot -i 0x0409 -w. I will be posting shortly.

I hope this works, but if it does not, I have another way, and it is guaranteed to work, but is more brute force and you phone WILL be rooted for a short time.
 
ok so I updated the kit with a save locked device.bat file. Turn your screen on, and then press enter. It should work, it worked with mine. At that point, you will be in fastboot, where you can fastboot -i 0x0409 -w and bam done.
go to my google drive here. It's under commando->root kits.
 
ok now just to be safe we should download the modded m130 phone image from my site so we can flash it. You will ask why. This is because after you do this wipe, adb will be off and there will be no way to recover your phone in case something goes wrong. Flashing this boot image will enable adb by default. Call me overprotective but i have been dealing with these phones for 2 years and trust me when i say these are the easiest phones to brick.

in order to do this you must open a command prompt window by pressing the windows key and typing cmd.exe and it should show cmd and press enter. then you find the directory to fastboot.exe and copy the folder adress. then you type cd <paste address> then the following: (assuming your boot.img is in the same dir as fastboot)
fastboot -i 0x0409 flash boot boot.img
fastboot -i 0x0409 -w
fastboot -i 0x0409 reboot

then you should be all set. If you are not sure of a step let me know.
 
sure extract it to a new folder on the c drive and rename the folder so the filepath is then:
C:\casioKit\fastboot.exe
 
Back
Top Bottom