Swap Tunes allows you to sync your iPhone with more than one computer, which can be really handy if you tend to use two computers in different places (eg. Home & Office). Just make sure you have the right library open, otherwise you could accidentally erase the content off your iPhone which leaves you without until you can get back to that libraries computer.
Get into your phone with WinSCP or similar and go to the
Appilication / SwapTunes.app inside u find swapTunes.sh
Go EDIT and copy this over the existing lines without the [] brakes:
[#!/bin/bash
if ps wwx | grep MobileMusicPlayer | grep -vq grep
then
kill -9 `ps wwx | grep MobileMusicPlayer | grep -v grep | sed -e s/\?.*//`
fi
if [ -e /var/mobile/Media/iTunes_Control_2 ]
then
mv /var/mobile/Media/iTunes_Control /var/mobile/Media/iTunes_Control_temp
mv /var/mobile/Media/iTunes_Control_2 /var/mobile/Media/iTunes_Control
mv /var/mobile/Media/iTunes_Control_temp /var/mobile/Media/iTunes_Control_2
else
mv /var/mobile/Media/iTunes_Control /var/mobile/Media/iTunes_Control_2
mkdir /var/mobile/Media/iTunes_Control
fi
exit 1]
Save, make sure you have 0755 permission set.
Close WinSCP
For isteamy just add your source ' httt://hiphonerepo.com/repo