Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

7
votes
1answer
601 views

Programmatically Turn Off USB Storage on Android Devices

On many android devices, when the device is plugged into the USB port of a computer or even on some USB charging devices, the phone goes into USB Storage mode. When the device is in this mode, android ...
5
votes
2answers
2k views

Find which drive corresponds to which USB mass storage device in WinXP

I have several USB drives connected to a WinXP SP3 computer, and I need to tell them apart programatically - I need to find which drive letter corresponds to which device (in this case, one device ~ ...
2
votes
3answers
1k views

Find which drive corresponds to which USB mass storage device in Linux

I have several USB mass storage flash drives connected to a Ubuntu Linux computer (Ubuntu 10.04.1, kernel 2.6.32-25-386), and I need to tell them apart programatically (from bash if possible, but I'm ...
1
vote
0answers
58 views

Intent : Mass storage Activity

I need to open usb mass storage activity from application.Is there any intent to do this? like "startActivity(new Intent(Settings.ACTION_APPLICATION_DEVELOPMENT_SETTINGS))"
1
vote
3answers
360 views

USB Mass Storrage on File Level

The Challenge: I have an Linux hand-held device, which records data and stores it to the disc. It should exchange these data with a Windows application via USB. When this data is accessible by the ...
1
vote
1answer
924 views

Why only one WM_DEVICECHANGE message when a multi-volume USB Device is removed?

I'm writing an application that detects when a certain USB Mass Storage Device is plugged-in, and when it is unplugged - by listening for WM_DEVICECHANGE messages. I've also registered my ...
0
votes
1answer
237 views

Android:mount unmount and format sdcard

Is there any possibility given in Android Icecream-sandwich to programatically format,mount and unmount sdcard ?
0
votes
1answer
81 views

How can I detect and handle my app when the device is connected as Mass Storage?

I developing a game with SD resources. When I connect the device as MASS STORAGE the device crash. It's because when I plug my device in the PC as Mass Storage the device doesn't have access to the SD ...
0
votes
1answer
289 views

Android USB Mass Storage

So, I know how to detect USB mass storage being connected and disconnected. So far so good. But now I have a problem, wherein once I get out of USB mode in my app, MediaStore begins to scan media, I ...
0
votes
0answers
641 views

How to turn off USB mass storage programmatically in Android?

I want to turn on/off the USB mass storage in Android. I tried the below code. It's not working. Can any one please help me in this? To disable the Mass storage I have used this: ...
0
votes
1answer
100 views

Manufacturer String and Product string for a USB Mass storage device

I want to extract the manufacturer string and product string for a specific Mass storage USB device let's say C:. I am able to extract manufacturer string and product string by enumerating all USB ...
0
votes
0answers
861 views

Android Force Mount USB Storage when SD card is formatted to HFS+

I'm not exactly sure if this is the best place for this topic but here goes.. I've reformatted my Android SD card (16GB) to HFS+ format, and pushed a Mac OS X 10.6 boot image (from a .dmg file) onto ...
0
votes
1answer
64 views

Accessing backing storage file from both Host machine and emulating machine when using USB Gadget

I have an embedded machine that is running g_file_storage. I would like to be able to access the backing store in read only mode from the machine while g_file_storage is running and a host machine is ...
-2
votes
1answer
22 views

Do I need FAT on both ends of a USB link?

I have a product consisting of two boxes, both running an RTOS (not picked yet, say FreeRTOS): Box A will have: an SD card and a FAT stack an "external" USB device port with MSD to allow PC access ...