Easy enabling of tethering on 3.0

  • Just go to http://help.benm.at/ on your iPhone (!).
  • Choose "mobileconfigs"
  • Choose your country
  • Install the mobileconfig file
  • Done
Related Entries:
Enable carrier updates with iTunes 8.2 (final)
Fix broken passwd on 1.1.3 or higher
KPN operator logo voor iPhone
How to get 1.1.4 working with 4.6 bootloader
Enable voicemail button
Comments (1)  Permalink

Enable carrier updates with iTunes 8.2 (final)

With the leaked beta of iTunes 8.2 (prerelease bèta 4) you could upload IPCC files to update your carrier settings. This method was very successful for the enabling of tethering on the iPhone for your carrier.

iTunes 8.2 final broke this ability to upload these IPCC files, unless you execute this line of code in the terminal: (make sure iTunes is not running)

defaults write com.apple.iTunes carrier-testing -bool TRUE
To upload IPCC files, hold alt while clicking on "Check for Update" on the summary tab in iTunes.
Related Entries:
Easy enabling of tethering on 3.0
Fix broken passwd on 1.1.3 or higher
KPN operator logo voor iPhone
How to get 1.1.4 working with 4.6 bootloader
Enable voicemail button
Comments (2)  Permalink

Change Safari 4 tabs back to Safari 3 style (Safari 4 Beta)

Safari 4 has some major UI changes, like the new tab bar layout. You're not alone if you hate the new tab bar, and here's a way to revert it to the style used in Safari 3:

Safari 4 with Safari 3 tab bar


To change the tab bar, enter the following command in terminal:

defaults write com.apple.Safari DebugSafari4TabBarIsOnTop -bool NO

To reset the blue loading bar in stead of the spinner, enter the following commands:

defaults write com.apple.Safari DebugSafari4IncludeToolbarRedesign -bool NO
defaults write com.apple.Safari DebugSafari4LoadProgressStyle -bool NO
Comments (2)  Permalink
1-3/3