Question Can't install January update - Google Pixel 6 Pro

I am rooted. I have tried to install the OTA through the setting app however it fails when the progress bar gets to about 75%. I have also tried to sideload it and it fails on step one. The phone still boots and root is still working so I just can't update.

I couldn't update in settings but the android flash tool worked fine.
I downloaded the full update and patched the bootloader and flashed that and I was rooted again and good to go

pcriz said:
I couldn't update in settings but the android flash tool worked fine.
I downloaded the full update and patched the bootloader and flashed that and I was rooted again and good to go
Click to expand...
Click to collapse
Did that reset your phone?

Divine Bicycle said:
Did that reset your phone?
Click to expand...
Click to collapse
Uncheck the option to wipe and and uncheck the option to force flash partitions.
No wipe.

I used the android flashtool and unchecked everything
Difference is, I booted the magisk boot image
Code:
.\fastboot boot <path to magiskboot.img>
Then let it boot to system , went to the magisk app and tapped install > direct install

pcriz said:
Uncheck the option to wipe and and uncheck the option to force flash partitions.
No wipe.
Click to expand...
Click to collapse
Is it a GUI? or is it just a script that I modify

fil3s said:
I used the android flashtool and unchecked everything
Difference is, I booted the magisk boot image
Code:
.\fastboot boot <path to magiskboot.img>
Then let it boot to system , went to the magisk app and tapped install > direct install
Click to expand...
Click to collapse
Is it a script?

Divine Bicycle said:
Is it a script?
Click to expand...
Click to collapse
Just adb reboot bootloader and start the flashing
Android Flash Tool
flash.android.com

fil3s said:
Just adb reboot bootloader and start the flashing
Android Flash Tool
flash.android.com
Click to expand...
Click to collapse
What are the commands for flashing?

Divine Bicycle said:
What are the commands for flashing?
Click to expand...
Click to collapse
Or is that what the tool does?

Divine Bicycle said:
Or is that what the tool does?
Click to expand...
Click to collapse
Yeah it's easy , just follow the prompts.

Don't forget to grab the boot image from the Jan 22 factory image

fil3s said:
Yeah it's easy , just follow the prompts.
Click to expand...
Click to collapse
Do I have to disable all of the magisk modules?

Divine Bicycle said:
Do I have to disable all of the magisk modules?
Click to expand...
Click to collapse
Nope. Just flash from android flashtool, reboot back into bootloader then boot magisk.
Then just direct install

fil3s said:
Nope. Just flash from android flashtool, reboot back into bootloader then boot magisk.
Then just direct install
Click to expand...
Click to collapse
I will try

Divine Bicycle said:
Or is that what the tool does?
Click to expand...
Click to collapse
When you go to the webpage it will tell you what to do, there are options on the page

It doesn't seem to be working.
Here's a screenshot
2022-01-15-15-37-35-flash-android-com-642f19e59a60-2 hosted at ImgBB
Image 2022-01-15-15-37-35-flash-android-com-642f19e59a60-2 hosted in ImgBB
ibb.co

Divine Bicycle said:
It doesn't seem to be working.
Here's a screenshot
2022-01-15-15-37-35-flash-android-com-642f19e59a60-2 hosted at ImgBB
Image 2022-01-15-15-37-35-flash-android-com-642f19e59a60-2 hosted in ImgBB
ibb.co
Click to expand...
Click to collapse
Try edge. It works for me. Good night I'm off to sleep.

@
fil3s said:
Try edge. It works for me. Good night I'm off to sleep.
Click to expand...
Click to collapse
I'll try that, thanks

It worked although I had to re-root from scratch ! Thanks anyway!

Related

[Search] Flashable Stock Recovery

