I have a J7 elte. When I want to sideload a zip file with adb from the phone's default boot loader the bootloader raises error Signature Verification Failed whole-file. How can I disable this verification in my phone's default bootloader?
Asked
Active
Viewed 6,630 times
1
Reza Hosseinzadeh
- 33
- 1
- 7
adb sideloadis a feature of recovery, not of bootloader. They both are independent environments; tiny operating systems. // "Signature verification failed" cannot be prevented in stock recoveries. They accept ROMs signed by the OEM only. You can install a custom recovery if available and possible. More details here: https://android.stackexchange.com/a/233134/218526 – Irfan Latif Sep 17 '22 at 11:31