iPhone Enable Tethering Manually Update ipcc Carrier Settings/Update via SSH

Everyone says there is a "manual" way of doing it and then they tell you to use iTunes, but if you're like me, you're travelling on business in a foreign country and your laptop does not have iTunes and you don't have a way of getting it and/or don't want it.

For this example I'm using the provider "du" in Dubai, UAE (United Arab Emirates) but this method works for virtually all providers. 

The requirements in this case to truly "manually update your carrier settings are as follows"

  1. Your phone must be jailbroken
  2. You must have installed the terminal on your iPhone for commandline access
  3. You must have SSH running (with root access) and installed and have access to a wifi network (a trick you can even use on paid networks is to leave the login prompt on your iPhone and then get a connection on the laptop without signing in/signing up and you can communicate with your iPhone over SSH this way).  *An alternative here is if you have direct file access to the filesystem on your iPhone (I don't know if there's such as a way, I have an app from Cydia called "USB Drive" but you can't access the virtual filesystem on the iPhone itself)
  4. You must have the ipcc/Carrier Settings file downloaded.
  5. You must be able to extract the ipcc file until you get the folder "du_ae.bundle" or the corresponding one for your provider.

From there it's easy, SSH/SCP into your iPhone (you'll need root access for this though):

Copy the "du_ae.bundle" folder into the following location "/System/Library/Carrier Settings".

You then need to view the file "carrier.plist" inside that folder to find the "SIM card ID".  Near the bottom of the .xml file you'll find a key called "SupportedSIMs" and then <array>.  Inside array for my case the number is "42403".  This is the SIM Card ID of du.  I was frustrated and wondering why my iPhone seemed to ignore the du_ae.bundle, I assume based on the carrier name it would take the settings from that folder.

Now that you know the SIM ID is "42403" you just need to make a symlink/shortcut to it from the command line:

cd /System/Library/"Carrier Settings"

ln -s du_ae.bundle 42403

Now just reboot your iPhone and you'll have tethering options.  You may have to play around with enabling and disabling 3G before it works and it may appear that your network stopped working.  If you have the "cellular data" option under "Network" go in and reset the settings to default and you'll be good.  At first this did not work (including tethering) until I played around like that and maybe it just takes a few minutes to make it all work even after the reboot for some reason.

I prefer this way and I think most people would because we can't always have access to iTunes and I personally hate iTunes for many reasons.

Latest Articles

  • failed to IDENTIFY (INIT_DEV_PARAMS failed, err_mask=0x80)
  • pcnet32: eth0: transmit timed out, status 97fb, resetting - NIC card problem solution
  • Linux Screen How To Scroll Up and Down
  • Directadmin Install Segfault Error
  • Could not display "trash:///". Error: DBus error org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout
  • SSH error slow login debug1: An invalid name was supplied Cannot determine realm for numeric host address - Solution
  • How To Install CPanel
  • LOG: MAIN PANIC failed to expand condition "${if eq {$authenticated_id}{}{0}{${if eq {$sender_address}{$local_part@$domain}{0}{${if match{$received_protocol}{N^e?smtps?a$N}{${perl{checkbx_autowhitelist}{$authenticated_id}}}{${if eq{$received_prot
  • Firefox 11 closes/quits without saving Open Tabs Prompt Solution/Fix
  • Firefox 11 stop hiding http:// and https:// solution fix
  • The Importance of a High Quality Power Supply/Power Supplies To Prevent Overheating/System Crash/Hardware Damage
  • Asus VE247H 23.7" Inch LCD/LED Backlit Monitor Dead/Stuck Pixel Policy Complaint
  • Firefox Error ./firefox-bin: error while loading shared libraries: libxul.so: cannot open shared object file: No such file or directory
  • Linux Ubuntu Nvidia GT430 Lockups/Errors/Freezes NVRM: os_schedule: Attempted to yield the CPU while in atomic or interrupt context
  • Xen how to mount disk images off-line and access data
  • Xen non-HVM container won't work/boot anymore
  • how to exit xen console session from xm
  • Skype Linux/Ubuntu Sound Echo/Distortion Poor Quality Problem Fix Solution
  • Ubuntu 10.04 Flash Videos have tearing/lines Solution
  • File /etc/vz/conf/ve-vps.basic.conf-sample not found: No such file or directory - Openvz Error solution