Thank you for the quick reply. Tried the method using two different computers (Linux & MacOS) with the new files and getting the same error. Should I be flashing misc-rec?
Currently doing—
Quote:
adb reboot bootloader
fastboot flash recovery nnglow21.img
fastboot flash misc misc-rec
fastboot reboot
adb reboot recovery
adb shell
# mount -t f2fs /dev/block/by-name/UDISK /data
# mount -t ext4 /dev/block/by-name/cache /cache
# ^D
adb push update.zip /data/media/0
adb shell
# update-binary 2 1 /data/media/0/update.zip
# line 2 col 23: unknown function "assert_boot_version"
# line 3 col 38: unknown function "resize2fs"
# line 5 col 11: unknown function "burnboot"
# line 9 col 135: unknown function "block_image_update"
# line 13 col 135: unknown function "block_image_update"
# 5 parse errors
|