Could you suggest the appropriate group? I'm confused since this thread started in this group by "Porting beginner" back in March.
I re-posted on android-platform group - is that appropriate? Thanks, twebb On Sep 2, 6:07 pm, Dianne Hackborn <[email protected]> wrote: > This is not related to the Android SDK; please move this to an appropriate > group. > > > > On Thu, Sep 2, 2010 at 11:20 AM, twebb <[email protected]> wrote: > > 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]<android-developers%[email protected]> > > For more options, visit this group at > >http://groups.google.com/group/android-developers?hl=en > > -- > Dianne Hackborn > Android framework engineer > [email protected] > > Note: please don't send private questions to me, as I don't have time to > provide private support, and so won't reply to such e-mails. All such > questions should be posted on public forums, where I and others can see and > answer them. -- 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

