After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 653255 - Add usb id Samsung Galaxy S II
Add usb id Samsung Galaxy S II
Status: RESOLVED FIXED
Product: banshee
Classification: Other
Component: Device - USB Mass Storage
git master
Other Linux
: Normal normal
: ---
Assigned To: Banshee Maintainers
Banshee Maintainers
: 656861 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2011-06-23 17:01 UTC by Hajime MIZUNO
Modified: 2011-08-26 12:41 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to fix devices usb id (1.20 KB, patch)
2011-06-23 17:01 UTC, Hajime MIZUNO
none Details | Review

Description Hajime MIZUNO 2011-06-23 17:01:05 UTC
Created attachment 190518 [details] [review]
Patch to fix devices usb id

I reported android phone device's usb id.

Samsung Galaxy S II:0x685b (USB non-debug mode)
                    0x685e (USB debug mode)

So, I added usb id to Banshee.Dap.MassStorage.addin.xml,
and confirmed devices connected Banshee works fine.
Comment 1 olivier dufour 2011-08-17 21:20:15 UTC
the patch is commited to master.
thanks.
Comment 2 Michael Martin-Smucker 2011-08-19 01:49:04 UTC
*** Bug 656861 has been marked as a duplicate of this bug. ***
Comment 3 Sense Hofstede 2011-08-26 12:41:04 UTC
I would like to add some further information to this. According to line 63 of src/Dap/Banshee.Dap.MassStorage/Banshee.Dap.MassStorage/AndroidDevice.cs, videos are stored in 'Videos/' on Android devices. However, on my Samsung Galaxy S II, there is no Video/ directory, but there is an example video stored in 'Movies/'.

Should the AndroidDevice.cs file be modified, or does it work just fine in its current state?
Comment 4 Sense Hofstede 2011-08-26 12:41:58 UTC
Also, AndroidDevice.cs only lists audio/x-mpegurl as supported playlist format, but media-player-info says that the Samsung Galaxy line works with both  audio/x-scpls and audio/x-mpegurl.