[How-to] software unbrick P6-T00 - Huawei Ascend P6, Mate

I tried to install a custom rom to obtain all english and google services on my P6-T00 and ended up software bricked, took a lot of work and research to resolve, would like to share to the community.
1. Download the shipped P6-T00 rom here to your FAT32 formatted SDcard
(should be: dload\UPDATE.APP)
2. Download the shipped P6-T00 shipped rom recovery here and flash once in fastboot mode via 'fastboot flash recovery b120stockRECOVERY.img' (if <waiting for device> appears, ensure drivers are installed)
3. MUST UNPLUG USB CABLE for stock recovery to read stock rom from SDcard.
4. 'fastboot reboot' and hold both 'volume up & down' when goes black until recovery appears
5. Stock recovery will start checking each file within stock rom automatically, install automatically, and reboot automatically once complete.
FAQ:
Q. I see no sign of being in bootloader mode, is it working?
A. Ascend P6 stays on standard white boot screen while in bootloader mode, device being recognized can be confirmed in 'Device Manager'
Q. How do I enter fastboot mode?
A. Hold volume down + power upon booting, if stuck at screen already, hold volume up + volume down + power for 10 seconds and phone will reboot.

Thanks!
楼主中国人?看型号是移动版T6。

Related

HTC One X - Can't go to recovery

