I want to say (possibly again) that this can't be tested by me because my devices are already at M150. I can say that I applied it to my already M150 device with no problems.
ok so here is the process in overview. We will:
1. install the stock recovery
2. apply the update and reboot
3. install the GNM recovery
4. update to M150
5. make sure everything works
6. be happy
1. Installing the stock recovery. Before we can do that you need to have fastboot enabled. To enable fastboot you need to open the latest casio auto root tool and go to flash menu and then enable fastboot.
To install the stock recovery open the getCMD.bat file and type (once the phone is rebooted):
you can copy the above code and right click in the command prompt and paste.
once the device drivers have loaded, type
Code:
fastboot -i 0x0409 flash recovery "recoveryImage/M150 stock recovery.img"
and
Code:
fastboot -i 0x0409 reboot
the device will reboot to the homescreen. once it is unlocked and at the homescreen, we begin step 2
2. apply the update and reboot. first we need to get the update to your phone. type
Code:
adb push radioUpdate\ipth_package.bin /sdcard/ipth_package.bin
then get su permissions by typing
to get su rights and then type
Code:
echo '--update_package=SDCARD:ipth_package.bin' >> /cache/recovery/command
this tells the recovery that when you go into it you want to install an "update" just like as if it was an OTA update coming though. then type
it will reboot into the stock recovery and apply the radio firmware. then when it's done (android guy with triangle exclamation mark.) battery pull and power on.
now your phone's radio will be updated and you will be unable to use it.
3. install GNM recovery. go to Casio root tool, flash menu, flash GNM recovery
4. update to M150. download any of the 4 M150 updates. i recommend the custom one. reboot to recovery
then toggle usb storage and copy the update to your sdcard. you then want to do a factory data reset. then flash update from sdcard. install it and reboot. you now can use the phone's modem. (hopefully
) from here,
5. make sure everything works and 6. be happy