Also iTunes doesnt make it obvious on how to sync the pictures which I've taken. Doubly strange.
Giving up on that, its back to Linux to help me out on this rather simple task
- Make sure your iPhone is connected to wifi.
- Find out the address by going to Settings / Wi-Fi, and tapping on the wifi details. It should display the IP address there, e.g. 192.167.1.78
- Also in Settings, go to the General / Auto-Lock menu and set the time-out to "Never". Otherwise the wireless will cut off. Don't know why the options are restricted to only 5 minutes.
- On the linux shell, use this command:
- scp -rp root@192.168.1.78:/var/mobile/Media/DCIM/100APPLE .
- This should copy all the files in the directory where the photos are stored.
- -r is for recursive and
- -p is to preserve the time and date
- The default password for ssh in an iPhone is 'alpine' for the 1.1.3 firmware.
yk