Android factory test mode

435 views
Skip to first unread message

Porting beginner

unread,
Mar 22, 2010, 5:02:23 PM3/22/10
to android-d...@googlegroups.com, android-...@googlegroups.com, android...@googlegroups.com
Hi,

I have android running on arm11 based target platform with eclair release.
How to boot android in factory test mode ?  Where I can get more information on this ?


--
Thanks

Dianne Hackborn

unread,
Mar 22, 2010, 6:04:20 PM3/22/10
to android-d...@googlegroups.com, android-...@googlegroups.com, android...@googlegroups.com
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 android-d...@googlegroups.com
To unsubscribe from this group, send email to
android-develop...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
 
To unsubscribe from this group, send email to android-developers+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.



--
Dianne Hackborn
Android framework engineer
hac...@android.com

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.

Porting beginner

unread,
Mar 22, 2010, 6:32:04 PM3/22/10
to android...@googlegroups.com
On Mon, Mar 22, 2010 at 3:04 PM, Dianne Hackborn <hac...@android.com> 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.

Thanks a lot for .

 
On Mon, Mar 22, 2010 at 2:02 PM, Porting beginner <porting....@gmail.com> wrote:
Hi,

I have android running on arm11 based target platform with eclair release.
How to boot android in factory test mode ?  Where I can get more information on this ?


--
Thanks

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-d...@googlegroups.com
To unsubscribe from this group, send email to
android-develop...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
 
To unsubscribe from this group, send email to android-developers+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.



--
Dianne Hackborn
Android framework engineer
hac...@android.com

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.

--
unsubscribe: android-kerne...@googlegroups.com
website: http://groups.google.com/group/android-kernel
 
To unsubscribe from this group, send email to android-kernel+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.



--
Thanks
Rizavan

Porting beginner

unread,
Mar 22, 2010, 6:36:52 PM3/22/10
to android...@googlegroups.com, android-d...@googlegroups.com, android-...@googlegroup.com
On Mon, Mar 22, 2010 at 3:04 PM, Dianne Hackborn <hac...@android.com> 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.

Sorry but forget to post this question too.

Do I need to set mode for all app need in factory mode ?
Whats the diff when I boot android in normal vs factory mode from system and app point of view ?


 

On Mon, Mar 22, 2010 at 2:02 PM, Porting beginner <porting....@gmail.com> wrote:
Hi,

I have android running on arm11 based target platform with eclair release.
How to boot android in factory test mode ?  Where I can get more information on this ?


--
Thanks

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-d...@googlegroups.com
To unsubscribe from this group, send email to
android-develop...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
 
To unsubscribe from this group, send email to android-developers+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.



--
Dianne Hackborn
Android framework engineer
hac...@android.com

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.

To unsubscribe from this group, send email to android-kernel+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.



--
Thanks

Dianne Hackborn

unread,
Mar 22, 2010, 9:13:14 PM3/22/10
to android-d...@googlegroups.com, android...@googlegroups.com, android-...@googlegroup.com
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).

Shuduo Sang

unread,
Mar 23, 2010, 12:07:28 AM3/23/10
to android...@googlegroups.com, android-d...@googlegroups.com, android-...@googlegroup.com
Is it also named "fast boot" mode?

Dianne Hackborn

unread,
Mar 23, 2010, 12:41:30 AM3/23/10
to android...@googlegroups.com, android-d...@googlegroups.com, android-...@googlegroup.com
On Mon, Mar 22, 2010 at 9:07 PM, Shuduo Sang <sangs...@gmail.com> wrote:
Is it also named "fast boot" mode?

No that is unrelated.

Porting beginner

unread,
Mar 23, 2010, 2:00:42 AM3/23/10
to android...@googlegroups.com, android-d...@googlegroups.com, android-...@googlegroup.com
On Mon, Mar 22, 2010 at 9:41 PM, Dianne Hackborn <hac...@android.com> wrote:
On Mon, Mar 22, 2010 at 9:07 PM, Shuduo Sang <sangs...@gmail.com> wrote:
Is it also named "fast boot" mode?

No that is unrelated.

Thanks for more detail on factory mode.

fastboot is special mode of device for downloading images, fastboot is protocol. right ?

 
--
Dianne Hackborn
Android framework engineer
hac...@android.com

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.

--
unsubscribe: android-kerne...@googlegroups.com
website: http://groups.google.com/group/android-kernel
 
To unsubscribe from this group, send email to android-kernel+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.



--
Thanks
Rizavan

Dianne Hackborn

unread,
Mar 23, 2010, 3:07:10 AM3/23/10
to android-d...@googlegroups.com, android...@googlegroups.com, android-...@googlegroup.com
Yes fastboot is the Android tool for flashing images (and doing other things).

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-d...@googlegroups.com

To unsubscribe from this group, send email to
To unsubscribe from this group, send email to android-developers+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.



--

Shuduo Sang

unread,
Mar 23, 2010, 8:24:02 AM3/23/10
to android...@googlegroups.com, android-d...@googlegroups.com, android-...@googlegroup.com
Got it. Thanks
Reply all
Reply to author
Forward
0 new messages