Tips:
Petitboot not supported for now, you need to deactivate it.
- Select Exit to shell in the Petitboot menu.
- Run fw_setenv skip_spiboot true so Petitboot will deactivated from next power cycle.
By Default Android 12 Taskbar is enabled, in this case Volume UP/DOWN navbar buttons not visible.
Power off/reboot is available in quick menu.
- You can deactivate Taskbar and bring back standard navigation bar from Settings> System > Buttons > Enable Taskbar.
Still work in progress so some custom features not available for now.
So report bugs here.
Custom locations on FAT partition to keep customizations across updates.
Code: Select all
/fat/etc/build.prop
/fat/etc/firmware
/fat/usr/idc
/fat/usr/keylayout
/fat/media/bootanimation.zip
To rotate by default e.g.
VU8M display 90/270 degree.
Create /fat/etc/build.prop file and insert this line
Code: Select all
ro.surface_flinger.primary_display_orientation=ORIENTATION_270
We also need rotate touch screen by default
So copy
/vendor/usr/idc/Vendor_0416_Product_038f.idc to
/fat/usr/idc/Vendor_0416_Product_038f.idc
Edit
/fat/usr/idc/Vendor_0416_Product_038f.idc and set
Code: Select all
touch.orientation = ORIENTATION_270