junkie2100
Android Expert
tested and said to be working
you will need to be rooted
download the file and name it recovery.img and put it on the root of the sd, no folders just right on the card, so its in this location /sdcard/recovery.img
and use either adb or terminal emulator
if using adb youll need to do the
command first, if terminal emulator you can just do the following commands without that part
new mirror, on a phone youll probably need to open it in chrome, stock browser opens it as text for whatever reason
http://unleashedprepaids.com/upload/devs/junkie2100/quantum_cwm.img
thanks to shabby, stevestone, everyone who got the necessary files, and everyone who bugged the hell out of zte to get the source
also, in theory it should work for the supreme but i make no promises... someone should test that out and make sure
and always remember. if it breaks your phone, a "sorry, that sucks" is all the compensation youre getting lol. use at your own risk
you will need to be rooted
download the file and name it recovery.img and put it on the root of the sd, no folders just right on the card, so its in this location /sdcard/recovery.img
and use either adb or terminal emulator
if using adb youll need to do the
Code:
adb shell
Code:
su
dd if=/sdcard/recovery.img of=/dev/block/platform/msm_sdcc.1/by-name/recovery
reboot recovery
http://unleashedprepaids.com/upload/devs/junkie2100/quantum_cwm.img
thanks to shabby, stevestone, everyone who got the necessary files, and everyone who bugged the hell out of zte to get the source
also, in theory it should work for the supreme but i make no promises... someone should test that out and make sure
and always remember. if it breaks your phone, a "sorry, that sucks" is all the compensation youre getting lol. use at your own risk