Bootlooping, frozen twrp - Google Pixel 2 XL Questions & Answers

Hello, so can't seem to boot into the phone at all after flashing one of the font zips and when I try to get into TWRP, it just hangs on the splash screen. I made a backup through TWRP im trying to restore but I can't even get into twrp via fastboot.. is there a way this can be fixed without losing internal storage? Thank you

switching to slot A gives the endless G loading animation, can boot into twrp then but can't find my backup, everything seems encrypted... help anyone?

Exodecim said:
switching to slot A gives the endless G loading animation, can boot into twrp then but can't find my backup, everything seems encrypted... help anyone?
Click to expand...
Click to collapse
Have you tried fastbooting the factory image again without the -w to see if you can boot up? That will not wipe your data, and will remove the font you installed.

Badger50 said:
Have you tried fastbooting the factory image again without the -w to see if you can boot up? That will not wipe your data, and will remove the font you installed.
Click to expand...
Click to collapse
I have not since I have no idea how, can you possibly help me out there? I have Deuces script and a factory image ready

Woot! Flashed only the system image from the factory image using ADB and now it works! Thank you

Exodecim said:
Woot! Flashed only the system image from the factory image using ADB and now it works! Thank you
Click to expand...
Click to collapse
There ya go buddy. Well done! :good::good:

Related

[SOLV] GNex Maguro - Tried to apply 4.3 factory image - now stucked at google screen

Guys,
Its kind strange for me to come up with a subject like this.
But this is truth... an experienced user like me with a problem like that.
Well, i downloaded 4.3 factory image from google's site and right after applied it through fastboot it wont pass the google boot logo with the unlocked paddle.
Any help is appreciated.
wisefreakz said:
Guys,
Its kind strange for me to come up with a subject like this.
But this is truth... an experienced user like me with a problem like that.
Well, i downloaded 4.3 factory image from google's site and right after applied it through fastboot it wont pass the google boot logo with the unlocked paddle.
Any help is appreciated.
Click to expand...
Click to collapse
try to reflash userdata.img
then
fastboot erase cache
fastboot reboot
samersh72 said:
try to reflash userdata.img
then
fastboot erase cache
fastboot reboot
Click to expand...
Click to collapse
Will try that... do you believe its possible to pull files from the sdcard via fastboot or adb sideload?
wisefreakz said:
Will try that... do you believe its possible to pull files from the sdcard via fastboot or adb sideload?
Click to expand...
Click to collapse
No
But you have nothing on sdcard since you flashed all images including userdata (it wiped your memory)
Sent from my GT-S5360 using xda app-developers app
It did the trick finally... unfortunatelly i haven't flashed the userdata.img which thats why i was trying to extract my sdcard data.
I appreciate your help anyway
Thanks !!!
I had this issue and wiping cache and doing factory reset finally booted successfully. This was recommended in the instructions I was using.

Stuck at google logo and twrp wants a password

