+ Reply
Results 1 to 2 of 2
  1. #1
    Green Apple
    Join Date
    Dec 2008
    Location
    chicago
    Posts
    44
    Thanks
    15
    Thanked 1 Time in 1 Post

    Default Swap tunes, Isteamy question

    I downloaded swap tunes but i am not exactly sure how to use it and there are no instructions..can somebody please help?


    Also i have heard of an isteamy source in cydia and was wondering if anyone knows where to get isteamy from and how?

    Thanks

  2. #2
    My iPhone is a Part of Me dejawoo's Avatar
    Join Date
    Mar 2008
    Posts
    919
    Thanks
    5
    Thanked 105 Times in 101 Posts

    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

  3. The Following User Says Thank You to dejawoo For This Useful Post:

    rickyscivic (01-03-2009)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts