Related
hey today my phone switch off by it self so i recharged it and turn it on but it didnt load then i tried going on recover but it only flashes the screen black then it goes back to the same menu the recovery dont open i had CW recovery installed it says it the top
FASTBOOT MODE- NO BOOT OR RECOVERY IMG
i tried flashing cw recover by adb but it dont find the phone it the bottom of the screen it says
USB Control init
USB control init End.
anyone help?
sir ithink it is not yet bricked based on the description just make sure that all drivers for your phone is installed and flash the recovery again
hey thx for your quick respond i dont seem to find my device look at the printscreen attached.
the phone is underwarrenty can anyhouse lock the bootloader so i can sent it for repair? thx again
abdalah2004 said:
hey thx for your quick respond i dont seem to find my device look at the printscreen attached.
the phone is underwarrenty can anyhouse lock the bootloader so i can sent it for repair? thx again
Click to expand...
Click to collapse
Your adb setup isn't working. Have you booted your phone holding VOL+ and power? Are your ADB drivers installed?
It's either the first or the last one, check your stuff. I doubt it's bricked.
look thats what the phone do exactly when i restart it normal it keeps on the boot screen it just keep going on but when i boot with vol + i get into that menu not sure what its called where it say
REBOOT BOOTLOADER
REBOOT
RECOVERY
POWER OFF
not sure which driver i had but can u give me one to install just in case? thanks
PS. i just reinstalled the drivers from Android SDK still having the same problem
abdalah2004 said:
look thats what the phone do exactly when i restart it normal it keeps on the boot screen it just keep going on but when i boot with vol + i get into that menu not sure what its called where it say
REBOOT BOOTLOADER
REBOOT
RECOVERY
POWER OFF
not sure which driver i had but can u give me one to install just in case? thanks
Click to expand...
Click to collapse
I've never had good luck with the Android SDK driver, I use the PDANet driver instead.
http://junefabrics.com/android/index.php
That always got my phone to be detected after.
Edit: That's the fastboot screen. You should have used this when you rooted your phone, if you did it "manually".
You will use fastboot flash recovery recoveryimage.img
to flash a recovery. Recoveryimage.img will be the name of the recovery you're trying to flash.
i did and thats what i get when im trying flash the recovery
wow i restarted the phone and tried and it worked
abdalah2004 said:
i did and thats what i get when im trying flash the recovery
Click to expand...
Click to collapse
sir also try renaming the file so it will be easier to type...sir and it was flashed if it restarted in the recovery please let me know what happened
I have a nexus 5 16 GB and i downloaded the recent software update android 6.0.1 and then I decided to root and I used 'Nexus root toolkit v2.06' and first unlocked the bootloader and then rooted. Everything worked fine but after the process was complete it was rebooting and the booting animation went on and on for many hours and the device did not root. I really don't know what's going on. My purpose is to install a custom rom: cyanogenmod 12. Now what should I do ???? PLEASE HELP. When i try to enter recovery mode it shows a picture of the android mascot with opened back and exclamation and cannot enter command as well. and after some time the booting animation begins and goes on and on...
please help...
nexus_5_ said:
I have a nexus 5 16 GB and i downloaded the recent software update android 6.0.1 and then I decided to root and I used 'Nexus root toolkit v2.06' and first unlocked the bootloader and then rooted. Everything worked fine but after the process was complete it was rebooting and the booting animation went on and on for many hours and the device did not root. I really don't know what's going on. My purpose is to install a custom rom: cyanogenmod 12. Now what should I do ???? PLEASE HELP. When i try to enter recovery mode it shows a picture of the android mascot with opened back and exclamation and cannot enter command as well. and after some time the booting animation begins and goes on and on...
please help...
Click to expand...
Click to collapse
Unless something has changed, version 6. requires that you flash a special kernel before you can root your phone otherwise you are as you are now, stuck in a boot loop. You should probably download the factory image from Google, and then flash the system image to get rid of what you have done.. Perhaps then your phone will start normally
funnel71 said:
Unless something has changed, version 6. requires that you flash a special kernel before you can root your phone otherwise you are as you are now, stuck in a boot loop. You should probably download the factory image from Google, and then flash the system image to get rid of what you have done.. Perhaps then your phone will start normally
Click to expand...
Click to collapse
Thank you very much for the reply, I really do have no idea as to how to flash the factory image because i am very new in this area. Could you please recommend software and which factory image i should download, please ?? thanks very much.
:good:
funnel71 said:
Unless something has changed, version 6. requires that you flash a special kernel before you can root your phone otherwise you are as you are now, stuck in a boot loop. You should probably download the factory image from Google, and then flash the system image to get rid of what you have done.. Perhaps then your phone will start normally
Click to expand...
Click to collapse
Also, you mentioned a 'special kernel' what does that mean. All i want to do to my device is install cyanogenmod 12 and for that i believe it needs to be rooted, so i am really confused. What should I do know
I'm having this same problem, and unfortunately, when I start the phone on fastboot, I can not access the recovery mode in order to upload a factory image of nexus 5.
I used the new tool available her for quick flash, and now, I don't have a phone.
First, don't panic. Your phone is still very easy to recover. Unfortunately I can't get you a complete walkthrough here (for now at least), so I'll give you the main idea and you'll have to do your homework (as maybe you should have done before).
1. You need to get fastboot working on your computer. It's included in the Android sdk package, but there might be some easier way to get it. Google it. You might need drivers for your pc too. Google it as well.
2. Then you need to get into fastboot mode on your phone. To do it, hold down power button AND volume down button until it gets into fastboot mode. You will see an android on his back with the cover open. At this point, connect your phone to your pc, open a terminal on your pc and type "fastboot devices" without the quotes "". It should find your phone if fastboot is working. If it doesn't work go back to step 1.
3. Download TWRP recovery on your pc and place the img file in the same folder as your fastboot executable (not mandatory but easier). It can be found here https://dl.twrp.me/hammerhead/
4. Always in fastboot mode, type "fastboot flash recovery twrp-2.8.7.1-hammerhead.img" assuming you downloaded that file, which you should have by the way. It should install fine. If you haven't placed the file in the same directory as your fastboot executable, you will need to provide the path to your img file as well.
5. Then use the volume rocker to switch between modes and choose reboot recovery.
6. You should now be in TWRP recovery. At this point, download a custom kernel (anyone found on xda for hammerhead should do) and push it to your phone. It should be fairly simple with TWRP. Then flash your new kernel using install. It should help you get your phone booting normally. Alternatively, you can download a custom ROM like cm12.1 and flash it altogether. It will install everything needed for your phone to boot up too. Beware if flashing a ROM though, I strongly advice you to do a factory reset before flashing it. You will find that option in the wipe menu.
Hope it helps, let me know if you need further assistance.
Yesterday, I have tried everything to have my computer to recognize the "fastboot" command, and I installed like 2 or 3 different programs for that. With my old Windows 7, I have been able to push a flashed image to fix this issue, using the fastboot command, but with Windows 10, it's always telling me it's not a valid command. I'll keep trying it, otherwise, i'll have to "resurrect" my old Windows XP computer.
Also, I noticed now that, while trying to install the fastboot, as per some files that I could download, but no file has been copied into my computer, not even if I run it as admin.
fixed. but no RECOVERY mode options....
Hi Guys,
Thank you very much for the help, I have finally recovered the phone and running android 6.0 MRA58N but it is not rooted. Now if you don't mind could you teach me how to root because i have checked lots of videos and tuts but none worked for me...
IMPORTANT:
when i am in recovery mode why cannot I access options even when i press volume up + power button and release them at the same time...????
Thanks in advance.
Just flash a custom recovery via fastboot. Just make sure your bootloader is unlocked. Can't link though.
hi guys i have used nexus 5 mobile with cyanogenmod 14.1 .It worked properly in 1 year. after that suddenly switched off and it not properly boot up .i try to switch on my mobile , first it show google with unlock logo properly and when it show cyanogenmod logo it stuck and again show google with unlock logo....i try recovery mode to wipe and flash the same rom ....the process is interrupt at middle stage and again show the google..i try lots of time . after few try that process finished completely without interrupt. then use my mobile 1 day same as i used first time root. after that same problem occur on my mobile ..so help me guys
@[email protected], possible power button problem?
Hey guys!
So, i was trying to install CM13 unofficial version, and wiped the system and internal storage using TWRP recovery. I was supposed to install the rom from a zip file i had placed in the external memory card. What i did, was, i rebooted the phone by mistake, after wiping it from the recovery without installing the ROM and now the phone is caught in a bootloop. I know i am an idiot to do that. I tried removing the battery and reboot it in recovery mode using the key combination with no luck. It just starts the boot loop. I tried using fastboot and adb from pc to push files into the internal memory, but my device is not getting detected on the adb anymore (maybe the usb debugging is disabled now?).
What i guess is stopping TWRP recovery from showing up is the lack of twrp/themes folder in the internal memory since i wiped it. But there might be some other cause that i am unaware of. What do i do now? Any help will be greatly appreciated!
Hey! I'm having the same problem with my yu yureka.. Can anyone help me please!
Kaustubh M said:
Hey guys!
So, i was trying to install CM13 unofficial version, and wiped the system and internal storage using TWRP recovery. I was supposed to install the rom from a zip file i had placed in the external memory card. What i did, was, i rebooted the phone by mistake, after wiping it from the recovery without installing the ROM and now the phone is caught in a bootloop. I know i am an idiot to do that. I tried removing the battery and reboot it in recovery mode using the key combination with no luck. It just starts the boot loop. I tried using fastboot and adb from pc to push files into the internal memory, but my device is not getting detected on the adb anymore (maybe the usb debugging is disabled now?).
What i guess is stopping TWRP recovery from showing up is the lack of twrp/themes folder in the internal memory since i wiped it. But there might be some other cause that i am unaware of. What do i do now? Any help will be greatly appreciated!
Click to expand...
Click to collapse
Hi! I'm having the same problem with this post... Does anyone knows the solution of this problem. I'd be really glad if anyone could help me with this..please!
Hey are you able to boot into fastboot mode? If you can....
Prerequisites –
1. Make sure that you have 70-80% battery on your phone.
2. You need a PC and a USB cable to connect your phone to the PC.
3. Flashing the factory firmware will wipe all the data present in the internal memory. So, make a backup of that if you can.
4.Install all the necessary Device drivers.
DOWNLOADS -
1. Download the flash tools from here . http://www.mediafire.com/download/87gfz7mdch188an/Flashtools_For_Yu_Yureka.zip
2. Download the factory firmware from Here (cm 12.1) . http://builds.cyngn.com/factory/tomato/cm-12.1-YOG4PAS3JM-tomato-signed-fastboot.zip
Steps To Flash Factory Firmware –
1. Extract the flashtools zip in a new folder on the desktop.
2. Extract the factory firmware zip in the same folder and make sure that all of the flashtools files are also present.
3. Now, power off your phone. If you are stuck in a bootloop, then pull out the battery and reinsert it. (Do not switch on the phone.)
4. While pressing the Volume Up key, connect your phone to the PC with the help of a USB cable.
5. You should now see the fastboot logo on your device. If you did, leave the Volume Up key. (If you do not see the logo, retry the process.)
6. Now go to the folder where you extracted the flash tools and factory firmware and run the flash-all.bat by double clicking on it.
7. A command window will open and the flashing procedure will start. (Make sure that your device does not disconnect from your PC during the procedure.)
8. The command window will automatically close once the procedure is completed.
9. Disconnect your device and boot it up by pressing the Power button. (Since this is first boot after flashing the firmware, it may take upto 5 minutes.)
Done you should be back on cm 12.1
Credits – ArnavG (Yuplaygod Forums) and Cyanogen Team.
im also having same problem i have also unknowingly wiped system & now im not able to flash any rom while flashing its rebooting automatically & i am able to enter in to fastboot mode then i have flashed factory firmware then also its not booting stucked on boot loop.
arunbiju969 said:
Hey are you able to boot into fastboot mode? If you can....
Prerequisites –
1. Make sure that you have 70-80% battery on your phone.
2. You need a PC and a USB cable to connect your phone to the PC.
3. Flashing the factory firmware will wipe all the data present in the internal memory. So, make a backup of that if you can.
4.Install all the necessary Device drivers.
DOWNLOADS -
1. Download the flash tools from here . http://www.mediafire.com/download/87gfz7mdch188an/Flashtools_For_Yu_Yureka.zip
2. Download the factory firmware from Here (cm 12.1) . http://builds.cyngn.com/factory/tomato/cm-12.1-YOG4PAS3JM-tomato-signed-fastboot.zip
Steps To Flash Factory Firmware –
1. Extract the flashtools zip in a new folder on the desktop.
2. Extract the factory firmware zip in the same folder and make sure that all of the flashtools files are also present.
3. Now, power off your phone. If you are stuck in a bootloop, then pull out the battery and reinsert it. (Do not switch on the phone.)
4. While pressing the Volume Up key, connect your phone to the PC with the help of a USB cable.
5. You should now see the fastboot logo on your device. If you did, leave the Volume Up key. (If you do not see the logo, retry the process.)
6. Now go to the folder where you extracted the flash tools and factory firmware and run the flash-all.bat by double clicking on it.
7. A command window will open and the flashing procedure will start. (Make sure that your device does not disconnect from your PC during the procedure.)
8. The command window will automatically close once the procedure is completed.
9. Disconnect your device and boot it up by pressing the Power button. (Since this is first boot after flashing the firmware, it may take upto 5 minutes.)
Done you should be back on cm 12.1
Credits – ArnavG (Yuplaygod Forums) and Cyanogen Team.
Click to expand...
Click to collapse
Bro tried that but nothing........
rss3183 said:
Bro tried that but nothing........
Click to expand...
Click to collapse
Can you be more specific ? Are you facing boot loop too?
anybody please help... facing the same problem and tried the solution as mentioned above but still facing Boot loop. what to do friends. please reply
I suddenly faced bootloop.....then I tried to flash stock rom without root...as a web page suggested me that....it was flashed successfully ...but still I am facing bootloop issue .....can someone pls help me to get out of this mess....pls help me...ASAP !!!
arunbiju969 said:
Hey are you able to boot into fastboot mode? If you can....
Prerequisites –
1. Make sure that you have 70-80% battery on your phone.
Click to expand...
Click to collapse
as its in boot loop battery has come to an end.... now what? having same problem as the topic creator
If you can boot into fastboot try flashing the Twrp from a computer,if you need steps on how to flash Twrp Post here if the flash is successfull boot into recovery and flash A new rom and this should boot your device
arunbiju969 said:
If you can boot into fastboot try flashing the Twrp from a computer,if you need steps on how to flash Twrp Post here if the flash is successfull boot into recovery and flash A new rom and this should boot your device
Click to expand...
Click to collapse
I flashed the factory image via YGDP tool as well as fastboot. But it boots upto a point and then goes in bootloop. Also if i wipe data/cache still it makes no difference. Also unlocked bootloader and twrp also don't load up. Again goes in bootloop.
Yogesh1969 said:
I flashed the factory image via YGDP tool as well as fastboot. But it boots upto a p loopoint and then goes in bootloop. Also if i wipe data/cache still it makes no difference. Also unlocked bootloader and twrp also don't load up. Again goes in bootloop.
Click to expand...
Click to collapse
were you trying to flash the twrp for the first time?? Was your yureka plus on stock kitkat??
Sorry for a late reply...
arunbiju969 said:
were you trying to flash the twrp for the first time?? Was your yureka plus on stock kitkat??
Click to expand...
Click to collapse
The problem got solved bcos it had a battery problem !!!! Battery showed 90-100%, but could not hold up on boot.
A very strange case. Thanks.
Hi, I flashed my Yu Yureka AO5512 Yesterday and entered into recovery mode and selected the wipe userdata option. When it was doing the process after 20min the process stopped all together and My phone does not start at all now. If i press any button there is no response at all. Looks like phones OS and everything is wiped out. How do i go about from here?
Same problem , Stuck in BootLoop
arunbiju969 said:
were you trying to flash the twrp for the first time?? Was your yureka plus on stock kitkat??
Click to expand...
Click to collapse
Bro , my Yureka was on Stock Lollipop (5.1) and i flashed Twrp 2.8x.x on it and now it''s Stuck in bootloop , i can't turn of the phone nor it starts , what should i do , any help appreciated
Thanks
YuganshT7 said:
Bro , my Yureka was on Stock Lollipop (5.1) and i flashed Twrp 2.8x.x on it and now it''s Stuck in bootloop , i can't turn of the phone nor it starts , what should i do , any help appreciated
Thanks
Click to expand...
Click to collapse
Sorry to hear that anyway,
By stock lolipop you mean you had the yureka plus with Volte From factory right!!...if so the twrp might have been for the yureka plus with the cm bootloader which got replaced in the new Devcice
I am facing the same problem and in my case I dont think its an battery issue...I was happily using the CM 13.0 Snapshot Rom since a long time...but today morning when I did a soft reset by going into the settings in my yureka...the phone has gone in bootloop...and nothing is working...using fastboot I even flashed the twrp again and also flashed the CM 12.0 Stock firmware..but nothing is working...after the YU logo it restarts....please help...
I am also facing problem maybe worst
I dont know what wrong I am doing but I am getting "FAILED (remote: unknown command)".
Few info:
1. I get my device ID when I do "fastboot devices" but nothing on fastboot -i 0x1ebf oem device-info".
2. Also for my YU5510A fastboot screen doesnt say' "fastboot" it says "Information do not unplug the cable - Secure Phone".
3. I have red light on, phones keeps rebooting 4-5 times than red light goes off and charging stops.
Aditi Apte said:
I dont know what wrong I am doing but I am getting "FAILED (remote: unknown command)".
Few info:
1. I get my device ID when I do "fastboot devices" but nothing on fastboot -i 0x1ebf oem device-info".
2. Also for my YU5510A fastboot screen doesnt say' "fastboot" it says "Information do not unplug the cable - Secure Phone".
3. I have red light on, phones keeps rebooting 4-5 times than red light goes off and charging stops.
Click to expand...
Click to collapse
Ignore that and use other fastboot commands and go ahead, as your device is being detected in fastboot mode.
FAILED (remote: unknown command)
Yogesh1969 said:
Ignore that and use other fastboot commands and go ahead, as your device is being detected in fastboot mode.
Click to expand...
Click to collapse
But when I am executing other fastboot commands it halts the process between with error "FAILED (remote: unknown command)".
I have read about this error and people suggested that I need to get into "Download mode" not "fastboot/bootload". To get into "download" mode I tried pressing "VoulumeDown+Power+Home", but nothing happened, it simply restarted the phone.
Please advise.
-Aditi
I'm using Lenovo K6 Power... And wished to use custom ROM. So did all the procedures(ADB, TWRP, SuperSu, ETC). Now, at the time of installing custom ROM you have to wipe all data including your phone's UI (ROM) so I did that. Now I tried to Install that custom ROM several time but it didn't install, I don't know why. So I clicked on reboot button... And then boom... My phone is stuck at Lenovo logo. I know I made this mistake. I didn't understand that, How can a phone reboot if it's original OS is deleted.
It can't even enter in TWRP recovery mode. Fastboot can be seen sometimes.
So please me with this, I'm completely new in this. Read so many forums and watched so many videos on YouTube for this. But they didn't help me. Any help will be appreciated. Thank You.
Highlights-
1. Stuck at Booting Animation.
2. Can't enter into TWRP recovery mode any how.
3. Fastboot Appears on top sometimes.
sahil_am_18 said:
My phone is stuck at Lenovo logo. I know I made this mistake. I didn't understand that, How can a phone reboot it's original OS is deleted.
Click to expand...
Click to collapse
If phone gets powered on, then its bootloader get run ( comparable to UEFI/BIOS in Windows computer ) what , when its tasks have finished, tries to start/run Android OS.
jwoegerbauer said:
If phone gets powered on, then its bootloader get run ( comparable to UEFI/BIOS in Windows computer ) what , when its tasks have finished, tries to start/run Android OS.
Click to expand...
Click to collapse
I'm sorry ma'am but I didn't understand what you are saying.
sahil_am_18 said:
I'm sorry ma'am but I didn't understand what you are saying.
Click to expand...
Click to collapse
Is not bad: many do not understand
Eeach mobile device can get run, but without an OS it stops after bootloader finished, because it's just a box of bits.
simple
when bootloader shows up, or bring it up with key combinations, connect phone to PC, and in fastboot/bootloader (on phone) type
fastboot reboot recovery
or if not work then:
fastboot boot c:\twrp.img
and do the rest via twrp, like flashing custom ROM again, or just flash stock ROM
indestructible master said:
simple
when bootloader shows up, or bring it up with key combinations, connect phone to PC, and in fastboot/bootloader (on phone) type
fastboot reboot recovery
or if not work then:
fastboot boot c:\twrp.img
and do the rest via twrp, like flashing custom ROM again, or just flash stock ROM
Click to expand...
Click to collapse
Thank you very much mate...
My phone was successfully recovered into TWRP recovery mode. But now the problem is...
While installing ROM it is showing 255 error.
Any suggestions...
Or link to download Working ROM...
My Poco X3 Pro was running in Pixel experience plus custom ROM. My pixel experience recovery was gone. so i installed TWRP recovery. but my phone got stuck in bootloop while installing magisk via TWRP then I tried to flash MIUI 14 fastboot rom using mi flash tool but failed again and again. I also tried to flash directly using platform tools. but it doesn't work. after then I flashed Pixel experience recovery via fastboot and then installed Pixel experience ROM this time my phone started. but when I power off the device and tried to on it again it stuck in bootloop. then I again installed Pixel experience ROM and turned my phone on. but I'm afraid that if I turn off my phone will again stuck in the bootloop. how can I fix this?
Shahriar566 said:
My Poco X3 Pro was running in Pixel experience plus custom ROM. My pixel experience recovery was gone. so i installed TWRP recovery. but my phone got stuck in bootloop while installing magisk via TWRP then I tried to flash MIUI 14 fastboot rom using mi flash tool but failed again and again. I also tried to flash directly using platform tools. but it doesn't work. after then I flashed Pixel experience recovery via fastboot and then installed Pixel experience ROM this time my phone started. but when I power off the device and tried to on it again it stuck in bootloop. then I again installed Pixel experience ROM and turned my phone on. but I'm afraid that if I turn off my phone will again stuck in the bootloop. how can I fix this?
Click to expand...
Click to collapse
Pixel with magisk and modules?
No I was just installing magisk via TWRP
try installing magisk via image patching, works for me everytime. Magisk creator himself warn against using TWRP to flash magisk.zip
I was asking how to fix bootloop. My device is on but if I power off it will go to bootloop again then I will have to flash Pixel experience again. My problem is bootloop not installing magisk
Shahriar566 said:
I was asking how to fix bootloop. My device is on but if I power off it will go to bootloop again then I will have to flash Pixel experience again. My problem is bootloop not installing magisk
Click to expand...
Click to collapse
Tried flash official MIUI recovery ROM with TWRP?
Tried official MIUI fastboot rom not recovery
Shahriar566 said:
Tried official MIUI fastboot rom not recovery
Click to expand...
Click to collapse
Put the fastboot ROM in C drive directly, then go into the folder, find the "flash_all.bat" to flash it under fastboot mode.
Don't use Mi-Flash.
Can try the recovery flashing method with TWRP.
Check if you still got mobile SIM card working, with the original intact IMEI.
I tried "flash_all.bat" but after clicking it runs for 1 sec then disappear
Shahriar566 said:
I tried "flash_all.bat" but after clicking it runs for 1 sec then disappear
Click to expand...
Click to collapse
Rename the folder name shorter, like "ROM."
Phone needs to be in Fastboot mode, before running that flash_all.bat.
There could be some issue connecting your phone with the PC. Could be driver issue, permission issue, AMD CPU issue and/or other reasons.
Try TWRP to flash the recovery ROM would be easier.
Remember to "Format data" in TWRP.
Yeah I know the rules . I did it several times with no issue . And I have all the drivers installed in the PC.
Actually I'm afraid of power off the phone cuz if I power off it will go to the bootloop again then I again have flash pixel experience.
I just want to know does this ever happen that my phone is totally ok and if I power off it will go to bootloop?
Shahriar566 said:
Yeah I know the rules . I did it several times with no issue . And I have all the drivers installed in the PC.
Actually I'm afraid of power off the phone cuz if I power off it will go to the bootloop again then I again have flash pixel experience.
I just want to know does this ever happen that my phone is totally ok and if I power off it will go to bootloop?
Click to expand...
Click to collapse
This had happened to me rarely that the phone failed to start, stuck on the booting logo and self-boot again, then it booted correctly on the 2nd boot.
Don't know if your phone is totally ok or not, since there are cases that had the CPU ball issues. To make sure, it's better to find Xiaomi/Redmi/Poco official repair center and or customer service.
Even if the phone is out of warranty, could still ask for a phone hardware checkup, with some fee needed.
Thanks for the advice
pl1992aw said:
This had happened to me rarely that the phone failed to start, stuck on the booting logo and self-boot again, then it booted correctly on the 2nd boot.
Don't know if your phone is totally ok or not, since there are cases that had the CPU ball issues. To make sure, it's better to find Xiaomi/Redmi/Poco official repair center and or customer service.
Even if the phone is out of warranty, could still ask for a phone hardware checkup, with some fee needed.
Click to expand...
Click to collapse
Actually today I rebooted my device and it went to bootloop but after showing it's boot logo 3 or 4 times it started.
What do you think about it?
Shahriar566 said:
Actually today I rebooted my device and it went to bootloop but after showing it's boot logo 3 or 4 times it started.
What do you think about it?
Click to expand...
Click to collapse
Unknown reason. Don't know if it's ROM issue or hardware issue.
Can try downgrade to old firmware versions.
Can also try older ROM versions.