Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Have you tried the following?
Did you rename the ROM to "update.zip"? (Without the quotes)
Also some times when you rename the file, sometimes Windows will automatically add a .zip to the file extension... So it ends up being update.zip.zip if so remove the extra .zip and try it again.
Try doing it all through adb commands -
Open the command prompt from the directory of where the ROM and the adb.exe is located on your PC (Platform tools) and type the command: "adb reboot recovery" (without the quotes)
Then select “apply update from adb”
Using the command prompt type: "adb sideload update.zip" (without the quotes) The file should then load and the ROM update will start.
When completed, select reboot system.
HOW DO YOU FİX THİS ERROR I HAVE THİS PROBLEMAfter trying once more I figured it's got to be a problem with the adb driver.
I don't recall having to type .zip.zip twice in cmd because of renaming it. Once I access the recovery adb it somehow disconnects my device.
=========================================================================
C:\Users\-\Downloads\ANDROID\sdk\platform-tools>adb devices
List of devices attached
******************* recovery
after initiating adb sideload in recovery:
C:\Users\-\Downloads\ANDROID\sdk\platform-tools>adb devices
List of devices attached
(nothing)
========================================================================
Fixed outcome:
C:\Users\-\Downloads\ANDROID\sdk\platform-tools>adb devices
List of devices attached
****************** sideload
C:\Users\-\Downloads\ANDROID\sdk\platform-tools>adb sideload flash.zip
serving: 'flash.zip' (~94%) * failed to read command:
(blank flash zip)
HOW DO YOU FİX THİS ERROR I HAVE THİS PROBLEM