workaround for da vbmeta 3 on a/b partition #1278
dsx992
started this conversation in
Show and tell
Replies: 2 comments 1 reply
-
Great idea. How do I find my active partition? I don't have fastboot. mtk_da_handler.py reads "para" at offsets [0x800:0x802]. I have 0x00,0x41,0x42 (which is " AB") at these offsets. So, is my active partition "a" or "b"? Thanks. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Your idea worked for me! Thanks! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
for me anyway,
mtk.py da vbmeta 3
cannot find the vbmeta_x partition. However, hardcoding in mtk_da_handler.py you can simply setpartition="vbmeta_a"
(or whatever is your active partition) inpatch_vbmeta
(around line 188). Remove the methodcallget_current_slot()
- it causes errorsBeta Was this translation helpful? Give feedback.
All reactions