- 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.
To enable support for cracked IPA files, follow these steps:
- Using sFTP (SSH File Transfer Protocol) (i.e. Cyberduck), navigate to the folder:
/System/Library/PrivateFrameworks/MobileInstallation.framework
- Backup the file: "MobileInstallation" in this directory
- Copy this (for 2.0) or this (for 2.1) patched MobileInstallation file over to this directory, make sure the file has no extension
- Set permissions to that new file to 775
- Reboot your iPhone (IMPORTANT! Otherwise Apps will not install!)
- Restart iTunes
- Double click on IPA files so they will appear in iTunes and synchronize
- Done
Since 2.0.2 there's a frustrating bug the iPhone doesn't remember the WiFi password. But there is a fix for jailbroken iPhones: Connect via ssh to your iphone and enter the following command:
chmod 777 -R /private/var/Keychanins/
On the iPhone select Settings -> General -> Reset -> Reset Network Settings
The iPhone will reboot itself and the problem is fixed.
I found it very inefficient to mod your local keyboard files in order to disable auto-correction, because you lose the ability to enable auto-correction quickly. A better way is to mod a language file which you'll never use, like Swedish, which doesn't even have a dictionary. I've modded the Swedish plist file, to match the English strings. How to use it:
- Copy this plist file to
/System/Library/Frameworks/UIKit.framework
- Remove the Swedish dictionary (TextInput_sv.bundle) in
/System/Library/Textinput
- Enable the Swedish keyboard in Settings -> General -> Keyboard -> International Keyboards
- Enable the keyboard for example in a text message, click on the globe icon on the left side untill you see 'None', which actually stands for: No Dictionary
- Done! Enjoy faster text input, without losing your local keyboard dictionary.
So you're running iPhone firmware 2.0.1, having the Cydia package manager installed and you're running SSH. You are also aware of the fact Cydia is slowing down your phone with it's "Base Structure" updates and you want to get rid of it but keeping SSH and still having the possibility to re-install Cydia again ? Here you go:
To re-install Cydia, enter
install in stead of
removeTo skip the backup proces of iPhones running 2.0 (or higher ?) but leaving a backup option in the iPhone contextual menu to manually backup your device, enter the following commands in your terminal after you quit iTunes:
defaults write com.apple.iTunes AutomaticDeviceBackupsDisabled -bool true
defaults write com.apple.iTunes DeviceBackupsDisabled -bool true
To re-enable backups:
defaults write com.apple.iTunes DeviceBackupsDisabled -bool false
Keep in mind your applications, text messages and your email and calendar stuff aren't backed up anymore,
but if you use MobileME, and you keep a local copy of your text messages (/var/private/mobile/library/SMS/sms.db), your quiet safe..
Sometimes your iPhone freezes and looses information. As example the SMS database. I've had some freezes in the SMS application which resulted in an empty SMS database.
Luckely enough, iTunes makes an backup of your iPhone, everytime it syncs. This backup contains preferences, notes, SMS messages, call history and photo's.
When you're in a situation where the iPhone lost, for example, the SMS database, DON'T sync, but just remove the following folder:
/var/mobile/Media/iTunes_Control/iTunes/
Now connect your iPhone again with your mac, iTunes will detect the iPhone as a new device, and asks you if you want to restore a previous backup.
Click "Continue", your iPhone will be restored to the previous databases and settings, while keeping your applications etc.
On 1.1.3 or 1.1.4 (or maybe higher), the "passwd" utility refused to work correctly and could mess up your springboard. The tool is necessary to change the password on BSD Subsystem 2.1. To fix this problem, replace the existing "passwd" binary file with the given.
Download and extract
passwd.zip,
and move the file with AFPd (for example) to /usr/bin/ , chmod to 755:
# cd /usr/bin
# chmod 755 passwd
# passwd
# Enter new password:
# ...
Only for Dutch iPhone users.
Voor KPN gebruikers, dit is een KPN Carrier bundle.
Deze bundles bevatten informatie over een operator netwerk en er kan ook een operator logo worden mee gegeven.
Deze bundle bevat standaard informatie over het KPN-netwerk (voicmail nummer e.d.) maar ook een KPN logo.
Voer de volgende stappen uit om de bundle door de iPhone toe te kennen aan de KPN MMC/MNC-codes:
- Download KPN.bundle
- Plaats de file in /System/Library/Carrier Bundles/ via SFTP of AFP
- Maak een symbolic hard-link aan:
cd /System/Library/Carrier Bundles/
ln -s KPN.bundle 20408
Reboot
- Klaar
