Which ota are you guys using for non-vzw models that are on the vzw network? Anyone know what the difference is exactly? I assume it has some carrier-related apps. I also assumed the vzw ota's were specifically for vzw models but I guess not.
I'm on Ting (verizon towers) on an unlocked p6 - I just manually upgraded to the .036 firmware. Everything is working fine, but not sure what the difference would be.Which ota are you guys using for non-vzw models that are on the vzw network? Anyone know what the difference is exactly? I assume it has some carrier-related apps. I also assumed the vzw ota's were specifically for vzw models but I guess not.
0.36 or 0.36.A8 (vzw version)?I'm on Ting (verizon towers) on an unlocked p6 - I just manually upgraded to the .036 firmware. Everything is working fine, but not sure what the difference would be.
just .036
I got A8 as a Verizon customer.
I wonder if this will help with monthly auto updates for unlocked vzw customers. It's insane how big this issue is. Most unlocked phones on vzw can't auto update? This is so bad.
Hi. You'll likely have to give more details.So it has been years time since I've played with adb and side loading.
I was curious to what I'm doing wrong here. I followed all the steps.
-I am able to boot into recovery from the adb command line.
-I check adb devices and it says sideload next to it.
But when I try to sideload the ota zip file, it just says "cannot read 'oriole-ota-sd1a.210817.036.a8-41f0de82.zip' "
Won't let me sideload the zip. Am I doing something dumb here lol?
If you are on the Pro you need 'Raven' not 'Oriole'. Looks like you downloaded the wrong OTA file.So it has been years time since I've played with adb and side loading.
I was curious to what I'm doing wrong here. I followed all the steps.
-I am able to boot into recovery from the adb command line.
-I check adb devices and it says sideload next to it.
But when I try to sideload the ota zip file, it just says "cannot read 'oriole-ota-sd1a.210817.036.a8-41f0de82.zip' "
Won't let me sideload the zip. Am I doing something dumb here lol?
Totally missed that. Good catch!If you are on the Pro you need 'Raven' not 'Oriole'. Looks like you downloaded the wrong OTA file.
But when I try to sideload the ota zip file, it just says "cannot read 'oriole-ota-sd1a.210817.036.a8-41f0de82.zip' "
Sure.Hi. You'll likely have to give more details.
Using the newest Platform Tools from Google?
Using the newest drivers from Google?
Give an example of a command you've tried (the whole command line) including the location for where you tell it to sideload the file from.
Sure.
-I am using the latest platform tools available.
-I think I'm using the newest drivers. Not quite sure. I uninstalled and reinstalled drivers
in device manager.
-I placed the Oriole(I realize that is not for the Pro, I am on the regular 6)zip ota file in the platform tools directory.
-Debugging enabled.
-First command "adb reboot recovery"
-Power and volume up, then scroll down to "Apply update from adb"
-Ran "adb devices" to make sure it said sideload next to device name.
-Finallay "adb sideload oriole-ota-sd1a.210817.036.a8-41f0de82.zip"
Not sure if I'm doing something wrong with the file name or directory, but everything else seemed to be in order.
Make sure you are in terminal (Command prompt) and not power shell. You are unlocked Verizon? The 36.a8 is for Verizon only not sure if it will work if you are using a different carrier. All other carriers are on .36 Other than that IDK hopefully Warrior can help you out. Maybe try downloading file again in case it got corrupted somehow.Sure.
-I am using the latest platform tools available.
-I think I'm using the newest drivers. Not quite sure. I uninstalled and reinstalled drivers
in device manager.
-I placed the Oriole(I realize that is not for the Pro, I am on the regular 6)zip ota file in the platform tools directory.
-Debugging enabled.
-First command "adb reboot recovery"
-Power and volume up, then scroll down to "Apply update from adb"
-Ran "adb devices" to make sure it said sideload next to device name.
-Finallay "adb sideload oriole-ota-sd1a.210817.036.a8-41f0de82.zip"
Not sure if I'm doing something wrong with the file name or directory, but everything else seemed to be in order.
Good advice.Total guesses here, though, not sure what else the problem could be.
- The latest drivers are available here. Make sure and install/update them if necessary when you're in sideload mode.
- You have oriole-ota-sd1a.210817.036.a8-41f0de82.zip in the same folder as adb?
- You could try moving the folder that has Platform Tools and the zip file closer to the root of your file system, such as in C:\T\, to avoid having been in too long a filepath.
- Check the SHA-256 hash of your zip file compared to what's shown on Google's site? My Windows program of choice to check the hash of a single file is HashTab. If you install it, then right-click the OTA zip file, choose Properties, then click the HashTab tab, choose Settings to enable SHA-256, then you can paste in the SHA-256 hash that Google shows for the OTA you downloaded, and it'll tell you if that pasted hash matches the actual files' hash.
- You could try the non-Verizon variant of the OTA "oriole-ota-sd1a.210817.036-fac7e678.zip" with SHA-256 of fac7e67859e10838950af963d5e196e94ae3bf72317e505e71a87ea6160cca38.
Do you have ADB and the OTA zip in the "C:\WINDOWS\system32\" folder? If not, do you have them in the same folder together? If so, "CD" (Change Directory) to the path where you have both ADB and the OTA zip. Like:Good advice.
I've tried mostly everything, and the drivers and adb interface appear to be working how they should. I think this may be user error in that I am putting the wrong filename in the "adb sideload" command.
in the terminal it shows: C:\WINDOWS\system32>adb sideload oriole-ota-sd1a.210817.036.a8-41f0de82.zip
"* cannot read 'oriole-ota-sd1a.210817.036.a8-41f0de82.zip' *"
Is this wrong or am I missing something about the file I'm pasting or which directory I'm placing it in?!
CD "C:\Users\Me\Downloads\Platform Tools\"
adb sideload oriole-ota-sd1a.210817.036.a8-41f0de82.zip
Looks like you need to navigate to your ADB folder in terminal. It appears you are not running the commands from within the folder if I am reading your post right.Good advice.
I've tried mostly everything, and the drivers and adb interface appear to be working how they should. I think this may be user error in that I am putting the wrong filename in the "adb sideload" command.
in the terminal it shows: C:\WINDOWS\system32>adb sideload oriole-ota-sd1a.210817.036.a8-41f0de82.zip
"* cannot read 'oriole-ota-sd1a.210817.036.a8-41f0de82.zip' *"
Is this wrong or am I missing something about the file I'm pasting or which directory I'm placing it in?!
Yourself and znel52 are completely right. My directory is for sure wrong with the command line. Figured I was messing up here.Do you have ADB and the OTA zip in the "C:\WINDOWS\system32\" folder? If not, do you have them in the same folder together? If so, "CD" (Change Directory) to the path where you have both ADB and the OTA zip. Like:
Code:CD "C:\Users\Me\Downloads\Platform Tools\" adb sideload oriole-ota-sd1a.210817.036.a8-41f0de82.zip
It is definitely the correct filename for one of the two SD1A.210817.036 OTAs - specifically the SD1A.210817.036.A8 (Verizon) one. Whether you should be flashing the SD1A.210817.036.A8 OTA or the regular SD1A.210817.036.A8 one, we have no way of telling without more information, like @znel52's question about if you're on Verizon (and which model P6P you're using on Verizon if so - Unlocked or Verizon edition).
There's still a chance that the zip file is just corrupt. Checking the hash to see if it matches what's on Google's site would tell you. If it's not a match, the file you have is corrupt and you should re-download it and re-check the hash. I check hashes on all important files that I flash to my phone, when the hash is available.
Either way, I'm sure you'd be fine. The worst that would happen is you'd find that you should flash the other one to work better with Verizon. I'd stick to the assumption that you should flash the Verizon (.036.A8) OTA.Yourself and znel52 are completely right. My directory is for sure wrong with the command line. Figured I was messing up here.
I have the Pixel 6 unlocked, with a new verizon sim in it. After what I have been reading, it seems like there is still uncertainty with which ota to flash--the .036 or .036.A8. Figured since I am on Verizon that it would safe to flash the .A8, still not sure if I should flash the global one instead though?
I'm unlocked Verizon and I sideloaded A8 on my Pro. I really don't think it will make much difference either way but I'd probably go with A8.Yourself and znel52 are completely right. My directory is for sure wrong with the command line. Figured I was messing up here.
I have the Pixel 6 unlocked, with a new verizon sim in it. After what I have been reading, it seems like there is still uncertainty with which ota to flash--the .036 or .036.A8. Figured since I am on Verizon that it would safe to flash the .A8, still not sure if I should flash the global one instead though?
Several reports of the actual Verizon .036.A1 OTA, starting with @stevek216 at post #126.
Checking for the software update
[Please check your device to see if you already have the latest software installed. Verify your Build number matches the official build by checking Settings -> About phone -> Build number. See section below]
After you complete the phone setup, the software update automatically downloads silently in the background. After the download completes, it will prompt you to reboot the phone. In case the software update is not seen, follow the instructions below:
Go to Settings -> System -> System update -> Check for update
Install the software update
Depending on your network connection speed and amount of apps involved, this will take about 25-50 minutes
Reboot the device after taking the update
Updating your apps
Many of the key apps have new features and improvements for Pixel 6. Please check to make sure that your apps are up to date by going to Play Store -> Your Account Icon -> Manage apps & device -> Update all.
Timing
Due to deployment timelines and staged rollouts, some updates may not be available until 10/28.
Software update Build number
After the software update, your device software version (Settings -> About phone -> Build number) will be be one of the following:
SD1A.210817.036
SD1A.210817.036.A8 (Verizon customers)
It will come if they build it. I setup and popped the sim in. Be patient. It takes an hour to download. Damn. It's still updating. Best phone I ever had. I don't understand these complainers
My accubattery says that my P6 Pro is capable of delivering 9h54minutes of SoT (discharge rate of roughly 10%/1hour), not sure if you are trolling, if you have a rogue app, a broken phone or if the P30 Pro indeed only loses 5% battery every hour of SoT, which would be a monstrous achievement.updated in the uk but phone is getting warm during use and battery life is poor, well compared to Huawei p30 pro its actually shocking, about half at best as i'm used to multiday battery life
The UI isn't as user friendly as EMUI, why is it so bad compared to EMUI, thought getting a Pixel phone would be an improvement, how wrong was i.
how quick are the software updates for these phones hopefully improvements are on the way
Just for the hell of it, I just tried to flash the regular global .036 over the vzw .036.A8 version and it failed citing the image was older than what I currently have now and downgrade isn't an option. Oh well, like I said, the toggle is still there and working for me. We'll see what Google does next month. I am still feeling these are mostly modem optimizations built in to the image for the specific carrier mentioned. If you look at previous builds for all the other phones, there are several that are carrier specific, especially when a new OS is released. Then eventually, as someone else mentioned, they merge them all together after a few months. Probably settings and coding that needs to be worked out to have the images compatible with all carriers.Locking/Unlocking Bootloader - Android Source
There are only 3 ways this property could be changed:
1. At ROM build time
2. Via recovery
3. Kernel root access
The last 2 would require an unlocked bootloader.
Even extremely low level methods such as JTAG most likely wouldn't work due to Android Verified Boot protecting data integrity; if you were to change the binary code on a physical storage device (chip) you would also have to change the cryptographic signature it's verified against.
USNF 2.2.0 was written to use Zygisk, so Magisk 23010 or newer is required.
You are correct, Google just likes to release firmware updates that do nothing.