Disclaimer:
I do not take any responsibility if this bricks/damages/erases your phone and any of its contents. Use at your own risk!
Download:
recovery-cwm-shineplus-6.0.3.2.img
flash_image
Previous Versions:
recovery-cwm-shineplus-5.5.0.4.img
Instructions:
superuser/root is required!
1) Download the first two files to the root directory of your sdcard.
2) Open up a command prompt and type the following:
3) Your phone should now boot into CWM-recovery.
4) Vol+/Vol- to navigate menu, Call button for OK, End-call for back/cancel
Known Issues:
- None so far (requires testing).
Changelog:
2013/05/13
- Resynced to latest CM10.1 sources; updated CWM to 6.0.3.2.
2012/06/30
- Initial release.
- 'Mount USB Storage' now working.
- Backlight brightness now set to maximum value on start (63).
Thanks to:
- jiilik for providing his CM7 source files that I used in the process of porting
- karendar for testing and support, and providing a solution to backlight brightness problem
- CyanogenMod and ClockworkMod team for their open-source projects
I do not take any responsibility if this bricks/damages/erases your phone and any of its contents. Use at your own risk!
Download:
recovery-cwm-shineplus-6.0.3.2.img
flash_image
Previous Versions:
recovery-cwm-shineplus-5.5.0.4.img
Instructions:
superuser/root is required!
1) Download the first two files to the root directory of your sdcard.
2) Open up a command prompt and type the following:
Code:
adb shell
su
cp /sdcard/flash_image /data/local/flash_image
chmod 0755 /data/local/flash_image
/data/local/flash_image recovery /sdcard/recovery-cwm-shineplus-6.0.3.2.img
sync
exit
exit
adb reboot recovery
4) Vol+/Vol- to navigate menu, Call button for OK, End-call for back/cancel
Known Issues:
- None so far (requires testing).
Changelog:
2013/05/13
- Resynced to latest CM10.1 sources; updated CWM to 6.0.3.2.
2012/06/30
- Initial release.
- 'Mount USB Storage' now working.
- Backlight brightness now set to maximum value on start (63).
Thanks to:
- jiilik for providing his CM7 source files that I used in the process of porting
- karendar for testing and support, and providing a solution to backlight brightness problem
- CyanogenMod and ClockworkMod team for their open-source projects