~ubuntu-branches/debian/sid/gmtp/sid

« back to all changes in this revision

Viewing changes to README

  • Committer: Package Import Robot
  • Author(s): Alessio Treglia
  • Date: 2012-06-14 10:12:49 UTC
  • mfrom: (1.1.12)
  • Revision ID: package-import@ubuntu.com-20120614101249-sds3t0jzopmywdvm
Tags: 1.3.2-1
* New upstream bugfix release:
  - Correct Makefile to fix when building with GTK+-3.4.
  - Reworked pkg-config handling to respect $(PKG_CONFIG) in Makefile.
  - Add additional error checking on connection of new devices, to hopefully
    avoid seg-fault with some very problematic devices. Ubuntu bugs:
    LP: #917314 LP: #948621 LP: #968798 LP: #995503
  - Fix issue with some Android 3.2 implementations and GetStorage() MTP API
    function. (Uses cached information, rather than full item rescan in some
    instances). (Closes: #667795)
  - Correct German Translations. (Closes: #672298)
  - Fix FLAC file handling.
* Update debian/copyright.
* Bump Standards.
* Drop 0001-missing_linker_flag.patch, applied upstream.
* Enable harden'd compilation.
* Add 0002-format_security.patch to prevent build failure with the flag
  '-Werror=format-security' enabled.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
gMTP v1.3.1
 
1
gMTP v1.3.2
2
2
 
3
3
A basic MP3 Player client for Oracle Solaris 10.
4
4
 
115
115
   time intensive, and in these cases it's better than the user do this 
116
116
   themselves.
117
117
 
 
118
Q. I have an Android device and .... isn't working?
 
119
A. There are a few answers or explanations with Android.
 
120
   1. Some device vendors have opted to use their own MTP software stack with
 
121
      their device, and some of these implementations are horribly broken.
 
122
      Contact your device manufacturer for further assistance. (AFAIK, this is
 
123
      primarily Samsung with Android 2.x devices, and some lesser known Chinese
 
124
      developed handsets often rebadged as Carrier own-brand handsets).
 
125
   2. Android 1.x-2.x doesn't have a native MTP implementation, so if your
 
126
      device has MTP functionality, see the above comment.
 
127
   3. Android 3.x-4.x has native MTP functionality, but is missing some 
 
128
      features and does have some bugs in the implementation. Some noted 
 
129
      issues:
 
130
      a. Does not support albums or album metadata. So you can't upload custom
 
131
         album art.
 
132
      b. Some users have reported issues with Playlist support. (Try to get a
 
133
         newer revision of your version of Android).
 
134
      c. Android 3.2 has a nasty bug, in that an application is unable to 
 
135
         call the Storage APIs more than once in a session. gMTP 1.3.2 works 
 
136
         around this by caching the device storage information. (but not the 
 
137
         file listing or related metadata).
 
138
      d. Samsung Galaxy and Google Nexus devices have connectivity issues, that
 
139
         I'm hoping can be resolved via patches to libmtp. Sorry, there is 
 
140
         nothing I can do about that situation. Complain to Samsung and Google, 
 
141
         and try to get them actively involved in libmtp.
 
142
 
118
143
TODO List
119
144
 
120
145
1. Bugfixes as needed.