The one of my gf stucked in bootloop. Everthing is stock and she didn´t updated it a long time. The problem is we want to backup some things, for example the pictures. I thought about backup with adb but usb debugging isn´t turned on. I don´t know how to activate over adb or if this is possible without recovery. When i install a recovery i need to unlock the bootloader an all thing are deleted.
So is it possible to activate usb debugging over adb without an recovery or is there an other way to backup?
hansi66627 said:
The one of my gf stucked in bootloop. Everthing is stock and she didn´t updated it a long time. The problem is we want to backup some things, for example the pictures. I thought about backup with adb but usb debugging isn´t turned on. I don´t know how to activate over adb or if this is possible without recovery. When i install a recovery i need to unlock the bootloader an all thing are deleted.
So is it possible to activate usb debugging over adb without an recovery or is there an other way to backup?
Click to expand...
Click to collapse
You can only get adb connectivity when booted in a custom recovery or when booted in the OS with USB debugging turned on (USB debugging doesn't matter when in a custom recovery). When booted in bootloader mode, you'll only get fastboot connectivity.
There is nothing you can do to backup the files, like you v said, unlocking the bootloader will wipe everything.
There are 2 possibilities to recover the phone:
Unlock the bootloader, flash a recovery, flash a rom ---> will wipe the phone
Flash a RUU (if any available for your version) ---> will wipe the phone.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
I have the same problem - but I was able to get the USB working.
Even though it is in a bootloop, as soon as you have access to the phone, go into the Settings and "About", the click the build number over and over until the phone tells you that you are a developer (i think it is 12 times).
Then go back (or if the phone bootloops, wait until you can access the system menu again) - then go into the Settings again and click Developer, and allow the USB debugging.
You should then be able to connect your phone to the USB, and access the hard drive of the phone.
From there, you have about 2 min during every bootloop to get any data/ pictures/ etc off of the phone.....
(sadly I'm in that bootloop craziness too, and trying to figure out how to get out of it without rooting the phone)
elisaw99 said:
I have the same problem - but I was able to get the USB working.
Even though it is in a bootloop, as soon as you have access to the phone, go into the Settings and "About", the click the build number over and over until the phone tells you that you are a developer (i think it is 12 times).
Then go back (or if the phone bootloops, wait until you can access the system menu again) - then go into the Settings again and click Developer, and allow the USB debugging.
You should then be able to connect your phone to the USB, and access the hard drive of the phone.
From there, you have about 2 min during every bootloop to get any data/ pictures/ etc off of the phone.....
(sadly I'm in that bootloop craziness too, and trying to figure out how to get out of it without rooting the phone)
Click to expand...
Click to collapse
You got something very wrong. Bootloop means the phone won't boot up. It stays on boot animation and can't boot Android, so that means he can't go to settings or anywhere except bootloader menu or recovery. Most likely you had "system crash" error which is not anywhere near bootloop
Related
Hello there and sorry if this was something asked 100 times. I haven't found quite something up to date.
So I've had my Mi 5 for some time now and I've decided to Root since I do need quite some features. Problem is I'm pretty scared of doing this since I've never done it before and I'd like to ask here if everything that I'm about to do is correct and if it's not I could get some steps into the right drections.
I'm on Global 9.1.1.0 (NAAMEI).
I'll be able to unlock my bootloader in exactly 10 hours since I had to wait for that stupid 72 hours lock so here's what I prepared.
From what I understand I need to flash TWRP Custom Recovery and download the specific one for my device. Their sites lists twrp-3.2.1-0-gemini.img as the latest for Mi 5 so this one I'm guessing is good to go?
I've also installed fastboot adb drivers installed, the TWRP mentioned above and I also renamed it to ''twrp'' to make things easier later on. That's how my curent folder looks.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Enable USB debugging from developer options, turn off my phone into fastboot my pressing volume down and the power key then connnect it to my PC via USB.
So I'm to shift right click into this very folder, open up cmd and type fastboot devices to see if my device is properly reconized it shoud show up some numbers. After that type fastboot flash recovery twrp.img then it shoud do it's thing and after that type fastboot boot twrp.img to load up TWRP.
I've put into my phone's storge the following to be ready:
- lazyflasher-no-verity-opt-encrypt.zip
- Magisk-15.3.zip
-Magisk uninstaller
After the recovery boots up I am to flash the lazyflasher and Magisk and hope my phone isn't bricked. Is this all that I need to make sure my phone will not bootload or anything like that? Thank you
Zardax said:
Hello there and sorry if this was something asked 100 times. I haven't found quite something up to date.
So I've had my Mi 5 for some time now and I've decided to Root since I do need quite some features. Problem is I'm pretty scared of doing this since I've never done it before and I'd like to ask here if everything that I'm about to do is correct and if it's not I could get some steps into the right drections.
I'm on Global 9.1.1.0 (NAAMEI).
I'll be able to unlock my bootloader in exactly 10 hours since I had to wait for that stupid 72 hours lock so here's what I prepared.
From what I understand I need to flash TWRP Custom Recovery and download the specific one for my device. Their sites lists twrp-3.2.1-0-gemini.img as the latest for Mi 5 so this one I'm guessing is good to go?
I've also installed fastboot adb drivers installed, the TWRP mentioned above and I also renamed it to ''twrp'' to make things easier later on. That's how my curent folder looks.
Enable USB debugging from developer options, turn off my phone into fastboot my pressing volume down and the power key then connnect it to my PC via USB.
So I'm to shift right click into this very folder, open up cmd and type fastboot devices to see if my device is properly reconized it shoud show up some numbers. After that type fastboot flash recovery twrp.img then it shoud do it's thing and after that type fastboot boot twrp.img to load up TWRP.
I've put into my phone's storge the following to be ready:
- lazyflasher-no-verity-opt-encrypt.zip
- Magisk-15.3.zip
-Magisk uninstaller
After the recovery boots up I am to flash the lazyflasher and Magisk and hope my phone isn't bricked. Is this all that I need to make sure my phone will not bootload or anything like that? Thank you
Click to expand...
Click to collapse
You only choose 1, either fastboot flash (replace ur existing recovery) or fastboot boot (just temp boot to twrp)... I suggest the latter...
You don't need lazyflasher with magisk, what's that for?... [emoji6][emoji6][emoji6]
Sent from my MI 5 using Tapatalk
Hi all, I just bricked my phone and was wondering how to recover it, the following list details all that was done before the brick occurred:
Brand new phone on Android 7, updated to 9 through OTA
Tried to unlock the bootloader, received the "Device not support"[SIC] message
Downgraded to 8.1 following the instructions from this thread
Successfully unlocked bootloader
Updated to Android 9 again over OTA, got security patch 2019-05
Rebooted into download mode using adb reboot bootloader
Flashed twrp-3.2.3-1-NB1.img
Booted into TWRP
TWRP asked for pattern, said it was incorrect, phone stopped being recognized by adb devices
Rebooted into OS, removed Google account and pattern
Tried: adb reboot bootloader, command was not accepted (this was how I booted into download mode up until this step). Tried adb devices and my phone was marked as offline, even though USB debugging was enabled.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Disconnected USB cable, turned phone off, held down Volume Down Key, connected USB cable.
Warning Screen appeared:
It's been stuck that way, I cannot get past that screen nor turn the phone off. PC recognizes it under Portable Devices->Nokia 8, when I try adb devices it is not listed.
Angcrad said:
Hi all, I just bricked my phone and was wondering how to recover it, the following list details all that was done before the brick occurred:
Brand new phone on Android 7, updated to 9 through OTA
Tried to unlock the bootloader, received the "Device not support"[SIC] message
Downgraded to 8.1 following the instructions from this thread
Successfully unlocked bootloader
Updated to Android 9 again over OTA, got security patch 2019-05
Rebooted into download mode using adb reboot bootloader
Flashed twrp-3.2.3-1-NB1.img
Booted into TWRP
TWRP asked for pattern, said it was incorrect, phone stopped being recognized by adb devices
Rebooted into OS, removed Google account and pattern
Tried: adb reboot bootloader, command was not accepted (this was how I booted into download mode up until this step). Tried adb devices and my phone was marked as offline, even though USB debugging was enabled.
Disconnected USB cable, turned phone off, held down Volume Down Key, connected USB cable.
Warning Screen appeared:
It's been stuck that way, I cannot get past that screen nor turn the phone off. PC recognizes it under Portable Devices->Nokia 8, when I try adb devices it is not listed.
Click to expand...
Click to collapse
Try to press all tree buttons at same time and keep them for a 3/4 minutes.
I had a similar problem and solve like that.
Allek84 said:
Try to press all tree buttons at same time and keep them for a 3/4 minutes.
I had a similar problem and solve like that.
Click to expand...
Click to collapse
Many, many, many thanks. After pressing all the buttons for about two minutes, the screen turned off, then I turned the phone on and it booted into the OS.
Any comments on the device offline front?
Hi,
I have removed default-launcher by accident, then i tried to install Mi Launcher from store, and everything was meh. After rebooting my phone, it stuck at recovery menu. After that, i updated the firmware using Mi Assistant, and nothing changed. I just want to backup my photos and files. I wasn't able to get any success with fastboot and adb either. Bootloader is locked, device is not rooted. Could you please help me?
Hi, so are you able to boot into recovery? In recovery, your computer could recognize the phone (in TWRP it does).
PlagueCz said:
Hi, so are you able to boot into recovery? In recovery, your computer could recognize the phone (in TWRP it does).
Click to expand...
Click to collapse
Yes it boots into stock recovery menu. I don't have a custom recovery installed, and i cannot install either because phone's bootloader is locked (which will wipe the all data including my images etc. if i do that). My USB-Debugging was enabled while the phone was on, but right now, I am unable performa any adb commands.
ekardon said:
Yes it boots into stock recovery menu. I don't have a custom recovery installed, and i cannot install either because phone's bootloader is locked (which will wipe the all data including my images etc. if i do that). My USB-Debugging was enabled while the phone was on, but right now, I am unable performa any adb commands.
Click to expand...
Click to collapse
Ok, I see two possible solutions:
1. When you boot to stock recovery and connect your phone via USB, does it open on your PC as a drive? Could you extract files this way?
2. Are you able to install updates via stock recovery? (I had to ask, I didn't use stock recovery for years) If yes, you could theoretically flash an original Xiaomi ROM. Please see this article: https://bit.ly/39wTVmj
PlagueCz said:
Ok, I see two possible solutions:
1. When you boot to stock recovery and connect your phone via USB, does it open on your PC as a drive? Could you extract files this way?
2. Are you able to install updates via stock recovery? (I had to ask, I didn't use stock recovery for years) If yes, you could theoretically flash an original Xiaomi ROM. Please see this article: https://bit.ly/39wTVmj
Click to expand...
Click to collapse
1. Yes it connects to pc but not as a media or drive, in sideload mode in adb. There is no way that i can make it force use that.
2. I am not able to install updates via stock recovery. It doesn't have option nor file explorer like the one that you posted. There are 3 options:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
- Reboot (Regular reboot)
- Wipe (I would like to wipe cache partition but it doesn't give any information. The info on the net suggests that it factory resets the phone. So my data/photos will be gone)
- Connect with MiAssistant (In this mode PC detects the device in adb sideload)
The problem with MiAssistant is that it's no longer continued to be developed in English. So the latest version they provide on their website is not even recognising the device. However after some search I found some unofficial translations of Chinese Beta versions of this software. I have found v3.0.3301.134 and v4.0 versions. v4 crashed during installing stock rom (recovery.exe stopped working), however I was able to "Update" to the stock rom with v3 version using this guide.
After that nothing happened. It installed till 100%, and keeps rebooting. I am not even sure if it's installed correctly anymore. All i can think of is wiping cache, but that doesn't seem possible either.
ekardon said:
1. Yes it connects to pc but not as a media or drive, in sideload mode in adb. There is no way that i can make it force use that.
2. I am not able to install updates via stock recovery. It doesn't have option nor file explorer like the one that you posted. There are 3 options:
- Reboot (Regular reboot)
- Wipe (I would like to wipe cache partition but it doesn't give any information. The info on the net suggests that it factory resets the phone. So my data/photos will be gone)
- Connect with MiAssistant (In this mode PC detects the device in adb sideload)
The problem with MiAssistant is that it's no longer continued to be developed in English. So the latest version they provide on their website is not even recognising the device. However after some search I found some unofficial translations of Chinese Beta versions of this software. I have found v3.0.3301.134 and v4.0 versions. v4 crashed during installing stock rom (recovery.exe stopped working), however I was able to "Update" to the stock rom with v3 version using this guide.
After that nothing happened. It installed till 100%, and keeps rebooting. I am not even sure if it's installed correctly anymore. All i can think of is wiping cache, but that doesn't seem possible either.
Click to expand...
Click to collapse
In this case, I don't know. Maybe someone else will find solution.
I don't know if my solution will work or not, just try it if you don't have any other option.
Try it at your own risk, IT MIGHT HARD BRICK YOUR DEVICE.
1: Download Miracle Box crack.
2: Install Mi 5 and Mi 5's fastboot driver.
3: Open Miracle Box and follow the screenshot I uploaded.
https://2.pik.vn/2020c57cbe0d-5f8e-4fae-b73b-7332da16e2b2.png
4: Tap the "Start button" and wait for miracle. Reboot to your phone, if it shows "unlocked" then it means the bootloader is unlocked, install TWRP. Launch TWRP then connect your phone to the PC and get the files back.
(Sorry for my broken English, this is not my main language tho)
Hello guys..
I have a Redmi note 10 5g global and was trying to fastboot flash Indonesian ROM using Mi Flash Tool ,it started well and stopped due Preloaded error, I tried again but it persisted so I unplugged my device and tried powering it up but it wont power on,won't show charging but only makes sound when Connected to PC,I tried alot of things to fix the Preloaded but with no success.
I badly need help To fix this problem guys..
dannykuma said:
Hello guys..
I have a Redmi note 10 5g global and was trying to fastboot flash Indonesian ROM using Mi Flash Tool ,it started well and stopped due Preloaded error, I tried again but it persisted so I unplugged my device and tried powering it up but it wont power on,won't show charging but only makes sound when Connected to PC,I tried alot of things to fix the Preloaded but with no success.
I badly need help To fix this problem guys..
Click to expand...
Click to collapse
try booting into fastboot, if not, boot into brom and flash stock miui via sp tool
open up device manager to make sure everything is right.
boot into brom by holding VOL-, VOL+ and POWER, at the same time connect the phone to ur pc. if it does the connected sound, check on device manager if the driver is missing. it should have a warning sign, if it does then install the drivers i annexed below the post (ive used them and it worked, up to u)
after installing them, by the meantime ur phone probably has restarted, so reboot it into brom once again and check devices manager. if it worked it should look something like this:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
with sp tool ready to flash. but first you might need to auth bypass because of MIUI account.
1lopes said:
try booting into fastboot, if not, boot into brom and flash stock miui via sp tool
open up device manager to make sure everything is right.
boot into brom by holding VOL-, VOL+ and POWER, at the same time connect the phone to ur pc. if it does the connected sound, check on device manager if the driver is missing. it should have a warning sign, if it does then install the drivers i annexed below the post (ive used them and it worked, up to u)
after installing them, by the meantime ur phone probably has restarted, so reboot it into brom once again and check devices manager. if it worked it should look something like this:
View attachment 5733123
with sp tool ready to flash. but first you might need to auth bypass because of MIUI account.
Click to expand...
Click to collapse
Thank you very much for the help....
Let me try
indonesian rom is fully compatible. sure u made something bad.
your bootloader is unlocked???? u have downloaded fastboot version? clean flash selected? write al steps u did with precision. i'm 100% sure is not a compatibility problem. i have installed indonesian rom more then one time without any problems
IF U CAN ENTER INTO FASTBOOT, U CAN RESTORE YOUR PHONE WITHOUT PROBLEMS. stay away from advanced procedures like restore preloader. First try the easyest solutions. If didnt work i suggest mtkclient under arch linux for reflash boot vbeta and preloader. But follow my tip: enter into fastboot and reflash stock using adbdastboot tool. Is the easyest solution
Hello. I have unlocked my bootloader last night and flashed my redmi note 10 pro max through fastboot mode today. After flashing xiaomi.eu_multi_HMNote10Pro_V14.0.2.0.TKFMIXM_v14-13 rom, my phone started rebooting, MIUI 14 logo appears but suddenly it went into recovery mode directly within 04-05 seconds. Now if I reboot the phone, it opens but after 04-05 seconds it again went into recovery mode. I tried wipe out and safe mode option too. The scenario is the same for both cases. Asking for your help regarding this
Rabbi_RN10promax said:
Hello. I have unlocked my bootloader last night and flashed my redmi note 10 pro max through fastboot mode today. After flashing xiaomi.eu_multi_HMNote10Pro_V14.0.2.0.TKFMIXM_v14-13 rom, my phone started rebooting, MIUI 14 logo appears but suddenly it went into recovery mode directly within 04-05 seconds. Now if I reboot the phone, it opens but after 04-05 seconds it again went into recovery mode. I tried wipe out and safe mode option too. The scenario is the same for both cases. Asking for your help regarding this
Click to expand...
Click to collapse
I think you dl'd the global stable, not EEA for EU. You want the 14.0.3.0 for EU.
Sheist! said:
I think you dl'd the global stable, not EEA for EU.
Click to expand...
Click to collapse
yes may be. what to do now? how can i flash any other rom?
Put on your phone and try the Apply Update from your recovery. I believe it looks in the downloaded_rom folder in Downloads on internal SD.
There is no such things like apply update in the recovery mode.
how can i flash custom recovery without turning on USB Debugging? as I can't open my mobile right now I ain't able to turn on the usb debugging. please suggest
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Correction. The downloaded_rom folder is not in Downloads, but beside it in the root of internal C. Try creating that folder in Windows with the phone connected and put the file in there then reboot and see if it installs automatically. If not or you do not see the phone in Windows, then you can flash the version of TWRP for your phone using the official TWRP source location and install from it. You stated it is unlocked already, and USB Debugging may not be a problem since this is a stock MIUI ROM. Use the 3.7.x from twrp.me.
Can you still get fastboot? If that case, I'd revert to stock with MiFlash and start again...
pnin said:
Can you still get fastboot? If that case, I'd revert to stock with MiFlash and start again...
Click to expand...
Click to collapse
I can get to fastboot mode. but as my usb debugging is off, my pc doesn’t recognize my device.what to do then?
Don't quote me on this, but I think MiFlash doesn't need USB debug, only the right drivers.
pnin said:
Don't quote me on this, but I think MiFlash doesn't need USB debug, only the right drivers.
Click to expand...
Click to collapse
will try then. thanks!
Try flashing TWRP without USB Debugging from fastboot. It might work. Then you can flash your install file inside it, which being MIUI, it should not require USB Debugging either.
hello, to use fastboot you don't need usb debugging, usb debugging works with user confirmation only with the system started, instead, in custom recovery it works automatically, if you want to restore your smartphone, you can do it by downloading the latest miui fastboot for your device from here: https://xiaomifirmwareupdater.com/
once you download the right package (be careful what you download!), you will have to flash the rom via fastboot, you can use mi flash if you are comfortable with it, be careful with the options below, if you leave "flash and lock" it will flash, but it will lock the bootloader, if you don't want to lock it, select "clean all". good luck