Skip to content

Instantly share code, notes, and snippets.

View tomkersten's full-sized avatar

Tom Kersten tomkersten

View GitHub Profile

HOWTO: iPhone AT&T Tethering

In 10 steps:

  • Update iTunes to 8.2 via Software Update
  • Update your iPhone to the 3.0 release (out today - June 17th)
  • Download this dmg and mount it: tethering file
  • Enable hidden carrier testing option (in Terminal.app): defaults write com.apple.iTunes carrier-testing -bool TRUE
  • Start up iTunes
def new
#send .nil? then you can stub that on @billing_information
if !user.billing_information.nil?
user.build_billing_information
user.billing_information.first_name = user.first_name
user.billing_information.last_name = user.last_name
user.billing_information.postal_code = user.profile.postal_code
end
define_subscription_details
end