OSDN Git Service

Regular updates
[twpd/master.git] / _inactive / ios.md
1 ---
2 title: iOS
3 ---
4
5 Multiple Exchange accounts:
6
7     scp root@iphone.local:/private/var/mobile/Library/Preferences/com.apple.accountsettings.plist .
8
9 Paths:
10
11     /Library/Themes           # Winterboard themes
12     /User/Media/DCIM/100APPLE # Photos
13     /User/Media/Recordings    # Voice recordings
14
15 Copy photos:
16
17     rsync -v -r root@iphone.local:/User/Media/DCIM/100APPLE ./photos
18
19 Ringtone conversion using ffmpeg:
20
21     ffmpeg -i foo.mp3 -ac 1 -ab 128000 -f mp4 -acodec libfaac -y target.m4r