View Single Post
Old 12-08-2022, 07:39 AM   #30
kaznelson
Old Kaz
kaznelson ought to be getting tired of karma fortunes by now.kaznelson ought to be getting tired of karma fortunes by now.kaznelson ought to be getting tired of karma fortunes by now.kaznelson ought to be getting tired of karma fortunes by now.kaznelson ought to be getting tired of karma fortunes by now.kaznelson ought to be getting tired of karma fortunes by now.kaznelson ought to be getting tired of karma fortunes by now.kaznelson ought to be getting tired of karma fortunes by now.kaznelson ought to be getting tired of karma fortunes by now.kaznelson ought to be getting tired of karma fortunes by now.kaznelson ought to be getting tired of karma fortunes by now.
 
kaznelson's Avatar
 
Posts: 208
Karma: 1064151
Join Date: May 2010
Device: PocketBook Era
...oops, adb reboot recovery

----------
Reboot system now
Reboot to bootloader
Wipe data/factory reset
Wipe cache partition
Mount /system
View recovery logs
Power off
----------

That's it, there's nothing else...


Part 1:
Code:
D:\Phone\ADB>fastboot update update.zip
--------------------------------------------
Bootloader Version...:
Baseband Version.....:
Serial Number........: XXXXXXXX
--------------------------------------------
archive does not contain 'android-info.txt'
fastboot: error: could not read android-info.txt
Part 2:
Code:
D:\Phone\ADB>fastboot update update.zip
--------------------------------------------
Bootloader Version...:
Baseband Version.....:
Serial Number........: XXXXXXXX
--------------------------------------------
extracting android-info.txt (0 MB) to RAM...
Checking 'product'                                 FAILED

Device product is 'sdm660'.
Update requires 'Poke3'.

fastboot: error: requirements not met!
Part 3:
Code:
D:\Phone\ADB>fastboot update update.zip
--------------------------------------------
Bootloader Version...:
Baseband Version.....:
Serial Number........: XXXXXXXX
--------------------------------------------
extracting android-info.txt (0 MB) to RAM...
Checking 'product'                                 OKAY [  0.000s]
extracting boot.img (12 MB) to disk... took 0.047s
archive does not contain 'boot.sig'
Sending 'boot' (12637 KB)                          OKAY [  0.313s]
Writing 'boot'                                     OKAY [  0.141s]
archive does not contain 'init_boot.img'
archive does not contain 'dtbo.img'
archive does not contain 'dt.img'
archive does not contain 'pvmfw.img'
archive does not contain 'recovery.img'
archive does not contain 'vbmeta.img'
archive does not contain 'vbmeta_system.img'
archive does not contain 'vbmeta_vendor.img'
archive does not contain 'vendor_boot.img'
archive does not contain 'vendor_kernel_boot.img'
archive does not contain 'super_empty.img'
archive does not contain 'odm.img'
archive does not contain 'odm_dlkm.img'
archive does not contain 'product.img'
archive does not contain 'system.img'
fastboot: error: could not load 'system.img': No such file or directory

Need to think about unpacking system.new.dat.br and vendor.new.dat.br ...

Last edited by kaznelson; 12-08-2022 at 08:07 AM.
kaznelson is offline   Reply With Quote