Freitag, 9. Januar 2009

iPhone copy files from iTalk and VoiceNotes without sync-tools

this requires a jailbroken iphone!

  • record some sound with the apps iTalk or VoiceNotes.
  • activate your wireless connection on the iphone and connect via ssh from your computer to the iphone.
  • search for the applictions iTalk or VoiceNotes on the iphone with find: type the following command to find your application directory
    find /User/Applications/ -name *italk*
  • now you find (if installed) a folder like this: /User/Applications/6AADFEFF-CD62-491C-A0AD-A4035A61B074/iTalk.app
  • copy the files to your computer with scp. just replace your application folder, your iphone ip adress and your destination folder in the followind command: scp root@192.168.1.100:/User/Applications/6AADFEFF-CD62-491C-A0AD-A4035A61B074/Documents/Recordings/Jan_1_2009_10_39_15_AM.aif /Users/thomas/Music/iTalk
    for further info about scp type man scp

Keine Kommentare: