--tm
I realized how to set "ro.factorytest" property by adding
androidboot.mode=factory to my kernel parameter. Besides the fact that
my board hangs on a loop, rebooting constantly... and the need to
discover why I'd like to get the practical idea behind factorytest. If
I enable it how I'll test on my hardware? There are some
pre-established codes to test android framework? (I found codes for
specifics devices but not an generic list) Or should I create an
application with my procedure (using something like [1]) .
[1] http://developer.android.com/reference/android/content/Intent.html#ACTION_FACTORY_TEST
--tm
I noticed the same thing on my system when I tried to boot into the
FACTORY_TEST_LOW_LEVEL mode. It seems that without several of the
services (such as the AccessibiltyManagerService), no UI elements can
be displayed on the screen. I have a factory test application that
overrides the home application, but the keyguard locking screen still
tries to come up causing the SystemServer to die and restart
constantly.
I've had similar problems where the SystemServer tries to output logs
using the DropBoxManager.
Does anyone know whether the UI is supposed to work at
FACTORY_TEST_LOW_LEVEL? I'm wondering just how low level "low level"
is?
Damian