Hi -
was trying to root my Note 10 lite and unfortunately i am now getting the following error. have gone back to stock firmware but anyone have any ideas why? followed these instructions androidinfotech.com/root-samsung-galaxy-note-10-lite-android-10
- Odin Mode (AVB Fail)
- vbmeta: error verifying vbmeta image: OK_NOT_Signed(3)
- vbmeta: VERIFICATION_DISABLED bit is set.
- vbmeta: NO sign info
- vbmeta
thanks
Rambam81 said:
Hi -
was trying to root my Note 10 lite and unfortunately i am now getting the following error. have gone back to stock firmware but anyone have any ideas why? followed these instructions androidinfotech.com/root-samsung-galaxy-note-10-lite-android-10
- Odin Mode (AVB Fail)
- vbmeta: error verifying vbmeta image: OK_NOT_Signed(3)
- vbmeta: VERIFICATION_DISABLED bit is set.
- vbmeta: NO sign info
- vbmeta
thanks
Click to expand...
Click to collapse
where abe to solve problem.. i am into the same situation
Related
I´m problem,
when fastboot flash zip firmware.zip
error 12 signature failed and mobile not boot,
Guys.. i rooted my mi a1 without disabling ita update and i have successfully unlocked the bootloader but i cant install magisk manager..it says file cant be extracted..any one help me to solve this plz..
- Device platform: arm64
- Extracting files
- Use boot image: /data/user_de/0/com.topjohnwu.magisk/install/boot.img
- Mounting /system, /vendor
- Device skip_initramfs detected
- Unpacking boot image
MagiskBoot v15.3(1531) (by topjohnwu) - Boot Image Modification Tool
Parsing boot image: [/data/user_de/0/com.topjohnwu.magisk/install/boot.img]
No boot image magic found!
! Unable to unpack boot image
Failed!
! Installation failed
error mode
error
func NO : 11 (recovery image)
func NO : 2 (LOAD FAILED)
patrick10K said:
error mode
error
func NO : 11 (recovery image)
func NO : 2 (LOAD FAILED)
Click to expand...
Click to collapse
you need to do test point, board firmware and an application for flashes this things, i have octopus box so i can flash
I followed this https://forum.xda-developers.com/t/signing-boot-images-for-android-verified-boot-avb-v8.3600606/ to sign boot image. But it fails to boot. I think the process corrupts image.
```
fastboot boot boot_signed.img
< waiting for any device >
Sending 'boot.img' (36925 KB) OKAY [ 1.220s]
Booting FAILED (remote: 'Error verifying the received boot.img: Volume Corrupt')
fastboot: error: Command failed
```
Device is Pixel 4A. I tried with different ROMs.
Hello everyone, this is my first time posting in XDA!
I know that you can't unlock the bootloader on a "official" way but I was able to do it with the help of mtkclient and some posts around XDA, now I was wondering if someone tried or what is the procedure to install a GSI on this device because I have tried but it won't boot (reboots over and over or gets stuck in logo), I've seen some posts (on Nokia official forums) saying that they were able to do this using the latest LineageOS GSI and I tried this but it didn't work too!.
What have I tried?So far I tried to flash the GSI with fastboot and SP Flash Tool and none of them worked but there were some errors on the fastboot procedure:
When doing
Code:
fastboot delete-logical-partition product_a
It showed me:
Code:
Deleting 'product_a' FAILED (remote: 'unknown command')
fastboot: error: Command failed
So I just continued anyways and the flashing went with no errors using
Code:
fastboot flash system (Path to rom)
but when trying to do a userdata wipe (fastboot -w), fastboot says this:
Code:
Erasing 'userdata' OKAY [ 0.078s]
CreateProcess failed: The system cannot find the specified file. (2)
fastboot: error: Cannot generate image for userdata
So I thought that maybe that was the problem of why it wasn't working.
Any help is really appreciated, thanks!