Teclast T40 Pro (T1B1 model) - Problems with vbmeta
Teclast T40 Pro (T1B1 model) - Problems with vbmeta
python avbtool make_vbmeta_image --key rsa4096_vbmeta.pem --algorithm SHA256_RSA4096 --flag 2 --chain_partition boot:1:keys/boot_key.bin --chain_partition dtbo:6:keys/dtbo_key.bin --chain_partition socko:13:keys/socko_key.bin --chain_partition odmko:14:keys/odmko_key.bin --chain_partition vbmeta_system:2:keys/vmbeta_system_key.bin --chain_partition vbmeta_system_ext:3:keys/vmbeta_system_ext_key.bin --chain_partition vbmeta_vendor:4:keys/vmbeta_vendor_key.bin --chain_partition vbmeta_product:5:keys/vmbeta_product_key.bin --chain_partition l_modem:7:keys/l_modem_key.bin --chain_partition l_ldsp:8:keys/l_ldsp_key.bin --chain_partition l_gdsp:9:keys/l_gdsp_key.bin --chain_partition pm_sys:10:keys/pm_sys_key.bin --chain_partition l_agdsp:11:keys/l_agdsp_key.bin --chain_partition l_cdsp:12:keys/l_cdsp_key.bin --padding_size 20480 --output vbmeta-sign-custom.img
python avbtool make_vbmeta_image --key rsa4096_vbmeta.pem --algorithm SHA256_RSA4096 --flag 2 --chain_partition boot:1:keys/boot_key.bin --chain_partition dtbo:6:keys/dtbo_key.bin --chain_partition socko:13:keys/socko_key.bin --chain_partition odmko:14:keys/odmko_key.bin --chain_partition vbmeta_system:2:keys/vmbeta_system_key.bin --chain_partition vbmeta_system_ext:3:keys/vmbeta_system_ext_key.bin --chain_partition vbmeta_vendor:4:keys/vmbeta_vendor_key.bin --chain_partition vbmeta_product:5:keys/vmbeta_product_key.bin --chain_partition l_modem:7:keys/l_modem_key.bin --chain_partition l_ldsp:8:keys/l_ldsp_key.bin --chain_partition l_gdsp:9:keys/l_gdsp_key.bin --chain_partition pm_sys:10:keys/pm_sys_key.bin --chain_partition l_agdsp:11:keys/l_agdsp_key.bin --chain_partition l_cdsp:12:keys/l_cdsp_key.bin --padding_size 20480 --output vbmeta-sign-custom.img(08-07-2022, 08:51 PM)Gargoyle magisk-patched boot must be signed, you can use rsa4096_vbmeta.pem key, then extract rsa4096_vbmeta.pem to .bin and replace boot_key.bin , must be written to vbmeta, don't change --flag 2, leave --flag 0
(08-07-2022, 06:09 PM)jazzk ...
For the flashing process, I'm booting into fastbootd (fastboot reboot fastboot) and then executing fastboot flash vbmeta vbmeta-sign-custom.img. The flash completes fine, but when I try to reboot the tablet (before I've even attempted flashing a magisk-patched boot image), the tablet appears to just switch off after the splash screen. It does eventually reset to the splash screen, but then switches off again for a while and so on. So kind of like a bootloop, but not your typical "fast" reboot cycle.
Any help would be appreciated!
python avbtool.py info_image --image vbmeta.img(17-08-2022, 05:53 PM)gigiline(17-08-2022, 04:51 PM)Gargoyle(16-08-2022, 11:41 PM)gigiline ... i have see dimension of custom vbmeta and is 20kb, the stock is 1mb, i think the problem is this, any solution?
python vbmeta_pad.py
now get this error
(08-07-2022, 08:58 PM)jazzk(08-07-2022, 08:51 PM)Gargoyle magisk-patched boot must be signed, you can use rsa4096_vbmeta.pem key, then extract rsa4096_vbmeta.pem to .bin and replace boot_key.bin , must be written to vbmeta, don't change --flag 2, leave --flag 0
Thanks, appreciate the response but the problem is really with my custom vbmeta. I can't get the tablet to boot after flashing that (so haven't even got to magisk-patched boot yet)