[android-developers] LED turn off

2010-09-07 Thread Anand Android
Hi all, In charge only mode the device stays awake all the time, it doesn't turn off the screen during chargeOnly mode. I want it turn off the screen after certain amount of time . how do i do that ? - Anand -- You received this message because you are subscribed to the Google Groups Android

Re: [android-developers] LED turn off

2010-09-08 Thread Anand Android
Hi Mark, I'm using eclair 2.1. This option is not avaible in that. -Anand On Wed, Sep 8, 2010 at 6:22 AM, Mark Murphy mmur...@commonsware.com wrote: On Fri, Sep 3, 2010 at 9:05 AM, Anand Android android.an...@gmail.com wrote: In charge only mode the device stays awake all the time

Re: [android-developers] Re: LED turn off

2010-09-08 Thread Anand Android
to do heheh). Thanks, Zarah. On Sep 8, 3:34 pm, Anand Android android.an...@gmail.com wrote: Hi Mark, I'm using eclair 2.1. This option is not avaible in that. -Anand On Wed, Sep 8, 2010 at 6:22 AM, Mark Murphy mmur...@commonsware.com wrote: On Fri, Sep 3, 2010 at 9:05 AM

Re: [android-developers] Re: LED turn off

2010-09-08 Thread Anand Android
, Anand Android android.an...@gmail.com wrote: yes zarah, i want to do it programatically. Ah. In that case, you want android.provider.Settings.System, specifically the STAY_ON_WHILE_PLUGGED_IN setting: http://developer.android.com/reference/android/provider/Settings.System.html

[android-developers] android doesn't recognize battery

2010-09-10 Thread Anand Android
Hi all, in the presence of usb cable if i remove battery from the device and put it back ,the device is not recognizing the battery. but from the kernel log i can see the battery charging event at the time of inserting the battery back and after that if the usb cable is taken out ,device will

[android-developers] /mnt/secure/asec

2011-02-13 Thread Anand Android
hi all, actually when i mount mysd card . i see 2 partitions ,/mnt/sdcard and /mnt/secure/asec. what is /mnt/secure/asec? whats the use ? - Anand -- 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] Re: [android-porting] /mnt/secure/asec

2011-02-14 Thread Anand Android
...@android.comwrote: It is secure containers, currently mainly for apps on SD card. On Sun, Feb 13, 2011 at 11:34 PM, Anand Android android.an...@gmail.comwrote: hi all, actually when i mount mysd card . i see 2 partitions ,/mnt/sdcard and /mnt/secure/asec. what is /mnt/secure/asec? whats the use

[android-developers] Re: [android-porting] /mnt/secure/asec

2011-02-15 Thread Anand Android
14, 2011 at 11:34 PM, Anand Android android.an...@gmail.comwrote: Hi Dianne, Thanks . I'm mounting SDcard on pc ..using UMS mode...when i do this . i see all the partitions of the SD card mounted on the PC side,which i dont want it . i just want to mount '/mnt/sdcard' . how do i do