Have you tried the hide root module thing in magisk? Assuming you're using magisk.
Yes. And the Chase and Citibank apps are in the denylist.
Have you tried the hide root module thing in magisk? Assuming you're using magisk.
When you get to the step of flashing the magisk image runI'm on my first pixel phone - way down there on the learning curve. I rooted my phone using instructions in this thread . Everything was fine until I received an ota notification, ended up updating using instructions from this thread . End result was the corrupt data problem which I fixed with adb.
Unfortunately when I try to reinstall magysk I end up with data corruption. Is there any way out of this with wiping data?
Thanks
fastboot boot magisk_patched-xxxx.img
fastboot flash boot magisk_patched-xxxx.img
Sorry I'm out of ideas@westhaking - better but not quite there yet. After fastboot boot it tries to reboot twice and gives a possible corrupt message. Retry boots - no error message but magysk is not installed.
(previously retry did not work)
What???So I have a general question about adb. Is it similar to the Cisco IOS cli? Where you can for example tell it "do sh (sh= show) run | incl vlan. 1" basically can you do a direct grep or does it require a pipe ?
adb shell
to run shell commands, but the purpose is to interface with Android and the device.Here's a list of adb shell commands and there's at least one example of grep. There are probably other and official sources of this information, but this was one of the first Google search results.So I have a general question about adb. Is it similar to the Cisco IOS cli? Where you can for example tell it "do sh (sh= show) run | incl vlan. 1" basically can you do a direct grep or does it require a pipe ?
The OTA shouldn't do this and is considered the "safest" way to update. I suspect the majority of issues have to do with Magisk or other modifications.Yeah there's been multiple reports of people taking the OTA with magisk installed and it giving them the corrupt data message and no boot. Best to always update directly with the factory image.
I got the your device is corrupt. I think it was bc I accidentally did: fastboot flash boot magisk_patched-xxxx.img[/CODE] instead of fastboot boot magisk_patched-xxxx.img[/CODE]When you get to the step of flashing the magisk image runand NOTCode:fastboot boot magisk_patched-xxxx.img
Code:fastboot flash boot magisk_patched-xxxx.img
Once it boots, go into your magisk app and install magisk using the Direct Install (Recommended) method. Reboot and hopefully you're good to go.
Shouldn't make any difference. What version of Magisk did you use to patch the boot image?I got the your device is corrupt. I think it was bc I accidentally did: fastboot flash boot magisk_patched-xxxx.img[/CODE] instead of fastboot boot magisk_patched-xxxx.img[/CODE]
The radio modem handles all wireless connectivity, so the radio image contains firmware for all wireless functions. It shouldn't "interfere" with anything - flashing the radio won't change your carrier provisioning, WiFi or Bluetooth settings.I would like to know what influences if I install only flash radio.img? will interfere with the cell phone's SIM network?! Or just wifi and bluetooth?
The radio modem handles all wireless connectivity, so the radio image contains firmware for all wireless functions. It shouldn't "interfere" with anything - flashing the radio won't change your carrier provisioning, WiFi or Bluetooth settings.
No, the firmware does not contain IMEI/EID information - that is hard coded into the phone, and if corrupted requires specialty repair.It's ok! i asked the question because my phone corrupted my EID number i cant add e-sim anymore, thats why i thought it would solve this problem
No, the firmware does not contain IMEI/EID information - that is hard coded into the phone, and if corrupted requires specialty repair.
Maybe the conversation here can help ->What the hell! I searched and tried to repair it by software but I couldn't, because it seems that the service is not starting so it can't add the e-sim again
Download and use the Pixel Flasher program. Take your time and read the instructions. It's not a difficult program to use, it's actually quite easy once you use it for the first time. It was a life saver for me, I tried to update my Pixel 6 Pro using a method I found on YouTube and ended up losing root also. Once I installed Pixel Flasher on my PC I ran the program, it was fully automated, it installs the November update including the latest version of magisk which automatically patches the boot img and installs without wiping data. Great program badabing created.I'm at a loss, I have botted to the nov update so therefore any OTA's don't get installed. Now I keep losing root access and don't understand how to keep it
If you're asking if you need to use a patched Pixel Pro 7 boot image to root on QPR2 Beta 2.1, then yes.
If you're asking if you need to use a patched Pixel Pro 7 boot image to root on QPR2 Beta 2.1, then yes.Does the January QPR patch still have the boot issues like December?
This thread is for the stock firmware, we do not provide support for custom ROMsHi all, I installed the Bliss 16.3 yesterday, it is rooted with Magisk. Now I have an update available in System -Updater and wanted to install it with root. I am on Magisk Uninstall-Restore Image. Then I installed the update since it hasn't restarted yet, went to Magisk and click Install on inactive slot and click Let's go in the top right and the device reboots. When it starts, it doesn't install anything and where it has restarted, there is still a new update available under System Updater Bliss 16.3 from 01/14/2023. I've tried it 3 times today but the update is always there. What am I doing wrong? somehow the update doesn't seem to grab it.
adb devices
adb reboot bootloader
fastboot flashing unlock
fastboot flash boot <drag and drop master root.img here>
adb reboot sideload
adb sideload ota.zip
fastboot boot <drag and drop master root.img here>
fastboot flash bootloader <drag and drop new bootloader.img here>
fastboot flash radio <drag and drop radio.img here>
fastboot update --skip-reboot image-codename-buildnumber.zip
fastboot boot <drag and drop master root.img here>
flash-all
script included in the factory zip. You will have to copy the script, bootloader image, radio image, and update zip into the Platform Tools folder; you will then have to edit the script to remove the -w
option so it doesn't wipe your device.fastboot flash bootloader <bootloader image name>
fastboot reboot bootloader
ping -n 5 127.0.0.1 > nul
fastboot flash radio <radio image name>
fastboot reboot bootloader
ping -n 5 127.0.0.1 > nul
fastboot update --skip-reboot <image-device-buildnumber.zip>
fastboot boot <drag and drop master root.img here>
MEETS_STRONG_INTEGRITY
will ALWAYS fail on an unlocked bootloader.