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

Root [RECOVERY] Clockworkmod Recovery for Hwawei Y301-A1

Lol. Yeah, if you have 64-bit Windows, it will not allow you to install 32-bit drivers. If you use the 64-bit drivers, DC-Unlockr will recognize your phone, but it will tell you that it cannot read your unlock code because you used the wrong drivers. One very important thing to note, YOU CANNOT USE A VIRTUAL MACHINE. The USB subsystem of the virtual machine (how the computer reads USB devices) causes your phone to not be read at all.
 
A few notes about this update. You cannot mount the internal storage (yet). You also cannot mount USB storage.

Is this usable on windows? My fiance kinda forced me to reinstall windows because Linux was too complicated for her (kept having datbase lock issues when she would shut it down while downloading software)
I see no notes for windows in the instructions.
Downloading anyway, thanks.
 
Just noticed the most hilarious thing looking at my Google Analytics for Clockworkmod. There are people downloading this from iPhones (and 5 very unfortunate people from Internet Explorer).
 
Is this usable on windows? My fiance kinda forced me to reinstall windows because Linux was too complicated for her (kept having datbase lock issues when she would shut it down while downloading software)
I see no notes for windows in the instructions.
Downloading anyway, thanks.

Yeah, that's my mistake. I need to add a Windows instruction on setting up the Android SDK, then everything from there should be the same.
 
I must thank everyone who made this possible. This one tool is the most valuable tool to ever have available.

It gives us far greater control than any app.

I'm sorry, I literally just had "that moment".

I'm gleefully hacking my Rom to bits, safe in knowing I got my ass covered. Now I can really remove the bloat... and replace system apps...

It's WIDE OPEN BABY!!!

:eek: :D :thumbup::thumbup::thumbup:
 
Hello, EagerestWolf, Could I backup the stock recovery before flash this custom recovery? Thanks.

If you want to make a backup of your stock recovery, the process is as follows:

  1. Adb into your phone
    Code:
    adb shell
  2. Gain root access
    Code:
    su
    Don't forget to approve the popup on your device.


  3. Copy your old Recovery to your SD Card
    Code:
    dd if=/dev/mmcblk0p13 of=/storage/sdcard1/recovery.img
    NOTE: You can save to the internal storage by using sdcard0, but there is barely enough room to save a recovery image there.
 
At the moment no. I have very little knowlege of C programming, so to my knowlege the Stock Kernel actually supports it, at least it's enabled in the code. More than likely it is an issue related to the stupid init.rc script, and I am horrible with RC scripts.
 
Back
Top Bottom