[android-developers] Re: Accessing /udisk

2011-01-19 Thread JAlexoid (Aleksandr Panzin)
/udisk is not standard.
And all of the tablet Android versions are custom ROMs with poor
support. I bet he has something like APad.

On 19 янв, 15:43, jb cona...@gmail.com wrote:
 Hi,

 I have an app that downloads images and stores them on the devices /
 sdcard.
 One of my users has a new Android Tablet which has NO sdcard. He says
 he only has usb input, /udisk.

 Is it a simple matter of writing to the /udisk mount, instead of the /
 sdcard? Or are there potential gotcha's I'm not aware of?

 I can't seem to find any information on this.

 jb

-- 
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: Accessing /udisk

2011-01-19 Thread webmonkey
You probably mean that it must correctly implement Android's External
Storage API . The Nexus S does not have an SD card ;-)

On Jan 19, 8:18 pm, Dianne Hackborn hack...@android.com wrote:
 No SD card means it is not a compatible device, so can't have Market for
 just this reason.





 On Wed, Jan 19, 2011 at 5:43 AM, jb cona...@gmail.com wrote:
  Hi,

  I have an app that downloads images and stores them on the devices /
  sdcard.
  One of my users has a new Android Tablet which has NO sdcard. He says
  he only has usb input, /udisk.

  Is it a simple matter of writing to the /udisk mount, instead of the /
  sdcard? Or are there potential gotcha's I'm not aware of?

  I can't seem to find any information on this.

  jb

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

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


Re: [android-developers] Re: Accessing /udisk

2011-01-19 Thread Dianne Hackborn
Yes at this point from my perspected external storage and SD card have
become interchangeable.  In that SD card is meaningless. :p

On Wed, Jan 19, 2011 at 11:36 AM, webmonkey webmonke...@gmail.com wrote:

 You probably mean that it must correctly implement Android's External
 Storage API . The Nexus S does not have an SD card ;-)

 On Jan 19, 8:18 pm, Dianne Hackborn hack...@android.com wrote:
  No SD card means it is not a compatible device, so can't have Market for
  just this reason.
 
 
 
 
 
  On Wed, Jan 19, 2011 at 5:43 AM, jb cona...@gmail.com wrote:
   Hi,
 
   I have an app that downloads images and stores them on the devices /
   sdcard.
   One of my users has a new Android Tablet which has NO sdcard. He says
   he only has usb input, /udisk.
 
   Is it a simple matter of writing to the /udisk mount, instead of the /
   sdcard? Or are there potential gotcha's I'm not aware of?
 
   I can't seem to find any information on this.
 
   jb
 
   --
   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
 
  --
  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.comandroid-developers%2bunsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en




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