July 2009
2 posts
Just restored my 3GS and re-jb'd it
Did I forgot anything?
apt-get install sbsettings sbsettingsinsomnia sbsettingsipod adv-cmds lsof sudo top git sqlite3 subversion bitesms com.phoenix.pandoracontrols playtrack org.chris-w.scrobble com.xwaves.xgps inetutils netcat network-cmds nmap rsync wget whois rubygems ruby backgrounder com.zataang.spotbright screen mobileterminal vim net.howett.cydelete metasploit3 php
1 tag
Sync your iPhone or iTouch from the Command Line
You could just run this command:
/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/Resources/reenumerate $(system_profiler | grep -A3 iPhone | grep Vendor | awk ‘{ print $3 }’),$(system_profiler | grep -A3 iPhone | grep Product | awk ‘{ print $3 }’)
But I suggest you first get your iPhone’s Vendor ID and Product ID and then set up an alias.
Get...