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

Root [RECOVERY] UnOfficial CWM v6.0.4.4

1mouse3

Member
I have made a Fully Working CWM with the help of Junkie2100 to debug it, both ADB Sideloder and backup/restore works let me what all bugs its got. Use ADB and Fastboot to install, here are the commands to use.

(From linux Pc have img in the folder you CD to)
$adb reboot bootloader
$fastboot flash recovery recovery.img

(From Phone and have img on root of sd card)

[A}adb shell

open a terminal:
type : adb shell
hit enter
type: dd if=/sdcard/recovery.img of=/dev/block/platform/msm_sdcc.1/by-name/recovery
hit enter
when prompt returns type: reboot recovery
hit enter

terminal emulator:

open terminal
type: su
hit enter
allow root to terminal
type: dd if=/sdcard/recovery.img of=/dev/block/platform/msm_sdcc.1/by-name/recovery
hit enter
when prompt returns type: reboot recovery
hit enter


https://www.dropbox.com/s/lzjqv2dm64sme37/recovery.img
 
Yea for now its just the standard non touch. We will work on touch later but at least its fully functional. The current version of touch had some major bugs and this one as far as i know only has one. On booting it you get some weird splash screen thing. That has absolutely nothing to do with functionality though
 
We will get an official standard and touch version going in the near future but a version of cwm that works is a pretty good step in the right direction
 
From what i was led to believe it doesnt have adb. And it was erroring apon trying to factory reset for starters. Also it threw an md5 error when trying to restore a backup so it seems to have bugs
 
Dont forget my buddy 1mouse3. He did the work im just kinda guiding and supervising the project. My computer isnt even hooked up so im on my sequent helping him get things working. He also managed to get cm10.1 to boot but we got a ways to go before its release ready. Plenty of bugs lol
 
I got a message saying you have no root access would you like to root device after trying to flash Jimsmith's init.d boot.img. i just ignored it. Had to restore a backup cuz the flash didn't work and i still have root so i dont know if it was from the zip that i flashed or what. Also there is a warning at the bottom of the screen, something about texts. Anyway everything works. Sorry for this terribly written post lol.
 
Yea im not really sure about that message either. But it should be harmless. Every zip we have tried worked fine
 
Plus this works fine other than the weird error message that has no effect and the Boot up image glitch which also has no effect on functionality. And when we have a good repo im gonna see if i cant get it looked over and made official with a touch variant
 
Just trying to help. At least you know how to build it. Lemme guess, it doesn't work cuz of the partition roller thing ZTE does?
 
Yea i appreciate it still but it doesnt work right. Its not thw partition thing though, its mainly how limited it is. Ita great for certain phones but it doesnt even allow the option for using the power button to select that was the main issue, you couldnt do anything but scroll up and down all day lol
 
I have made a Fully Working CWM with the help of Junkie2100 to debug it, both ADB Sideloder and backup/restore works let me what all bugs its got. Use ADB and Fastboot to install, here are the commands to use.

(From linux Pc have img in the folder you CD to)
$adb reboot bootloader
$fastboot flash recovery recovery.img

(From Phone and have img on root of sd card)

[A}adb shell

open a terminal:
type : adb shell
hit enter
type: dd if=/sdcard/recovery.img of=/dev/block/platform/msm_sdcc.1/by-name/recovery
hit enter
when prompt returns type: reboot recovery
hit enter

terminal emulator:

open terminal
type: su
hit enter
allow root to terminal
type: dd if=/sdcard/recovery.img of=/dev/block/platform/msm_sdcc.1/by-name/recovery
hit enter
when prompt returns type: reboot recovery
hit enter


https://www.dropbox.com/s/lzjqv2dm64sme37/recovery.img



Works great. Good instruction too.
 
Back
Top Bottom