I was trying to flash TWRP in Gionee P5W. The steps I followed were:
1. adb reboot bootloader
2. fastboot oem unlock
3. fastboot flash recovery recovery.img (had prepared TWRP img file already)
4. fastboot reboot recovery
I later found out that the last command should had been fastboot boot recovery.img.
Now my phone is stuck in bootloop. I tried going into recovery (vol-up + power) but I only gat the gionee logo and then the boot loop. What is the condition with my phone and is there something that can be done?
Related
[I]Root twrp for bluboo Edge-
Disclaimer-
Code:
1. Do always on own Risk i am not responsible for bootloop and damage
2. take a backup before flashing supersu,
3. follow steps correctly
How to Install twrp-
Run Sp flash tool
Load Scatter, Check recovery only
Load twrp under recovery Section, click download,
Connect your Phone to PC [ make sure phone is switched off]
Fastboot-
put recovery in adb folder
use command-
Code:
fastboot oem unlock
fastboot flash recovery [file name here][file format here]
ex, fastboot flash recovery twrp.img
Root-
flash supersu.zip [2.79] via twrp
twrp Bug-
adb shell not work
Credit-
unknown
me to share with you
Downloads-
mod edit - link removed
After flashing twrp with sp flash tools, i am not able to enter into recovery, however i push volume up + power buttons... Phone keeps booting into normal android mode instead.
USB Vcom driver successfully installed, and spflash tool seems to work fine. Any ideas?
After flashing:
reboot with vol-down and power in that "chinese recovery thing" (look like this http://visihow.com/images/9/99/Samsung-chinese-factory-reset.png )
then connect phone with pc and reboot with adb in "real" recovery (adb reboot recovery)
if you boot normal first, recovery gets overwritten by default recovery
I boot into bootloader by pressing home button + power
adb reboot recovery
Dont boot to twrp
I flashing recovery, but I dont boot to twrp. Which version twrp you used?
I have a LeEco Le Pro 3 phone firstly i tried to root it using the tutorial i found here on how to flash the TWRP Recovery & Root the Le Pro 3 device. I followed the instructions and got to flashing the twrp recovery successfully but it wouldn't boot to the twrp recovery using the power+volume up button neither would it boot up normally the LeEco logo would just flash and it went blank. I eventually got it to boot to the recovery by putting it into the fastboot mode and using the adb fastboot method by typing "fastboot boot recovery recovery.img" i then tried to install the supersu and it install but it still wouldn't boot up normally nor to the twrp recovery still had to use the adb fastboot method. I made the mistake of not doing a back up before I did the wipe. I then figured maybe the OS got corrupted so I downloaded a stock rom and use adb sideload to get it on the storage of the phone. i made another mistake of not wiping the data before i restarted the phone now i can only get it into fastboot mode and i can see it when i do a "fastboot devices" check but it will take no other command as the bootloader is locked. Is there any solution to get the bootloader unlocked again. when i try to unlock it using the adb command "fastboot oem unlock-go" it return the reply "(failed remote oem unlock is not allowed)" fastboot error command failed. Please any help would be greatly appreciated
I was triying to root a Redmi Note 2, so I download adb drivers and fastboot, also TWRP scorpio and hermes, not sure which one I tried first
so I boot on fastboot mode
then I checked the phone with
Code:
fastboot devices
then flash twrp
Code:
fastboot flash recovery twrp.img
now I wanted to boot on recovery, and I thinks this is the main problem
Code:
fastboot flash boot twrp.img
then
Code:
fastboot reboot
now I'm stuck at MI logo, but I can access fastboot mode, please help me, what i should do? thanks
You flash twrp to boot, you must reflasth boot to original boot
few months back realme ui 1, i have installed a custom rom on my device and at that time i was able to boot into recovery mode. after few days i have reinstalled the stock rom on my device but i did not rooted my device. now i wanted to root my device. right now i m at realme ui 2.0. now the problem here is i m not able to boot into recovery mode. my device is in orange state and i m able to boot into my stock rom and i m able to boot into boot loader also.
here are the steps which i fallowed -
adb devices
adb reboot bootloader
fastboot devices
fastboot reboot bootloader
fastboot --disable-verification flash vbmeta vbmeta.img
fastboot erase recovery
fastboot flash recovery recovery.img
fastboot reboot recovery
Till here everything works Fine, but after this it shows fallowing error ----
oplus verify fail
need to verify signature of other brand
oplus verify pass
fastboot verify sucsess
fastboot_unlock_verify ok
Yes I did have this problem too..this is a bug on realme ui.. factory reset your phone or update phone in new version. Then factory reset fix the problem 100%. After you can boot in recovery without out pc..
TLDR: phone stuck at boot screen. Still can access fastboot mode and twrp recovery mode.
I shouldn't have dived into these stuff without proper knowledge. I wanted to root my phone (redmi note 5a lite) so I unlocked bootloader and ran fastboot flash recovery (attach .img) with bugjaeger app and otg. But after pressing volume up + power, the stock recovery was showing. So I ran fastboot flash recovery (attach .img) again. Still didn't work. So I saw a random tutorial (dumb idea) and renamed the img file to recovery.img. then I ran fastboot flash recovery (attach recovery.img) then ran fastboot boot (attach recovery.img) then twrp opened and I thought everything was good. Then I clicked reboot>system in twrp and my phone is stuck on boot screen. Long clicking the power button gives a little screen off and on and it gets stuck at boot again. I still can access fastboot mode and twrp recovery mode by draining battery and then using bugjaeger app and otg.