Replies: 1 comment
-
The answer if anyone else needs to know... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have an MTK device that does not have a "boot" partition but instead has "boot_a" and "boot_b". The same applies for vbmeta and vendor boot and possibly others. I have several questions regarding this type of setup:
Can I use magisk to patch "boot_a" and "boot_b", the same as I would if had just "boot"?
Do I patch both, or just one?
How do I know if I'm running on the "a" system or the "b" system?
Is the process the same for unlocking the bootloader (i.e. python mtk da seccfg unlock)?
Beta Was this translation helpful? Give feedback.
All reactions