Apple iPhone Internet Tethering

I finally got around to enabling the Internet Tethering feature for my iPhone. I captured some screenshots for people to see how easy it is.

Also, a big thanks to BenM‘s blog for making it easy for all of us!

NOTE: You will need to upgrade the iPhone OS to 3.0 or higher in order for this to work

Apple iPhone Internet Tethering - Step 1 Open the Safari browser and type in: http://help.benm.at in the URL.
Apple iPhone Internet Tethering - Step 2 Scroll down until you see Mobileconfigs. Click on download.
Apple iPhone Internet Tethering - Step 3 Scroll through the list of Countries until you find the one corresponding to you.
Apple iPhone Internet Tethering - Step 4 Click on the mobile operator that corresponds to the SIM card you are using.
Apple iPhone Internet Tethering - Step 5 Click on the Install button to download and install the Profile to enable iPhone Internet Tethering.
Apple iPhone Internet Tethering - Step 6 A Warning pop-up menu will appear.
Click on Replace.
Apple iPhone Internet Tethering - Step 7 Once completed, it should say Profile Installed. Click on the Done button. This will take you back to the web page.
Apple iPhone Internet Tethering - Step 8 To check that it was installed and to Turn On Internet Tethering, quit Safari. Located the Settings icon. Click on General in the menu. Then click on Network. You should now see an Internet Tethering option. Click on Internet Tethering to turn it on.

Note: After Internet Tethering is Turned ON, each time you attach the USB to iPhone cable, it will start attempt to connect to the Internet. This can potentially take over your existing Internet connection and seriously drain your battery.

Related Posts:
  1. Toyota Prius and Apple iPhone 4, Not Yet Compatible...

  2. Apple iPhone v2.2.1 Update...

  3. December, Apple and iPhone...

  4. Apple iPhone 2.1 Update...

  5. Apple iPhone 3G = Sliced Bread?...

View Comments to “Apple iPhone Internet Tethering”

  1. didnt work 3 g s 32g

  2. mobileslate November 10, 2009

    Jp: I do not maintain or manage that website, my best advice is to check back often to see if they have an updated profile for the 3Gs – it might also be due to the latest update of the OS.

  3. mobileslate November 10, 2009

    Jp: I do not maintain or manage that website, my best advice is to check back often to see if they have an updated profile for the 3Gs – it might also be due to the latest update of the OS.

blog comments powered by Disqus
google.load("language", "1"); var curstate = 0; var hasloaded = 0; function bnc_show_translated() { if (hasloaded == 0) { bnc_lang_callback(); hasloaded = 1; } for (i = 0; i < 0; i++) { var elem = $("bnc_original_" + i); if (elem) { if (curstate) { elem.show(); } else { elem.hide(); } } } for (i = 0; i < 0; i++) { var elem = $("bnc_trans_" + i); if (elem) { if (curstate) { elem.hide(); } else { elem.show(); } } } if (curstate) { $("bnc_trans_state1").show(); $("bnc_trans_state2").hide(); curstate = 0; } else { $("bnc_trans_state1").hide(); $("bnc_trans_state2").show(); curstate = 1; } } function bnc_detect_div(div_id) { var text = document.getElementById(div_id); if (text) { text = text.innerHTML; if (text.length > 0) { google.language.detect(text, function(result) { if (!result.error) { if (result.language != "en") { if (result.confidence > 0.25) { $("bnc_translating").show(); bnc_xlate_div(result.language, div_id, "en"); } } } } ); } } } function bnc_xlate_div(src_lang,div_id,o_lang) { var text = document.getElementById(div_id); if (text) { text = text.innerHTML; google.language.translate(text, src_lang, o_lang, function(result) { var translated = document.getElementById(div_id); if (result.translation) { translated.innerHTML = result.translation; } }); } } function bnc_lang_callback() { } function bnc_startup() { bnc_xlate_div("en", "bnc_translate_info", "en"); bnc_xlate_div("en", "bnc_translate_info2", "en"); } google.setOnLoadCallback(bnc_startup);