I'm checking the possibilities to validate my board through some tests. Looking at documentation I read about factorytest mode where I can analyze - individually - different subsystems of android framework. I did not find documentation a steps to enter in this mode. My initial step was use ADB to "setprop ro.factorytest 1" but, as expect, didn't work. My second idea was create an application to enter on factory test (editing Manifest file) mode but again I'd probably violate some security design... Looking at system/core/init/init.c I noted that "ro.factorytest" could be set depending on kernel parameters, so I tried "androidboot.mode=factory" without success. What's the correct (or recommended) way to get device running in manufacturer test mode?
--tm -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
