Pixel Bootloop (Bootloader unlocked) - Google Pixel XL Questions & Answers

So I have been trying to flash the Pixel Factory Image, I have used the most recent SDK Platform Tools and I still can't get past the boot loop. I also have tried to flash the TWRP recovery but I am getting this:
Code:
C:\Users\MyName\Documents\Pixel\minimal_adb_fastboot_1.4.3_portable>fastboot flash recovery twrp-3.3.0-0-sailfish.img
target reported max download size of 536870912 bytes
sending 'recovery' (31000 KB)...
OKAY [ 0.828s]
writing 'recovery'...
(bootloader) Flashing active slot "_b"
FAILED (remote: partition [recovery] doesn't exist)
finished. total time: 0.938s
I have even tried but the bootloop is still there:
Code:
PS C:\Users\MyName\Documents\Pixel\minimal_adb_fastboot_1.4.3_portable> ./fastboot boot twrp-3.3.0-0-sailfish.img
downloading 'boot.img'...
OKAY [ 0.727s]
booting...
OKAY [ 1.010s]
finished. total time: 1.740s

Haytham514 said:
So I have been trying to flash the Pixel Factory Image, I have used the most recent SDK Platform Tools and I still can't get past the boot loop. I also have tried to flash the TWRP recovery but I am getting this:
I have even tried but the bootloop is still there:
Click to expand...
Click to collapse
This is the Pixel XL forum. The Pixel forum is here

Related

Saving Data from locked, bricked device

Hey there,
as the title of the threat already indicates, my HTC One X got bricked.
As this usually happens when trying to flash some custom roms or recoverys, in my case it is the result of an official HTC update for android.
I can boot into Fastboot, and via cmd "fastboot devices" does show me the connected phone.
Now my approach for solving this matter was to flash the clockwork mod and then boot into recovery.
From there i wanted to pull data from the phone via adb commands.
The only problem is that my phone is locked. I cannot unlock it at the moment without wiping all data (which obviously would miss the whole data recovery point).
When i try tp flash the CWM in fastboot i get:
sending 'recovery' (8100 KB)...
FAILED (unknown status code)
finished. total time: 0.933s
I also tried to directly boot a recovery via fastboot boot recovery.img.
This resulted in
downloading 'boot.img'...
FAILED (unknown status code)
finished. total time: 0.933s
Well now I am seriously frustrated and dont know how to get my data.
Any help is very much appreciated.
Cheers
Josef
Update:
fastboot flash recovery recovery.img
target reported max download size of 1514139648 bytes
sending 'recovery' (8100 KB)...
OKAY [ 1.066s]
writing 'recovery'...
(bootloader) signature checking...
FAILED (remote: signature verify fail)
finished. total time: 1.720s
fastboot boot recovery.img
downloading 'boot.img'...
OKAY [ 1.066s]
booting...
FAILED (remote: not allowed)
finished. total time: 1.068s
fastboot boot recovery recovery.img
cannot load 'recovery': Permission denied
any help?
joe1000 said:
Update:
fastboot flash recovery recovery.img
target reported max download size of 1514139648 bytes
sending 'recovery' (8100 KB)...
OKAY [ 1.066s]
writing 'recovery'...
(bootloader) signature checking...
FAILED (remote: signature verify fail)
finished. total time: 1.720s
fastboot boot recovery.img
downloading 'boot.img'...
OKAY [ 1.066s]
booting...
FAILED (remote: not allowed)
finished. total time: 1.068s
fastboot boot recovery recovery.img
cannot load 'recovery': Permission denied
any help?
Click to expand...
Click to collapse
You must to unlock the device qith locked you can't do anything but if you unlock it is possible to wipe all data on the SD card
well but thats exactly the problem...

M8 wont start anymore

Hi there,
Today i was trying to unlock my phone and install a custom rom.
I started the phone in fastboot and has used these commands:
Code:
C:\Users\laptop\Desktop\ROOTEN\UBTv1.3.2>fastboot flash recovery recover.img
sending 'recovery' (14826 KB)...
OKAY [ 1.627s]
writing 'recovery'...
OKAY [ 1.824s]
finished. total time: 3.452s
C:\Users\laptop\Desktop\ROOTEN\UBTv1.3.2>fastboot flash recovery recover.img
sending 'recovery' (14826 KB)...
OKAY [ 1.643s]
writing 'recovery'...
OKAY [ 1.030s]
finished. total time: 2.674s
The File, was "twrp-2.8.7.0-m8.img" and renamed to "recover.img"
After this my phone didn't start android anymore and i've downloaded HTCDev Unlock and installed it at the phone. When that was ready i've reinstalled the trwp image file but with no good result.
After this i've downloaded and installed a older image file, version 2.7.1.0 and used also the command:
Code:
C:\Users\laptop\Desktop\ROOTEN\UBTv1.3.2>fastboot erase cache
erasing 'cache'...
OKAY [ 0.110s]
finished. total time: 0.111s
but the results are the same, I can't boot my M8 to android but also not in the recovery mode.
Can anyone give me some advise, to make my phone work again?
More info:
Software status: Modified
Unlocked
M8_UL PVT SHIP S-ON
HBOOT-3.19.0.0000
Radio: 1.25.214500021.06G
opendsp: v48.2.2-00564-m8974_F0.1211
OS-4.19.161.3
eMMC-boot 2048MB
Aug 4 2015,21:56:12.14319
I don't now if the Fastboot option at Settings > Power is off.... and can't verify that.
Check md5 for the downloaded twrp-2.8.7.0-m8.img.
Mine is bd7a8c6a73cb9b8b6bac3ce9ec355c0c
The size 14826 KB seems too small, mine is 17020 KB
Code:
C:\Users\ckpv5\Desktop\Recoveries>fastboot flash recovery twrp.img
target reported max download size of 1826418688 bytes
sending 'recovery' (17020 KB)...
OKAY [ 1.828s]
writing 'recovery'...
OKAY [ 0.844s]
finished. total time: 2.672s
Mmm, that was a the size of the older file.... It was to show the command i've entered but not shows the right file info!
I've just used version "twrp-2.8.7.0-m8" and shows info below. Seems right.
Code:
C:\Users\laptop\Desktop\ROOTEN\UBTv1.3.2>fastboot flash recovery recover.img
sending 'recovery' (17020 KB)...
OKAY [ 1.835s]
writing 'recovery'...
OKAY [ 1.944s]
finished. total time: 3.779s
patje* said:
Mmm, that was a the size of the older file.... It was to show the command i've entered but not shows the right file info!
I've just used version "twrp-2.8.7.0-m8" and shows info below. Seems right.
Code:
C:\Users\laptop\Desktop\ROOTEN\UBTv1.3.2>fastboot flash recovery recover.img
sending 'recovery' (17020 KB)...
OKAY [ 1.835s]
writing 'recovery'...
OKAY [ 1.944s]
finished. total time: 3.779s
Click to expand...
Click to collapse
After you installed twrp-2.8.7.0-m8.img can you boot to recovery ?
If you can, then restore 4.19.161.3 stock backup.
You can get the stock backup in my thread - http://forum.xda-developers.com/htc-one-m8/help/tutorial-how-to-stock-stock-twrp-t3086860
If still can't boot to recovery, don't know much how to help you. One thing for sure, never use that 2.7.0.2 .. only 2.8.4.0 or 2.8.5.0 or 2.8.6.0 or 2.8.7.0
(you can try all of these to see whether you can boot to recovery after flashing them)
ckpv5 said:
After you installed twrp-2.8.7.0-m8.img can you boot to recovery ?
If you can, then restore 4.19.161.3 stock backup.
You can get the stock backup in my thread - http://forum.xda-developers.com/htc-one-m8/help/tutorial-how-to-stock-stock-twrp-t3086860
If still can't boot to recovery, don't know much how to help you. One thing for sure, never use that 2.7.0.2 .. only 2.8.4.0 or 2.8.5.0 or 2.8.6.0 or 2.8.7.0
(you can try all of these to see whether you can boot to recovery after flashing them)
Click to expand...
Click to collapse
Thx for your help. I was a bit busy yesterday and it was getting late when I want to resolve this issue.... Now after some sleep and GOOD looking... I saw that my external SD card was inserted. Pulled it out and there was the recovery and android OS again!!
I will wipe the card first.........
Case closed!

Stuck on TWRP after accidental factory reset

I was about to manually install the lineageOS update, but I accidentally swiped factory restore. Is there anyway I can get the update file online? I tried starting from the top by wiping everything and reinstalling the rom but it only boots me into TWRP. I also tried restoring backup files but is also boots me into TWRP. I am stuck.
PS: I tried the "fastboot continue" method but it boots me into TWRP.
reboot to fastboot mode. flash stock bootloader and recovery. reboot in stock recovery and then factory reset device and sideload firmware. alternatively you can flash raw firmware manually
sukhwant717 said:
reboot to fastboot mode. flash stock bootloader and recovery. reboot in stock recovery and then factory reset device and sideload firmware. alternatively you can flash raw firmware manually
Click to expand...
Click to collapse
Thank you for your response, Sir. I really appreciate it. Where do I get the stock bootloader and recovery, and how do I flash them? On the alternative method, do you mean I should install the stock rom? I'm sorry. I'm really not good at this; I'm just good at following tutorials. Is this what you're suggesting me to do? (XDA is now allowing me to write outside links. But here is the title of the tutorial from Asus Zentalk)
"[Experience Sharing] How to Relock Bootloader on ZenFone 2(ZE551ML ONLY)"
I have made a backup before I intalled the Lineage OS custom Rom. Can I use that instead of downloading new files, because the internet here is really bad. My problem is how I am going to install it. I tried restoring it but I keep on coming back to the TWRP.
Edit: I am now downloading the stock boot.img and recovery.img. I will be flashing them with ADB the ADB tool. Is this what you want to tell me? Then I will reboot in stock recovery, select factory reset and sideload firmware. I honestly don't get the "sideload firmware" part but can I use the one that I have backed up? How?
lemuelermita said:
Thank you for your response, Sir. I really appreciate it. Where do I get the stock bootloader and recovery, and how do I flash them? On the alternative method, do you mean I should install the stock rom? I'm sorry. I'm really not good at this; I'm just good at following tutorials. Is this what you're suggesting me to do? (XDA is now allowing me to write outside links. But here is the title of the tutorial from Asus Zentalk)
"[Experience Sharing] How to Relock Bootloader on ZenFone 2(ZE551ML ONLY)"
I have made a backup before I intalled the Lineage OS custom Rom. Can I use that instead of downloading new files, because the internet here is really bad. My problem is how I am going to install it. I tried restoring it but I keep on coming back to the TWRP.
Edit: I am now downloading the stock boot.img and recovery.img. I will be flashing them with ADB the ADB tool. Is this what you want to tell me? Then I will reboot in stock recovery, select factory reset and sideload firmware. I honestly don't get the "sideload firmware" part but can I use the one that I have backed up? How?
Click to expand...
Click to collapse
the backup you made you can flash only via twrp. if you have backup simply install it in twrp. but if still bootloops then you have to download firmware either from asus website or raw firmware from any other source. first try to flash backup in twrp. if you are unable to get into system them report back here. i will send you link to download raw firmware and instructions how to flash
sukhwant717 said:
the backup you made you can flash only via twrp. if you have backup simply install it in twrp. but if still bootloops then you have to download firmware either from asus website or raw firmware from any other source. first try to flash backup in twrp. if you are unable to get into system them report back here. i will send you link to download raw firmware and instructions how to flash
Click to expand...
Click to collapse
I tried to flash the backup but still no luck. Yes, please. Thank you very much!
I'm currently downloading the "CleanSTOCK-MM.223-v3.8[STABLE][Z00A]-6 May". I hope this will fix the problem. Do you think this will work 100%? I am afraid that it will boot again to TWRP after installing another rom. Which do you think is more efficient, installing a new rom or installing raw firmware?
lemuelermita said:
I tried to flash the backup but still no luck. Yes, please. Thank you very much!
I'm currently downloading the "CleanSTOCK-MM.223-v3.8[STABLE][Z00A]-6 May". I hope this will fix the problem. Do you think this will work 100%? I am afraid that it will boot again to TWRP after installing another rom. Which do you think is more efficient, installing a new rom or installing raw firmware?
Click to expand...
Click to collapse
raw is definitely best option. are you able to mount data and cache partition in TWRP
sukhwant717 said:
raw is definitely best option. are you able to mount data and cache partition in TWRP
Click to expand...
Click to collapse
I haven't tried that yet. How do I do that? Can you send me the links and instructions needed?
sukhwant717 said:
raw is definitely best option. are you able to mount data and cache partition in TWRP
Click to expand...
Click to collapse
Defensively smartest guy about phones in the world!!! ahaha <3
lemuelermita said:
I haven't tried that yet. How do I do that? Can you send me the links and instructions needed?
Click to expand...
Click to collapse
go to the following guide. see the section flash firmware without AFT and follow the instructions. keep in mind run each and every command even if any of them fails.
https://forum.xda-developers.com/zenfone2/help/thead-bricked-phone-updating-to-mm-tips-t3452785
sukhwant717 said:
go to the following guide. see the section flash firmware without AFT and follow the instructions. keep in mind run each and every command even if any of them fails.
https://forum.xda-developers.com/zenfone2/help/thead-bricked-phone-updating-to-mm-tips-t3452785
Click to expand...
Click to collapse
Thank you very much, Sir! I will give you an update soon.
lemuelermita said:
Thank you very much, Sir! I will give you an update soon.
Click to expand...
Click to collapse
Followed the instructions on the link but my phone boots up on a blinking screen with an android saying "Error". The command prompt failed at steps 4,5, and 11.
C:\Users\Lemuel\Documents\RESTOCK>fastboot devices
F5AZFG14A156 fastboot
C:\Users\Lemuel\Documents\RESTOCK>fastboot oem erase_osip_header
...
OKAY [ 0.217s]
finished. total time: 0.219s
C:\Users\Lemuel\Documents\RESTOCK>fastboot oem start_partitioning
...
(bootloader) Start partitioning
OKAY [ 0.228s]
finished. total time: 0.231s
C:\Users\Lemuel\Documents\RESTOCK>fastboot flash /tmp/partition.tbl partition.tbl
target reported max download size of 536870912 bytes
sending '/tmp/partition.tbl' (2 KB)...
OKAY [ 0.194s]
writing '/tmp/partition.tbl'...
FAILED (remote: not allowed to flash this partition)
finished. total time: 0.384s
C:\Users\Lemuel\Documents\RESTOCK>fastboot flash /tmp/partition.tbl partition.tbl
target reported max download size of 536870912 bytes
sending '/tmp/partition.tbl' (2 KB)...
OKAY [ 0.205s]
writing '/tmp/partition.tbl'...
FAILED (remote: not allowed to flash this partition)
finished. total time: 0.394s
C:\Users\Lemuel\Documents\RESTOCK>fastboot oem partition /tmp/partition.tbl
...
FAILED (remote: unknown OEM command)
finished. total time: 0.127s
C:\Users\Lemuel\Documents\RESTOCK>fastboot erase system
******** Did you mean to fastboot format this ext4 partition?
erasing 'system'...
OKAY [ 0.560s]
finished. total time: 0.561s
C:\Users\Lemuel\Documents\RESTOCK>fastboot erase cache
******** Did you mean to fastboot format this ext4 partition?
erasing 'cache'...
OKAY [ 0.232s]
finished. total time: 0.234s
C:\Users\Lemuel\Documents\RESTOCK>fastboot erase data
******** Did you mean to fastboot format this ext4 partition?
erasing 'data'...
OKAY [ 1.447s]
finished. total time: 1.448s
C:\Users\Lemuel\Documents\RESTOCK>fastboot erase APD
******** Did you mean to fastboot format this ext4 partition?
erasing 'APD'...
OKAY [ 0.290s]
finished. total time: 0.294s
C:\Users\Lemuel\Documents\RESTOCK>fastboot erase ADF
******** Did you mean to fastboot format this ext4 partition?
erasing 'ADF'...
OKAY [ 0.232s]
finished. total time: 0.234s
C:\Users\Lemuel\Documents\RESTOCK>fastboot oem wipe splashscreen
...
FAILED (remote: unknown OEM command)
finished. total time: 0.127s
C:\Users\Lemuel\Documents\RESTOCK>fastboot oem stop_partitioning
...
(bootloader) Stop partitioning
OKAY [ 0.210s]
finished. total time: 0.212s
C:\Users\Lemuel\Documents\RESTOCK>fastboot flash splashscreen splash_sign.bin
target reported max download size of 536870912 bytes
sending 'splashscreen' (270 KB)...
OKAY [ 0.192s]
writing 'splashscreen'...
OKAY [ 0.236s]
finished. total time: 0.431s
C:\Users\Lemuel\Documents\RESTOCK>fastboot flash token MFG_BOM_Full.bin
target reported max download size of 536870912 bytes
sending 'token' (3 KB)...
OKAY [ 0.194s]
writing 'token'...
OKAY [ 0.370s]
finished. total time: 0.566s
C:\Users\Lemuel\Documents\RESTOCK>fastboot flash ifwi ifwi-prod.bin
target reported max download size of 536870912 bytes
sending 'ifwi' (4096 KB)...
OKAY [ 0.294s]
writing 'ifwi'...
OKAY [ 1.027s]
finished. total time: 1.326s
C:\Users\Lemuel\Documents\RESTOCK>fastboot flash boot boot_sign.bin
target reported max download size of 536870912 bytes
sending 'boot' (11870 KB)...
OKAY [ 0.531s]
writing 'boot'...
OKAY [ 0.648s]
finished. total time: 1.182s
C:\Users\Lemuel\Documents\RESTOCK>fastboot flash recovery recovery_sign.bin
target reported max download size of 536870912 bytes
sending 'recovery' (11882 KB)...
OKAY [ 0.520s]
writing 'recovery'...
OKAY [ 0.636s]
finished. total time: 1.163s
C:\Users\Lemuel\Documents\RESTOCK>fastboot flash fastboot droidboot_sign.bin
target reported max download size of 536870912 bytes
sending 'fastboot' (14824 KB)...
OKAY [ 0.558s]
writing 'fastboot'...
OKAY [ 0.739s]
finished. total time: 1.302s
C:\Users\Lemuel\Documents\RESTOCK>fastboot flash APD APD.img
target reported max download size of 536870912 bytes
erasing 'APD'...
OKAY [ 0.204s]
sending 'APD' (183963 KB)...
OKAY [ 4.927s]
writing 'APD'...
OKAY [ 0.912s]
finished. total time: 6.049s
C:\Users\Lemuel\Documents\RESTOCK>fastboot flash system system.img
target reported max download size of 536870912 bytes
erasing 'system'...
OKAY [ 0.233s]
sending sparse 'system' 1/5 (518551 KB)...
OKAY [ 27.274s]
writing 'system' 1/5...
OKAY [ 5.563s]
sending sparse 'system' 2/5 (523662 KB)...
OKAY [ 22.886s]
writing 'system' 2/5...
OKAY [ 6.964s]
sending sparse 'system' 3/5 (520607 KB)...
OKAY [ 24.630s]
writing 'system' 3/5...
OKAY [ 8.077s]
sending sparse 'system' 4/5 (500735 KB)...
OKAY [ 23.704s]
writing 'system' 4/5...
OKAY [ 7.983s]
sending sparse 'system' 5/5 (188368 KB)...
OKAY [ 8.849s]
writing 'system' 5/5...
OKAY [ 1.187s]
finished. total time: 137.827s
C:\Users\Lemuel\Documents\RESTOCK>
C:\Users\Lemuel\Documents\RESTOCK>
C:\Users\Lemuel\Documents\RESTOCK>fastboot reboot
rebooting...
finished. total time: 0.126s
lemuelermita said:
Thank you very much, Sir! I will give you an update soon.
Click to expand...
Click to collapse
The command prompt failed at steps 4,5, and 11. It only boots in a blinking screen with an android saying, "Error". Tried it again for the second time but still boots in same screen. I tried to manually boot up the phone without the commands and worked. Thank you very much!
lemuelermita said:
The command prompt failed at steps 4,5, and 11. It only boots in a blinking screen with an android saying, "Error". Tried it again for the second time but still boots in same screen. I tried to manually boot up the phone without the commands and worked. Thank you very much!
Click to expand...
Click to collapse
hmm good to know device working again. strongly recommend you to perform a factory reset even device working perfectly.

problem flashing recovery

Hello people i hope someone can help me with a bit of a problem i have flashing twrp. I have done this many times in the past but i am having problems on this phone whn i try to flash recovery i am getting error below.
target reported max download size of 536870912 bytes
sending 'recovery' (11206 KB)...
OKAY [ 0.246s]
writing 'recovery'...
(bootloader) Image not signed or corrupt
OKAY [ 0.135s]
finished. total time: 0.387s
but iff i use command fastboot boot recovery.img it will boot into twrp no without problems.
sam00561 said:
Hello people i hope someone can help me with a bit of a problem i have flashing twrp. I have done this many times in the past but i am having problems on this phone whn i try to flash recovery i am getting error below.
target reported max download size of 536870912 bytes
sending 'recovery' (11206 KB)...
OKAY [ 0.246s]
writing 'recovery'...
(bootloader) Image not signed or corrupt
OKAY [ 0.135s]
finished. total time: 0.387s
but iff i use command fastboot boot recovery.img it will boot into twrp no without problems.
Click to expand...
Click to collapse
Ignore that error ... Don't boot in to system after flashing recovery instead boot to recovery first and then boot to system from twrp recovery
:good:
Hope this helps
jatinkhatri said:
Ignore that error ... Don't boot in to system after flashing recovery instead boot to recovery first and then boot to system from twrp recovery
:good:
Hope this helps
Click to expand...
Click to collapse
Cheers figured it out in the end

Question TWRP Moto G20

Looking for a custom recovery I found this page where it contains a TWRP that is supposedly compatible with the Moto G20.
Download TWRP 3.5.2 For Moto G20- How to install » The TechGyan Gadgets
How To Install TWRP Recovery on Moto G20-Step 1. Bootloader Unlock on Moto G20.Step 2. Install TWRP Recovery on Moto G20.
mytechgyangadgets.com
Link TWRP:
motorola twrp recovery.img
drive.google.com
I did not want to risk trying it since I do not know much about this and what can happen if it is not correct. Someone to solve my doubt? or know of a compatible custom recovery? Gracias. :XX
Hey!
I tried booting directly into twrp in fastboot mode using ./fastboot boot twrp recovery.img and get this:
Sending 'boot.img' (26460 KB) OKAY [ 0.688s]
Booting OKAY [ 0.000s]
Finished. Total time: 0.717s
But the Phone only restarts into normal Motorola OS.
Robyn_232 said:
Hey!
I tried booting directly into twrp in fastboot mode using ./fastboot boot twrp recovery.img and get this:
Sending 'boot.img' (26460 KB) OKAY [ 0.688s]
Booting OKAY [ 0.000s]
Finished. Total time: 0.717s
But the Phone only restarts into normal Motorola OS.
Click to expand...
Click to collapse
hello! Thanks for replying, I guess we have to wait. :c
voy a intertar
it can not i put this .\fastboot.exe flash recovery "C:\Program Files (x86)\Minimal ADB and Fastboot\motorola twrp recovery.img"
and this appears
Sending 'recovery' (26460 KB) OKAY [ 0.748s]
Writing 'recovery' FAILED (remote: 'No such file or directory')
fastboot: error: Command failed
and when I enter the recovery the default revorey appears
Watch the Thread called "Building TWRP for Moto G20" there is someone with a working twrp but theres no download link until now.

Categories

Resources