Hey,
I already used the search but didn't find anything.. Has anybody a flashable stock recovery for the Nexus 7 2013 Wifi? I want to install the 4.4.3 Update but I can only flash it with the stock recovery.
Christoph
http://forum.xda-developers.com/showthread.php?t=2783457
Sent from my Nexus 7 using Tapatalk
Siletina said:
http://forum.xda-developers.com/showthread.php?t=2783457
Sent from my Nexus 7 using Tapatalk
Click to expand...
Click to collapse
Well, that doesn't help me..
tschegger8 said:
Well, that doesn't help me..
Click to expand...
Click to collapse
You need to download the stock image from Google. You won't need recovery though. Just flash system with fastboot and you're done.
Aerowinder said:
You need to download the stock image from Google. You won't need recovery though. Just flash system with fastboot and you're done.
Click to expand...
Click to collapse
And my data will stay? Is it like I make an OTA update? I dont want to lose anything, just update the Version.
tschegger8 said:
And my data will stay? Is it like I make an OTA update? I dont want to lose anything, just update the Version.
Click to expand...
Click to collapse
You will not lose if data if you extract the system image (system.img) from the archive, then run fastboot flash system system.img. This will replace only the system partition's contents, updating you to 4.4.3.
If you run flash-all.bat, you will lose your data.
If you don't have fastboot, download the 19.0.2 (API 19) link from my signature, it's in that package.
Aerowinder said:
You will not lose if data if you extract the system image (system.img) from the archive, then run fastboot flash system system.img. This will replace only the system partition's contents, updating you to 4.4.3.
If you run flash-all.bat, you will lose your data.
If you don't have fastboot, download the 19.0.2 (API 19) link from my signature, it's in that package.
Click to expand...
Click to collapse
It worked fine, thank you! My userdata and apps are still there and i got 4.4.3.
tschegger8 said:
It worked fine, thank you! My userdata and apps are still there and i got 4.4.3.
Click to expand...
Click to collapse
Did you also flash the 4.4.3 boot.img? It has a new kernel. (nandroid your present boot first, just to be safe though)
mdamaged said:
Did you also flash the 4.4.3 boot.img? It has a new kernel. (nandroid your present boot first, just to be safe though)
Click to expand...
Click to collapse
Edit: Flashing the kernel solved the WLAN problem. Thanks again!
tschegger8 said:
Edit: Flashing the kernel solved the WLAN problem. Thanks again!
Click to expand...
Click to collapse
You're welcome, glad it worked out for you.

How do i return to stock recovery?

I need to return my pixel, so i need stock recovery, and to remove twrp. i searched and searched for an answer, but I can't find anything. Any advice would be very much appreciated. thanks!
Abbieru said:
I need to return my pixel, so i need stock recovery, and to remove twrp. i searched and searched for an answer, but I can't find anything. Any advice would be very much appreciated. thanks!
Click to expand...
Click to collapse
Download the factory image from Google and either fastboot flash the boot image, or use the flash_all script.
cam30era said:
Download the factory image from Google and either fastboot flash the boot image, or use the flash_all script.
Click to expand...
Click to collapse
thanks sooo much. do i just extract the boot image from it? and do i wipe the boot image first? what commands do i use?
Abbieru said:
thanks sooo much. do i just extract the boot image from it? and do i wipe the boot image first? what commands do i use?
Click to expand...
Click to collapse
Follow the directions in this thread > https://forum.xda-developers.com/pixel-xl/how-to/guide-how-to-unlock-root-flash-pixel-xl-t3507886
cam30era said:
Follow the directions in this thread > https://forum.xda-developers.com/pixel-xl/how-to/guide-how-to-unlock-root-flash-pixel-xl-t3507886
Click to expand...
Click to collapse
for the factory image, do i need one with certain letter combo? none of them match mine..
Abbieru said:
for the factory image, do i need one with certain letter combo? none of them match mine..
Click to expand...
Click to collapse
I'd suggest flashing the full factory image, using the flash-all script. Make sure your ADB and fastboot are up to date. Download the latest, NOF26V.
cam30era said:
I'd suggest flashing the full factory image, using the flash-all script. Make sure your ADB and fastboot are up to date. Download the latest, NOF26V.
Click to expand...
Click to collapse
i just did it. there is no recovery.img it in the archive it said.. what do i do now? :c
Abbieru said:
i just did it. there is no recovery.img it in the archive it said.. what do i do now? :c
Click to expand...
Click to collapse
Stock recovery is part of the boot image.
cam30era said:
Stock recovery is part of the boot image.
Click to expand...
Click to collapse
it said parition b doesnt exist and failed. i hope i didnt brick it im a newbie at this so this feels tedious..
Abbieru said:
it said parition b doesnt exist and failed. i hope i didnt brick it im a newbie at this so this feels tedious..
Click to expand...
Click to collapse
Were you using the flash-all script?
cam30era said:
Were you using the flash-all script?
Click to expand...
Click to collapse
yes. i tried booting, my phone is bricked. i dont know what i did wrong.. i need to return this so i dont know what to do
Abbieru said:
yes. i tried booting, my phone is bricked. i dont know what i did wrong.. i need to return this so i dont know what to do
Click to expand...
Click to collapse
I don't understand your answer. Did you use the flash-all script, or try to flash only the boot image?
Abbieru said:
yes. i tried booting, my phone is bricked. i dont know what i did wrong.. i need to return this so i dont know what to do
Click to expand...
Click to collapse
Why do you think you're phone is bricked. Did you run the flash all as you were instructed. Those errors you mentioned are normal.

