View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0013063 | MMA | Synchronization | public | 2016-01-08 11:24 | 2016-03-12 22:58 |
Reporter | Ludek | Assigned To | |||
Priority | urgent | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Target Version | 1.2.0 | Fixed in Version | 1.2.0 | ||
Summary | 0013063: LG L-65: Storage prefixes for SD card don't match | ||||
Description | I 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 | ||||
Tags | No tags attached. | ||||
Fixed in build | 581 | ||||
related to | 0013119 | closed | Ludek | MMW v4 | Duplicate profiles can occur due to deletion of storageInfo.xml |
related to | 0013095 | closed | marek | MMA | Local player playback fails on tracks from sdcard on Marshmallow devices (xperia Z3 / LG 64) |
related to | 0013130 | resolved | marek | MMA | Duplicate profiles can occur due to deletion of storageInfo.xml [MMA] |
|
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. |
|
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. |