Hello!
I have a HTC One X (EU-version), and it's unlocked.
I used to have Android Revolution HD ROM installed, and would try a new kernel. So I downloaded the new faux kernel (faux_004b5_arhd_7.0.0_modified.img)
Somehow it didn't work, and my phone keep restarting. So I go to the recovery mode, and tried to reinstall the ROM, without whip.
After that I made a reboot, my phone keep reboot. Now I can't go to the recovery mode, either can I flash my device.
I really don't know what to do now.
I hope someone can help, and I posted in the right section.
DownClock said:
Hello!
I have a HTC One X (EU-version), and it's unlocked.
I used to have Android Revolution HD ROM installed, and would try a new kernel. So I downloaded the new faux kernel (faux_004b5_arhd_7.0.0_modified.img)
Somehow it didn't work, and my phone keep restarting. So I go to the recovery mode, and tried to reinstall the ROM, without whip.
After that I made a reboot, my phone keep reboot. Now I can't go to the recovery mode, either can I flash my device.
I really don't know what to do now.
I hope someone can help, and I posted in the right section.
Click to expand...
Click to collapse
I had that problem before too. If the "hold power button for 10 seconds then press volume down and power buttons simultaneously" doesn't work, download Quick Boot from playstore and it would allow you to choose to either Reboot, boot to recovery, or the bootloader
Sent from my HTC One X using xda premium
trick is to run 'adb reboot bootloader' or 'adb reboot recovery'.
wtfshouldidonow said:
I had that problem before too. If the "hold power button for 10 seconds then press volume down and power buttons simultaneously" doesn't work, download Quick Boot from playstore and it would allow you to choose to either Reboot, boot to recovery, or the bootloader
Sent from my HTC One X using xda premium
Click to expand...
Click to collapse
When I hold the power button and volume down for 10 secounds, I come to the fastboot menu.
How can I download Quick Boot, when I don't have acces to my memory. I can't see what I have on my memorycard (obs. because I can't go to the recovery part), either can't connect to the computer, since I'm in a bootloop.
I'm afraid while I was doing this stuff, my battery was low. But it didn't die under the process.
Tyvm for the reply, but I can't install the quick boot.
seadersn said:
trick is to run 'adb reboot bootloader' or 'adb reboot recovery'.
Click to expand...
Click to collapse
Can you please explain more?
My Skype is: Dichatz, if a awesome soul could help me there, it would be the greatest thing ever. I'm afraid of that my HTC One X has seen the daylight for the last time
Ty both for the reply.
EDIT: I followed my friends advise, and tried to erase fastboot cache, which seems not able do to. I just getting the message: < waiting for device >.
Dear God, what have I done with my phone!
Dear OP, I believe there is a solution. This situation has occurred with my device more than once. I too believed I had lost it until it resolved itself. There are several things you can do to ensure it works again. I wiped the ROM on my phone before the problem began, so I was stuck with a dead phone until I found a way to get recovery to work again. If it's possible, enter Fastboot and install a new kernel onto it, and THEN use fastboot erase cache. If that is not a viable option, make sure the USB wire is not plugged in when the device boots. By this I mean holding down the lower volume button and initializing the menu that allows you to select Fastboot, Recovery, Factory Reset and other command options. Once the device boots into the menu, you may then plug in the cable and enter Fastboot mode. If none of the above work, let the battery deplete itself until device turns off. Once you have done that, plug it into the wall charger, and then volume down and power up. If the device says something like "reading SD card", disconnect the USB and the menu will fully load. That is when you select Fastboot. Keep the device on, plug it into the pc and send your kernel commands to your device. Ensure that you also erase the cache via Fastboot. Your device should now be fully operational. I hope I was able to help.
Have found myself in a similar position, all the following assumes you're using windows as you desktop OS...
To double check your recovery is broken, get into fastboot mode (power on while holding volume down), use volume down to highlight "hboot" then press the power button to select. Then press volume down to highlight "recovery" and press power button to select. If that works, then recovery is fine, just go ahead as you normally would to recover the system.
If you can't get into recovery then you have a slight problem.
Since you can get the device into fastboot mode, the priority is to get it to talk to your PC. Get the device into fastboot (power on while holding the volume down button). Once you're into fastboot, plug in the USB cable and verify the connection to your device using the following command :
Code:
fastboot devices
This should show you a single entry for your device. If it doesn't show anything, then unplug the device, download the naked driver pack (available at http://forum.xda-developers.com/showthread.php?t=1161769) and unpack it into a sensible location. Plug the device back in, if it can't install software automatically or nothing appears you may have to use device manager to update the driver for the device. Find its entry in the device tree (it will probably be listed as an unknown device), RMB on its entry in device tree then select "Update Driver Software..." from the menu that appears, tell it to search automatically then point it at the location where you unpacked the naked driver pack. That should sort out any misconceptions windows has about not being able to talk to the phone.
Once you have fastboot access, you can reflash clockworkmod. You can obtain the latest version here : http://forum.xda-developers.com/showthread.php?t=1594819
flash from fastboot using the command
Code:
fastboot flash recovery recovery-clockwork-touch-5.8.4.0-endeavoru.img
Once flashed, unplug the usb cable.
Use the volume up and down to highlight "hboot" on the fastboot menu, then press the power button to select. Once in the hboot menu, scroll to the "recovery" menu item and press power again to select. You should find yourself in familiar territory at this point.
hth
EDIT : Sorry, it's nearly 2am here, I'm very tired and I've just re-read your initial post. If you've flashed a custom kernel then you MUST have fastboot access (or it's subsequently broken). Download your ROM (if you haven't already got a copy on your PC) and extract boot.img from it. Get into fastboot mode (vol down + power on) and plug into your PC. Do the following :
Code:
fastboot flash boot boot.img
fastboot erase cache
Unplug USB cable, use vol up/ down to highlight "REBOOT" then press power to select.If you get stuck in a bootloop, you can try going into recovery via fastboot (select "hboot" from the fastboot menu then "recovery" from the hboot menu), then select "erase cache", then go to "advanced" and "wipe dalvik cache". Then go back and reboot the device. See if that helps. If not, then go back to recovery using the aforementioned method and re-install your rom, then erase cache and wipe dalvik cache.
Thanks for replies.
Elemental_Fire said:
Dear OP, I believe there is a solution. This situation has occurred with my device more than once. I too believed I had lost it until it resolved itself. There are several things you can do to ensure it works again. I wiped the ROM on my phone before the problem began, so I was stuck with a dead phone until I found a way to get recovery to work again. If it's possible, enter Fastboot and install a new kernel onto it, and THEN use fastboot erase cache. If that is not a viable option, make sure the USB wire is not plugged in when the device boots. By this I mean holding down the lower volume button and initializing the menu that allows you to select Fastboot, Recovery, Factory Reset and other command options. Once the device boots into the menu, you may then plug in the cable and enter Fastboot mode. If none of the above work, let the battery deplete itself until device turns off. Once you have done that, plug it into the wall charger, and then volume down and power up. If the device says something like "reading SD card", disconnect the USB and the menu will fully load. That is when you select Fastboot. Keep the device on, plug it into the pc and send your kernel commands to your device. Ensure that you also erase the cache via Fastboot. Your device should now be fully operational. I hope I was able to help.
Click to expand...
Click to collapse
Yes, I was dumb, started at low battery level, even tho, everywhere says: Make sure you have more than 70 %.
I can't wipe, or install anything, since it's recovery mode that doesn't work
Atm., I charge my phone, because I need to have 10 %, I use "Stuck in fastboot with low battery. Use this BATCH file!" guide. So far it works.
amacrobie said:
Have found myself in a similar position, all the following assumes you're using windows as you desktop OS...
To double check your recovery is broken, get into fastboot mode (power on while holding volume down), use volume down to highlight "hboot" then press the power button to select. Then press volume down to highlight "recovery" and press power button to select. If that works, then recovery is fine, just go ahead as you normally would to recover the system.
If you can't get into recovery then you have a slight problem.
Since you can get the device into fastboot mode, the priority is to get it to talk to your PC. Get the device into fastboot (power on while holding the volume down button). Once you're into fastboot, plug in the USB cable and verify the connection to your device using the following command :
Code:
fastboot devices
This should show you a single entry for your device. If it doesn't show anything, then unplug the device, download the naked driver pack (available at http://forum.xda-developers.com/showthread.php?t=1161769) and unpack it into a sensible location. Plug the device back in, if it can't install software automatically or nothing appears you may have to use device manager to update the driver for the device. Find its entry in the device tree (it will probably be listed as an unknown device), RMB on its entry in device tree then select "Update Driver Software..." from the menu that appears, tell it to search automatically then point it at the location where you unpacked the naked driver pack. That should sort out any misconceptions windows has about not being able to talk to the phone.
Once you have fastboot access, you can reflash clockworkmod. You can obtain the latest version here : http://forum.xda-developers.com/showthread.php?t=1594819
flash from fastboot using the command
Code:
fastboot flash recovery recovery-clockwork-touch-5.8.4.0-endeavoru.img
Once flashed, unplug the usb cable.
Use the volume up and down to highlight "hboot" on the fastboot menu, then press the power button to select. Once in the hboot menu, scroll to the "recovery" menu item and press power again to select. You should find yourself in familiar territory at this point.
hth
EDIT : Sorry, it's nearly 2am here, I'm very tired and I've just re-read your initial post. If you've flashed a custom kernel then you MUST have fastboot access (or it's subsequently broken). Download your ROM (if you haven't already got a copy on your PC) and extract boot.img from it. Get into fastboot mode (vol down + power on) and plug into your PC. Do the following :
Code:
fastboot flash boot boot.img
fastboot erase cache
Unplug USB cable, use vol up/ down to highlight "REBOOT" then press power to select.If you get stuck in a bootloop, you can try going into recovery via fastboot (select "hboot" from the fastboot menu then "recovery" from the hboot menu), then select "erase cache", then go to "advanced" and "wipe dalvik cache". Then go back and reboot the device. See if that helps. If not, then go back to recovery using the aforementioned method and re-install your rom, then erase cache and wipe dalvik cache.
Click to expand...
Click to collapse
Thank you very much for your answer!!! I read this this guide: 9/6 Mandatory Update Official Clockworkmod Touch Recovery 5.8.4.0.
If that doesn't work, I will take closer look at your reply. No matter what, thank you very very very very much. I'm sure that reply will help some soul outthere (if not me, if it fail).
Thank you guys. You are the best. I will be right back here if I find a solution!
Tip: try 'Quick Boot' available on Google Playstore, it's a payed app but
it let you go straight into recovery mode.
Hi
Laurentius26 said:
Tip: try 'Quick Boot' available on Google Playstore, it's a payed app but
it let you go straight into recovery mode.
Click to expand...
Click to collapse
I could't turn my device on, so I could't install any programs.
Anyway, after 6 hours work, I finally got it.
I use that guide ^, so I could charge my phone to 10%, and installed new Kernel.
Thank you guys, for quick replies!
My apologies, I wasn't reading your first post properly.
Anyway congrats you have it working again.
DownClock said:
I could't turn my device on, so I could't install any programs.
Anyway, after 6 hours work, I finally got it.
I use that guide ^, so I could charge my phone to 10%, and installed new Kernel.
Thank you guys, for quick replies!
Click to expand...
Click to collapse
Can't flash cwm recovery.
amacrobie said:
Have found myself in a similar position, all the following assumes you're using windows as you desktop OS...
To double check your recovery is broken, get into fastboot mode (power on while holding volume down), use volume down to highlight "hboot" then press the power button to select. Then press volume down to highlight "recovery" and press power button to select. If that works, then recovery is fine, just go ahead as you normally would to recover the system.
If you can't get into recovery then you have a slight problem.
Since you can get the device into fastboot mode, the priority is to get it to talk to your PC. Get the device into fastboot (power on while holding the volume down button). Once you're into fastboot, plug in the USB cable and verify the connection to your device using the following command :
Code:
fastboot devices
This should show you a single entry for your device. If it doesn't show anything, then unplug the device, download the naked driver pack (available at http://forum.xda-developers.com/showthread.php?t=1161769) and unpack it into a sensible location. Plug the device back in, if it can't install software automatically or nothing appears you may have to use device manager to update the driver for the device. Find its entry in the device tree (it will probably be listed as an unknown device), RMB on its entry in device tree then select "Update Driver Software..." from the menu that appears, tell it to search automatically then point it at the location where you unpacked the naked driver pack. That should sort out any misconceptions windows has about not being able to talk to the phone.
Once you have fastboot access, you can reflash clockworkmod. You can obtain the latest version here : http://forum.xda-developers.com/showthread.php?t=1594819
flash from fastboot using the command
Code:
fastboot flash recovery recovery-clockwork-touch-5.8.4.0-endeavoru.img
Once flashed, unplug the usb cable.
Use the volume up and down to highlight "hboot" on the fastboot menu, then press the power button to select. Once in the hboot menu, scroll to the "recovery" menu item and press power again to select. You should find yourself in familiar territory at this point.
hth
EDIT : Sorry, it's nearly 2am here, I'm very tired and I've just re-read your initial post. If you've flashed a custom kernel then you MUST have fastboot access (or it's subsequently broken). Download your ROM (if you haven't already got a copy on your PC) and extract boot.img from it. Get into fastboot mode (vol down + power on) and plug into your PC. Do the following :
Code:
fastboot flash boot boot.img
fastboot erase cache
Unplug USB cable, use vol up/ down to highlight "REBOOT" then press power to select.If you get stuck in a bootloop, you can try going into recovery via fastboot (select "hboot" from the fastboot menu then "recovery" from the hboot menu), then select "erase cache", then go to "advanced" and "wipe dalvik cache". Then go back and reboot the device. See if that helps. If not, then go back to recovery using the aforementioned method and re-install your rom, then erase cache and wipe dalvik cache.
Click to expand...
Click to collapse
Hey, I am having similar problem with my htc one x here. I did some stupid stuff, tried to install jelly bean and now my device is broken.,
So the thing is, phone is stuck at HTC logo, I cant access recovery mode. And my phone now says tempered and relocked at the top so I cant get it fixed with my carrier which is rogers.
I tried installing RUU for rogers but it says image error and wrong ruu. I can't find the right one and trust me i've searched everywhere.
I can connect my phone to computer and see fastboot usb. But other than that I can't do anything with it.
I tried flashing cwm but it says failed. I'll attach image here with it.
If there is any way to fix it, please help, I just bought this device and I love it, dont wanna lose it.
Also, I read that I can add custom recovery to the phone but without recovery menu I can't do that either.
Thanks!
saagar_mistry said:
Hey, I am having similar problem with my htc one x here. I did some stupid stuff, tried to install jelly bean and now my device is broken.,
So the thing is, phone is stuck at HTC logo, I cant access recovery mode. And my phone now says tempered and relocked at the top so I cant get it fixed with my carrier which is rogers.
I tried installing RUU for rogers but it says image error and wrong ruu. I can't find the right one and trust me i've searched everywhere.
I can connect my phone to computer and see fastboot usb. But other than that I can't do anything with it.
I tried flashing cwm but it says failed. I'll attach image here with it.
If there is any way to fix it, please help, I just bought this device and I love it, dont wanna lose it.
Also, I read that I can add custom recovery to the phone but without recovery menu I can't do that either.
Thanks!
Click to expand...
Click to collapse
How much battery you think you had on your device, and how much do you think you have now?
Sendt fra min HTC One X med Tapatalk2
Htc One x
DownClock said:
How much battery you think you had on your device, and how much do you think you have now?
Sendt fra min HTC One X med Tapatalk2
Click to expand...
Click to collapse
I have been charging my device with the wall charger, eventhough I cant see the battery level I'm pretty sure it's around 80. Cuz before I go into fastboot usb when I attach my phone to computer I charge the phone first.
saagar_mistry said:
I have been charging my device with the wall charger, eventhough I cant see the battery level I'm pretty sure it's around 80. Cuz before I go into fastboot usb when I attach my phone to computer I charge the phone first.
Click to expand...
Click to collapse
To be honest I don't know what to do. Try to make a new topic, and hope for help
Good luck.
Sendt fra min HTC One X med Tapatalk2
Htc One x Cant flash into recovery thus unable to root
I followed every single step correctly in xda's official htc one x root guide and unlocked the bootloader but in the last step where the cwm has to be flashed and booted into recovery i am unable to boot into recovery even after clearing fastboot cache and trying every possible cwm available.
my bootloader is unlocked and i am desperate to root my htc
the details are as follows
evita pvt ship s-on rl
hboot - 1.11.0000
its cid is rogers 001
please help
GridBreak said:
I followed every single step correctly in xda's official htc one x root guide and unlocked the bootloader but in the last step where the cwm has to be flashed and booted into recovery i am unable to boot into recovery even after clearing fastboot cache and trying every possible cwm available.
my bootloader is unlocked and i am desperate to root my htc
the details are as follows
evita pvt ship s-on rl
hboot - 1.11.0000
its cid is rogers 001
please help
Click to expand...
Click to collapse
man are you sure you have international Htc One X?
I think you may have AT&T One X.
GridBreak said:
I followed every single step correctly in xda's official htc one x root guide and unlocked the bootloader but in the last step where the cwm has to be flashed and booted into recovery i am unable to boot into recovery even after clearing fastboot cache and trying every possible cwm available.
my bootloader is unlocked and i am desperate to root my htc
the details are as follows
evita pvt ship s-on rl
hboot - 1.11.0000
its cid is rogers 001
please help
Click to expand...
Click to collapse
Here is the right forum for your device http://forum.xda-developers.com/forumdisplay.php?f=1538
Cannot boot
i also accidentally flashed an img into boot and now my phone is not booting and is stuck ina bootloop please help !!!!!!!!!
GridBreak said:
i also accidentally flashed an img into boot and now my phone is not booting and is stuck ina bootloop please help !!!!!!!!!
Click to expand...
Click to collapse
you should ask for help in the respective forum for your phone.
This is for Tegra 3 HTC ONE X
seadersn said:
trick is to run 'adb reboot bootloader' or 'adb reboot recovery'.
Click to expand...
Click to collapse
i didnt know about adb reboot recovery, just found this via google, cheers mate!

ZenFone Go ‏(ZC500TG) Boot Loop How to fix?

Hello,
Recently I got my Device updated to last firmware, and since after all problems started to appear.
I tried to Download last firmware from the page and to manually install it but failed since mobile is not PC can't read the mobile on USB. (zip file doesn't contain recovery.img or system.img)
When I use recovery from boot screen it shows the logo and stuck
Mobile is not rooted or anything, if there's anyway to recover it, I'd be glad to hear it.
zc500tg boot loop
same problem for me after the last update
I can't enter to recovery mode. tried some combination like volume down + power , vol up + power , vol up + vol down in "no command" page but i couldn't see the recovery mode options
hey I found the solution
1. Turn off the phone, either by regular shutdown or by removing and reinserting the battery.
2. Hold volume up+power button until phone vibrates.
3. Phone should boot to Bootloader Mode. In this mode, volume up is select, volume down is "OK".
4. Using volume up, scroll to Recovery Mode and press volume down to confirm.
5. When you see the "No command." icon, hold power, and press volume up once to access Recovery Mode.
6.download the firmware zip file . place the firmware file on your microsd card and insert it to the phone.
Go to recovery mode>choose apply update from sdcards>choose the firmware you copied earlier>then wait for process completed.
If the installation completed choose reboot system firmware.
The asus logo loading will take upto 7-8mins so be patient.
I'm pretty sure he said he had updated to a later ROM, and the bootloader unlocking isn't there(last version was v39, i think).
OP, if you can, try to reboot to recovery mode, it should be able to let you connect the phone as MTP(storage).
Upload an older ROM to the phone, and then use the recovery to update it with the .zip you uploaded.
Hope it helps! Good luck!

