[android-developers] Re: Disable the screen lock when the Android OS startup

2010-07-02 Thread CMF
Um, I am not sure whether the question is related to porting Android
OS into an embedded systems.
I think there is a way to disable the screen lock when developing the
app...

On Jul 2, 5:24 pm, Mark Murphy mmur...@commonsware.com wrote:
 On Fri, Jul 2, 2010 at 5:02 AM, CMF manf...@gmail.com wrote:
  I want to make my app launched when the Android OS startup.
  I can make it, but when the Android OS startup, the screen lock is
  launched,
  how can I remove the screen lock launch so that I can get into my app
  directly?
  I am doing this in my embedded system.

 Questions about porting Android to embedded systems are best asked on
 the [android-porting] Google Group.

 --
 Mark Murphy (a Commons 
 Guy)http://commonsware.com|http://github.com/commonsguyhttp://commonsware.com/blog|http://twitter.com/commonsguy

 Android Training...At Your Office:http://commonsware.com/training

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


[android-developers] Re: Disable the screen lock when the Android OS startup

2010-07-02 Thread Al Sutton
The answer from non-porting standpoint is no. If a user wants a lock
screen the user gets the lock screen and your app won't be allowed to
take precedence.

Marks pointer to the -porting list is because if you implement Android
for your platform you may find people on that list who've done the
same thing on their specific platform implementations.

Al.

On Jul 2, 10:59 am, CMF manf...@gmail.com wrote:
 Um, I am not sure whether the question is related to porting Android
 OS into an embedded systems.
 I think there is a way to disable the screen lock when developing the
 app...

 On Jul 2, 5:24 pm, Mark Murphy mmur...@commonsware.com wrote:



  On Fri, Jul 2, 2010 at 5:02 AM, CMF manf...@gmail.com wrote:
   I want to make my app launched when the Android OS startup.
   I can make it, but when the Android OS startup, the screen lock is
   launched,
   how can I remove the screen lock launch so that I can get into my app
   directly?
   I am doing this in my embedded system.

  Questions about porting Android to embedded systems are best asked on
  the [android-porting] Google Group.

  --
  Mark Murphy (a Commons 
  Guy)http://commonsware.com|http://github.com/commonsguyhttp://commonsware.com/blog|http://twitter.com/commonsguy

  Android Training...At Your Office:http://commonsware.com/training

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


Re: [android-developers] Re: Disable the screen lock when the Android OS startup

2010-07-02 Thread Mark Murphy
On Fri, Jul 2, 2010 at 6:33 AM, Al Sutton a...@funkyandroid.com wrote:
 The answer from non-porting standpoint is no. If a user wants a lock
 screen the user gets the lock screen and your app won't be allowed to
 take precedence.

 Marks pointer to the -porting list is because if you implement Android
 for your platform you may find people on that list who've done the
 same thing on their specific platform implementations.

Precisely. What you are looking to do requires firmware changes,
AFAIK. Since you are developing your own device, firmware changes
should be easy for you, but this is not the best list for questions on
that topic.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

Android Training...At Your Office: http://commonsware.com/training

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