cheatsheets/ios.md

241 B

Multiple Exchange accounts:

scp root@iphone.local:/private/var/mobile/Library/Preferences/com.apple.accountsettings.plist .

Ringtone conversion using ffmpeg:

ffmpeg -i foo.mp3 -ac 1 -ab 128000 -f mp4 -acodec libfaac -y target.m4r