Realme 3 Recover from Soft brick/ boot loop [Guide]

Steps to recover from bootloop or soft brick
Method 1:
1. Download and paste the ozip file for realme 3 to sd card from here:
https://www.realme.com/in/support/software-update
2. Insert SD card in your soft bricked phone
3. Power off your phone by pressing power button for sometime
4.
a. If you have stock recovery then do this step:
Press power button + vol down, it should boot into recovery. If it boots into fastboot mode, you have to do:
fastboot oem reboot-recovery (to boot into recovery).
or
b. If you have TWRP or no recovery at all, then do this step:
Press power button + vol down to boot into fastboot mode.
If it's in endless bootloop, Hold vol up + power till the screen becomes blank, now release the button immediately, now press power + vol down to boot to fastboot mode and now flash stock recovery using:
fastboot flash recovery recovery.img
fastboot oem reboot-recovery
5. Flash the ozip file in sd card using stock recovery and after that wipe the data (full)
6. Reboot
Method 2:
1. Boot to fastboot by powering off your device and then pressing power button + vol down.
If it's in endless bootloop, Hold vol up + power till the screen becomes blank, now release the button immediately, now press power + vol down to boot to fastboot mode
2. Commands to execute:
fastboot -w
fastboot erase para
3. Boot to TWRP by:
fastboot oem reboot-recovery
if you don't have twrp, get it from here: https://forum.xda-developers.com/realme-3/development/screen-doesnt-twrp-realme-3-t3944022
4. Restore the TWRP backup ,except preloader_a and preloader_b partitions and reboot
Links:
Stock recovery : https://www.androidfilehost.com/?fid=1395089523397966781 (extract using 7zip and flash recovery.img using above commands)
ADB Installer tool: https://forum.xda-developers.com/android/general/tool-adb-fastboot-installer-tool-windows-t3999445
Why when I download ozip I always get different md5 checksum? I tried different download manager and I always get different md5 checksum. Anyone has a mirror of any ozip file?
doesn't install stock recovery
When i install stock recovery and reboot to recovery it doesnt show anything and boot to system .That's why i cant install stock rom .i intsalled stock image too but get stuck on realme logo .But if i install twrp it works fine . Device rmx1825 . current rom:aosp gsi(buggy buggy buggy)
fawazahmed0 said:
Steps to recover from bootloop or soft brick
Method 1:
1. Download and paste the ozip file for realme 3 to sd card from here:
https://www.realme.com/in/support/software-update
2. Insert SD card in your soft bricked phone
3. Power off your phone by pressing power button for sometime
4.
a. If you have stock recovery then do this step:
Press power button + vol down, it should boot into recovery. If it boots into fastboot mode, you have to do:
fastboot oem reboot-recovery (to boot into recovery).
or
b. If you have TWRP or no recovery at all, then do this step:
Press power button + vol down to boot into fastboot mode.
If it's in endless bootloop, Hold vol up + power till the screen becomes blank, now release the button immediately, now press power + vol down to boot to fastboot mode and now flash stock recovery using:
fastboot flash recovery recovery.img
fastboot oem reboot-recovery
5. Flash the ozip file in sd card using stock recovery and after that wipe the data (full)
6. Reboot
Method 2:
1. Boot to fastboot by powering off your device and then pressing power button + vol down.
If it's in endless bootloop, Hold vol up + power till the screen becomes blank, now release the button immediately, now press power + vol down to boot to fastboot mode
2. Commands to execute:
fastboot -w
fastboot erase para
3. Boot to TWRP by:
fastboot oem reboot-recovery
if you don't have twrp, get it from here: https://forum.xda-developers.com/realme-3/development/screen-doesnt-twrp-realme-3-t3944022
4. Restore the TWRP backup ,except preloader_a and preloader_b partitions and reboot
Links:
Stock recovery : https://www.androidfilehost.com/?fid=1395089523397966781 (extract using 7zip and flash recovery.img using above commands)
Click to expand...
Click to collapse
Please help !! My RMX1821 still cant boot to stock recovery after i flash the stock recovery.img. Please Helpp !!!
my device not booting into fastboot mode.. others is ok
phone is not going in to recovery mode
my device is in infinity boot loop mode. it was on everything stock mode.
right now i cant even boot into recovery mode or fastboot mode.
plz help me guys.
Problem regarding realme 3
Problem regarding realme 3 as my device is showing error of charging overtime and telling to contact realme. It happened when I relocked the bootloader, as I unlocked my bootloader yesterday and today I tried to root it using magisk_patched.img file and it showed error and therefore I relocked my bootloader and after that it showed the problem. And I added the ozip file in sd card and tried to recover it using color os recovery using install from storage device, but there from sd card option is not showing and I am not able to use my mobile phone and its urgent, please help me.
fawazahmed0 said:
Steps to recover from bootloop or soft brick
Method 1:
1. Download and paste the ozip file for realme 3 to sd card from here:
https://www.realme.com/in/support/software-update
2. Insert SD card in your soft bricked phone
3. Power off your phone by pressing power button for sometime
4.
a. If you have stock recovery then do this step:
Press power button + vol down, it should boot into recovery. If it boots into fastboot mode, you have to do:
fastboot oem reboot-recovery (to boot into recovery).
or
b. If you have TWRP or no recovery at all, then do this step:
Press power button + vol down to boot into fastboot mode.
If it's in endless bootloop, Hold vol up + power till the screen becomes blank, now release the button immediately, now press power + vol down to boot to fastboot mode and now flash stock recovery using:
fastboot flash recovery recovery.img
fastboot oem reboot-recovery
5. Flash the ozip file in sd card using stock recovery and after that wipe the data (full)
6. Reboot
Method 2:
1. Boot to fastboot by powering off your device and then pressing power button + vol down.
If it's in endless bootloop, Hold vol up + power till the screen becomes blank, now release the button immediately, now press power + vol down to boot to fastboot mode
2. Commands to execute:
fastboot -w
fastboot erase para
3. Boot to TWRP by:
fastboot oem reboot-recovery
if you don't have twrp, get it from here: https://forum.xda-developers.com/realme-3/development/screen-doesnt-twrp-realme-3-t3944022
4. Restore the TWRP backup ,except preloader_a and preloader_b partitions and reboot
Links:
Stock recovery : https://www.androidfilehost.com/?fid=1395089523397966781 (extract using 7zip and flash recovery.img using above commands)
ADB Installer tool: https://forum.xda-developers.com/android/general/tool-adb-fastboot-installer-tool-windows-t3999445
Click to expand...
Click to collapse
Parmardada said:
my device is in infinity boot loop mode. it was on everything stock mode.
right now i cant even boot into recovery mode or fastboot mode.
plz help me guys.
Click to expand...
Click to collapse
this also happen on my realme 3, do you found the solution yet?
I'm desperate to fix mine.
MNaikSwalayan said:
this also happen on my realme 3, do you found the solution yet?
I'm desperate to fix mine.
Click to expand...
Click to collapse
this happens to my realme 3 pro too.. any help?
anyone got the solution i am also stuck not connecting to pc not going into fastboot too
i need help
my device have unlocked bootloader
and flashing custom recovery but only 1 time to enter recovery ,, after that recovery has gone...
and i receive notifacation for update so i'm download the update .. but went something wrong with update ,,,
i stuck at logo with infity bootloop,, it say recovery mode which is disappear it self ,, and i cannot go to fastboot mode to reboot system,,,
what should i do?
najam489 said:
anyone got the solution i am also stuck not connecting to pc not going into fastboot too
Click to expand...
Click to collapse
please let me know I you find the solution
no recovery mode
question sir, it possible to fix if realme recovery mode can't access or not contenuing to boot on recovery mode? do u have any way to flash a rom even without recovery mode?
thanks for reply ?
Were all the same problems facing rightnow. I recently flash the stock recovery and it turn to endless bootloop. Does one of us already fix the issue ? I can't boot to fastboot.
Theres only one left chance of reviving damage of phone software. JTAG is the best option . But JTAG is expensive. Better go to nearest cellphone shop and pay their fees.
Realme 3 bootloop. Can't turn off, Recovery mode, Fastboot.
My device RMX 1821...(RUI C.16)
After flash custome Rom Bliss device is good...
But i have problem after flashing magisk my device bootloop on logo...i try to reboot recovery cant be acess ...
Just come to fastboot mode.
Try to install again the recovery "error' cant load partition ,
I try to flashing by Realme flash tool ...
Error' with Cant load system' image ( getvar variable not found)
Any solution please for my phone....
Very kindly to be help me...
charlis88 said:
My device RMX 1821...(RUI C.16)
After flash custome Rom Bliss device is good...
But i have problem after flashing magisk my device bootloop on logo...i try to reboot recovery cant be acess ...
Just come to fastboot mode.
Try to install again the recovery "error' cant load partition ,
I try to flashing by Realme flash tool ...
Error' with Cant load system' image ( getvar variable not found)
Any solution please for my phone....
Very kindly to be help me...
Click to expand...
Click to collapse
Me also
fawazahmed0 said:
Steps to recover from bootloop or soft brick
Method 1:
1. Download and paste the ozip file for realme 3 to sd card from here:
https://www.realme.com/in/support/software-update
2. Insert SD card in your soft bricked phone
3. Power off your phone by pressing power button for sometime
4.
a. If you have stock recovery then do this step:
Press power button + vol down, it should boot into recovery. If it boots into fastboot mode, you have to do:
fastboot oem reboot-recovery (to boot into recovery).
or
b. If you have TWRP or no recovery at all, then do this step:
Press power button + vol down to boot into fastboot mode.
If it's in endless bootloop, Hold vol up + power till the screen becomes blank, now release the button immediately, now press power + vol down to boot to fastboot mode and now flash stock recovery using:
fastboot flash recovery recovery.img
fastboot oem reboot-recovery
5. Flash the ozip file in sd card using stock recovery and after that wipe the data (full)
6. Reboot
Method 2:
1. Boot to fastboot by powering off your device and then pressing power button + vol down.
If it's in endless bootloop, Hold vol up + power till the screen becomes blank, now release the button immediately, now press power + vol down to boot to fastboot mode
2. Commands to execute:
fastboot -w
fastboot erase para
3. Boot to TWRP by:
fastboot oem reboot-recovery
if you don't have twrp, get it from here: https://forum.xda-developers.com/realme-3/development/screen-doesnt-twrp-realme-3-t3944022
4. Restore the TWRP backup ,except preloader_a and preloader_b partitions and reboot
Links:
Stock recovery : https://www.androidfilehost.com/?fid=1395089523397966781 (extract using 7zip and flash recovery.img using above commands)
ADB Installer tool: https://forum.xda-developers.com/android/general/tool-adb-fastboot-installer-tool-windows-t3999445
Click to expand...
Click to collapse
my realme 3 pro devise is stucked in twrp and bootloader after i flashed a wrong rom and after flashing the corrext rom also , its stucked..pls help
Can anyone give the link of recovery.img because in stock rom which i downloaded there isn't any recovery.img please help...... My stock rom is up to date

