- Just go to http://help.benm.at/ on your iPhone (!).
- Choose "mobileconfigs"
- Choose your country
- Install the mobileconfig file
- Done
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.
[ Mac OS ]
by Koos
@ 15.06.2009 16:19 CET
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:
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