Forgot password - the solution? - Xiaomi Redmi Note 3 Questions & Answers

Hi,
I take attention that when the phone in recovery mode (stock, not TWRP), and connected to computer - the computer recognize it like 'adb sideload'..
So here my question:
if someone forget the password - so he can Flash via sideload zip file?
I mean to this:
adb sideload resetlockscreen.zip
I hope the answer is YES ?
Sorry for my bad English..
Thanks.

Anyone?

Nopes you can't....
Goto mi cloud from pc or chome android login with mi account which is link with your rn3 and reset the password

Related

Samsuns S3 9300 unlock code forgotten

Hi,
i got a S3 9300 from my customer. His young child forgotten his unlock code.
1. Over google is not possible to resend the unlock code, cause it was not activated, and i cant activate it because i cant unlock the phone
2. I want to make a backup from the phone, but i have to unlock it, but without the unlock code.... ):
I used to get root, doing it with Odin and SuperUser Mod from clockwork. Odin says pass, but nothing changed.
Maybe the phone has not activated USB-Debugging.
Tested with ADB, but i dont have root rights (su).
What can i do? I know that i can do factory reset, but all data are gone after that ):
A factory reset won't delete the internal memory. Only apps, settings and contacts will be deleted.
If he had his google account sync'ed, there won't be any problem.
If this way is possible, then just boot into recovery mode and erase user all data .
You can still delete the lock screen but you have to flash a custom recovery.
Flash Philz recovery with Odin (Put the TAR in the PDA) http://forum.xda-developers.com/galaxy-s3/orig-development/i93xx-philz-touch-t2002953
Then, enter recovery and connect to the usb. After 15-20 seconds the ADB will be enabled (You'll hear the windows sound that tells that a new USB device has connected) and you willl be able to do anything through ADB
With this recovery you don't even need to be rooted to access the system files.
Now remove lockscreen pattern or password and delete Android settings(Not data, storage , or apps):
Code:
adb shell "rm -rf /data/data/com.android.providers.settings/databases;rm /data/system/password.key;rm /data/system/gesture.key;sync;reboot"
After the reboot it should be OK!
However, I recommend to backup and do a full factory reset after the backup.
thanks
Thanks for the tutorial and tip. Worked all fine.
dabyd64 said:
A factory reset won't delete the internal memory. Only apps, settings and contacts will be deleted.
If he had his google account sync'ed, there won't be any problem.
If this way is possible, then just boot into recovery mode and erase user all data .
You can still delete the lock screen but you flash a custom recovery.
Flash Philz recovery with Odin (Put the TAR in the PDA) http://forum.xda-developers.com/galaxy-s3/orig-development/i93xx-philz-touch-t2002953
Then, enter recovery and connect to the usb. After 15-20 seconds the ADB will be enabled (You'll hear the windows sound that tells that a new USB device has connected) and you willl be able to do anything through ADB
With this recovery you don't even need to be rooted to access the system files.
Now remove lockscreen pattern or password and delete Android settings(Not data, storage , or apps):
Code:
adb shell "rm -rf /data/data/com.android.providers.settings/databases;rm /data/system/password.key;rm /data/system/gesture.key;sync;reboot"
After the reboot it should be OK!
However, then I recommend to backup and do a full factory reset.
Click to expand...
Click to collapse
Glad it worked!

system interface has stopped. Report this problem now?

My x829 is with a message on the screen: Sorry, system interface has stopped. Report this problem now? And send me to bug.letv.com.
I have access to recovery and fast boot mode. So you ask me why you do not go through the system again via TWRP? I do not have the file in cel ... the pc recognizes the cel "CEL ALWAYS NORMALLY BUT DOES NOT EXIT THE SCREEN ABOVE" because it recognizes but does not open as folders to put a ROM.
So I ask how to get a new rom?
Sorry about my terrible English
erissonjunior said:
My x829 is with a message on the screen: Sorry, system interface has stopped. Report this problem now? And send me to bug.letv.com.
I have access to recovery and fast boot mode. So you ask me why you do not go through the system again via TWRP? I do not have the file in cel ... the pc recognizes the cel "CEL ALWAYS NORMALLY BUT DOES NOT EXIT THE SCREEN ABOVE" because it recognizes but does not open as folders to put a ROM.
So I ask how to get a new rom?
Sorry about my terrible English
Click to expand...
Click to collapse
Enter Fastboot, unlock bootloader, flash TWRP, enter TWRP and Connect to pc, put ROM file on the phone or flash using ADB Sideload
Enviado desde mi LEX829 mediante Tapatalk
In my letv phone chrom google and tube sevices stopped accidently hwith omment sorry this service processing stopped how to restore them you
Bluetooth share stopped ..issue

[ROOT] How to root the new Wiko View

Hey, I'm french so if I do mistake, it's normal, sorry
Here is a way to root this Wiko, finally!
Before doing this, i want to say that me, XDA or nobody exept you is responsible of what you can do on your phone, this method work for me, surely for you, but this operation will delete all your data, so remember to backup your data.
Now, you Have to go to Developper options, enable "OEM Unlocking", "USB Debugging" and disable "Verify apps over USB"
After, set "Select USB Configuration" to MTP. After That, download file (https://mega.nz/#!ioBQDZra!z6ntj85aM-mjg4dnscPaPBjvd-qpSY9HQiDkKuYbxcU) and extract it
Connect your phone to your Computer, Copy and Paste the SuperSU zip file in your SD card, and reboot your phone in fastboot mode (shutdown, and boot it by pressing Power and Vol+, then, when you have a choice between recovery and fastboot, select fastboot by clicking Vol-)
Open a command prompt in the extracted file, and type: fastboot oem unlock
Here, all your data will be lost by a factory reset.
When the phone restart, in the command prompt, type:
adb root
adb shell
cat /proc/partitions
ls -l /dev/block/platform/soc/7825900.sdhci/by-name/ (7825900.sdhci may be different, so use tab to find the correct file)
in the list, you will have a file with "recovery -> /dev/block/XXX" (XXX may be like mmcblk0p22)
cat /dev/block/XXX > /data/local/tmp/recovery.img
exit
adb pull /data/local/tmp/recovery.img
adb reboot-bootloader
fastboot flash recovery "CUSTOM recovery.img"
fastboot reboot
if there is no problems, you phone restart normally, so stop it, and boot to the recovery (Power and Vol+ and whene the choice appear, Select recovery with Vol+)
if your phone don't want to boot to the TWRP recovery, try to flash the stock recovery, reboot and flash again the custom one. if the problem persist, leave a comment.
In TWRP, swipe the button, and go to Install, Up a level, select external_sd and then, select the SuperSU file, select "Reboot after installation is complete, and swipe to flash.
When it's done, install or not the TWRP app, and reboot. The device can start twice before finally boot, and can be longer than usual, but don't do anything, it's normal.
When the phone finally boot, SuperSU may be installed, so go check if it's true, and if it is, go to the play store and install BusyBox (by Stephen (Stericson))
After the installation is complete, open it, and click install.
If there is no problem, the root acces will be request, so accept it and all is done.
If you have a problem, or any question, ask me.
Anyone a idea how to root a Wiko View 3 Lite?
give me the link, pls
greenverdy said:
give me the link, pls
Click to expand...
Click to collapse
Ok
Root Wiko View
Hi,
Can you send the link for rooting Wiko view.
Thanks in advance.
give me the link Please.
can you send me the link as well?
Please if someone has the package already, kindly posted it on the forum.
zerking said:
can you send me the link as well?
Please if someone has the package already, kindly posted it on the forum.
Click to expand...
Click to collapse
Ok, no problem
thank you for the link. I got both TWRP and SU installed but the device is not rooted? How can it be?
zerking said:
thank you for the link. I got both TWRP and SU installed but the device is not rooted? How can it be?
Click to expand...
Click to collapse
Do you have an error message ? Or something else ?
Oh, well, it figured my way out! First SU installation, the phone isn't rooted (I don't know why, either). But I factory reset the phone, set the phone up, then go to TWRP and re-install SU and it worked. Now the phone is rooted!
Thank you very much for your guide and files.
By the way, I guess most people will get stuck at "adb root" command.
Simply dial *#*#84666364#*#* (this launches TinnoEngineerMode)
- go to "Tinno Debug Feature"
- tap on "persist.tinno.debug" and choose 1
Then you can go on with "adb root" command
Hope this helps!
zerking said:
Oh, well, it figured my way out! First SU installation, the phone isn't rooted (I don't know why, either). But I factory reset the phone, set the phone up, then go to TWRP and re-install SU and it worked. Now the phone is rooted!
Thank you very much for your guide and files.
By the way, I guess most people will get stuck at "adb root" command.
Simply dial *#*#84666364#*#* (this launches TinnoEngineerMode)
- go to "Tinno Debug Feature"
- tap on "persist.tinno.debug" and choose 1
Then you can go on with "adb root" command
Hope this helps!
Click to expand...
Click to collapse
It's a good think to say it, because it don't work without dialing this number. Thanks
zerking said:
Oh, well, it figured my way out! First SU installation, the phone isn't rooted (I don't know why, either). But I factory reset the phone, set the phone up, then go to TWRP and re-install SU and it worked. Now the phone is rooted!
Thank you very much for your guide and files.
By the way, I guess most people will get stuck at "adb root" command.
Simply dial *#*#84666364#*#* (this launches TinnoEngineerMode)
- go to "Tinno Debug Feature"
- tap on "persist.tinno.debug" and choose 1
Then you can go on with "adb root" command
Hope this helps!
Click to expand...
Click to collapse
On latest wiko view update, tinoo debug feature was gone, we can't use adb root again after update
guys where i can download official rom for the wiko view 2 and extract?
ola and in french plz ?
don´t work on my wiko view 32GB
please help me to root my wiko view 32gb+3gb. i place fastboot oem unlock in pront comand i see waiting for device, and nothing. please creat a apk our anything for root
Would it work on k-Kool ?
We'll this sounds horrifying, just to get root permission, you have to accept to get rid of all your data and parms ? It must be another way.
I'll explain my real need for rooting my Wiko k-Kool. I bought a 64GB SD card, to be used normally as external storage, not for apps install. However I want to be able to backup my phone onto that card, just in case. I use Helium to backup my data without needing root (uses internally adb) ! However non-rooted Helium as a 3d party application has no permission to write to the SD card ! The reason I want to root is just to give Helium the permission to wirte into a backup directory.
Therefore I dont want to put my data at risk just to get root permission, but found no other way to change heliums permissions.
Thanks for any help.
This can work for the Wiko view 2 ? I can't find anything for my phone [emoji24]
Envoyé de mon W_C800 en utilisant Tapatalk
Can this work for view 2?
This work forse Wiko view max?
nothing for wiko view go?
Hello
Is there anyone who did root the wiko view go hier please?

