Any working CWM - Xiaomi Mi 2

I`m searching for a working CWM for Xiaomi MI2S . I found the one by M1CHA but i get an error when i try to install it (update.zip method).

Use fastboot
Sent from my MI 2 using Tapatalk

rober788 said:
I`m searching for a working CWM for Xiaomi MI2S . I found the one by M1CHA but i get an error when i try to install it (update.zip method).
Click to expand...
Click to collapse
Try these fastboot drivers, http://forum.xda-developers.com/showthread.php?t=2588979
power off, press Vol- and Power On, you are in fastboot
then
open a terminal in the fastboot folder, paste here the CWM recovery and
"fastboot erase recovery"
"fastboot flash recovery recoveryname.img "
without quotes, and if you want to check if the device responds before the aboves, try fastboot devices, and check if it is listed there.

104
i managed to install it with update.zip, i had miui v6 special edition and i think it didn`t work because of that.

How did you manage to do that? Whenever I try to install the cwm recovery with update.zip method I got an error message? Have you used a particular cwm recovery? Thanks!

Take a look this url http:_slash__slash_d-h.st_slash_users_slash_M1cha_slash_?fld_id=11289#files
I installed it this morning without any trouble...

Related

Unable to Flash Custom Recovery

Hi guys,
Im on the cm12s, and unlocked bootloader but im unable to get into custom recovery, it keeps reverting to Cynogen recovery.
I tried toolkit also, it flashes and then it shows waiting for device, i manually boot into recovery its just a blank screen.
Please help i need root and ROMS
varun.gid said:
Hi guys,
Im on the cm12s, and unlocked bootloader but im unable to get into custom recovery, it keeps reverting to Cynogen recovery.
I tried toolkit also, it flashes and then it shows waiting for device, i manually boot into recovery its just a blank screen.
Please help i need root and ROMS
Click to expand...
Click to collapse
how did you unlock bootloader ?
may be using adb drivers right ?
so if you are using adb drivers then follow this procedure ....
copy this recovery file in your adb folder LINK
now go to adb folder
now press and hold shift button and right click on empty space there you will see open cmd , click on it cmd will open
now copy below code (this is for CM12 only)
Code:
fastboot -i 0x1ebf flash recovery recovery_twrp.img
anow right click in cmd and click on paste.
hit enter and after a while you will se 'Okay ' message at the end.
bingo you have flasher recovery :highfive: :good:
ashish_zarekar said:
how did you unlock bootloader ?
may be using adb drivers right ?
so if you are using adb drivers then follow this procedure ....
copy this recovery file in your adb folder LINK
now go to adb folder
now press and hold shift button and right click on empty space there you will see open cmd , click on it cmd will open
now copy below code (this is for CM12 only)
Code:
fastboot -i 0x1ebf flash recovery recovery_twrp.img
anow right click in cmd and click on paste.
hit enter and after a while you will se 'Okay ' message at the end.
bingo you have flasher recovery :highfive: :good:
Click to expand...
Click to collapse
I tried this method.. but it always reverts to stock recovery. and when i boot into recovery directly from fastboot i get a blank screen. Please help.
varun.gid said:
I tried this method.. but it always reverts to stock recovery. and when i boot into recovery directly from fastboot i get a blank screen. Please help.
Click to expand...
Click to collapse
have you tried with this recovery which i provided in link ?
first try using this recovery.
earlier i also face this.
now go to this thread download software from this thread only. there are two thread for this tool but i prefer you to go to this one.
GUIDE
now unlock bootloader.
and go for step 4(which flash twrp recovery)
now flash the recovery which is provided by me using code.
and now go can go into recovery
****************************************************************************************************
i suggest you this guide this method do for me
Disable update CM recovery option in developer options... Then flash custom recovery.... it will work.
once flashing twrp recovery, you will need to use
Code:
fastboot -i 0x1ebf reboot
command.
remove battery after install recovery before restarting phone
then insert battery and start in custom recovery
install Custom Recovery
1) enable developer options
2)enable advance reboot and usb debugging
3)disable Update CM recovery option
4)reboot to bootloader and flash recovery
" fastboot -i 0x1ebf flash recovery recovery_twrpyulolli.img "
5) directly disconnect phone (phone displaying FASTBOOT MODE)
6) remove battery and start phone in recovery mode using volume UP+DOWN and power key
7) And YOUR are IN TWRP RECOVERY ......
THIS method work for me perfectly .....i m also having same problem of flashing custom recovery and again showing CM RECOVERY
:laugh::laugh:
Thank You...!
Which is best for yureka cwm or twrp recovery
I'm facing the same problem but this trick didn't work for me.

Need Help Bro. My asus zenfone 5 stuck at Asus logo and wont boot

I have asus zenfone 5 T00F , i just using it for daily use, after that i root it and no problem.. unroot it also no problem, after a month using it, suddenly some app crash then i reboot it..
when reboot it it stuck at Asus Logo.
i can go to the bootloader but the imei and serial number was not correct , (i attach some picture about it)
already tried this
http://forum.xda-developers.com/zenfone-5/help/debrick-asus-zenfoen-5-fastboot-t3377455 and
http://forum.xda-developers.com/zenfone-5/help/zenfone-5-a500cg-zenfone-6-a600cg-t3354645 but it also not working.
my recovery said E: Error cant mount cache and etc (i also attach picture about it)
any kind of solution ? already searching at asus forum also dont find solution
Thanks before.. and sorry if my english is so bad
Try this Method
De-grade to Kitkat by downloading Kitkat firmware UL-ASUS_T00F-WW-2.22.40.540-user ( Kitkat).
Then Extract Fastboot.img, Boot.img and recovery.img
flash these files throufgh fastboot, for that downoad minimal adb tools and connect your phone through usb when in fastboot mode
flash these files by clicking right while holding shift on the ADB tools folder in Blank space and choose Open command window here .
then type these 4 commands :
fastboot flash fastboot fastboot.img
fastboot reboot-bootloader [wait for the fastboot mode to reopen in phone then]
fastboot flash boot boot.img
fastboot flash recovery recovery.img
after these 4 commands go to recovery through selecting recovery from fastboot.
In recovery, select Update from adb. Now copy firmware.zip in that ADB tools folder which is UL-ASUS_T00F-WW-2.22.40.540-user.zip and rename it to update.zip for ease.
now type in Cmd :
adb sideload update.zip
after this clear data/cache in phone and Your phone will boot.
bludyvenom said:
Try this Method
De-grade to Kitkat by downloading Kitkat firmware UL-ASUS_T00F-WW-2.22.40.540-user ( Kitkat).
Then Extract Fastboot.img, Boot.img and recovery.img
flash these files throufgh fastboot, for that downoad minimal adb tools and connect your phone through usb when in fastboot mode
flash these files by clicking right while holding shift on the ADB tools folder in Blank space and choose Open command window here .
then type these 4 commands :
fastboot flash fastboot fastboot.img
fastboot reboot-bootloader [wait for the fastboot mode to reopen in phone then]
fastboot flash boot boot.img
fastboot flash recovery recovery.img
after these 4 commands go to recovery through selecting recovery from fastboot.
In recovery, select Update from adb. Now copy firmware.zip in that ADB tools folder which is UL-ASUS_T00F-WW-2.22.40.540-user.zip and rename it to update.zip for ease.
now type in Cmd :
adb sideload update.zip
after this clear data/cache in phone and Your phone will boot.
Click to expand...
Click to collapse
Already tried that and also not working bro , i attach some picture about it.
adb sideload not flashing the firmware and just stopped with /cache mount error
xbeelzx said:
I have asus zenfone 5 T00F , i just using it for daily use, after that i root it and no problem.. unroot it also no problem, after a month using it, suddenly some app crash then i reboot it..
when reboot it it stuck at Asus Logo.
i can go to the bootloader but the imei and serial number was not correct , (i attach some picture about it)
already tried this
http://forum.xda-developers.com/zenfone-5/help/debrick-asus-zenfoen-5-fastboot-t3377455 and
http://forum.xda-developers.com/zenfone-5/help/zenfone-5-a500cg-zenfone-6-a600cg-t3354645 but it also not working.
my recovery said E: Error cant mount cache and etc (i also attach picture about it)
any kind of solution ? already searching at asus forum also dont find solution
Thanks before.. and sorry if my english is so bad
Click to expand...
Click to collapse
Your phone partition has broke need to repartition. Try this http://forum.xda-developers.com/zenfone-5/general/zenfonetoolkit3-24-40-87-t3406557
Choose nr 13 Zenfone Rescue
Sent from my ASUS_T00F using XDA-Developers mobile app
paktepu said:
Your phone partition has broke need to repartition. Try this http://forum.xda-developers.com/zenfone-5/general/zenfonetoolkit3-24-40-87-t3406557
Choose nr 13 Zenfone Rescue
Sent from my ASUS_T00F using XDA-Developers mobile app
Click to expand...
Click to collapse
already try nr 13 bro. when i press 13, the xfstk running.. when it want to repartitioning emmc (maybe it should automatically enter bootloader), i manually enter the bootloader then the script running , some error occured and when it finish flashing same error still occured x,x
i attach some picture about it
xbeelzx said:
already try nr 13 bro. when i press 13, the xfstk running.. when it want to repartitioning emmc (maybe it should automatically enter bootloader), i manually enter the bootloader then the script running , some error occured and when it finish flashing same error still occured x,x
i attach some picture about it
Click to expand...
Click to collapse
How is the result when you finish it?
I didnt see something wrong in there.
Sent from my ASUS_T00F using XDA-Developers mobile app
paktepu said:
How is the result when you finish it?
I didnt see something wrong in there.
Sent from my ASUS_T00F using XDA-Developers mobile app
Click to expand...
Click to collapse
still stuck at asus logo bro, and recovery still error mount cache

Unable to flash TWRP using fast boot mode

Hello friends
Today I tried flashing the TWRP using fast boot mode but got an error -
"fastboot' is not recognized as an internal or external command, operable program or batch file. "
Any idea why this could be happening? I have reflashed the MIUI Rom using fastboot rom. The boot loader is unlocked.
Help will be appreciated.
Regards.
Friendly Bump
Need help quickly.
Download mfastboot install and open:
https://docs.google.com/file/d/0B1S0LCuXCnnmSWh6NGJmSE1BUWc/edit
Turn your device in fastboot mode by pressing vol down + power then connect to pc and give command fastboot devices and check if it recognize your device then try other commands for flashing recovery.
Also you can try by recovery installer go here and follow the tutorial :
http://en.miui.com/forum.php?mod=viewthread&tid=298586&extra=page=1&mobile=2
r_rocky07 said:
Download mfastboot install and open:
https://docs.google.com/file/d/0B1S0LCuXCnnmSWh6NGJmSE1BUWc/edit
Turn your device in fastboot mode by pressing vol down + power then connect to pc and give command fastboot devices and check if it recognize your device then try other commands for flashing recovery.
Also you can try by recovery installer go here and follow the tutorial :
http://en.miui.com/forum.php?mod=viewthread&tid=298586&extra=page=1&mobile=2
Click to expand...
Click to collapse
Thanks mate but the problem was solved. I was starting the twrp installer as Admin and it was giving an error, started that normally and it worked. Strange that but it did.
You can try to flash TWRY by Flashify in Android
z729063706 said:
You can try to flash TWRY by Flashify in Android
Click to expand...
Click to collapse
Thanks mate but I have already successfully installed it. Strange that trying to install as admin didn't work but installing normally did.

Phone bricked

I was a running my Redmi note 7 with DerpFest rom and with Ofox custom recovery
The phone suddenly got into a bootloop and now I can only access the fastboot screen (not even the Custom recovery screen)
How can I proceed to reinstall the sistem and the Custom Recovery?
I've already downloaded Minimal ADB and fastboot ulitily to make things faster
Edit: Also, I couldn't get the MiFlash program working, some errors are happening
advanced_gamerBR said:
I was a running my Redmi note 7 with DerpFest rom and with Ofox custom recovery
The phone suddenly got into a bootloop and now I can only access the fastboot screen (not even the Custom recovery screen)
How can I proceed to reinstall the sistem and the Custom Recovery?
I've already downloaded Minimal ADB and fastboot ulitily to make things faster
Edit: Also, I couldn't get the MiFlash program working, some errors are happening
Click to expand...
Click to collapse
Just copy the ZIP file of the ROM and flash, as you dos when you first installed. Maybe just wipe caches
advanced_gamerBR said:
I was a running my Redmi note 7 with DerpFest rom and with Ofox custom recovery
The phone suddenly got into a bootloop and now I can only access the fastboot screen (not even the Custom recovery screen)
How can I proceed to reinstall the sistem and the Custom Recovery?
I've already downloaded Minimal ADB and fastboot ulitily to make things faster
Edit: Also, I couldn't get the MiFlash program working, some errors are happening
Click to expand...
Click to collapse
Try to reflash the recovery with fastboot first. Need to have xiaomi usb drivers installed to can use adb/fastboot connection. When the phone is in fastboot mode connect with a good (original) USB cable and check the connection with "fastboot devices" command in cmd/powershell window. Extract and use "recovery.img" from latest orangefox zip file. Flash to phone using "fastboot flash recovery recovery.img" command then reboot holding together "Volume Up + Power" until you see the MI logo, release "Power" button but keep pressing "Volume Up" until you see the recovery. When you have working orangefox recovery, try to flash new rom. More information about driver/fastboot/recovery here (skip "unlock the bootloader" part): https://forum.xda-developers.com/redmi-note-7/how-to/one-redmi-note-7-unlock-bootloader-t3890751
The MiFlash program issue can be caused by missing/wrong xiaomi usb driver, if you will have answer from "fastboot devices" command (phone detected), can try the MiFlash again, just be careful: DON'T LOCK the BOOTLOADER. Good luck.

Nubia Z17 fastboot error pls help

My TWRP recovery was erased when I back to official rom even I hadnt mark that option in twrp recovery. Now when I go till fastboot to instal TWRP I can only do 2 commands then it stops working , but I need 3 commands to instal the twrp. HOW do I FIX it? pleeeease
I have installed the right drivers and every step before it works completly fine.
The fastboot mode screen stay frozen then the phone turns off
Fastboot devices ok
Fastboot oem nubia_unlock NUBIA_Z17 NX563J ok
Fastboot flash recovery recovery.img not ok, just frozen screen then turns off
It has the last nubia official rom
Can I use the official local update app in manual update to flash recovery?
I need it so much to install gapps
Or do exist another whey to install gapps no Nubia Z17 without TWRP?
GuiMediller said:
My TWRP recovery was erased when I back to official rom even I hadnt mark that option in twrp recovery. Now when I go till fastboot to instal TWRP I can only do 2 commands then it stops working , but I need 3 commands to instal the twrp. HOW do I FIX it? pleeeease
I have installed the right drivers and every step before it works completly fine.
The fastboot mode screen stay frozen then the phone turns off
Fastboot devices ok
Fastboot oem nubia_unlock NUBIA_Z17 NX563J ok
Fastboot flash recovery recovery.img not ok, just frozen screen then turns off
It has the last nubia official rom
Can I use the official local update app in manual update to flash recovery?
I need it so much to install gapps
Or do exist another whey to install gapps no Nubia Z17 without TWRP?
Click to expand...
Click to collapse
To flash recovery download twrp 3.5,
Put it into minimal adb folder, copy its name run cmd with administrative rights withing minimal adb and use *fastboot flash recovery "copied name".img
My phone (Nubia z17) don't work. Only fastboot mode and recovery mode work. Please help me
Vi7eta said:
To flash recovery download twrp 3.5,
Put it into minimal adb folder, copy its name run cmd with administrative rights withing minimal adb and use *fastboot flash recovery "copied name".img
Click to expand...
Click to collapse
GuiMediller said:
My TWRP recovery was erased when I back to official rom even I hadnt mark that option in twrp recovery. Now when I go till fastboot to instal TWRP I can only do 2 commands then it stops working , but I need 3 commands to instal the twrp. HOW do I FIX it? pleeeease
I have installed the right drivers and every step before it works completly fine.
The fastboot mode screen stay frozen then the phone turns off
Fastboot devices ok
Fastboot oem nubia_unlock NUBIA_Z17 NX563J ok
Fastboot flash recovery recovery.img not ok, just frozen screen then turns off
It has the last nubia official rom
Can I use the official local update app in manual update to flash recovery?
I need it so much to install gapps
Or do exist another whey to install gapps no Nubia Z17 without TWRP?
Click to expand...
Click to collapse
give you a easy app for flash TWRP3.2.3,but is chinese.unzip the zip file。if phone is turn on.(Developer options should be turned on)type 2 and clik "ENTER".best is phone on BL(Turn off the phone, press and hold the volume - button and power button at the same time to enter BL mode.).then type 3 and clik "ENTER".when you see "OK",then Use the volume keys to select recovery mode, then press the power key.
I have tried and I make mistakes. ''waiting for any device''

Categories

Resources