Skip to content

Instantly share code, notes, and snippets.

iPhone Migration Cheat Sheet

Pre work

  1. Make sure you have your iCloud and Google passwords.
  2. Update to the latest version of iTunes (Appstore)
  3. Update your old phone to the latest version of iOS. (Settings -> General -> Software Update or through iTunes).
  4. Update apps in iTunes (Backout to Music, Music Dropdown to App -> Updates -> Update All Apps)
  5. Connect your phone, while connected
  • Transfer purchases in iTunes (File -> Devices -> Phone -> Transfer Purchases) this authorizes podcasts, etc. to be backed up by iTunes
  • Backup your iPhone
@kevarh
kevarh / signalstrength.sh
Last active August 29, 2015 14:19
HDHomerun Signal Strength Gather
#!/bin/bash
#Should work on any OSX or Linux box, change the ip address to point towards your box.
# Will append to tvsignal.txt output that looks like the following.
# seconds,frequency,channel,type,signal strengh, signal quality,symbol quality, profile, stream rate,client ip
# 1429662591,539.000,5,8vsb,69%,51%,100%,mobile,2.485,10.0.1.25
# 1429662601,539.000,5,8vsb,69%,52%,100%,mobile,1.569,10.0.1.25
# 1429674477,195.000,3,8vsb,90%,46%,none,mobile,0.021,10.0.1.25
# 1429674487,195.000,3,8vsb,90%,48%,none,mobile,0.011,10.0.1.25