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

2011-02-15 Thread Anand Android
can;t just umount the partition used for media for UMS purpose?
what is the exact use of /mnt/secute ?
can breifly elaborate on this please ?

-
Anand


On Tue, Feb 15, 2011 at 1:47 PM, Dianne Hackborn hack...@android.comwrote:

 You can't avoid it, those are files in the SD card.


 On Mon, Feb 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 this ?

 -
 Anand



 On Mon, Feb 14, 2011 at 11:39 PM, Dianne Hackborn hack...@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.com
  wrote:

 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


  --
 unsubscribe: android-porting+unsubscr...@googlegroups.com
 website: http://groups.google.com/group/android-porting




 --
 Dianne Hackborn
 Android framework engineer
 hack...@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.





 --
 Dianne Hackborn
 Android framework engineer
 hack...@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.



-- 
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: [android-porting] /mnt/secure/asec

2011-02-14 Thread Anand Android
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 this ?

-
Anand


On Mon, Feb 14, 2011 at 11:39 PM, Dianne Hackborn hack...@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 ?

 -
 Anand


  --
 unsubscribe: android-porting+unsubscr...@googlegroups.com
 website: http://groups.google.com/group/android-porting




 --
 Dianne Hackborn
 Android framework engineer
 hack...@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.



-- 
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] /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@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] 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 shutdown
why its happening and which part of android source supposed to handle this
behaviour?

-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@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] 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, 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 ?

 Uncheck Settings  Applications  Development  Stay awake

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

 Android Training in London: http://skillsmatter.com/go/os-mobile-server

 --
 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.comandroid-developers%2bunsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en

-- 
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: LED turn off

2010-09-08 Thread Anand Android
yes zarah, i want to do it programatically.


On Wed, Sep 8, 2010 at 2:13 PM, Zarah Dominguez
zarah.doming...@gmail.comwrote:

 Hi Anand,

 Are you sure? I am also using Eclair 2.1 and I have that option.

 Or are you asking how to turn off the screen programmatically (which I
 don't know how 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, Anand Android android.an...@gmail.com
 
   wrote:
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 ?
 
   Uncheck Settings  Applications  Development  Stay awake
 
   --
   Mark Murphy (a Commons Guy)
  http://commonsware.com|http://github.com/commonsguy
  http://commonsware.com/blog|http://twitter.com/commonsguyhttp://commonsware.com/blog%7Chttp://twitter.com/commonsguy
 
   Android Training in London:http://skillsmatter.com/go/os-mobile-server
 
   --
   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.comandroid-developers%2bunsubscr...@googlegroups.comandroid-developers%2Bunsubs
 cr...@googlegroups.com
   For more options, visit this group at
  http://groups.google.com/group/android-developers?hl=en

 --
 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.comandroid-developers%2bunsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en


-- 
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: LED turn off

2010-09-08 Thread Anand Android
yes i looked into these values. but in powermanagerservice.java if do
getInt(STAY_ON_WHILE_PLUGGED_IN) it is returning 0. it means never stay on.
but in my case it never goes off

-Anand

On Wed, Sep 8, 2010 at 3:58 PM, Mark Murphy mmur...@commonsware.com wrote:

 On Wed, Sep 8, 2010 at 5:07 AM, 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#STAY_ON_WHILE_PLUGGED_IN

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

 Android Training in London: http://skillsmatter.com/go/os-mobile-server

 --
 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.comandroid-developers%2bunsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en


-- 
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] 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 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