📅 April 13, 2009

iPhone OS 3.0 Episode I: HowTo Enable Internet Tethering

A short and sweet tutorial on how to enable internet Tethering on iPhone FW 3.0 beta


1. Navigate to ~/Library/iTunes/iPhone Carrier Support. Notice the spaces in that last folder name! If you’re at the command line, use backslashes to escape the spaces, i.e. cd ~/Library/iTunes/iPhone\ Carrier\ Support. You will find a file with an ipcc extension.Copy that file: e.g. cp foo.ipcc foo.ipcc.original. This creates a backup if you mess up.

2. Rename the ipcc extension to zip. For me that was ATT_US.ipcc renamed to ATT_US.zip. Unzip it. This creates a new folder called Payload.

3. Navigate into Payload and then into the folder under that. Mine was called ATT_US.bundle. Yours will differ. Inside that folder you will find three files that you will edit: Info.plist, version.plist, and carrier.plist. Open all three.

4. In Info.plist, change the CFBundleVersion to 5.0. Save.

5. In the version.plist, change the CFBundleVersion to 5.0. Save.

6. In carrier.plist do the following and then save:

  • Add a new dictionary to the apns array:
  • apn = internet
    password = password
    username = iphone

  • In the wap dictionary (mine is wap.cingular, sts’s was wap.dol.ie), add a new pair.
    Do not edit the password or username: type-mask = (NUMBER) -2
  • Add a new pair at the top level dictionary of the carrier.plist file. (We’re not
    sure this is strictly speaking necessary but go ahead and do it.): AllowEDGEEditing
    = (BOOLEAN) YES

7. Zip up the Payload folder in which you just made your edits. Rename it to the same name as the original ipcc file. (For me that was ATT_US.ipcc).

8. Connect your iPhone to iTunes.

9. In the Summary tab, option-click “Check for Update”. Navigate to your ipcc file, select it. It takes no more than a second or two to update.

10. Reboot your iPhone.

11. In prefs (on the phone) navigate to Settings > General > Network.

12. Turn on tethering!

props to wgm214

Also read :

📅 March 20, 2009

HowTo: iPhone Tethering on iPhone OS 3.0 (AT&T)

Unfortunately this guide is only for those who live in US and AT&T . It seems that you need to have your phone legally upgraded to OS 3.0 and non-hacked, but this is not a problem, because the only way to upgrade to the developer iPhone OS 3.0 is well…. the legal way, and since this is not oficially out yet, you cant jailbreak it yet.

How To Enable Tethering on iPhone OS 3.0 :

  • Plug-in your iPhone
  • Download this file , unzip it and place it somewhere easy to reach ( i.e. desktop )
  • Go into iTunes, select your iPhone in the Source List on the left.
  • Hold down the alt/option key (alt for PC ; option for Mac) and click “Check For Updates” – you should get a file chooser dialog.
  • Find the ATT_US.ipcc file on your harddrive (Wherever you downloaded and unzipped it to), select it and click open.
  • You should see a progress dialog saying “Updating Carrier Settings…”
  • Your iPhone may hang for a split second, but once its done, unlock your iPhone and go to “Settings > General > Network > Internet Tethering”
  • Flip the slider to on.
  • If you’ve done it correctly, your iPhone will momentarily disappear from the Source List in iTunes and a new “Network Interface” dialog will appear.
  • Allow it to do its thing and if everything has gone according to plan, you should be able to disconnect from all other internet sources (Wifi, ethernet, etc) and still browse around and do whatever you like.

iphonetetherss003iphonetetherss004

[ guide and screenshots courtesy of JakeMarsh.com ] [ you can also check this guide from CrunchGear : Complete How-to: Tethering an iPhone with 3.0 firmware ]