So for no apparent reason my tablet is stuck at the google logo and when i boot up twrp it is asking me for a password that I don't know. I never set up a password. Because i don't know the password i can't factory reset, flash a rom, or use adb!
Why not boot into fastboot and manually push from there?
nooganator said:
Why not boot into fastboot and manually push from there?
Click to expand...
Click to collapse
Thanks i actually just thought to do that. I don't normally do it that way but i never had this issue so i'm gonna have to do some research but it shouldn't exactly be hard seeing as i have pushed files to my device that way anyways. Lol.
Failrunner said:
So for no apparent reason my tablet is stuck at the google logo and when i boot up twrp it is asking me for a password that I don't know. I never set up a password. Because i don't know the password i can't factory reset, flash a rom, or use adb!
Click to expand...
Click to collapse
I had the same issue. I think you have to boot your device after you unlock it or something.
Anyways, for whatever reason installing TWRP thrashed your files, so you don't have a proper system to boot from.
The fix is fairly straightforward, ATGAdmin has a one click batch file that will do it for you: http://forum.xda-developers.com/showthread.php?t=2381582
That will restore your system and recovery to stock, and leave your bootloader unlocked. From there I recommend installing ClockworkMod, simply because that's what I did and it worked for me.
From the bootloader:
Code:
fastboot flash recovery recovery_flo.img
Failrunner said:
So for no apparent reason my tablet is stuck at the google logo and when i boot up twrp it is asking me for a password that I don't know. I never set up a password. Because i don't know the password i can't factory reset, flash a rom, or use adb!
Click to expand...
Click to collapse
I used this wheni was in your situation... http:// http://forum.xda-developers.com/showthread.php?t=2381582
Phone was still unlocked and rooted but I had to restore everything I had added since first getting the tablet.
Failrunner said:
So for no apparent reason my tablet is stuck at the google logo and when i boot up twrp it is asking me for a password that I don't know. I never set up a password. Because i don't know the password i can't factory reset, flash a rom, or use adb!
Click to expand...
Click to collapse
Just curious, and maybe a dumb question, but have you tried entering any password?
I remember with Samsung GS2 when doing ROM upgrades and changing recoveries, it would sometimes ask for a password unexpectedly. People found out they could just enter something random and it continued.
sfhub said:
Just curious, and maybe a dumb question, but have you tried entering any password?
I remember with Samsung GS2 when doing ROM upgrades and changing recoveries, it would sometimes ask for a password unexpectedly. People found out they could just enter something random and it continued.
Click to expand...
Click to collapse
Pressing cancel lets you continue.
nooganator said:
Why not boot into fastboot and manually push from there?
Click to expand...
Click to collapse
Okay i can't figure out how to flash a rom this way. I can get past the google logo if i wipe cache. I don't know how to wipe dalvik cache, and I can't find a factory rom to flash.
nooganator said:
Why not boot into fastboot and manually push from there?
Click to expand...
Click to collapse
nathris said:
Pressing cancel lets you continue.
Click to expand...
Click to collapse
Yeah but it fails everytime I try a factory reset or if I try wiping dalvik cache. the mount system option is unchecked by default. I checked the box to mount it but that did nothing.
I had this issue also. I solved it by formatting the data. Seems like unless i do that, it wont mount the memory.
I had this problem trying to root two nexus 7s. At first I thought I had to unlock boot then reboot into fastboot and push twrp so I did that on my second nexus 7 but that didn't work and I ended up being stuck on the nexus boot logo. Easy fix though!! Just turn off your nexus then power it on while holding the vol up button which will boot into the android guy and factory reset your nexus. It should boot up now and then you can flash twrp via fastboot
nathris said:
I had the same issue. I think you have to boot your device after you unlock it or something.
Anyways, for whatever reason installing TWRP thrashed your files, so you don't have a proper system to boot from.
The fix is fairly straightforward, ATGAdmin has a one click batch file that will do it for you: http://forum.xda-developers.com/showthread.php?t=2381582
That will restore your system and recovery to stock, and leave your bootloader unlocked. From there I recommend installing ClockworkMod, simply because that's what I did and it worked for me.
From the bootloader:
Code:
fastboot flash recovery recovery_flo.img
Click to expand...
Click to collapse
You're the man! Thanks! =)

[Q] TWRP Not working?

Okay so I flashed TWRP after unlocking my nexus 7 (2013) and it boots into recovery fine but when I try to adb sideload or factory reset it just says "failed". I've never heard of this happening so I'm wondering what could have gone wrong and how I'd go about fixing it. It won't boot into android but it boots into fastboot and recovery (TWRP) so I'm nearly certain it's fixable.
Although when I go to install it shows internal storage as (0 mb) so it makes me think something went awry when it unlocked and messed with the partitions?
Any advice would be greatly appreciated. Thank you!
joshua.justice said:
Okay so I flashed TWRP after unlocking my nexus 7 (2013) and it boots into recovery fine but when I try to adb sideload or factory reset it just says "failed". I've never heard of this happening so I'm wondering what could have gone wrong and how I'd go about fixing it. It won't boot into android but it boots into fastboot and recovery (TWRP) so I'm nearly certain it's fixable.
Although when I go to install it shows internal storage as (0 mb) so it makes me think something went awry when it unlocked and messed with the partitions?
Any advice would be greatly appreciated. Thank you!
Click to expand...
Click to collapse
Can you try flashing another recovery ?
NeXuS7_uSeR said:
Can you try flashing another recovery ?
Click to expand...
Click to collapse
I haven't because I like twrp but I should try flashing cwm. Any other ideas?
joshua.justice said:
I haven't because I like twrp but I should try flashing cwm. Any other ideas?
Click to expand...
Click to collapse
Flash a google factory image, it looks like that's the only fix for this. http://forum.xda-developers.com/showthread.php?t=2584625
Your solution is likely in this thread.
I fixed it by clearing the data and flashing an aokp rom and gapps. Thank you!

[Q] Nexus 7 LTE Flashed wrong ROM

