tested magisk and its working fineMore generally, can we now sideload adb flash any ZIP with the new PE recovery, including PE itself?
tested magisk and its working fineMore generally, can we now sideload adb flash any ZIP with the new PE recovery, including PE itself?
I'm also unable to download via official Pixel Experience site. Seems like their download servers are down at the moment?downloading PixelExperience_kebab-11.0-20210120-1008-BETA-OFFICIAL I get
Error
No mirrors found. Please try again after some minutes.
is this only me?
If you are running OOS: some people (including myself), but not everyone, got L1 via latest OOS update and various instructions mentioned in following thread:Has anyone found a working solution to Netflix HD playback?
Tried magiskhide props config and it shows L3 widevine in DRM info but still Netflix only plays and downloads SD content
Do you mean 'adb sideload' when booted in PE recovery or when booted in PE system? Bacause I get no adb when booted in PE recovery:tested magisk and its working fine
# fastboot devices
xxxxxxxx fastboot
# fastboot boot PixelExperience_kebab-11.0-20210120-1008-BETA-OFFICIAL.img
Downloading 'boot.img'
OKAY [ 2.313s]
booting
OKAY [ 0.080s]
Finished. Total time: 2.442s
# adb devices
List of devices attached
<empty>
# adb devices
List of devices attached
xxxxxxxx sideload
What about the odm.img and vendor.img included in the payload?@GDZechariah @Moffei97 @firdoshakir @matteosaeed @manhong2112
The zip is flashable, but without the twrp, you can't flash that way.
Instructions to flash (noob friendly):
Code:adb reboot bootloader fastboot -w fastboot flash recovery recovery.img fastboot reboot fastboot fastboot flash boot boot.img fastboot flash dtbo dtbo.img fastboot --disable-verity flash vbmeta vbmeta.img fastboot --disable-verity flash vbmeta_system vbmeta_system.img fastboot flash system system.img fastboot flash system_ext system_ext.img fastboot flash product product.img fastboot reboot
# fastboot --version
fastboot version 9.0.0_r3
# fastboot -w
/usr/bin/make_f2fs failed with status 1
# fastboot flash product product.img
target reported max download size of 805306368 bytes
Invalid sparse file format at header magic
Sending sparse 'product' 1/2 (785198 KB)...
OKAY [ 18.469s]
Writing 'product' 1/2...
FAILED (remote: Partition not found)
Finished. Total time: 18.850s
This is what I did:What about the odm.img and vendor.img included in the payload?
Do they serve any purpose?
OK !fastboot flash odm
fastboot flash vendor
First time I did not flash vendor.img and odm.img and endet up in a bootloop.
E:recvmsg failed (No buffer space available)
Error applying update: 7 (ErrorCode::kInstallDeviceOpenError)
E:Error in /sideload/package.zip (status 1)
This is exactly what I went through yesterday. I almost gave up since MDM tool wasn't able to unbrick my device too. But I was still able to enter fastboot mode on which I somehow finally managed to flash the PE ROM successfully.I've flash latest PE rom through @theincognito instructions.
But devices loop-reboot with oneplus logo. Can anybody help?
Also, I can't install PE through PE recovery, the recovery always show error:
Code:E:recvmsg failed (No buffer space available) Error applying update: 7 (ErrorCode::kInstallDeviceOpenError) E:Error in /sideload/package.zip (status 1)
Is the latest PE Rom zip file updatable? I've downloaded it from Official Website, but got another error.@Dio_V My instructions are outdated now, since the ROM's structure has been changed.
New instructions are simple and the same as that of LOS:
- Download the latest build
- $ adb reboot bootloader
- $ fastboot boot recovery.img
- Factory reset -> Format data/factory reset -> Format data ( skip if needed )
- Advanced -> Enter fastboot
- $ fastboot update {filename}.zip
I have updated my original comment to this.
➜ fastboot update PixelExperience_kebab-11.0-20210120-1008-BETA-OFFICIAL.zip
--------------------------------------------
Bootloader Version...: unknown
Baseband Version.....:
Serial Number........: 73ac8199
--------------------------------------------
archive does not contain 'android-info.txt'
fastboot: error: could not read android-info.txt
You did this from fastbootd right? If its not working, boot recovery, format, then sideload rom zipIs the latest PE Rom zip file updatable? I've downloaded it from Official Website, but got another error.
Code:➜ fastboot update PixelExperience_kebab-11.0-20210120-1008-BETA-OFFICIAL.zip -------------------------------------------- Bootloader Version...: unknown Baseband Version.....: Serial Number........: 73ac8199 -------------------------------------------- archive does not contain 'android-info.txt' fastboot: error: could not read android-info.txt
As I said above, I tried adb sideload zip. The recovery always show error:You did this from fastbootd right? If its not working, boot recovery, format, then sideload rom zip
-- Wiping data...
E: Open failed; /metadata/ota: No such file or directory
Formatting /data...
Formatting /metadata...
Data wipe complete.
Not send the package you want to apply
to the device with "adb sideload <filename>"...
Supported API: 3
Finding update package...
Installing update...
Step 1/2
Error applying update: 7 (ErrorCode::kInstallDeviceOpenError)
E:Error in /sideload/package.zip (status 1)
just curious which fastboot version do you use?As I said above, I tried adb sideload zip. The recovery always show error:
Code:-- Wiping data... E: Open failed; /metadata/ota: No such file or directory Formatting /data... Formatting /metadata... Data wipe complete. Not send the package you want to apply to the device with "adb sideload <filename>"... Supported API: 3 Finding update package... Installing update... Step 1/2 Error applying update: 7 (ErrorCode::kInstallDeviceOpenError) E:Error in /sideload/package.zip (status 1)
I do not recommend using adb sideload. I have faced the same error as yours. So I turned to install manually and works.As I said above, I tried adb sideload zip. The recovery always show error:
Code:-- Wiping data... E: Open failed; /metadata/ota: No such file or directory Formatting /data... Formatting /metadata... Data wipe complete. Not send the package you want to apply to the device with "adb sideload <filename>"... Supported API: 3 Finding update package... Installing update... Step 1/2 Error applying update: 7 (ErrorCode::kInstallDeviceOpenError) E:Error in /sideload/package.zip (status 1)