Cant startup phone after relocking the phone - Xiaomi Mi Note 2 Questions & Answers

i relock my phone to play a certain game and now its stuck on the boot screen for days.
before i relock:
-i have twrp recovery
-didnt connect to my xiaomi account so i cant unlock the phone
-tried unlocking the phone again but got an error using adb
-cant access boot recovery too

Reflash using fastboot your rom. When you download the fastboot version, unzip it and you will have a file named "flash all without storage.bat" .
Open it and plug in your phone in fastboot mode.
If it still does not start , try using the "flash all.bat" file.

alexmanu1 said:
Reflash using fastboot your rom. When you download the fastboot version, unzip it and you will have a file named "flash all without storage.bat" .
Open it and plug in your phone in fastboot mode.
If it still does not start , try using the "flash all.bat" file.
Click to expand...
Click to collapse
Tried both ,no luck...

XxKaKixX said:
Tried both ,no luck...
Click to expand...
Click to collapse
I don't know what else you can do , sorry.

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

Hardbrick/total brick help me to understand my situation

Hello guys, my zenfone has the image "ASUS in search of incredible" on the center and upward has the written ""Fastboot Mode!!! long press power key to restart system""" in light blue!! i readed other similiar threads but i'm unable to resolve, i tried to download the official rom on the asus site and i follow threads of other models of zenfone 2 hardbricked in the Fastboot mode!
like this! ----((Type fastboot devices and hit Enter. Your device should appear.
13. Type fastboot flash fastboot droidboot.img (be very careful in writting this line). Hit Enter. Wait till it's done.
14. Type fastboot flash recovery recovery.img and hit Enter. Wait till it's done.
15. Type fastboot flash boot boot.img and hitEnter.))
I don't find those files (and files like system.img) in the zenfone 2 laser rom zip(UL-ASUS_Z00E-WW-13.10.7.1-user.zip) but only Boot.img ,system.new.dat... nothing useful.
I dowloaded a official recovery and twrp, i tried to flash the recovery.img and the boot.img and i try to reboot in bootloader mode but nothing, than i tried to flash the trwp.img but the process failed!
I've a Raw file image of the rom but i don't know if it possible to install it in fastboot and what is the right Command on fastboot!
This is all, i hope that someone can help me
Download stock recovery from here and flash with fastboot flash recovery name_of_recovery.img and download official firmware from official site.
Go in to recovery and wipe cache and data,after select update from adb,open adb and write this command:adb sideload name_of_firmware.zip or put firmware.zip in to sd and rename update.zip go in to recovery wipe cache and data and select update from sdcard and select update.zip
thank you for the response, after the flash of the original recovery, i tried to go in recovery with "volume - and power botton" but nothing only asus image, than i tried with fastboot command --->"fastboot boot recovery.img" and Failed( remote dtb not found)
Marlin92 said:
thank you for the response, after the flash of the original recovery, i tried to go in recovery with "volume - and power botton" but nothing only asus image, than i tried with fastboot command --->"fastboot boot recovery.img" and Failed( remote dtb not found)
Click to expand...
Click to collapse
Go in to fastboot,from adb flash stock recovery recovery (mm 16) and reboot in to recovery
Gabbro16Hz said:
Go in to fastboot,from adb flash stock recovery recovery (mm 16) and reboot in to recovery[/QUO
ok i did it, but the phone don't reboot in to recovery... this is the problem....
Click to expand...
Click to collapse
Marlin92 said:
Gabbro16Hz said:
Go in to fastboot,from adb flash stock recovery recovery (mm 16) and reboot in to recovery[/QUO
ok i did it, but the phone don't reboot in to recovery... this is the problem....
Click to expand...
Click to collapse
It's impossible,you nave unlocked bootloader?
Click to expand...
Click to collapse
Gabbro16Hz said:
Marlin92 said:
It's impossible,you nave unlocked bootloader?
Click to expand...
Click to collapse
i think no mate, because the phone it's not mine , i'm trying to help my friend that tried to root the phone but failed ahahahah ...
You know if is possible to unlock the bootloader now in fastboot mode and what is the command to write? thank you for the patience
Click to expand...
Click to collapse
Marlin92 said:
Gabbro16Hz said:
i think no mate, because the phone it's not mine , i'm trying to help my friend that tried to root the phone but failed ahahahah ...
You know if is possible to unlock the bootloader now in fastboot mode and what is the command to write? thank you for the patience
Click to expand...
Click to collapse
This is the solutionowload official Recovery and flash,go in to recovery and select adb sideload go in adb from pc and write:adb sideload Name_Of_Firmware.zip
Click to expand...
Click to collapse
Gabbro16Hz said:
Marlin92 said:
This is the solutionowload official Recovery and flash,go in to recovery and select adb sideload go in adb from pc and write:adb sideload Name_Of_Firmware.zip
Click to expand...
Click to collapse
nothing! My friend doesn't remember if he unlocked the bootloader, the phone doesn't go in recovery... So the problem is the unlocked bootloader or a locked bootloader?!
from your answer I understand that if it is unlocked i can go in recovery, so i assume that the bootloader it's locked and for this i can't go in recovery...
Click to expand...
Click to collapse
I'm with a similar problem, I did not do the unlock bootloader but I can install TWRP with no problems. But my biggest problem is the time of system.img where it appears the following error: error: file too large
i'm stuck in asus screen to :crying:
Sorry for my bad english
pudiim1 said:
I'm with a similar problem, I did not do the unlock bootloader but I can install TWRP with no problems. But my biggest problem is the time of system.img where it appears the following error: error: file too large
i'm stuck in asus screen to :crying:
Sorry for my bad english
Click to expand...
Click to collapse
same here! i converted the system.new.dat file in system.img and tried to flash it, but it appears the same error" file too large...
One question your phone after the flash of TWRP doesn't go in recovery right?
Marlin92 said:
same here! i converted the system.new.dat file in system.img and tried to flash it, but it appears the same error" file too large...
One question your phone after the flash of TWRP doesn't go in recovery right?
Click to expand...
Click to collapse
Recovery mode work's fine for my, but I can not install or via adb or via fastboot
pudiim1 said:
I'm with a similar problem, I did not do the unlock bootloader but I can install TWRP with no problems. But my biggest problem is the time of system.img where it appears the following error: error: file too large
i'm stuck in asus screen to :crying:
Sorry for my bad english
Click to expand...
Click to collapse
but if you can install the TWRP and you can go in to recovery, you can install with adb sideload the all file stock rom zip
Marlin92 said:
but if you can install the TWRP and you can go in to recovery, you can install with adb sideload the all file stock rom zip
Click to expand...
Click to collapse
I tried many, many zip files and i had different errors , the more I got the most was the following : Could not find ' meta- inf / com / google / android / update -binary ' in the zip file .
pudiim1 said:
I tried many, many zip files and i had different errors , the more I got the most was the following : Could not find ' meta- inf / com / google / android / update -binary ' in the zip file .
Click to expand...
Click to collapse
you've tried to clean all with the command " fastboot erase" boot,cache,system and userdata? i'm not sure if this work but in almost all guides recommended to erase old boot, cache, system & userdata partitions
I tried but no sucess

P9 Lite Bricked. Help me!!!

Hello,
I was always a Samsung fanboy, but than I decided to buy the P9 lite (VNS-L21 single sim)
I wanted to flash the android 7 update for my phone, but I was such a noob in Huawei, that I didn't understand a word. But i tried to do what the instructions said. Now my phone is bricked. I can go to recovery, erecovery (which can't download anyithing) and download mode. I heard of this fastboot stuff as well, but I don't know how to do this. I tried to flash as many roms as I could with dload and it didn't work, after 5%, it said it failed... Now I don't know what to do. I think somebody (expert) should make a clear tutorial for noobs. Oh and I almost forgot that i don't have root, custom recovery, and things like that. I just bought the phone, I didn't want to make big changes, just new android. Is it possible that after this Huawei would fix my phone, if I couldn't? Or warranty is void? And sadly I don't know more of my phone because I'm not ina rom, and the phone and papers don't say more.
If you could help me, I would appreciate it:
Raul
Turn off your phone, connect to the pc while holding the volume down button, you will end up in fastboot mode.
I assume you have ADB and drivers installed (if not, install ADB and device drivers).
Optional: unlock your bootloader if it's locked.
Download the latest offical rom zip for your phone version (the marshmallow one), extract the update.app.
Use Huawei extractor to ectract the following files (google is your friend in this one, but its not difficult):
boot.img
recovery.img
cust.img
system.img
After you've done this, connect your phone to the PC in fastboot mode .
Open a command promt from the folder where the extracted files are (shift+right click, Open Command window here), enter the following commands
fastboot devices (you will see the list of attached devices with a lot of random number + fastboot)
fastboot flash boot boot.img
fastboot flash recovery recovery.img
fastboot flash cust cust.img
fastboot flash system system.img
fastboot reboot
After all this, you should be good to go, just be sure you are using the correct rom for you version.
Or you can just serach on the forum and find this.
https://forum.xda-developers.com/huawei-p9lite/help/unbricking-vns-l21-vns-l31-tutorial-t3583400
(Sorry for my english.)
Fastboot says that it has failed command not alllowed, after I want to installl the files. And I couldn't unlock bootloader without phones information...
rr999999 said:
I would happily unlock my bootloader, but I don't know anyithing about my phone (except model...) without the os...
Click to expand...
Click to collapse
Post here IMEI and SN from the box of phone and i can try get your bootloader unlock code...
If I would unlock it, would fastboot work? Because fastboot pc app recognizes my phone, but my phone says in fastboot mode, that I should connect itself to pc and open hisuite. WTF?
rr999999 said:
If I would unlock it, would fastboot work? Because fastboot pc app recognizes my phone, but my phone says in fastboot mode, that I should connect itself to pc and open hisuite. WTF?
Click to expand...
Click to collapse
Until you have bootloader unlock you can not run any fastboot flash command...
rr999999 said:
If I would unlock it, would fastboot work? Because fastboot pc app recognizes my phone, but my phone says in fastboot mode, that I should connect itself to pc and open hisuite. WTF?
Click to expand...
Click to collapse
Heyho,
normally yes, after bootloader unlock u are able to flash via fastboot. But...
I tried to flash as many roms as I could with dload and it didn't work, after 5%, it said it failed...
Click to expand...
Click to collapse
What is the error? - Have u disconnected the device from the PC during the update?
If not, try to update again and just disconnect the device from any USB connection...
Regards,
Sebastian
k1ll3r8e said:
Heyho,
normally yes, after bootloader unlock u are able to flash via fastboot. But...
What is the error? - Have u disconnected the device from the PC during the update?
If not, try to update again and just disconnect the device from any USB connection...
Regards,
Sebastian
Click to expand...
Click to collapse
Hello. I disconnected it from everything (for example USB)When I tried to install it said something like incompatibility version, but it couldn't be because I tried many roms for my phone. And I tried some dual sim roms as well because, I thought that it might work... But then I will do that unlock if it will do good. Thanks for the help Without bootloader I can't flash from dload as well?
rr999999 said:
Hello. I disconnected it from everything (for example USB)When I tried to install it said something like incompatibility version, but it couldn't be because I tried many roms for my phone. And I tried some dual sim roms as well because, I thought that it might work... But then I will do that unlock if it will do good. Thanks for the help Without bootloader I can't flash from dload as well?
Click to expand...
Click to collapse
Heyho,
the dload method works always without unlock bootloader. But, u can't flash for example an B161 over an B3xx (what nougat is) if the update u installed modified already the oeminfo u are not able to flash any rom below B3xx (nougat) via dload.
-
In that case u might use the official rollback package (never tested it myself) or, u unlock ur bootloader, flash a TWRP recovery matching to ur current FW. Flash from there a oeminfo + custom.bin (lower than B3xx) and flash the FW matching to the new oeminfo via dload and stock recovery.
Regards,
Sebastian
If you have custom recovery, wipe everything. Data, system, boot. extract update app (which is your stock rom) with huawei update extractor. go to custom recovery, flash stock boot IMG and stock recovery IMG. Power off, use three button dload method, reboot, when booting press vol up for three second, now you are in e-recovery. Press shutdown. Press and hold power and vol up for stock recovery. Do factory reset. If need do the factory reset 2/3 times. Now you are with locked bootloader.
Sent from my NEM-L21 using Tapatalk[/QUOTE]
Sent from my NEM-L21 using Tapatalk

I stuck in rescue mode. P8 LITE DUAL SIM

Hi,
I have a problem. I tried to flash stock rom, but I forgot about hifi image.
There's a photo of my phone.
imgur.com/aVUBTRD
I have unlocked bootloader, but I can't flash hifi. "Command not allowed."
I tried method with put microsd card with update.app in dload into smartphone and I when I pressed power button
and VOLUME UP and VOLUME DOWN nothing happened.
I tried just flash all partitions separately, with huawei update extractor, again nothing.
I saw the same problem in this site, but I don't know how he solwed this.
Please help me :crying:
Flash a Huawei recovery, a old one b584 or something, then download b596 DS or b597 SS i don't know your device, extract update.app and copy to sd card dload folder, try to flash it!
persona78 said:
Flash a Huawei recovery, a old one b584 or something, then download b596 DS or b597 SS i don't know your device, extract update.app and copy to sd card dload folder, try to flash it!
Click to expand...
Click to collapse
I flashed recovery and nothing happened, I can't get into recovery mode, only fastboot.
I have the same phone.
adamektv said:
I flashed recovery and nothing happened, I can't get into recovery mode, only fastboot.
I have the same phone.
Click to expand...
Click to collapse
You flashed the recovery and everything say okay, right?
Now flash a rom with dload and the 3 keys, do you know how?
.
persona78 said:
You flashed the recovery and everything say okay, right?
Now flash a rom with dload and the 3 keys, do you know how?
.
Click to expand...
Click to collapse
I don't know, when I pressed three buttons I didn't enter to recovery mode, but to rescue mode, as if recovery wasn't flashed.
adamektv said:
I don't know, when I pressed three buttons I didn't enter to recovery mode, but to rescue mode, as if recovery wasn't flashed.
Click to expand...
Click to collapse
Do you have a dload folder with update.app inside, in sd card?
With that and pressing vol +, vol - and power at same time you enter in flash mode and start to flash the rom
persona78 said:
Do you have a dload folder with update.app inside, in sd card?
With that and pressing vol +, vol - and power at same time you enter in flash mode and start to flash the rom
Click to expand...
Click to collapse
Yes, I have, and it's still not working
I can't charge battery, so i don't think it's software.
Maybe it's motherboard
adamektv said:
Yes, I have, and it's still not working
I can't charge battery, so i don't think it's software.
Maybe it's motherboard
Click to expand...
Click to collapse
How da start it???
adamektv said:
Yes, I have, and it's still not working
I can't charge battery, so i don't think it's software.
Maybe it's motherboard
Click to expand...
Click to collapse
Try opening the phone and disconnecting the battery .. do it if u only gave up with other methods someone said it worked
adamektv said:
Hi,
I have a problem. I tried to flash stock rom, but I forgot about hifi image.
There's a photo of my phone.
imgur.com/aVUBTRD
I have unlocked bootloader, but I can't flash hifi. "Command not allowed."
I tried method with put microsd card with update.app in dload into smartphone and I when I pressed power button
and VOLUME UP and VOLUME DOWN nothing happened.
I tried just flash all partitions separately, with huawei update extractor, again nothing.
I saw the same problem in this site, but I don't know how he solwed this.
Please help me :crying:
Click to expand...
Click to collapse
Hi Have got succeeded or not, if not follow the guide.
Is your phone being detected by PC if yes then you have chances of recovering your phone.
1. Download 15 Seconds ADB and Fastboot Drivers. Visit the official XDA forum for download and installation instructions.
2. Install Huawei HiSuite which will install drivers .
3. If HiSuite doesn't install Install drivers then install universal drivers for your device .
Now connect your device to pc and open HiSuite and click on system recovery it will show options for recovery if it is success then you are fine if not then proceed to this method.
Connect your phone to PC.
Open Command Prompt in the directory where you have extracted the ADB files by holding Shift and Right Mouse Button and finally click Open Command Prompt window here in the context menu.
Completely power off your device.
While holding Volume Down button, connect your device to PC via USB cable to boot to Fastboot Mode.
1. Type the following command in ADB :
Code:
adb devices
If your device is being detected and it shows list of devices attached and its serial number.
2.Now download the firmware of the phone before your phone got bootlooped extract the update using the file here
3.Now copy the following files ( boot.img, recovery.img and system.img ,cust.img ) from the extracted files to the ADB files directory.
4.Now Execute these commands one at a time using the command prompt.
Code:
fastboot flash boot boot.img
fastboot flash recovery recovery.img
fastboot flash system system.img
fastboot flash cust cust.img
fastboot reboot
5.Now Perform a Factory Reset if your phone got recovered.
If not then download the stock recovery of your Device and try steps 2,3,4.
Even if it doesn't get succeeded then try this option .
If your device got bootlooped while on Lollipop or Marshmallow then you have one more way to recover .
6.Now download the latest TWRP from here and boot into TWRP recovery if you cant enter TWRP recovery for this version then try the previous TWRP versions like 2.8.7 ,
7.Use the following command to flash the TWRP recovery
Code:
fastboot flash recovery twrp.img
8.Then download any of the custom ROMs or ask any of the XDA members for TWRP backup for your device and flash them through Recovery.
Then Reboot your Device.
You would most probably recover your device from any of the above methods . I too had the same problem and My device was use less for almost 6 months but after several trial and error methods my device got recovered.
Credits:
1.https://forum.xda-developers.com/honor-4c/how-to/huawei-honor-4c-index-troubleshooting-t3293110
2.https://forum.xda-developers.com/showthread.php?t=2433454
miststudent2011 said:
Hi Have got succeeded or not, if not follow the guide.
Is your phone being detected by PC if yes then you have chances of recovering your phone.
1. Download 15 Seconds ADB and Fastboot Drivers. Visit the official XDA forum for download and installation instructions.
2. Install Huawei HiSuite which will install drivers .
3. If HiSuite doesn't install Install drivers then install universal drivers for your device .
Now connect your device to pc and open HiSuite and click on system recovery it will show options for recovery if it is success then you are fine if not then proceed to this method.
Connect your phone to PC.
Open Command Prompt in the directory where you have extracted the ADB files by holding Shift and Right Mouse Button and finally click Open Command Prompt window here in the context menu.
Completely power off your device.
While holding Volume Down button, connect your device to PC via USB cable to boot to Fastboot Mode.
1. Type the following command in ADB :
Code:
adb devices
If your device is being detected and it shows list of devices attached and its serial number.
2.Now download the firmware of the phone before your phone got bootlooped extract the update using the file here
3.Now copy the following files ( boot.img, recovery.img and system.img ,cust.img ) from the extracted files to the ADB files directory.
4.Now Execute these commands one at a time using the command prompt.
Code:
fastboot flash boot boot.img
fastboot flash recovery recovery.img
fastboot flash system system.img
fastboot flash cust cust.img
fastboot reboot
5.Now Perform a Factory Reset if your phone got recovered.
If not then download the stock recovery of your Device and try steps 2,3,4.
Even if it doesn't get succeeded then try this option .
If your device got bootlooped while on Lollipop or Marshmallow then you have one more way to recover .
6.Now download the latest TWRP from here and boot into TWRP recovery if you cant enter TWRP recovery for this version then try the previous TWRP versions like 2.8.7 ,
7.Use the following command to flash the TWRP recovery
Code:
fastboot flash recovery twrp.img
8.Then download any of the custom ROMs or ask any of the XDA members for TWRP backup for your device and flash them through Recovery.
Then Reboot your Device.
You would most probably recover your device from any of the above methods . I too had the same problem and My device was use less for almost 6 months but after several trial and error methods my device got recovered.
Credits:
1.https://forum.xda-developers.com/honor-4c/how-to/huawei-honor-4c-index-troubleshooting-t3293110
2.https://forum.xda-developers.com/showthread.php?t=2433454
Click to expand...
Click to collapse
I have already done this and still stuck in rescue
adamektv said:
I have already done this and still stuck in rescue
Click to expand...
Click to collapse
Did you try flashing different variant ROM ie different builds?
Actually I too got the same problem bootlooped on LP but cant flash the LP ROM back so I flashed different Region ROM.
Give a try to TWRP Method It should give you success.
Imp:
Try the previous ROM where you got Bootloop, or the version earlier to it.If it doesn't succeed try the rom which you got initially on your mobile.
PS: If your phone is being detected by your PC you have good chances of recovering your phone.

Categories

Resources