I tried flashing a splash.img file from pc through fastboot. I used the command fastboot flash splash splash.img and then rebooted the phone. The splash image didnt change. Also now I can't enter fastboot mode by pressing vol.down+power buttons. I'm using TWRP recovery.
Related
I know how to change the boot logo(logo.bin) form fastboot
but the problem is how can i change boot logo without using fastboot
i can't go to fastboot mode because i think my device(ME-702) doesn't support fastboot(i tried adb reboot bootloader but no benefit)
my device has not any recovery too.
is there any way to change the logo in adb mode?
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
HI guys my phone is stuck on fastboot,
its showing the current image(boot/recovery) have been destroyed and can not boot
pressing volume + power put it into fastboot and it shows in adb "fastboot devices" i tried to install custom recovery with "fastboot boot recovery.img" and its not working picture attached and i tried to boot img but same error shows FAILD(remote: unknow command)
use command fastboot flash recovery recovery.img
before installing rom please check vendor inbuilt or not so that after flashing u will be stuck in boot again
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?
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.