Apple hardware: Difference between revisions
(Created page with "== Phones == === Mike's iPhone 15 Pro Max === * Name: 16 different flavors of hell === Regina's iPhone 16 === == Backup == === Photos === * Shotwell Ideally you just plug in the phone and back up your photos. Profiles are weird, you "can only select them once at startup". === Full filesystem access via command line === * Mount sudo apt-get install libimobiledevice-utils ifuse # unlock phone idevicepair pair ifuse /home/m/mnt/iphone ls /home/m/mnt/iphone * Cop...") |
|||
(One intermediate revision by the same user not shown) | |||
Line 5: | Line 5: | ||
=== Regina's iPhone 16 === | === Regina's iPhone 16 === | ||
Photos: | |||
/spiceflow/safe/media/images/photos/imported/iPhones/Regina16 | |||
== Backup == | == Backup == | ||
Line 14: | Line 16: | ||
Profiles are weird, you "can only select them once at startup". | Profiles are weird, you "can only select them once at startup". | ||
The whole process gives you zero feedback, and fails much more than succeeds. | |||
MAKE SURE your phone remains unlocked during the entire process of plugging it in and scanning it. | |||
=== Full filesystem access via command line === | === Full filesystem access via command line === |
Latest revision as of 11:09, 28 September 2025
Phones
Mike's iPhone 15 Pro Max
- Name: 16 different flavors of hell
Regina's iPhone 16
Photos:
/spiceflow/safe/media/images/photos/imported/iPhones/Regina16
Backup
Photos
- Shotwell
Ideally you just plug in the phone and back up your photos.
Profiles are weird, you "can only select them once at startup".
The whole process gives you zero feedback, and fails much more than succeeds.
MAKE SURE your phone remains unlocked during the entire process of plugging it in and scanning it.
Full filesystem access via command line
- Mount
sudo apt-get install libimobiledevice-utils ifuse # unlock phone idevicepair pair ifuse /home/m/mnt/iphone ls /home/m/mnt/iphone
- Copy
Copy photos and videos
mh-copy /home/m/mnt/iphone/DCIM/* /spiceflow/safe/media/images/photos/imported/iPhones/Regina16