HI all!
I have a problem with huawei Y560-L01. The build that is now "equipped" is: Y560-L01V100R001C212B106.
I would install on this huawei a stock ROM with this build: V100R001C577B040.
Ok, let's go saying what is the problem! I created a dload folder in the root of my sdCard and i put in this folder UPDATE.APP file. I log in recovery mode -> wipe dalvik cache, wipe data ecc. -> After i insert sdCard into his slot. I turn on the device and automatically start the update.app installation... but, because there is always a "but", i get this ERROR: "Can't install this package (Wed Sep 16 0:26:23 CST 2015) over newer build (Fri Nov 13 21:18:44 CST 2015). E:Error in /sdcard/dload/update.App (Status 7)"; OK i'm trying install an older build on a newer build but, always because there is always a "but" Y560-L01V100R001C212B106 build version is untraceable on the web.
I tried to change .zip's date but no success!
Any help!
Advance thanks to xda developers! THE BEST!
proCod said:
HI all!
I have a problem with huawei Y560-L01. The build that is now "equipped" is: Y560-L01V100R001C212B106.
I would install on this huawei a stock ROM with this build: V100R001C577B040.
Ok, let's go saying what is the problem! I created a dload folder in the root of my sdCard and i put in this folder UPDATE.APP file. I log in recovery mode -> wipe dalvik cache, wipe data ecc. -> After i insert sdCard into his slot. I turn on the device and automatically start the update.app installation... but, because there is always a "but", i get this ERROR: "Can't install this package (Wed Sep 16 0:26:23 CST 2015) over newer build (Fri Nov 13 21:18:44 CST 2015). E:Error in /sdcard/dload/update.App (Status 7)"; OK i'm trying install an older build on a newer build but, always because there is always a "but" Y560-L01V100R001C212B106 build version is untraceable on the web.
I tried to change .zip's date but no success!
Any help!
Advance thanks to xda developers! THE BEST!
Click to expand...
Click to collapse
Greetings,
Thank you for using XDA Assist.
There is no specific forum for your device on XDA. However, you can try posting your question here:
Android Q&A, Help and Troubleshooting
The experts you'll find there may be able to help with your issue.
Good luck!
Related
Hey,
I'm trying to update my One Plus One from CM11 44S(rooted) to CM12 Nightly, I have downloaded the CM12 Nightly file( cm-12-20150124-NIGHTLY-bacon.zip) from the official cyanogenmod page. I have TWRP [v2.8.4.1] recovery installed on my One Plus.
The issue:
I transferred the .zip file and gapps to my root folder and booted my phone into recovery. I performed a Backup of my ROM with the tools available with TWRP, then I wiped Cache,Dalvik Cache,System and Data. Now when I try to flash the .zip file from the Install section I get the following error.
E: Error executing updater binary in zip '/sdcard/Download/cm-12-20150124-NIGHTLY-bacon.zip'
error flashing zip.....Another statement that looks like an error.
Comparing TZ version TZ.BF.2.0-2.0.0109 to TZ.BF.2.0-2.0.0096
assert failed : oppo.verify_trustzone("TZ.BF.2.0-2.0.0109") == "1"Things I have tried :
1) repeated the above procedure two to three times
2) checked md5 checksum of the .zip file ==> it matched the one on the website
Can someone please help me sove this issue? Am I doing something wrong?
It only happened when youre coming from a KK ROM i dont know why. Flash an earlier nightly build e.g. 20150123 build, then flash 20150124 build. This worked for me.
redundant
I have not tried it yet, but don't you think it would be redundant since 20150123 would itself require a previous build.
Thanks for the support though.
sgovindN said:
I have not tried it yet, but don't you think it would be redundant since 20150123 would itself require a previous build.
Thanks for the support though.
Click to expand...
Click to collapse
Tried it didn't work.
Guys please help
Guys please help. I am too facing the same problem. I also even tried installing the previouds update of 23rd but it didn't help. Please help us...
Me too. I'm having the same problem in the same circumstances as @sgovindN. I've already tried CM12 from 23.01, 22.01, 13.01. The same error
Have all you guys updated your firmware?
Transmitted via Bacon
What do mean by updated firware. I am running on cynogenmod 11.0 44s version.
Pady200550 said:
What do mean by updated firware. I am running on cynogenmod 11.0 44s version.
Click to expand...
Click to collapse
In order to run the latest CM12 nightlies you need updated firmware, it's been mentioned countless times in both of the CM12 threads here on XDA.
Transmitted via Bacon
[Fixed]
I fixed this issue. The problem was the Trustzone issue error that popped up. This trustzone version is in the update binary so here is how you fix it.
Step 01 : Open the zip file with WinZip or WinRAR [do not extract]
Step 02 : Navigate to /META-INF/com/google/android
Step 03 : Open the file 'update-script' with Notepad++(recommended) {Traditional Notepad does not indent code so it is harder to find and edit}
Step 04 : On line 02 change
Code:
assert(oppo.verify_trustzone("TZ.BF.2.0-2.0.0109") == "1");
to
Code:
assert(oppo.verify_trustzone("TZ.BF.2.0-2.0.0096") == "1");
Step 05: Save the file
Similarly people facing Status 7 issue can troubleshoot by changing the model name in the 'updater-script' to the same as theirs, on line 01can fix the "Error".
Make sure you check the md5 checksum of the zip file from the official website, using a tool such as Android File Verifier.
sgovindN said:
I fixed this issue. The problem was the Trustzone issue error that popped up. This trustzone version is in the update binary so here is how you fix it.
Step 01 : Open the zip file with WinZip or WinRAR [do not extract]
Step 02 : Navigate to /META-INF/com/google/android
Step 03 : Open the file 'update-script' with Notepad++(recommended) {Traditional Notepad does not indent code so it is harder to find and edit}
Step 04 : On line 02 change
Code:
assert(oppo.verify_trustzone("TZ.BF.2.0-2.0.0109") == "1");
to
Code:
assert(oppo.verify_trustzone("TZ.BF.2.0-2.0.0096") == "1");
Step 05: Save the file
Similarly people facing Status 7 issue can troubleshoot by changing the model name in the 'updater-script' to the same as theirs, on line 01can fix the "Error".
Make sure you check the md5 checksum of the zip file from the official website, using a tool such as Android File Verifier.
Click to expand...
Click to collapse
I'm pretty sure that isn't actually fixing the issue, that's just sidestepping the safeguard that's built into the updater script.
Transmitted via Bacon
sgovindN said:
I fixed this issue. The problem was the Trustzone issue error that popped up. This trustzone version is in the update binary so here is how you fix it.
Step 01 : Open the zip file with WinZip or WinRAR [do not extract]
Step 02 : Navigate to /META-INF/com/google/android
Step 03 : Open the file 'update-script' with Notepad++(recommended) {Traditional Notepad does not indent code so it is harder to find and edit}
Step 04 : On line 02 change
Code:
assert(oppo.verify_trustzone("TZ.BF.2.0-2.0.0109") == "1");
to
Code:
assert(oppo.verify_trustzone("TZ.BF.2.0-2.0.0096") == "1");
Step 05: Save the file
Similarly people facing Status 7 issue can troubleshoot by changing the model name in the 'updater-script' to the same as theirs, on line 01can fix the "Error".
Make sure you check the md5 checksum of the zip file from the official website, using a tool such as Android File Verifier.
Click to expand...
Click to collapse
Thanks for your help. i have now successfully installed CynaodenMod 12 on to my Oneplus One.
Not able to update new rom by cyandelta. Guys help.
Pady200550 said:
Not able to update new rom by cyandelta. Guys help.
Click to expand...
Click to collapse
Which brings me back to my previous question earlier in the thread; have you updated your firmware?
Transmitted via Bacon
Yes now i able to update. I have searched regarding this. You have to download a file bacon firmware update and then u can install cm 12 nigtley
Pady200550 said:
Yes now i able to update. I have searched regarding this. You have to download a file bacon firmware update and then u can install cm 12 nigtley
Click to expand...
Click to collapse
That's right, that'd what you needed to do in the first place. The method posted by @sgovindN is not a solution at all, it just sidesteps the safeguard that's there to ensure that you're on the right firmware.
Transmitted via Bacon
LMAO I can't believe what @sgovindN did there.... TZ assert is there for a reason, and your "fix" is just a bs work around, @Pady200550 recent posts prove that. It would have taken far less effort to do it the proper way instead of coming up with that
If anyone ever find this thread in the future, DO NOT do what @sgovindN posted. Do it the proper way as @timmaaa posted with the updated firmware
Sent From Lollipopified Bacon Goodness!
Firmware Update?/
Pady200550 said:
Yes now i able to update. I have searched regarding this. You have to download a file bacon firmware update and then u can install cm 12 nigtley
Click to expand...
Click to collapse
I am on 4.4.4 custom rom PACman but unable to intall CM12/resurrection remix/Liquidsmooth/Blisspop (All 5.0 based) it gives me error : E: Error executing updater binary in zip '/sdcard/Download/cm-12-20150124-NIGHTLY-bacon.zip'
error flashing zip.....
please explain how did you mange to install CM12 ?
sagar0592 said:
I am on 4.4.4 custom rom PACman but unable to intall CM12/resurrection remix/Liquidsmooth/Blisspop (All 5.0 based) it gives me error : E: Error executing updater binary in zip '/sdcard/Download/cm-12-20150124-NIGHTLY-bacon.zip'
error flashing zip.....
please explain how did you mange to install CM12 ?
Click to expand...
Click to collapse
Are you using multirom? If yes, update to latest it will install blisspop for sure as secondary, I dunno about the rest
Since you're still on KitKat you need to install the cm12 firmware first though. You can find it in blisspop thread
Sent From Lollipopified Bacon Goodness!
I'm with cm11s as a primary in multirom and managed to install Liquidsmooth lollipop. Also managed to install CM12 but it crashes on load, and I get the "E:Error executing updater binary in zip '/tmp/mr_update.zip'" when trying to install Blisspop or tugapower.
From what you guys say, I shouldn't be able to run liquidsmooth as my "basis" is the CM11S firmware, but fact is I can xD
Isn't there a way to flash the updated firmware only over the secondary (lollipop) rom? Or is it possible to run CM11S as a secondary, with CM12 as primary?
I really want to try CM12 (to see the "future" for my OpO), but don't want to lose my fully customized CM11 just yet
Ok, so I have a:
Proscan PLT9609G
Android v 4.4.2
Kernel v 3.0.36+ [email protected] #150 Wed Sep 24 22:23:18 CST 2014
Build # KTU84P.20140924.215542.V001
Bootloader: 2.13
(I'm not sure what "Build Fingerprint" is, but here you go)
PROSCAN/PLT9609G/PLT9609G:4.4.2/KTU84P/20140924.215542.V001 :user/test-keys
(If the above is the same as firmware version, then that's the firmware, if not, I don't know where to find it)
I have looked all over the place, and there seems to be nearly ZERO information on this device.
I've managed to get into recovery, where it says:
"Android system recovery <3e>
KTU84P test-keys".
Beneath that, it lists the usual:
reboot system now
apply update from ADB
apply update from external storage
update rkimage from external storage
apply update from cache
wipe data/factory reset
wipe cache partition
recovery system from backup
I downloaded what I believe to be the full version of Android 4.4.4 ("full-4.4.4-20141025-signed.zip"), threw it on an external SD & tried to install it from there. I selected "apply update from external storage".
It says:
"Finding update package...
Opening update package...
Verifying update package...
E:failed to verify whole-file signature
E:signature verification failed
Installation aborted."
AAAnnnnnddddd..... boom. I'm done. I realize that this isn't the forum for support. I just wanted to give as much information as possible to help you, to help me. If the next step is for me posting in another forum on here, just let me know which. ....or if you have the ability to simply "move" this post, that works, too!
My end goal is to update it to at least 4.4.4. Having it rooted with a custom recovery? WAY better.
I'm just losing my mind trying to figure this out. Any help you can provide, would leave me eternally grateful!!
Thanks to anyone and everyone, in advance.
Hello,
Welcome to XDA.
I'm not finding anything specific for your device here at XDA for flashing stock firmware.
Do a Google search for:
"How to update PLT9609G"
Or
"4.4.4 for PLT9609G"
If you don't know how to flash the firmware then search for:
"How to flash stock firmware on PLT6909G"
That should give you links to the tools, files and instructions for flashing the device if they exist.
Try posting your question in the forum linked below.
http://forum.xda-developers.com/android/help
The experts there may be able to help. Good luck.
I recently been trying to Install the latest version of MIUI for Nexus 5 being MRA58K onto my device but i have been running into alot of problems
Previous i was running KTU84P stock as a base. Prior to attempting to flash the latest version of MIUI i updated the base partitions to MRA58K using the Nexus Factory Image Packages
When trying to install the zip file under any custom recovery, it gives me
mount: no partition named "/dev/block/platform/msm_sdcc.1/by-name/userdata"
Target: Android/aosp_hammerhead_fp/hammerhead:6.0/MRA58K/6.5.26:user/release_keys
and then after while it gives me Error 7. Within mounted Partitions i have /data ticked
Try to mount system after factory reset in TWRP.Factory reset then go to Mount and check system and swap to mount.Hope it will work.It's been discussed in another MIUI 7 forum here about installation error.Please try to search it.
Hi,
On Yandex i found there there is an Android 9 upgrade for Rockchip PX30. I've downloaded it and placed it in my SD card slow.
The update failed due to some verifications etc...
Is there another way to install it? I assume its because its going from 8.1 to 9 which may have different partitions etc. I've tried using the SD Firmware Tool but the downloaded firmware doesnt seem to be valid.
Here are the contents of the zip file:
compatibility.zip
boot.img
oem.new.dat.br
oem.patch.dat
oen.transfer.list
system.patch.dat
system.transfer.list
trust.img
uboot.img
vbmeta.img
vendor.new.dat.br
vendor.transfer.list.
Hi,
i've also a PX 30 that till last friday work properly but now i've a problem with bluetooth after a factory reset:
i can do pairing with my phone, i can start call..or reply at phone but NO SOUND ..(with a2dp ,app work properly and i can listen music from my phone )
Till friday with apkinstaller i saw a bluetooth.apk installed ...(i think that ins't the same that i can see inside app folder)
now i not see this app..you can share with me??
My device isn't routed ...
I also downloaded from this link https://yadi.sk/d/r4fcwhZyKeNiUAthe last rom with android 9 but not installed yet( i already updated MCU to 3.7 from 3.01_4 from this ling ..i've a MTCEGS )https://yadi.sk/d/VzQDC13g3HGZux
---------- Post added at 09:52 PM ---------- Previous post was at 09:49 PM ----------
before MCU upgrade
Hi,
Have you managed to get Android 9 on the PX30? I have tried several times but always get an error after the installation package is verified.
Cheers.
Grimzter said:
Hi,
On Yandex i found there there is an Android 9 upgrade for Rockchip PX30. I've downloaded it and placed it in my SD card slow.
The update failed due to some verifications etc...
Is there another way to install it? I assume its because its going from 8.1 to 9 which may have different partitions etc. I've tried using the SD Firmware Tool but the downloaded firmware doesnt seem to be valid.
Here are the contents of the zip file:
compatibility.zip
boot.img
oem.new.dat.br
oem.patch.dat
oen.transfer.list
system.patch.dat
system.transfer.list
trust.img
uboot.img
vbmeta.img
vendor.new.dat.br
vendor.transfer.list.
Click to expand...
Click to collapse
Did you have any luck updating to Android 9?
Archie_Slap said:
Did you have any luck updating to Android 9?
Click to expand...
Click to collapse
Hi Friends i spent this quarantena coronavirus day to upgrate my px30 android 8.1 in android 9.0!
In the url you have to add "ht".
To do this you need to install the recovery tool of android 9, it's simple you need to download this apk "RecoveryInstaller_PX30.apk" I found this apk in "tps://yadi.sk/d/Qx8le85frD93ng" from this download you take only the RecoveryInstaller_PX30.apk file. Put it in your android and make the install and run. Now you automatic reboot in recovery mode for android 9, you select update software(the second point) you select from usb or sd card an android 9 rom that you have download from Yandex (tps://yadi.sk/d/umCvHqCDzHccr/RockChip%20PX30%20%20Android%209, i take the ota version in main folder) and start the installation (long time) and important when the installation is finish the system return in recovery data, you must select WIPE DATA and apply. And the system restart with android 9.
I just did it now and it worked. My radio is an isudar px30. Good job
Update PX30 Eonon GA9253B to Android 9.0
nanoalieno said:
Hi Friends i spent this quarantena coronavirus day to upgrate my px30 android 8.1 in android 9.0!
In the url you have to add "ht".
To do this you need to install the recovery tool of android 9, it's simple you need to download this apk "RecoveryInstaller_PX30.apk" I found this apk in "tps://yadi.sk/d/Qx8le85frD93ng" from this download you take only the RecoveryInstaller_PX30.apk file. Put it in your android and make the install and run. Now you automatic reboot in recovery mode for android 9, you select update software(the second point) you select from usb or sd card an android 9 rom that you have download from Yandex (tps://yadi.sk/d/umCvHqCDzHccr/RockChip%20PX30%20%20Android%209, i take the ota version in main folder) and start the installation (long time) and important when the installation is finish the system return in recovery data, you must select WIPE DATA and apply. And the system restart with android 9.
I just did it now and it worked. My radio is an isudar px30. Good job
Click to expand...
Click to collapse
Hi everyone. Me too.. I'm trying to update my radio Eonon GA9253B. I've tried with your method but I have this error:
"Failed to update system image"
My radio have this version of Android 8.0
PX30 8.1.0 OPM8 181105.002 eng.hct 20181229.163118
So I've tried to install this version of Android 9.0:
HCT_PX30_9.0(20191218)
Because thinking was the right one for HCT build.
Can you help me to download the right one? I'd like to install a normal version, not a modded one.. thank you!
Greetings from Italy
Hi
Bought My car stereo from autostereo.com.ca for Volvo.
Have been happy with it and No problems.
But need some help as i tried to update it from
Android 8.1 to 9.0 and now it only erase and factory reset and keep ON loop.
I installer update_Malay_Mod_PX30_v_1.0_Pie_9_0_LITE_Version
And update mtce as IT Said it was 3.10 But when it installer it Said 2.5.
So need help how to get passe the loop the player is doing, IT is Px30.
Please appriciate all help i can get..
Info build and Mtc
Mtce KSP v. 3.05_1
PX30 8.1. 0 OPM8. 1811. 05. 002 eng. HTC. 20181228. 215907
Kindly regards
Alexander
Alex639 said:
Hi everyone. Me too.. I'm trying to update my radio Eonon GA9253B. I've tried with your method but I have this error:
"Failed to update system image"
My radio have this version of Android 8.0
PX30 8.1.0 OPM8 181105.002 eng.hct 20181229.163118
So I've tried to install this version of Android 9.0:
HCT_PX30_9.0(20191218)
Because thinking was the right one for HCT build.
Can you help me to download the right one? I'd like to install a normal version, not a modded one.. thank you!
Greetings from Italy
Click to expand...
Click to collapse
you need to download this apk "RecoveryInstaller_PX30.apk" ,
after this you can install the version of android 9 you prefer. Basically what I understood is that every recovery is tied to an android version. With Recovery 9 you can install android 9. Try to re-read the post I wrote above. I haven't installed a mod. version, of the mod version I only took the file with the recovery of android 9!
nanoalieno said:
Hi Friends i spent this quarantena coronavirus day to upgrate my px30 android 8.1 in android 9.0!
In the url you have to add "ht".
To do this you need to install the recovery tool of android 9, it's simple you need to download this apk "RecoveryInstaller_PX30.apk" I found this apk in "tps://yadi.sk/d/Qx8le85frD93ng" from this download you take only the RecoveryInstaller_PX30.apk file. Put it in your android and make the install and run. Now you automatic reboot in recovery mode for android 9, you select update software(the second point) you select from usb or sd card an android 9 rom that you have download from Yandex (tps://yadi.sk/d/umCvHqCDzHccr/RockChip%20PX30%20%20Android%209, i take the ota version in main folder) and start the installation (long time) and important when the installation is finish the system return in recovery data, you must select WIPE DATA and apply. And the system restart with android 9.
I just did it now and it worked. My radio is an isudar px30. Good job
Click to expand...
Click to collapse
Hi,
Is the firmware version important for recovery?
I mean I have a device with MTCD_LM instead of MTCE_GS
greetings Dimes
Dr.Dimes said:
Hi,
Is the firmware version important for recovery?
I mean I have a device with MTCD_LM instead of MTCE_GS
greetings Dimes
Click to expand...
Click to collapse
The firmware version is better respected, this procedure should be used if you want to switch from an Android 8 firmware to an Android 9 firmware. If you change the firmware version but remain in the same android the procedure is not this but another, more Simple! As for your question, it is better to respect the version you may have malfunctioning!
I tried today to update my MTCE_LM Unit from 8.1 to 9.0 with the proceed above, so I downloaded the ROmfile for the LM Unit_ota9.0 from yandex server.
I’m stuck on boot loop now.
The Unit try’s to boot up and the error with can’t boot try again or make wipe data pops up. Tried both options with no luck.
I have the possibility to go into recovery but the recovery is 8.1.3 and I think not possible anymore to load recovery 9.0 from this apk File explained above.
Is there any solution to get my unit updated?
I tried the 8.1 LM_Rom from yandex with no luck.
My Unit is a Xrross with px30 MTCE_LM. 3.01 DCMU.
I updated the LM_MCU to 3.37 with success, bevor I start flashing.
I went to 8.1 and used RecoveryInstaller PX30, it gave the Android 9 recovery but no update.zip work. They all say E1001 Failed to update system image. Status 7
I have MTCE CHS android 8.1. The MCU upgrade was successful to CHS 3.40. But while updating the rom to 9.0 it crashes. What am I doing wrong?
View attachment 5046993
Wysłane z mojego SM-N970F przy użyciu Tapatalka
Hi, it´s not able to do this update without the special APK for the Recovery Update.
The 8.1 blocks the Update with Status E7. So the internal Check fails. Maybe it works if you signed the File itself, Maybe not.
So look in the Forum for this APK-Tool. Xou have to Pay 10-20 Bucks and send your Serialnumber.
greetings Dimes
nanoalieno said:
Hi Friends i spent this quarantena coronavirus day to upgrate my px30 android 8.1 in android 9.0!
In the url you have to add "ht".
To do this you need to install the recovery tool of android 9, it's simple you need to download this apk "RecoveryInstaller_PX30.apk" I found this apk in "tps://yadi.sk/d/Qx8le85frD93ng" from this download you take only the RecoveryInstaller_PX30.apk file. Put it in your android and make the install and run. Now you automatic reboot in recovery mode for android 9, you select update software(the second point) you select from usb or sd card an android 9 rom that you have download from Yandex (tps://yadi.sk/d/umCvHqCDzHccr/RockChip%20PX30%20%20Android%209, i take the ota version in main folder) and start the installation (long time) and important when the installation is finish the system return in recovery data, you must select WIPE DATA and apply. And the system restart with android 9.
I just did it now and it worked. My radio is an isudar px30. Good job
Click to expand...
Click to collapse
Hi, exactly which package did you install (GS, HCT, LM, OLS, etc.) and which release (date)? Because I tried all the HCT files and I can't update, I'm always stuck on Android 8.1 with this version HCT4_px30_8.1_IMG (20181225)
Hello everyone,
First of all thanks for being such a great community. I've been a silent reader for a while (since the HTC M7) and am amazed by the community
Now, I can't cope with being stuck on this issue anymore so I turn to you for ideas.
The situation:
I have a dual sim 128gb HTC U11 (I got it in Hong Kong but I assume it's the India version as per the build numbers I've been through and the CID is 060)
S-ON
Bootloader Unlocked
Stock 2.42.400.2 Firmware
TWRP Recovery
Magisk root
So a fairly simple setup.
The issue: We're in 2020 and I'm on Android 8.0.0. Checking for updates doesn't show anything at all although there are already updates
2.42.400.2 -> 2.42.400.6
2.42.400.6 -> 2.42.400.7
2.42.400.7 -> 3.35.400.1 (this is my goal, at least be on Android 9
So usually to update or apply an OTA which I would download from androidfilehost or another source here in a topic I would
1. Uninstall root from within the Magisk app
2. Flash stock recovery for my version back on
3. Put the OTA zip file on an microsd card and pop it in
4. update via stock recovery "apply update from sd"
Now that sadly didn't work. I tried adb sideloading the OTA zip file, but came to the same result below: (I had to hand type it off the screen so excuse any typos)
Code:
E:Failed to parse build number in post-build-incremental=1011554.6
E:Failed to parse build number in pre-build-incremental=1011554.2
O80CT.01.001.009
Source: htc/ocndugl_00400/htc_ocndugl:8.0/0/0/OPR6.170623.013/1011554.2:user/release-keys
Target: htc/ocndugl_00400/htc_ocndugl:8.0.0/OPR6.170623.013/1011554.6:user/release-keys
Verifying current system…
E:eek:riginal error message E1000: is set, why set another again?
E1000: system partition has unexpected contents
E:Error in /sideload/package.zip (Status 7)
Installation aborted
Any help is appreciated. I tried searching the forums for solutions but couldn't the same case.
Thanks and stay healthy everyone!