Regarding the factory test mode discussed below, once the factory
testing is complete how can the ro.factorytest property be changed/
removed such that the device boots into normal operation?

Thanks,
twebb


The is no mode for apps.  This is for running the system in special
modes
with security turned off and few things running.  You shouldn't care
about
any of the normal apps; you should be putting special apps on the
device to
run factory tests (that will run instead of home).

On Mon, Mar 22, 2010 at 3:36 PM, Porting beginner <

[email protected]> wrote:

> On Mon, Mar 22, 2010 at 3:04 PM, Dianne Hackborn <[email protected]>wrote:

>> It is controlled with this sytem property: ro.factorytest

>> Possible values:

>>     public static final int FACTORY_TEST_OFF = 0;
>>     public static final int FACTORY_TEST_LOW_LEVEL = 1;
>>     public static final int FACTORY_TEST_HIGH_LEVEL = 2;

>> You'll need to look in the code to SystemServer and elsewhere to see what
>> all it does.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to