vbmeta-disable-verification icon indicating copy to clipboard operation
vbmeta-disable-verification copied to clipboard

Patch Android vbmeta image and disable verification flags inside

Results 4 vbmeta-disable-verification issues
Sort by recently updated
recently updated
newest added

设备:vivo s10 5G 问题:当我刷入完成后的镜像之后,手机卡在fastboot(不知道处在什么模式但是fastboot命令可以使用),像下图这样 ![IMG_1648](https://github.com/libxzr/vbmeta-disable-verification/assets/45143713/35c656f5-5c66-4cbc-9f60-3031db67d051) 我不知道发生了什么样的问题,我采用的是X86-64文件夹下的程序执行的,同时我的BL是解开的,但我使用fastboot命令刷入的时候会出现未知错误,所以我才尝试使用这样的程序直接修改vbmeta镜像并刷入

./vbmeta-disable-verification: 1: ./vbmeta-disable-verification: ELF+!@F@8: not found ./vbmeta-disable-verification: 2: ./vbmeta-disable-verification: Syntax error: word unexpected (expecting ")")

现在你可以附加 --disable-verity 和 --disable-verification 去单独关闭某一个校验。若不附加参数则关闭两个校验以支持旧版行为

hello, how would I remove verification from Samsung vbmeta? (if this works for that brand) well I have several copies of my stock vbmeta, I removed verification from one of...