G710N reboots when attempting to enter fastboot/bootloader

hello everyone,i have a g710n that reboots when attempting to enter fastboot/bootloader.
any idea on how to root the phone with magisk/relock the bootloader?
i bought the phone unlocked and rooted with magisk but i accidentally formatted the phone and now magisk is gone
bootloader is unlocked
i can enter into download mode and stock recovery but not fastboot/bootloader mode(restarts whenever i try to do so).
tried both physical combination or adb reboot bootloader,same result.
software version g710n20c
model number lm-g710n
I didn't made this tutorial, all credits to user 机锋网友8051_ABD
LGUP Dual patched and other files You will find in ULM 21d + 20e how to root thread.
0. Shut down, press and hold the volume + insert the computer data cable
1. Download mode, G710ULM20e, partition dl select all, press and hold the volume + again to enter the download mode
2, download mode, G710ULM20e.kdz, and re Volume + enter download mode
3, download mode again, G710ULM11g_01_NAO_US_OP_1112.kdz, dl: boot_a + boot_b, press and hold the volume-and power button to confirm twice after trying to enter dual-clear mode, but will only enter fastboot
4, fastboot mode, fastboot flash boot_a ulm20e_magisk19300_twrp_op_unlocked.img
fastboot flash boot_b ulm20e_magisk19300_twrp_op_unlocked.img, press and hold the volume + after entering the download mode
5, download mode again, partition dl G710ULM20e.kdz, select all and uncheck boot_a, boot_b
6. The first time you enter the system, you may not find the mask magic. Restart the system
.After entering the system a second time, there was a license agreement with a Korean version of the operator. After agreeing, I entered the desktop and saw magisk appeared. At this time Connect to wifi, run magisk, you will be prompted to install, agree, and then restart a series of upgrades
To fix Wi-fi:
*#546368#*710# -->field test-->wi-fi--> ota updates and check JP -->save and restart