Wiped the MODEM_FW partition by accident. Fastboot isn't letting me reflash it.

Could anyone help me with this?
If you are on stock oreo and perform a manual update it should flash all the stock files back
dcraffam said:
If you are on stock oreo and perform a manual update it should flash all the stock files back
Click to expand...
Click to collapse
What do you mean by manual update?
triggerlord said:
What do you mean by manual update?
Click to expand...
Click to collapse
https://forum.xda-developers.com/honor-7x/development/manual-update-to-oreo-beta-emui-8-bnd-t3764509
The same rules apply for the stable you may have to adjust the names according to your device.... Examples (full_BND-L24_hw_usa.zip is the same as (full_BND-L22_hw_in.zip) for your device change the files accordingly..
dcraffam said:
https://forum.xda-developers.com/honor-7x/development/manual-update-to-oreo-beta-emui-8-bnd-t3764509
The same rules apply for the stable you may have to adjust the names according to your device.... Examples (full_BND-L24_hw_usa.zip is the same as (full_BND-L22_hw_in.zip) for your device change the files accordingly..
Click to expand...
Click to collapse
I don't have access to adb. Only twrp, stock recovery, and fastboot.
triggerlord said:
I don't have access to adb. Only twrp, stock recovery, and fastboot.
Click to expand...
Click to collapse
you don't need adb run the commands... inside twrp go to advance Nd run them in the terminal

Help needed urgent

When I flash the OOS ZIP file and try to reboot TWRP tells me "there is no OS installed are you sure you want to continue?" when I researched TWRPs official website says that I might have wiped the system image what should I do
And I want stock OOS back
just flash stock oos through the Aroma installer it will be fine.
sam00561 said:
just flash stock oos through the Aroma installer it will be fine.
Click to expand...
Click to collapse
How do I do that???
https://forum.xda-developers.com/oneplus-5t/development/rom-theone5tos-v1-0-t3729798/page161
sam0056 said:
https://forum.xda-developers.com/oneplus-5t/development/rom-theone5tos-v1-0-t3729798/page161
Click to expand...
Click to collapse
thanksss
welcome.
sam0056 said:
https://forum.xda-developers.com/oneplus-5t/development/rom-theone5tos-v1-0-t3729798/page161
Click to expand...
Click to collapse
nope still boots back to twrp
EDIT
I fixed it i used the unbrick tool and just made it all stock thanks guys for trying to help!!!:laugh:

Root unsuccessful everytime

I tried every method but still can't get the root access. My device is on the latest January update.
Kindly help me to root my device.
Have you unlocked the oem lock? Make sure the rooting procedure is updated.
kazim.asghar said:
Have you unlocked the oem lock? Make sure the rooting procedure is updated.
Click to expand...
Click to collapse
yes i did unlocked the bootloader and also the oem lock option is grey in settings
sunmughans said:
yes i did unlocked the bootloader and also the oem lock option is grey in settings
Click to expand...
Click to collapse
If its unlocked and its g975+ use these FILES already patched with magisk and also have twrp in it. Just flash these using Odin. After flashing you must install magisk manager if not installed.
Edit. These files are from CAROTIX CARHDMOD thread and is android Q.
comsite said:
If its unlocked and its g975+ use these FILES already patched with magisk and also have twrp in it. Just flash these using Odin. After flashing you must install magisk manager if not installed.
Edit. These files are from CAROTIX CARHDMOD thread and is android Q.
Click to expand...
Click to collapse
Thanks sir, let me download it and flash first. I'll revert you after finishing the process.
What type of S10+ you have ?
Sent from my SM-G9750 using Tapatalk
comsite said:
If its unlocked and its g975+ use these FILES already patched with magisk and also have twrp in it. Just flash these using Odin. After flashing you must install magisk manager if not installed.
Edit. These files are from CAROTIX CARHDMOD thread and is android Q.
Click to expand...
Click to collapse
TWRP Installed successfully! But One UI isn't booting. Bootloop.......
sunmughans said:
TWRP Installed successfully! But One UI isn't booting. Bootloop.......
Click to expand...
Click to collapse
Wipe data from twrp then use multidisabler from ian thread flash it through twrp. Then reboot and report.
comsite said:
Wipe data from twrp then use multidisabler from ian thread flash it through twrp. Then reboot and report.
Click to expand...
Click to collapse
Working bro
sunmughans said:
Working bro
Click to expand...
Click to collapse
Good to hear
comsite said:
Good to hear
Click to expand...
Click to collapse
I want to upgrade to January patch without losing twrp and magisk. Is there any working guide ?
sunmughans said:
I want to upgrade to January patch without losing twrp and magisk. Is there any working guide ?
Click to expand...
Click to collapse
Download latest firmware jan patch from sammobile patch it with magisk app you already have. Download ian recovery for android Q patch this too and rename patched_recovery.img to recovery.img. Open patched firmware ap tar with 7zip put patched recovery in this tar. And flash it. If you wanna save whe data using HOME_CSC.
OR
Simply dirty flash beyond rom you will automatically upgraded to jan patch and also with lots of useful mods too.
comsite said:
If its unlocked and its g975+ use these FILES already patched with magisk and also have twrp in it. Just flash these using Odin. After flashing you must install magisk manager if not installed.
Edit. These files are from CAROTIX CARHDMOD thread and is android Q.
Click to expand...
Click to collapse
Will these files work on my S10 + Exynos uk
Thank you
Wingchundub said:
Will these files work on my S10 + Exynos uk
Thank you
Click to expand...
Click to collapse
Yes as mine is also s10+ uk
Appreciated fella, Thank you
just to clarify, I have 1 x AP rar file aka patched and 3x Md5
Wingchundub said:
Appreciated fella, Thank you
just to clarify, I have 1 x AP rar file aka patched and 3x Md5
Click to expand...
Click to collapse
Yes. You have all files.
Phone came today, seller has updated it to 10 ONE UI v2.0
So i will downgrade, as my current bootloader binary code aka 3 is the same as the last version of android 9, so i am able to downgrade, which i'd rather do to be safe, before i proceed with root method.
Downgraded to v9, all is well, but OEM UNLOCK was not showing in developer options, so did the change date to 8 days before trick and OEM UNLOCK is back
OK, i followed tut oem greyed out,and proceeded with install, all ok, now rooted after using disabler and installing magisk manager.
Also not sure if a new thing or need additional program on my laptop, but i can not transfer files from laptop to the sd card or internal of phone.
I get your path sdcard is not accessible alot?
Is this due to android 10? am i best installing another rom, pref v9
All the folders in internal of phone are not named as normal, just all mixed numbers and letters
Wingchundub said:
OK, i followed tut oem greyed out,and proceeded with install, all ok, now rooted after using disabler and installing magisk manager.
Also not sure if a new thing or need additional program on my laptop, but i can not transfer files from laptop to the sd card or internal of phone.
I get your path sdcard is not accessible alot?
Is this due to android 10? am i best installing another rom, pref v9
All the folders in internal of phone are not named as normal, just all mixed numbers and letters
Click to expand...
Click to collapse
You need to wipe data from twrp.
You must have to wipe data if rooting first time.
Anyways don't do any lengthy processes like downgrade or flash any firmware. Just wipe.
Turn off phone and boot into twrp by pressing power+volume up+bixby. Choose wipe then either format data or choose advance and wipe it.

Categories

Resources