I recently got an android phone running AOSP Android 5.1 Lollipop. I want to upgrade its software to higher android version, probably 9.0 as per the phone's capacity. But for that, I need treble support in the phone. And for that, I need to create a vendor partition. Here is a tutorial I found on XDA. Link
This guide is focused on MI3/MI4 devices and the resource ROM mentioned in it is also for MI3/MI4 devices. I think they may not work on my phone. The phone with me is of Micromax Canvas model. So please guide me through this. Thanks.
parted
orgdisk
(or its variant) tools to create partition as you would do on any Linux system. Here's a quick example to usesgdisk
: https://android.stackexchange.com/a/220042/218526. Bear in mind that any such command could be the last communication you've with your device. Partitioning is something which must be done when you know what you are doing, not by copying commands from support forums. – Irfan Latif May 26 '21 at 16:27