I’m creating a custom rom based on FW008 for a project where I need to mass provision a lot of devices. I’m using Amlogic Customisation Tool v2.0.7.
The ROM needs to be rooted as we need to be able to push remote updates of our own apps.
My plan is to flash the custom cleaned up rom via USB and then root it with root_u1 .bat. I don’t want to use the EZ root method as it would involve inserting an sdcard into each device.
I’ve modified default.prop with:
ro.secure=0
ro.debuggable=1...
Custom Rom