Question RMX3241 - bootlop after rebooting from recovery, no access to ADB

Hi,
I am looking how to fix my friend's Realme 8 5G (RMX3241) phone.
Here is the story:
1) My friend downgraded his firmware but by an accident installed ROM for India region, the result was he had no GSM signal on the phone (he lives in EU).
2) He also unlocked bootloader, but probably not correctly, because it shows orange state and I can't go into recovery with combination vol up + power
3) The phone booted, but no GSM.
What I did:
1) Managed to boot into recovery using "adb reboot recovery".
2) Then I pressed 'reboot' in recovery (I wanted to load a proper region ROM) and since then I am watching "realme" logo for like 10 minutes straight, so I assume it went into bootloop.
What I can do now:
1) After pressing vol down + power it shows:
oplus Verify fail
need to verify signature of another brand
oplus Verify pass
fastboot verify success
fastboot_unlock_verify ok
However in this state I can't reach this phone using adb
2) Pressing vol up + power doesn't boot into recovery, just normally boots the system but it goes into bootloop.
3) The orange state is still there.
So assume I am now left with bootlooped system with no access to ADB.
Can anyone help me with this? Are there any solutions to this?
Tried SP Flash tool but after loading scatter file it shows:
Platform MT68 not support on this version.
Please update to latest flashtool and try again.
Well, I have a solution for that.
It seems that the system is bricked, so you need to download a proper firmware version for your phone, and flash the stock ROM via fastboot (platform-tools) by erasing super and vbmeta partitions, and flashing every single IMG file of the firmware stock ROM.
2) He also unlocked bootloader, but probably not correctly, because it shows orange state and I can't go into recovery with combination vol up + power
Click to expand...
Click to collapse
Orange state is normal also as far as i know there is not a button combination to boot into recovery on this phone
1) After pressing vol down + power it shows:
oplus Verify fail
need to verify signature of another brand
oplus Verify pass
fastboot verify success
fastboot_unlock_verify ok
However in this state I can't reach this phone using adb
Click to expand...
Click to collapse
This is fastboot mode and you have to use fastboot which is bundled with adb, in this state you can: unlock bootloader, flash partitions or you can reboot to recovery
Taracair said:
Tried SP Flash tool but after loading scatter file it shows:
Platform MT68 not support on this version.
Please update to latest flashtool and try again.
Click to expand...
Click to collapse
SP_Flash_Tool_v5.2124 works for me
You have to:
Have proper VCOM MTK drivers installed
Boot the phone by pressing vol up + vol down while connected to pc via usb
Use MTKAuthBypass v7 before flashing in order to bypass auth protection system.
UPDATE:
mtkclient it's perfect and on the github everything is explained on how to use it

Categories

Resources