View Issue Details

IDProjectCategoryView StatusLast Update
0013063MMASynchronizationpublic2016-03-12 22:58
ReporterLudek Assigned To 
PriorityurgentSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Target Version1.2.0Fixed in Version1.2.0 
Summary0013063: LG L-65: Storage prefixes for SD card don't match
DescriptionI tested USB sync with LG L-65 (Android 4.4.2) and found that MMW doesn't see the files on the external SD card (resulting in content re-syncing on each USB sync).

I found that the reason is that storage prefixes don't match for this device:

- in mmstore.db there is 'storage/external_SD'
- in storageInfo.xml is 'storage/extSDCard'

Tested MMA build 530
TagsNo tags attached.
Fixed in build581

Relationships

related to 0013119 closedLudek MMW v4 Duplicate profiles can occur due to deletion of storageInfo.xml 
related to 0013095 closedmarek MMA Local player playback fails on tracks from sdcard on Marshmallow devices (xperia Z3 / LG 64) 
related to 0013130 resolvedmarek MMA Duplicate profiles can occur due to deletion of storageInfo.xml [MMA] 

Activities

marek

2016-02-09 21:55

developer   ~0044099

Last edited: 2016-02-09 21:56

This can be caused by 0013119. Because now we update according paths in storageInfo.xml. But when storageInfo.xml is lost, MMA cannot recognize that the path was changed so the DB is not updated.

marek

2016-03-12 22:58

developer   ~0044275

Fixed in build 581

I have added remembering of the change of storage root path

e.g. /mnt/sdcard -> /storage/sdcard1

Now the process of storage update is done on user clicks "Check new media" - so this should repair the DB. It is also logged so we will see whether the it was correctly recognized.