The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
45 views

USB host recognition

I'm developing an embedded USB device which needs to be available to two different hosts. The first is a normal PC, where it will be used as a MSC (mass storage) device, and the second is a specific ...
0
votes
0answers
48 views

Mount custom USB mass storage on OSX

I have been working on a small embedded project using the Stellaris Launchpad. I've configured it to implement the USB mass storage class so that I can plug it in and mount a fat16 SD card connected ...
3
votes
1answer
167 views

Is it possible to send SCSI commands to a USB device from within a kernel module?

Question How, given the information udev passes to my kernel module (the block device path maybe), can I send SCSI commands to the block device? (yet have it function normally otherwise, meaning ...
0
votes
0answers
100 views

IOCTL_SCSI_PASS_THROUGH write timeout

I was trying to make a Lexar drive fixed, by flipping the 'Removable Media Bit'. There is tool out there which is already doing the job (BootIt: ...
0
votes
1answer
246 views

Send custom commands to Mass Storage device

I have developed a mass-storage device, and I'd a like a PC application to send/receive some custom commands to it. Normally one would create a composite USB device for this (MSC+HID) and send the ...
2
votes
0answers
312 views

File Storage Gadget vs Mass Storage gadget

On embedded device I would like to use USB Gadget - Mass Storage. I found two options in menu, but they are not strictly defined. In Mass Storage section: This is heavily based on File-backed ...
0
votes
0answers
43 views

Call UsbStorageActivity

I build a mobile application that can call UsbStorageActivity. I have search it and found that activity is an internal system activity. But they do not say it can not call. Can i do call it using ...
3
votes
1answer
1k views

Read data from pen drive through android USB host mode

I need to read file from pen drive, my code is as follow: private static final String ACTION_USB_PERMISSION = "android.hardware.usb.action.USB_ACCESSORY_ATTACHED"; private final BroadcastReceiver ...
0
votes
0answers
92 views

how to know which userspace process is writing to sd card?

Here is the kernel stack generated using WARN_ON in sdhci_send_command** *****WARNING: at /vobs/iandroid/src/kernel/drivers/mmc/host/mx_sdhci.c:495 sdhci_send_command+0x150/0x86c() Modules linked in: ...
2
votes
1answer
150 views

How can I list the contents of an SD card connected to Linux via a phone in USB Mass Storage Mode?

Is it possible to get a list of files from an SD card when it is connected as a USB Mass Storage device?
1
vote
0answers
309 views

Android: manage USB memory and files

Good afternoon to all. I'm working on Android 4.0.3 (API 15). I'd need to make an application that mounts automatically a USB stick (when connected), copies some files from it to internal file ...
0
votes
1answer
149 views

Mass Storage Memory Android Intent

I need to open in device's Mass Storage Memory (internal, external and usb Mass Storage) through programmatically using Intent. How to open Mass Storage Memory. Guide Me. Thanks.
0
votes
1answer
1k views

Hard Drive not being Recognized in Linux or Windows [closed]

Suddenly both my Windows machine and Linux (Ubuntu 12.04) do not recognize my external hard drive. I do see the actual device when I perform an fdisk command or go to disk management in Windows. I ...
0
votes
1answer
331 views

Android FileObserver not calling onEvent in USB mass storage mode

I have FileObserver's hooked onto a particular directory in /mnt/sdcard/X and its descendants recursively. When I modify contents of this directory from the phone itself (say from the Gallery app), ...
2
votes
2answers
969 views

How to format USB mass storage programmatically in android

Is there any way to format a USB mass storage device programmatically in Android? I need to detect USB mass storage devices and give an option to format it. Any examples will be appreciated. Thanks ...
3
votes
1answer
379 views

How can I detect whether a Garmin GPS device is connected in mass storage mode?

I am trying to figure out how to detect if a drive is a mass storage device. I can get the drive letters but cannot figure out how to detect what sort of device it is. I am trying to detect if a ...
-2
votes
1answer
50 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 ...
4
votes
0answers
309 views

Android Intent to open “Mass Storage Activity”

I need to open USB Mass Storage Activity from my application. Is there any Intent to do this? something like startActivity(new Intent(Settings.ACTION_APPLICATION_DEVELOPMENT_SETTINGS))
0
votes
1answer
1k views

Android:mount unmount and format sdcard

Is there any possibility given in Android Icecream-sandwich to programatically format,mount and unmount sdcard ?
1
vote
1answer
561 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 ...
2
votes
1answer
911 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 ...
1
vote
1answer
2k 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: ...
11
votes
3answers
3k 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 ...
0
votes
1answer
384 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 ...
3
votes
4answers
1k 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 ...
3
votes
4answers
4k 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 ...
0
votes
0answers
1k 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
133 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 ...
1
vote
1answer
2k 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 ...
6
votes
2answers
3k 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 ~ ...