I'd assume that it's corrupted if it failed. Grab a file manager, clear it out of cache, and try to download it again. If it still fails, try running the following code, which reverts back to allowing automatic updates. Or use your favorite file manager and change the file name back to otacerts.zip.dparker86 wrote:when i try to do firmware upgrade it gets to 100% then says verifying and then says download failed.
Code: Select all
su
mount -o,remount -rw /system
mv /system/etc/security/otacerts.zip.old /system/etc/security/otacerts.zip
mount -o,remount -ro /system
gdeeble wrote:I'd assume that it's corrupted if it failed. Grab a file manager, clear it out of cache, and try to download it again. If it still fails, try running the following code, which reverts back to allowing automatic updates. Or use your favorite file manager and change the file name back to otacerts.zip.dparker86 wrote:when i try to do firmware upgrade it gets to 100% then says verifying and then says download failed.
Code: Select all
su mount -o,remount -rw /system mv /system/etc/security/otacerts.zip.old /system/etc/security/otacerts.zip mount -o,remount -ro /system
gain access to your box thru ADB on a PC.wtfchuck wrote:gdeeble wrote:I'd assume that it's corrupted if it failed. Grab a file manager, clear it out of cache, and try to download it again. If it still fails, try running the following code, which reverts back to allowing automatic updates. Or use your favorite file manager and change the file name back to otacerts.zip.dparker86 wrote:when i try to do firmware upgrade it gets to 100% then says verifying and then says download failed.
Code: Select all
su mount -o,remount -rw /system mv /system/etc/security/otacerts.zip.old /system/etc/security/otacerts.zip mount -o,remount -ro /system
Can anybody elaborate on this? How does one apply the code? TIA