so i unlocked the bootloader got the twrp image from here https://twrp.me/sony/sonyxperiaxa2.html i went into fastboot and did "fastboot boot (Filepath)TWRP.img"(i renamed the image) and now my phone wont boot its stuck in recovery i can connect to adb i can power it on but the dark screen gets slightly brighter and thats it
okay so i fixed it but whenever i load that image my phone just goes blank
Related
Hello everyone,
i think my OP3 is bricked, cuz after i wanted to install new custom ROM with TWRP it went south. When I swiped to install the ROM it showed, it´s corrupt so i wanted so i wanted to push some other .zip to the phone through adb, but no device showed after adb devices or fastboot devices in fastboot. So I tried restore phone from backup i had via TWRP and the phone just wouldnt boot. Oneplus logo showed for a few seconds then it disappears and phone goes dark. Have to hold start button for 10 sec for hard restart phone and then i can go only to fastboot (now it will show fastboot devices in command line). Recovery won´t boot. Tried flashing stock recovery, some versions of TWRP and still just OP logo and dark.
Thanks for every help.
I think for:
fastboot -w
fastboot flash recovery recovery_of_ur_choice.img
on flashboot mode obviously ^^
With that, u must have access to twrp
Hello everyone,
I was trying to root my Xperia XA1 Ultra
I did everything right, i did the commands :
adb devices
adb reboot bootloader
fastboot flash boot boot.img
Everything worked fine, then tried to flash the recovery
fastboot flash BOOT recovery.img
This is were i made the mistake and now my phone is booting on the recovery,
i tryed to do everything again, still booting on the recovery, so i tried to press Reboot>System
My phone restarted and now it's stuck on the "SONY" logo
I can't do anything anymore do you guys know how to fix that so i can have access to Android again?
I'm having problems booting into recovery with twrp installed. When I try, TWRP gets as far as showing it's splash screen, but then restarts, repeatedly re-showing the splash screen every 2-3 seconds. I can access the phone with adb while this happens, and I can therefore easily reboot to bootloader or system. Just cannot get into twrp recovery mode.
Using
Code:
adb reboot bootloader
fastboot boot recovery.img
to boot temporarily into TWRP works like a charm. It's the permanent installation of the image that fails.
The TWRP image I'm using is the unofficial version 3.3 from this URL: https:// unofficialtwrp.com/twrp-3-3-root-moto-g7-play/ (sorry about the spaces in the formatting ... as new user I'm not allowed to insert outside-links)
My phone model is XT1952-1
Any suggestions are appreciated.
Hi guys,
I tried to flash TWRP on my Wiko Lenny 4 earlier.
I used adb and fastboot to flash it, however the touchscreen wouldn't work and I was stuck at the "swipe to allow kernel modifications" screen in TWRP. No problem, I reboot in recovery mode, and switched to fastboot mode.
I found another TWRP image and, after flashing with
-> fastboot flash recovery twrp.img
I typed another command,
- >fastboot boot twrp.img.
Since then I am stuck at the Wiko boot screen, saying:
Orange State
Your device has been unlocked and can't be trusted (initially I unlocked OEM)
Your device will boot in 5 seconds
Whatever combination of power+vol up/down I try to use, it only reboots to this screen.
adb won't reconize any device, as well as fastboot. And both are up-to-date.
Perhaps there exists a recovery image that I can put on my sd card, and hopefully it will automatically boot on the sd card as I don't have any control right now.
If someone has an idea, please tell me.
thanks
[EDIT] Solved
Using this link https://aiomobilestuff.com/how-to-unbrick-wiko-stock-firmware-via-wiko-official-site/
I was able to download Wiko's recovery tool from https://customer-world.wikomobile.com/
After unzipping and starting the software, it automatically installed drivers (I guess, if it does not, mediatek usb wiko drivers can be used instead) and downloaded the software into the phone which works now.
Hi all,
I'm a bit stuck. Went to sleep last night with a working phone. Woke up this morning with the device turned off, and trying to turn it on always bumps me into Fastboot. I'm guessing my custom ROM tried and failed to update overnight...?
I can run fastboot commands, but trying to boot using a boot.img from a downloaded ROM (fastboot boot boot.img) still kicks me into Fastboot. Tried installing a Stock ROM, and the full install goes through, but still reboots to Fastboot.
I've downloaded the MSM tool and EDL package to see if I can get that to work, but you guessed it, I can't get into EDF mode (holding both vol buttons and connectting the phone sends me to Fastboot).
Anyone any ideas
Arran
In my case I fixed it by swapping to the other slot...
getvar current-slot to see the active partition
fastboot --set-active=a to set partition a instead.
Rebooted - all OK