View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0010761 | MMW v4 | Synchronization | public | 2013-04-23 09:16 | 2013-11-16 02:20 |
Reporter | Ludek | Assigned To | |||
Priority | urgent | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 4.0 | ||||
Target Version | 4.1 | Fixed in Version | 4.1 | ||
Summary | 0010761: FLAC is not listed as supported format in Android device profile | ||||
Description | From Android 3.1+ FLAC is natively supported, but it is missing as supported format in MMW. This is because currently we hardcoded general Android profile and we ignore what the device actually announce as supported. e.g. When I connect my Galaxy Nexus, it tells that it supports FLAC, but it is overriden by the hardcoded Android profile. The solution is to merge formats from the hardcoded profile with formats announced by the particular device. | ||||
Tags | No tags attached. | ||||
Fixed in build | 1671 | ||||
|
Fixed in build 1633. Test note: You will need to use [Reset device options...] or re-create new profile. i.e. it is not affecting existing profiles |
|
Verified 1634 |
|
Re-opened, currently it works fine when profile is created on USB connect, but when profile is created over WiFi then FLAC is not added. This is because FLAC is supported only on Android 3.1+ and we don't have the API version info when creating profile via WiFi. But because older Android systems are dying ( http://developer.android.com/about/dashboards/index.html ), I guess we could add FLAC as supported by default. |
|
Fixed in build 1671. |
|
Verified 1671 |