Hacked iPhone Tips

From EdMUG

Jump to: navigation, search

Contents

[edit] Network Diagnostics / Service Monitor

Go to the 'Phone' icon, bring up the keypad and enter *3001#12345#* and then press 'Call'. What you'll see will be the network information similar to the old Nokia service menu.

[edit] Network information for unlocked iPhones

[edit] O2

[edit] O2 Contract APN settings for iPhone

APN: mobile.o2.co.uk LOGIN: vertigo PASSWORD: password

[edit] O2 Pay As You Go APN Settings

APN: payandgo.o2.co.uk LOGIN: payandgo PASSWORD: password

[edit] Pay As You Go internet packages

O2 PAYG web bolt-on for £7.50 gives you 200mb of data for one month, limited to HTTP traffic only. You MUST use a proxy on your iPhone or you wont get past O2's webpage.

See link below for details on how to set it up: http://forums.macrumors.com/showthread.php?t=383315

[edit] Program Voice Mail Key for use with O2 PAYG

  • 5005*86*901# (HIT CALL BUTTON)

1750 (HIT CALL) Turns Voice Mail on 1760 (HIT CALL) Turns Voice Mail off (mud)

[edit] Installer.App Complains (Running Low on Space)

Simple Solution move /Applications from / to /var/root

Your /etc/fstab should look like this.

# cat /etc/fstab
/dev/disk0s1 / hfs rw 0 1
/dev/disk0s2 /private/var hfs rw 0 2

then

cp -R /Applications   /var/root/ROOT_Applications
cp /var/root/ROOT_Applications   /var/root/Applications.org
ln -s /var/root/ROOT_Applications    /Applications

sync;reboot

Now you have the entire 6.5GB for installing your programs.

Personal tools