Help Brick/bootloop

Hi guys, my redmi 5 plus is stuck on logo loading screen and i can only go for fastboot. Cannot neither turn off phone.
I tried with Mi Flash tool but program fail with "Can not find flash_all.bat". I tried different version of roms and Mitool, but still have this error. How can i repair my device? Thnak you all for the future responsed
Ps: sorry for my really bad english
I dont´know what you tried to do before to get this status or if you have an unlocked bootloader to perform some operation in fastboot mode. If you are in stock rom you can try enter to recovery and use MiAssistant feature is a kind of adb sideload in-built that you can use to reinstall again the rom onto your device. Here you will find some guide lines about this behind the concept http://www.xiaomitool.com/adb
SubwayChamp said:
I dont´know what you tried to do before to get this status or if you have an unlocked bootloader to perform some operation in fastboot mode. If you are in stock rom you can try enter to recovery and use MiAssistant feature is a kind of adb sideload in-built that you can use to reinstall again the rom onto your device. Here you will find some guide lines about this behind the concept http://www.xiaomitool.com/adb
Click to expand...
Click to collapse
You right sorry. I have Bootloader unlocked. My brick come becose of me trying to root the phone with "1clickrooter" for redmi5 plus. When phone rebooted on recovery he ask me for a password. No pin works on this pass requesto so i try to wipe cash, phone automatically reboot and stuck in logo screen. Cannot turn of or go to recovery, only action i can make is to go on fastboot mode.
So, i have news, i can go on recovery mode (recovery i have is called "Team Win Recovery Project 3.2.1.0"), but in order to make write action (now i can only read) request me a password, obviously neither 1 of my pass (sim pin/screen unlock) work.
Jackevolution said:
So, i have news, i can go on recovery mode (recovery i have is called "Team Win Recovery Project 3.2.1.0"), but in order to make write action (now i can only read) request me a password, obviously neither 1 of my pass (sim pin/screen unlock) work.
Click to expand...
Click to collapse
If you can reboot now to recovery twrp then just cancel when it prompts for a password and you have to format data in order to can reboot to system again
Jackevolution said:
You right sorry. I have Bootloader unlocked. My brick come becose of me trying to root the phone with "1clickrooter" for redmi5 plus. When phone rebooted on recovery he ask me for a password. No pin works on this pass requesto so i try to wipe cash, phone automatically reboot and stuck in logo screen. Cannot turn of or go to recovery, only action i can make is to go on fastboot mode.
Click to expand...
Click to collapse
SubwayChamp said:
If you can reboot now to recovery twrp then just cancel when it prompts for a password and you have to format data in order to can reboot to system again
Click to expand...
Click to collapse
Already done, now semms to be stuck on the same loading screen, baibe he installing apps? It taking sooo long...
i think this isn't working. It's just 20 minute that phone is stuck on "Mi" screen...
Nope, definetly not worked. There is a way to put filesin the phone from recovery?
Jackevolution said:
Nope, definetly not worked. There is a way to put filesin the phone from recovery?
Click to expand...
Click to collapse
Yes, you can reflash again the rom, put the rom zip in your adb folder and short the name as you can, and flash it using adb sideload, to do this tap on "advanced option" and then "adb sideload" in recovery menu and in adb terminal in your pc type adb sideload nameofrom.zip where nameofrom is te name of the rom, don´t forget the extension .zip as I wrote. TWRP will load the zip and flash it again and then you can flash Magisk to root device.
If you can´t see storage of device in your pc is cause it´s encrypted but you can perform adb sideload anyway
Jackevolution said:
Hi guys, my redmi 5 plus is stuck on logo loading screen and i can only go for fastboot. Cannot neither turn off phone.
I tried with Mi Flash tool but program fail with "Can not find flash_all.bat". I tried different version of roms and Mitool, but still have this error. How can i repair my device? Thnak you all for the future responsed
Ps: sorry for my really bad english
Click to expand...
Click to collapse
Look at the error you got every time "Can not find flash_all.bat" its mean that you are selecting invalid path, okay so here is correct method to flash via fast-boot method:
Download the latest fast boot rom zip one option is http://bigota.d.miui.com/V9.5.12.0....FA_20180525.0000.00_7.1_global_343bc5aaef.tgz
Unzip .tgz using winrar and the zip will be extracted in folder named as vince_global_images_V9.5.12.0.NEGMIFA_20180525.0000.00_7 inside this folder there will be another folder named same.
Open Mi Flash tool and click to select direct to folder vince_global_images_V9.5.12.0.NEGMIFA_20180525.0000.00_7 open the folder and then open the other folder click Ok (don't open the the images folder)
Connect your redmi 5 plus in fast boot mode and click refresh, then choose clean all and click Flash

Stuck in Mi Recovery 3.0 with a stock device

Hello,
This morning I turned off and on my phone (RN5 Global).
Now, If I try to start it, phone goes directly to Mi-Recovery 3.0 and, no matter how hard you try to restart, it always ends there.
More info:
- The phone is completely from stock. No root, no bootloader unlock, nothing.
- Mi-Recovery only let me Wipe All Data, so this would be an unfeasible option without first having recovered the data.
- My PC Suite does not recognize the phone.
- If I connect the mobile to the pc, 'adb devices' command says "sideload".
- If I try to make a backup by 'adb shell' it says "error: closed".
- I do not know if 'debug usb' is activated. I remember i activated it in the past, but I think that MIUI10 update deactivated it again.
- I can enter fastboot mode.
- I tried to open the phone, disconnect and connect the battery, but nothing has been fixed.
What can I do? My priorities now are:
1.- Recover the data (at least photos).
2.- Revive my phone.
Thank you.
Found this on MIUI, what do you think?
http://en.miui.com/thread-2171064-1-1.html
CiDsTaR said:
Found this on MIUI, what do you think?
http://en.miui.com/thread-2171064-1-1.html
Click to expand...
Click to collapse
If your device is Redmi Note 5 from other country but India then it´s Whyred and this Forum is for Redmi 5 Plus/Redmi Note 5 (only India) that is Vince.
In the case I´m right and your device is Whyred (two rear cameras is a simple way to note it) then as far as I know you will need an EDL authorized account to flash a rom through MiFlash Tool.
Other tool that you can use is XiaomiFlash Tool by Francesco Tescari through Mi-Recovery but you will need too have enable USB debugging (maybe you have) but the same way you can flash a rom also you´ll lose all your data.
Adb shell works only in rooted devices, you can´t backup nothing in this state and fastboot mode is limited to just few commands like list device/reboot devices and nothing more in locked bootloaders.
In this scenario you have two things in order to solve this issue:
1- Highly probable loosing all your data.
- Doing format data through recovery and try to boot (data lost for sure)
- Flashing a rom through recovery with the mentioned tool (99% data lost probabilities)
- Flashing a rom through EDL; if you have Vince you can do it but if you have Whyred I don´t think so (if you choose second option "Flash without erase userdata" in MiFlash Tool I guess your data will be preserved)
2- If you enabled before USB debugging and binded your Mi account with device wait the time to unlock bootloader and maybe booting first of all in TWRP you can recover some data from your device, if you unlocked but first of all you boot on system for sure all your data will gone.
So what happened? Were you able to solve it? PLs share if you were...
I am also faced that situation.
When i tried to flash stock miui through fastboot it locked the bootloader and cant boot into rom then mi flash tool cant flash as boot loader is locked.
Worst part is in order flash another rom i need recovery, unable to reach developers option as rom not booting up.
Lost hope on the device
After all so many google searches and sleep less nights
I found application called mi pc suite china
Try to flash miui rom through mi pc suite mode
It says boot loader locked do you want to unlock
Finally it unlocked boot loader without booting into mobile.
In your case that will app will work. try it
gldvs007 said:
I am also faced that situation.
When i tried to flash stock miui through fastboot it locked the bootloader and cant boot into rom then mi flash tool cant flash as boot loader is locked.
Worst part is in order flash another rom i need recovery, unable to reach developers option as rom not booting up.
Lost hope on the device
After all so many google searches and sleep less nights
I found application called mi pc suite china
Try to flash miui rom through mi pc suite mode
It says boot loader locked do you want to unlock
Finally it unlocked boot loader without booting into mobile.
In your case that will app will work. try it
Click to expand...
Click to collapse
THANK YOU THIS HELPED ME OUT A LOT
I JUST INSTALLED THE APP THROUGH THIS LINK - https://miui.blog/any-devices/china-mi-pc-suite-english-translation/
AND THEN CONNECTED MY MI4i TO THE PC. IT AUTOMATICALLY ADDED THE STOCK REQUIRED FROM THE INTERNET AND I DIDNT CLICK ANYTHING IN THE APP.
RehanSiddiqui said:
THANK YOU THIS HELPED ME OUT A LOT
I JUST INSTALLED THE APP THROUGH THIS LINK - https://miui.blog/any-devices/china-mi-pc-suite-english-translation/
AND THEN CONNECTED MY MI4i TO THE PC. IT AUTOMATICALLY ADDED THE STOCK REQUIRED FROM THE INTERNET AND I DIDNT CLICK ANYTHING IN THE APP.
Click to expand...
Click to collapse
BIG THANKSS, THIS HELP ME TOO
In my case my Redmi Note 7 MIUI 11.xx and had a update notification
im accidenly hold my power button my, and ALWAYS go to MI-Recovery 3.0 after several reboot
Im downloading that app and updating that app,
And copy the translate file from China to English (my pc WINDOWS 10 64x)
i chose "Connect to Mi Assistant" in phone connect to my pc and open the app, that can see my current ROM (MIUI 11.xx) can be update to "MIUI 12.xx" ,im flashing(updating) with "LEFT" option
that say "CAN SAVE UR SEVERAL FILES" than option RIGHT(DELETE ALL FILES) i guess i dont much remember
Im flashing(updating) with hope my files still in there,
The app start downloading the ROM and instaling to my phone 0% to 100%
My phone reboot and had notify "The system has been destroy"
After restarting several time, Im lossing hope on my phone,
Im trying hold my -Volume button while rebooting, then my phone booting on MIUI 12 in several minute
And "EVERYTHING ITS FINE" i have my all files,app,photos, just like my regular phone but have new MIUI 12 update Introduce changelog
I just wanna share my experience
THANK YOU A LOT
Seeing this Stuck in Mi Recovery 3.0 with a stock device
Thanks Dude... It works for my MI Poco F1.
Steps
Download chinese version of mi app (version 3 beta) from below link
Replace English Translated mi_phone_assistant.res file in installation folder.
Connect Mobile with PC
Open the Mi App Then Click the update button which shows upon opening
Phone automatically came back to normal (No loss in Data) and Remove Cable. Don’t Flash Data.
China Mi PC Suite with English Translation | MIUI Blog
Mi app recovery will not work on older phones like vince i suggest flashing through test point by removing the back cover and reconnect both points
mccholai said:
Seeing this Stuck in Mi Recovery 3.0 with a stock device
Thanks Dude... It works for my MI Poco F1.
Steps
Download chinese version of mi app (version 3 beta) from below link
Replace English Translated mi_phone_assistant.res file in installation folder.
Connect Mobile with PC
Open the Mi App Then Click the update button which shows upon opening
Phone automatically came back to normal (No loss in Data) and Remove Cable. Don’t Flash Data.
China Mi PC Suite with English Translation | MIUI Blog
Click to expand...
Click to collapse
it stuck at 99%
CiDsTaR said:
Hello,
This morning I turned off and on my phone (RN5 Global).
Now, If I try to start it, phone goes directly to Mi-Recovery 3.0 and, no matter how hard you try to restart, it always ends there.
More info:
- The phone is completely from stock. No root, no bootloader unlock, nothing.
- Mi-Recovery only let me Wipe All Data, so this would be an unfeasible option without first having recovered the data.
- My PC Suite does not recognize the phone.
- If I connect the mobile to the pc, 'adb devices' command says "sideload".
- If I try to make a backup by 'adb shell' it says "error: closed".
- I do not know if 'debug usb' is activated. I remember i activated it in the past, but I think that MIUI10 update deactivated it again.
- I can enter fastboot mode.
- I tried to open the phone, disconnect and connect the battery, but nothing has been fixed.
What can I do? My priorities now are:
1.- Recover the data (at least photos).
2.- Revive my phone.
Thank you.
Click to expand...
Click to collapse
Just remove SD card & SIM tray from phone and restart. I work for me. try at our end. Don't flash or connect anything.
CiDsTaR said:
Hello,
This morning I turned off and on my phone (RN5 Global).
Now, If I try to start it, phone goes directly to Mi-Recovery 3.0 and, no matter how hard you try to restart, it always ends there.
More info:
- The phone is completely from stock. No root, no bootloader unlock, nothing.
- Mi-Recovery only let me Wipe All Data, so this would be an unfeasible option without first having recovered the data.
- My PC Suite does not recognize the phone.
- If I connect the mobile to the pc, 'adb devices' command says "sideload".
- If I try to make a backup by 'adb shell' it says "error: closed".
- I do not know if 'debug usb' is activated. I remember i activated it in the past, but I think that MIUI10 update deactivated it again.
- I can enter fastboot mode.
- I tried to open the phone, disconnect and connect the battery, but nothing has been fixed.
What can I do? My priorities now are:
1.- Recover the data (at least photos).
2.- Revive my phone.
Thank you.
Click to expand...
Click to collapse
how u solved your problem , i am stuck in same stage .. help please
I was stuck in Mi Recovery Mode 3.0 on my Mi Redmi Note 5.
Even after doing reboot to system, it wasn't going back to normal.
After scratching my head for a lot of time I decided to do the old school thing, i.e. REMOVING the SIM card and SD card and pressing the VOLUME DOWN + POWER KEY until the vibration occurred (NOTE: Mi logo will appear while you have pressed but keep the 2 buttons pressed until vibration occurred).
harsimran27 said:
I was stuck in Mi Recovery Mode 3.0 on my Mi Redmi Note 5.
Even after doing reboot to system, it wasn't going back to normal.
After scratching my head for a lot of time I decided to do the old school thing, i.e. REMOVING the SIM card and SD card and pressing the VOLUME DOWN + POWER KEY until the vibration occurred (NOTE: Mi logo will appear while you have pressed but keep the 2 buttons pressed until vibration occurred).
Click to expand...
Click to collapse
were any files deleted? and do you perhaps know if it would work on redmi note 7?
hello guys just look this video i solved it
Hi all,.
I also faced the same issue my redmi note 5 Pro which was on I believe MIUI 10 because it was never updated from the day it was purchased got stuck in bootloop and not getting ahead after recovery mode no matter how much time you reboot it was all working fine but some apps were updating such as youtube when this incident occurred I tried every solution like pressing keys pressing all three keys simultaneously or ADB method but none could work since the phone was locked also there was no USB debugging so adb method wouldn't work to also if an if ADB connected I couldn't flash because it will remove the data, in recovery mod you can see in option connect with MI Assistant but the Indian English version shown no connection so found one youtube video (channel name -" Ach Sharif ", video link-
which helped to install chinese version and and solved login issues I used Google translate translate to read the Chinese characters and understand what is going on I connected the device intending to take a backup backup but as no option was available I had to click on flash device so it downloaded upgraded recovery rom and automatically flash to MIUI 11 but still same problem then again I connected and upgraded to MIUI 12 and the phone was able to boot so the phone finally got fixed all data and all apps were intact and working as originally also all data of WhatsApp chats etc remained even the open apps at the time when problem happened were still present.
I believe guys this is the only solution to the problem because while flashing it replaces the recovery module of the rom which was corrupted earlier in my case when MIUi 12 installed not 11 I feel that it replaced recovery module due to update and it was able to work so please try once and I hope you get your files back, now lesson learned please do regular backups to live worry free life otherwise we will be spending time and energy here only.
I believe ADB methods or other methods won't work because they will flash and you won't be able to get data only flashing through recovery ROM not fastboot rom just like update package will be able to solve your problem if it is a software problem it will be can be fixed fixed this way only and saving data if it's a hardware problem such as power of all volume buttons are stucked you just get change and everything will be fine it happened in my other phone redmi Y2 so from speaking from experience thats all as I was going through trouble these things really help me so I thought to spend time in creating this guide please follow and I hope it will be solved.
You must open back cover( easily you can do it by hair dryer) and disconnect and connect again the battery, it will fix

Categories

Resources