I tried lurking around the forum but couldn't find anything related so ...
here goes ....
I've a bricked Nexus (deb) at hand I believe the owner flashed wrong firmware/ROM its now stuck at boot animation...
I've tried formatting via TWRP...
successfully flashed LP firmware via flash-all.bat
tried wiping data & cache partition on stock recovery ...
its just wont complete booting. I've charged it full and let it stuck at the boot animation until the battery ran out...
does it make any difference if I flash an earlier version firmwares?
or do I have to manually flash every component of it?
I've ran out of ideas, may someone help? I'm so confused
[SOLVED]
flash latest TWRP
reboob recovery
send customROM.zip to internal storage...
flash ROM.zip
reboob system
no one?? ... can someone, anyone, tell me either can it be helped? or can't it? does it means its hardware related issue? ...
hmm search for a recovery, then flash it. once successful, try flashing a compatible rom
Id try using fastboot to flash each partition manually. Make sure you're on the right bootloader/radio.
@williamcunananjr do you mean a custom ROM? Haven't try that
@yosmokinman I'll try using the files in the stock image
Thanks guys... I'll try both & report back [emoji106]
fr3ker said:
@williamcunananjr do you mean a custom ROM? Haven't try that
@yosmokinman I'll try using the files in the stock image
Thanks guys... I'll try both & report back [emoji106]
Click to expand...
Click to collapse
If you're stuck at the boot animation after flashing factory images, you need to also factory reset.
Aerowinder said:
If you're stuck at the boot animation after flashing factory images, you need to also factory reset.
Click to expand...
Click to collapse
did that @Aerowinder wipe data only, wipe data & cache and i even left it for a whole battery life ... tried on a few version too
at last it booted up on custom ROM (I chosed DU ROM) ... I'll try flashing the stock image again & see if it boots this time :fingers-crossed:
nice! you did it!
williamcunananjr said:
nice! you did it!
Click to expand...
Click to collapse
[emoji28] thanx again buddy [emoji106]

[HELP] Stuck at boot logo after TWRP restore

After I unlocked bootloader on my device, I did backup of all partitions (boot, data, recovery, system, system image) via TWRP first. Later, I rooted the phone and started removing bloatware. But I missclicked some important system app(s) and removed them along with bloat, making my ROM lose some of its functions. I thought it was no big deal as I did a full backup. So I rebooted into TWRP, wiped all partitions and then restored them. Since then I'm always stuck at HTC boot logo. I tried wipe and restore many, many times again, but I always get stuck at boot logo...
I can reboot into download mode, bootloader or TWRP with no problems. When in download mode, I can also see device on my PC via fastboot. My device is S-ON. Can someone someone tell me what did I do wrong / give me an advice to fix this?
PKM1111 said:
After I unlocked bootloader on my device, I did backup of all partitions (boot, data, recovery, system, system image) via TWRP first. Later, I rooted the phone and started removing bloatware. But I missclicked some important system app(s) and removed them along with bloat, making my ROM lose some of its functions. I thought it was no big deal as I did a full backup. So I rebooted into TWRP, wiped all partitions and then restored them. Since then I'm always stuck at HTC boot logo. I tried wipe and restore many, many times again, but I always get stuck at boot logo...
I can reboot into download mode, bootloader or TWRP with no problems. When in download mode, I can also see device on my PC via fastboot. My device is S-ON. Can someone someone tell me what did I do wrong / give me an advice to fix this?
Click to expand...
Click to collapse
did you get your device working?
r34v3r said:
did you get your device working?
Click to expand...
Click to collapse
Nope, no matter what I do I always get stuck at bootlogo, isn't there a way to install a clean stock ROM from an SD card?
hit me up on hangouts. [email protected]
I do not use Hangouts at all, can I contact you normally by e-mail?
there is a way to install from sdcard2 what is your carrier
Problem solved by flashing SuperSU zip right after restore, thanks for your help!
great glad I could help you !
PKM1111 said:
Problem solved by flashing SuperSU zip right after restore, thanks for your help!
Click to expand...
Click to collapse
Same issue, different device. Flashed magisk to root, right after restore and it solved. Thank you.
help me brother
r34v3r said:
great glad I could help you !
Click to expand...
Click to collapse
brother same error i have..please brother help me...my htc 526g+ stuck in boot logo..i can only boot in to fastboot mode...please brother iis there any solution..i flashed twrp in official twrp app...and after flashing it this happened..please brother help me.
r34v3r said:
did you get your device working?
Click to expand...
Click to collapse
Bro did you flashed custom rom on your htc device. Mention your device name here.
and how you flashed your HTC phone tell me methods.

Categories

Resources