View Issue Details

IDProjectCategoryView StatusLast Update
0009413MMAGeneralpublic2012-10-14 04:21
Reportermarek Assigned To 
PriorityurgentSeveritymajorReproducibilityalways
Status closedResolutionfixed 
Fixed in Version1.0.1 
Summary0009413: Manage multiple storages
DescriptionIt is necessary to change managment of multiple android storages. Now the root is set to /mnt/sdcard but ICS allows to mount external storages to /mnt/emmc and other paths. Each storage has to contain StorageInfo.xml with info about storages of the device.

It should be implemented some functionality to detect which storages are mounted and where are they mounted. I think that best solution is to parse configuration file (viz http://stackoverflow.com/questions/7450650/how-to-list-additional-external-storage-folders-mount-points)
TagsNo tags attached.
Fixed in build

Activities

marek

2012-06-19 12:30

developer   ~0031399

Added scanner that parses config files.

peke

2012-10-13 01:38

developer   ~0032514

Verified 44