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

Root [RECOVERY]Clockworkmod 6.0.37

KainXS

Member
* Your warranty is now void.
I am not responsible if this causes your device to be bricked, for the planets to align, monkeys take over the earth, nuclear war, missed sexual favors or whatever nonsense ensues due to your device not working. Please do some research if you have any concerns before flashing.

By using this recovery you agree to these terms!


Clockworkmod 6.0.3.7


Non-Advanced (6.0.3.7)
Dev-Host - recovery.img - The Ultimate Free File Hosting / File Sharing Service

Advanced 5 (6.0.3.7)
Dev-Host - recovery.img - The Ultimate Free File Hosting / File Sharing Service

Bugs
-Backup time 1970
-tell me?

ADB/FASTBOOT files(if you don't have ADB)
Dev-Host - adb.zip - The Ultimate Free File Hosting / File Sharing Service

Instructions
-put the recovery.img in the same folder as adb/fastboot
-fastboot is entered by pressing vol down+power while powering on
-enter "fastboot flash recovery recovery.img" to flash

-recovery is entered by pressing vol up+power while powering on

Source:
https://github.com/KainXS/android_kernel_huawei_y301a2
https://github.com/KainXS/android_device_huawei_y301a2/tree/cm10.1
https://github.com/KainXS/android_device_huawei_y301a2/tree/twrp

Thanks:
TWRP Team
Phil3759
 
Thanks for the great information, I cannot get the CWM recovery to work as yet as my bootloader is locked, just waiting for Huawei to send me the unlock code.

No modded roms for the vitria as yet?

Regards.
 
you could just use adb as I say above

and no, theres no roms yet, I'm actually waiting for huawei to release the sources for it, I requested it and all I get is processing.
 
had to change mounts to by name instead of by block number to add support for other huawei msm8930 devices
 
I was just curious. Now that I've got my unlock code I'm ready to get the custom recovery installed so I can do some tinkering and not have to work about screwing my phone up. Thanks again for all your help.
 
ubuntu hdd://=failed, couldn't take all the building :(

gotta wait for huawei to answer my question anyway but still sucks, still sucks:mad:
 
ubuntu hdd://=failed, couldn't take all the building :(

gotta wait for huawei to answer my question anyway but still sucks, still sucks:mad:

Curious: what are you waiting to know from huawei? I'm assuming not the sources since they already released that.

I can start building stuff for this phone, I have a couple of units. But I've never build android. I have plenty of experience with linux (sysadmin) though, so I jut need to understand the high-level flow before I can start building.

This is the vague idea I have right now:
- first, get all the required hardware drivers. I assume huawei's source will include all the drivers needed.
- next, build a ROM, say cyanogenmod or AOSP, using the drivers from above

Questions:
- Does this sound reasonable or am I way off?
- does each phone have a different partition layout that I need to figure out?
 
Having trouble getting this to work. Bootloader is unlocked, I've tried flashing using both fastboot and the dd method from the Vitria Info thread. When I try booting into recovery it just gets me to the stock recovery. I'm rather new to this so I'm not really sure if I might be doing something wrong.
 
Curious: what are you waiting to know from huawei? I'm assuming not the sources since they already released that.

I can start building stuff for this phone, I have a couple of units. But I've never build android. I have plenty of experience with linux (sysadmin) though, so I jut need to understand the high-level flow before I can start building.

This is the vague idea I have right now:
- first, get all the required hardware drivers. I assume huawei's source will include all the drivers needed.
- next, build a ROM, say cyanogenmod or AOSP, using the drivers from above

Questions:
- Does this sound reasonable or am I way off?
- does each phone have a different partition layout that I need to figure out?

I bought a Ascend G6 and I wanted the rom before it gets here from china, huawei is usually more lenient with their core stuff.

if its your first rom or recovery I say start from scratch(this will be a learning experience)

1 starting with a simple device tree to try to get cwm to boot(try a prebuilt kernel)
2 then moving to the kernel, if its huawei you will have to fix it(more than likely) and then try to get it to boot stock.
3 Once you know it boots go back to device tree(create a vendor tree also) and start expanding it to completeness(kernel and modules must be built with cyanogen now at this point so the defconfig needs to be modified also, takes time to do this)
4 try to boot cm after building, be prepared to use kmsg, logcat, then ddms
5 fix bugs if it fails
6 rinse and repeat 4 and 5

remember the time it takes to build, simply building the kernel takes a few minutes, cwm can take 10 minutes, but rough cm source is at least an hour(can take hours) so be prepared. For example building randomblames cm11 on my 3770k 4.8Ghz takes me(well took :( ) about 2 hours between builds if I make clean and clobber.

the cm development site is a good place to start
Development - CyanogenMod

layout normally depends on the chipset and manufacturer(some use proprietary)
Having trouble getting this to work. Bootloader is unlocked, I've tried flashing using both fastboot and the dd method from the Vitria Info thread. When I try booting into recovery it just gets me to the stock recovery. I'm rather new to this so I'm not really sure if I might be doing something wrong.

if thats happening then stop for now(because you don't want to flash recovery to the wrong partition)

check and make sure your flashing the right recovery.img(cwm is in this thread the other one has the stock recovery and boot for archiving)
root first(you did this)
unlock bootloader(you did this)
reboot back into bootloader
fastboot flash recovery recovery.img(should say some stuff afterwards)
 
if thats happening then stop for now(because you don't want to flash recovery to the wrong partition)

check and make sure your flashing the right recovery.img(cwm is in this thread the other one has the stock recovery and boot for archiving)
root first(you did this)
unlock bootloader(you did this)
reboot back into bootloader
fastboot flash recovery recovery.img(should say some stuff afterwards)

I could've sworn I had the right img in the folder and did everything, but maybe I just messed up along the way. No matter, it worked this time, thanks
 
I bought a Ascend G6 and I wanted the rom before it gets here from china, huawei is usually more lenient with their core stuff.

if its your first rom or recovery I say start from scratch(this will be a learning experience)


Thanks for the outline and the pointers and links! I'll get around to doing this in a while, though this might have to wait for a bit until I have some free time.
 
Back
Top Bottom