Guest razvankim Posted June 9, 2013 Report Posted June 9, 2013 Please post a tutorial on how to flash CWM permanently on S500 -1 cpu version. Thanx!
Guest Deonix Posted June 9, 2013 Report Posted June 9, 2013 (edited) The first CWM i installed (on a different phone) came baked into the ROM zip. That has been my experience ever since. Recently the Developer changed it to TWRP Recovery also by putting into the ROM as un "upgrade". Maybe you can contact Vache to have it in his ROMs Edited June 9, 2013 by Deonix
Guest Shreps Posted June 9, 2013 Report Posted June 9, 2013 Please post a tutorial on how to flash CWM permanently on S500 -1 cpu version. Thanx! Try this :
Guest vache Posted June 9, 2013 Report Posted June 9, 2013 (edited) You can flash it from a booted phone using adb (assuming you have cwm img on your internal memory) : adb shell dd if=/sdcard/cwm.img of=/dev/block/platform/msm_sdcc.1/by-name/recovery[/CODE] Edited June 9, 2013 by vache
Guest razvankim Posted June 9, 2013 Report Posted June 9, 2013 Thanks for tip vache i will try tommorrow. Good night folks!
Guest razvankim Posted June 10, 2013 Report Posted June 10, 2013 (edited) I tried.and i'm getting this error Microsoft Windows [Version 6.1.7600] C:\Program Files\Acer CloudMobile Tool 0.3a\adb>adb shell dd if=/sdcard/cwm.img of=/dev/block/platform/msm_sdcc.1/by-name/recovery /dev/block/platform/msm_sdcc.1/by-name/recovery: cannot open for write: Permissi on denied C:\Program Files\Acer CloudMobile Tool 0.3a\adb> EDIT: solved! Thanks vache Edited June 10, 2013 by razvankim
Guest Ivan69 Posted June 10, 2013 Report Posted June 10, 2013 I tried.and i'm getting this error Microsoft Windows [Version 6.1.7600] C:\Program Files\Acer CloudMobile Tool 0.3a\adb>adb shell dd if=/sdcard/cwm.img of=/dev/block/platform/msm_sdcc.1/by-name/recovery /dev/block/platform/msm_sdcc.1/by-name/recovery: cannot open for write: Permissi on denied C:\Program Files\Acer CloudMobile Tool 0.3a\adb> EDIT: solved! Thanks vache I'm having the same error... how did you solved? Thx
Guest razvankim Posted June 10, 2013 Report Posted June 10, 2013 I'm having the same error... how did you solved? Thx I'm having the same error... how did you solved? Thx Use Acer Tool and choose option 4. Then run the command in abd~!
Guest Ivan69 Posted June 10, 2013 Report Posted June 10, 2013 Use Acer Tool and choose option 4. Then run the command in abd~! Solved, thankyou!
Guest Deonix Posted June 13, 2013 Report Posted June 13, 2013 (edited) So permanent CWM works now? Can you post a tutorial thread here on Modaco. Edited June 13, 2013 by Deonix
Guest razvankim Posted June 13, 2013 Report Posted June 13, 2013 So permanent CWM works now? Can you post a tutorial thread here on Modaco. Yes it works. Go on Acer Tool 0.3 and select option 4. Make sure you have usb debugging on. after that open cmd and type (but first put cwm recovery on sdcard (internal memory ) and rename it in : cwm.img Type this command in cmd and you're done! adb shell dd if=/sdcard/cwm.img of=/dev/block/platform/msm_sdcc.1/by-name/recovery
Guest Deonix Posted June 13, 2013 Report Posted June 13, 2013 (edited) Yes it works. Go on Acer Tool 0.3 and select option 4. Make sure you have usb debugging on. after that open cmd and type (but first put cwm recovery on sdcard (internal memory ) and rename it in : cwm.img Type this command in cmd and you're done! adb shell dd if=/sdcard/cwm.img of=/dev/block/platform/msm_sdcc.1/by-name/recovery OK thanks.Hmm, so we don't have RW permisions always? Or this method works on locked type1 only rooted as well? I red smth but i don't remember if you guys managed to make RW permisions permanent? The part where some apps/core functions "call" the internal memory SD Card and the actual microSD card External is the most stupid thing i have seen on an Android phone. Edited June 13, 2013 by Deonix
Guest scarba Posted June 15, 2013 Report Posted June 15, 2013 OK thanks.Hmm, so we don't have RW permisions always? Or this method works on locked type1 only rooted as well? I red smth but i don't remember if you guys managed to make RW permisions permanent? The part where some apps/core functions "call" the internal memory SD Card and the actual microSD card External is the most stupid thing i have seen on an Android phone. I managed to make cwm and root permanent using Vache's adb shell dd comand
Guest razvankim Posted June 15, 2013 Report Posted June 15, 2013 Root is permanent once you install it. doesn't dissapear when you reboot your phone , only if you resoft phone.
Guest DopT1 Posted June 20, 2013 Report Posted June 20, 2013 Would the following work: first copy the CWM image to /external_sd, then use something like Rom Toolbox to replace the original boot image, or am I thinking to simplistic?
Guest cjyap Posted June 28, 2013 Report Posted June 28, 2013 (edited) I tried this method, the command is successful. But when I tried to boot into recovery, the following message appears. Recovery image verified failed! bootmode: fastboot! I then tried other method I found on the net adb reboot bootloader fastboot -i 0x0502 flash recovery CWM-6.0.1.5_S500.img The following message appears. sending 'recovery' (6306 KB)... OKAY writing 'recovery'... FAILED (remote: Due to device is fused, non-merged file is not supported) Any idea what went wrong? Is there a way to restore the original recovery image? Edited June 28, 2013 by cjyap
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now