Registered Member
|
Hi all,
Just found the following fix to enable iphone 3G handling in Amarok. It is actually based on the previous fix delivered for iTouch 3G. Can't submit thru Review Requests (something wrong with my Id as it seems) : --- /home/manu/MY_PPA/ppa-amarok-experimental.bak/amarok/amarok/src/MediaDeviceCache.cpp +++ /home/manu/MY_PPA/ppa-amarok-experimental/amarok/amarok/src/MediaDeviceCache.cpp @@ -223,7 +223,7 @@ const QMap<QString, QVariant> properties = generic->allProperties(); // iPods touch 3G (and maybe upper) do not have AFC capabilities. // Due to the return, iPod Touch are not known as media device and the code which execute the ifuse command is then not called! - if ( !device.product().contains("iPod") ) + if ( !device.product().contains("iPod") && !device.product().contains("iPhone")) { if( !properties.contains("info.capabilities") ) { Could anyone submit a review request ? Thank you |
KDE Developer
|
Registered users: Bing [Bot], Evergrowing, Google [Bot], Sogou [Bot]