Re: [android-developers] Mount USB pendriveto simulate SD Card functionality

2011-03-08 Thread kiran
Hi, if you want to detect usb as external storage device (sdcard),then you can use the following configuration in the vold.fstab to mount the usb device. dev_mount sdcard /mnt/sdcard auto /devices/platform/musb_hdrc/usb1 and the following configuration in init.rc file export

Re: [android-developers] Mount USB pendriveto simulate SD Card functionality

2011-03-07 Thread Nikhil Dhavale
It is possible on Nexus one. Kindly take a look at http://sven.killig.de/android/N1/2.2/usb_host/ On 28 February 2011 19:25, manish monusa...@gmail.com wrote: Hi , I am working on a board in which currently SDCARD is not active and having 1 usb port. So i need to connect the USB hub to

[android-developers] Mount USB pendriveto simulate SD Card functionality

2011-03-02 Thread manish
Hi , I am working on a board in which currently SDCARD is not active and having 1 usb port. So i need to connect the USB hub to connect the Other USB devices.I am working on Froyo 2.2. I want to mount USB pendrive to as a SD Card so that Video camera, gallery and other apk can be tested. I did