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

Root [TOOL] Warp 4G CWM Flasher

Code:
adb reboot bootloader
fastboot boot warplte_cwm.img

adb wait-for-device

adb push warplte_cwm.img /cache/cwm.img
adb shell "dd if=/cache/cwm.img  of=/dev/block/mmcblk0p16"
adb shell "rm /cache/cwm.img"
adb reboot recovery

in the form you stated it would try to push before cwm booted, causing a domino effect

might even want to put a few seconds pause in there to be sure its loaded up and ready to accept the files, if you push before cache mounts it just gets lost in the ram
There is a sleep in there, obviously not long enough, but you are probably correct about what is happening. I will fix it later today :)
 
I made this thing quite a while ago and this is the first feedback I have received. 66 downloads and nobody mentioned it didn't work? lol
 
lol. it might just be a fluke... or maybe nobody thought to mention it. i dunno, that does happen lol. maybe someone with some testing experience should get back to us on the subject before we start messing with stuff
 
tried.. also failed.
maybe there is something prevent installing CWM on this phone lol

Nah, you can flash the flashable cwm while your device is booted to cwm. I just need to figure out why it's not working without that.
 
huh... someone should run the script and see if it actually gets copied to cache, or run the command with a log or something. find out what exactly isnt working if at all possible

i still maintain we probably need like a 5 second pause between wait for device and pushing to cache to compensate for the time it takes to mount and load it all but i could be wrong
 
huh... someone should run the script and see if it actually gets copied to cache, or run the command with a log or something. find out what exactly isnt working if at all possible

i still maintain we probably need like a 5 second pause between wait for device and pushing to cache to compensate for the time it takes to mount and load it all but i could be wrong

v5 has wait-for-device, v6 has wait-for-device and sleep 5. Gonna scour the script again to be sure there isn't a stupid typo lol.
 
FYR

The phone did not do any action when showing "waiting for device"..... have to reboot manually --> then boot to stock recovery.
 
Back
Top Bottom