gtkpod / Amarok | This is what I used on my first gen iPhone, but I couldn't get this to work on my iPhone 4 with iOS4 on Ubuntu hardy. I believe this works with newer Ubuntu versions, but I'm not currently able to upgrade because of hardware. |
|
|
PwnTunes ($12.29, free trial) |
Serves two purposes:
|
mewseek ($9.99, free trial) |
mewseek can import music found in a drop folder (Downloads), the free trial can do 10 imports. This is great solution, but it doesn't support adding cover art, so any cover art must be in the APIC tag embedded in your MP3 file, which is not how most of my music is setup, which is why I chose the similar PwnTunes. |
xpod ($2.99) |
A replacement for the iPod player. Nice, but:
|
USB | ifuse / usbmuxd |
Install ifuse and libiphone0, then you can mount your iPhone over USB:
% mkdir /media/iPhone # Needed first time % sudo usbmuxd # After each reboot % ifuse /media/iPhone # Access your files now % fusermount -u /media/iPhoneThis will mount the phones ~/Media directory, you can also mount root by using 'ifuse --root' |
net | ssh / scp | If you're on a network, you can ssh to your iPhone and also use scp. This is what I usually use when networked. |
USB | iproxy / ssh |
You can also use usbmuxd to ssh over a USB connection
% sudo usbmuxd # After each reboot % iproxy 5000 22 & % ssh root@localhost -p 5000Be sure to kill iproxy after you're done with it. |
net | Safari download plugin / iFile app | You can also use the download plugin in Safari to download files, and then move them with the Cydia 'iFile' application. iFile is shareware, and there are many other such Finder replacements available as well. This is too cumbersome for the number of files I want to transfer and move, so I don't use it. |
PwnTunes | mtp support |
I couldn't get this to work. I tried:
% mkdir /media/iPhone % apt ins mtpfs % mtpfs /media/iPhone # Access files here... % fusermount -u /media/iPhoneBut I got "Transport endpoint is not connected" |
Back to Solutions.
↑