AppleiPhone

Links

Unlocking

Development

Programming Cocoa

Using it

Architecture

Converting Video

Converting Audio

  • see https://help.ubuntu.com/community/PortableDevices/iPhone
    • install ipod-convenience from ubuntu
    • Use amarok to transfer files
    • Ownership of /dev/fuse seems unclear on my box.
    • Firewire GUID was not extractable over USB, had to do it on the phone directly. See link above
    • Cover art only for full album transfers

Appearently the iPod player does not grok 320kb VBR (lame --preset studio) mp3 files, which I transferred with amarok. Unfortunately all my older PCM CDs were encoded that way. Newer ones I encoded using flac which is not supported at all. frown

voicemail button

*5005*86*phonenumber# found here

Applications 2.0

Installer is gone and all its apps. A lot is missing. I have to figure out how to get an appstore account I think. Cydia has been ported and provides currently a limited set of application.

recommended

interesting

Applications 1.1.4

recommended

  • cydia - apt for iphone !!!
  • iPhysics - Game
    • cydia installation does not work. Installing using Installer works.
  • rubook - Ebooks
  • MobileTerminal? -
    • needs documentation. Unclear how multiple Terminals work etc.

interesting ones (under test or partly non working)

  • siphone - Voip
    • has problems with NAT.
  • fring - Voip/Skype
    • SIP / Skype works,
    • Fring works as a proxy and stores your credentials (SIP passwd, etc) on the fring server. Baeh.
  • smartRSS - Feed reader.
    • Feed Autodiscovery does not work.
    • Seems to get confused and does not show actual items.
  • funambol - syncML client for iphone.
    • Does not seem to work currently.
  • mobileScrobbler - last.fm client
  • colloQ - IRC client

missing

  • datebk6 - a real calendar. The original one is useless.
    • check out NemusSync - syncs against google calendar

backup

I am using backuppc to backup all files on the iphone with rsync/ssh. Detailed setup description will follow. Restoring of single files/directories(Ringtones and Contacts) is very convenient.

Host config file for the iphone:

fantasio:/etc/backuppc$ more 192.168.1.95.pl
#
# Local server backup of /etc as user backuppc
#
$Conf{XferMethod} = 'rsync';

#$Conf{RsyncClientCmd} = '$sshPath -l backuppc $host sudo $rsyncPath $argList+';

## FJH disable blackout
$Conf{BlackoutGoodCnt} = -1;

$Conf{RsyncClientCmd} = '$sshPath -C -x -l root -o PreferredAuthentications=publickey $host $rsyncPath $argList+';
$Conf{RsyncClientRestoreCmd} = '$sshPath -C -q -x -l root $host $rsyncPath $argList+';
$Conf{RsyncShareName} = ['/'];
$Conf{BackupFilesExclude} = ['tmp', '*.mp3','cache'];
$Conf{EMailNoBackupRecentMesg} = <<'EOF';
To: frank@localhost
Subject: $subj
$headers
Lieber Frank,
 
Bitte Iphone Rechner sichern!

Hier prüfen http://192.168.1.96/backuppc !!
EOF

$Conf{EMailNoBackupRecentSubj} = 'Lange kein Iphone Backup mehr gemacht!!';

Needs a runnig ssh server for restore too. Does not help much with phones in a reboot loop.

-- MatthiasWientapper - 13 Nov 2007
-- FrankHartmann - 21 Jun 2008

r17 - 30 Jul 2008 - 17:03:21 - FrankHartmann
Copyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors. Ideas, requests, problems regarding mattzz? Send feedback.
Syndicate this site RSSATOM