|
||||||||
I need help! ... the iPhone.. :( |
![]() |
|
|
Thread Tools | Search this Thread |
|
|
#26 |
|
Forum Member
Join Date: Mar 2008
Posts: 14
|
Im going for it!
![]() This is a very useful like I found... http://forums.macrumors.com/showthread.php?t=457556 |
|
|
|
|
Please sign in or register to remove this advertisement.
|
|
|
#27 |
|
Forum Member
Join Date: Jan 2005
Location: Wakefield, West Yorkshire
Posts: 2,118
|
Quote:
Im going for it!
![]() This is a very useful like I found... http://forums.macrumors.com/showthread.php?t=457556 These days, you plug your phone in, click "unlock" and thats it. Ignore that guide, thats the old way of doing it. |
|
|
|
|
|
#28 |
|
Forum Member
Join Date: Mar 2008
Posts: 14
|
ha ok cheers chocolate_boy... just install and click... i like that!
Do you know in terms of the legalities what I need to say to Apple when i buy the phone. Do i have to say it is a gift? Dont really want to give them my name and address or am I jsut been paranoid! lol Thanks again! |
|
|
|
|
|
#29 |
|
Forum Member
Join Date: Jan 2005
Location: Wakefield, West Yorkshire
Posts: 2,118
|
Quote:
ha ok cheers chocolate_boy... just install and click... i like that!
Do you know in terms of the legalities what I need to say to Apple when i buy the phone. Do i have to say it is a gift? Dont really want to give them my name and address or am I jsut been paranoid! lol Thanks again! Its your hardware though, you buy it, you own it thus can do whatever you like with it. |
|
|
|
|
|
#30 |
|
Forum Member
Join Date: Mar 2008
Posts: 14
|
Jonny Closes his laptop and gets off to the Apple store! woo
Cheers all J |
|
|
|
|
|
#31 |
|
Forum Member
Join Date: Mar 2008
Posts: 337
|
Quote:
Nice one jonny, although ignore that guide, its outdated now with ziphone, before you had to jump through hoops dialling stuff on the handset, modifying files etc. like in that guide.
These days, you plug your phone in, click "unlock" and thats it. Ignore that guide, thats the old way of doing it. Just out of curiousity, how did you get EDGE to work after unlocking your phone? |
|
|
|
|
|
#32 |
|
Forum Member
Join Date: Jan 2005
Location: Wakefield, West Yorkshire
Posts: 2,118
|
Quote:
Just out of curiousity, how did you get EDGE to work after unlocking your phone?
But to answer ur question, on the first firmware 1.0.x u enter the edge settings into the settings menu. But on the newerbfirmware 1.1.1 onwards it automatically gets your networks GPRS settings, so if it sees edge it uses it over the gprs automatically. To quote what is quickly becoming Apples new slogan "it just works". P.s I'm actually sending this from my iPhone on the train home
|
|
|
|
|
|
#33 |
|
Forum Member
Join Date: Mar 2008
Posts: 337
|
Quote:
Well mine is an o2 iPhone anyway it is unlocked now but just as a test, I use my o2 iPhone sim in it normally.
But to answer ur question, on the first firmware 1.0.x u enter the edge settings into the settings menu. But on the newerbfirmware 1.1.1 onwards it automatically gets your networks GPRS settings, so if it sees edge it uses it over the gprs automatically. To quote what is quickly becoming Apples new slogan "it just works". P.s I'm actually sending this from my iPhone on the train home ![]() As the latest firmware does not enable manual EDGE settings input, I have not found a way to configure it to use GPRS/EDGE using a non o2 sim card. |
|
|
|
|
|
#34 |
|
Forum Member
Join Date: May 2005
Posts: 2,940
|
Quote:
Jonny Closes his laptop and gets off to the Apple store! woo
Cheers all J |
|
|
|
|
|
#35 |
|
Forum Member
Join Date: Apr 2007
Posts: 5,687
|
Quote:
I was thinking of changing to o2 PAYG with the web bolt on, does this just let you browse the internet or will it let you send and recieve emails and use the weather/youtube/stocks and itunes functionality while out and about?
Does the web bolt on work anywhere that you get an O2 mobile signal? I'm stuck to using it only at home with my wifi at the moment. Quote:
Yes I understand that it seeks out a EDGE signal automatically, but the phone depends on its sim card being subscribed to the EDGE network.
As the latest firmware does not enable manual EDGE settings input, I have not found a way to configure it to use GPRS/EDGE using a non o2 sim card. |
|
|
|
|
|
#36 |
|
Forum Member
Join Date: Mar 2008
Posts: 337
|
[quote=change the 02_UK. plist to allow EDGE editing.[/QUOTE]
Which means? |
|
|
|
|
|
#37 |
|
Forum Member
Join Date: Apr 2007
Posts: 5,687
|
Quote:
Which means?
the first few lines are: <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>BookmarkURLs</key> <array> <dict> <key>BookmarkName</key> <string>O2</string> <key>BookmarkURL</key> <string>http://www.o2.co.uk/iphonestart</string> </dict> </array> <key>CarrierName</key> <string>O2</string> <key>IntlDataRoamingSwitch</key> <true/> change it so the first few lines are: <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>BookmarkURLs</key> <array> <dict> <key>BookmarkName</key> <string>O2</string> <key>BookmarkURL</key> <string>http://www.o2.co.uk/iphonestart</string> </dict> </array><key>AllowEDGEEditing</key> <true/> <key>CarrierName</key> <string>O2</string> <key>IntlDataRoamingSwitch</key> <true/> you have to ssh into the iphone to do this. |
|
|
|
|
|
#38 |
|
Forum Member
Join Date: Mar 2008
Posts: 337
|
Quote:
there a file in the iphone called 02_UK.plist. it's in /System/Library/Frameworks/CoreTelephony.framework/Support/
the first few lines are: <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>BookmarkURLs</key> <array> <dict> <key>BookmarkName</key> <string>O2</string> <key>BookmarkURL</key> <string>http://www.o2.co.uk/iphonestart</string> </dict> </array> <key>CarrierName</key> <string>O2</string> <key>IntlDataRoamingSwitch</key> <true/> change it so the first few lines are: <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>BookmarkURLs</key> <array> <dict> <key>BookmarkName</key> <string>O2</string> <key>BookmarkURL</key> <string>http://www.o2.co.uk/iphonestart</string> </dict> </array><key>AllowEDGEEditing</key> <true/> <key>CarrierName</key> <string>O2</string> <key>IntlDataRoamingSwitch</key> <true/> you have to ssh into the iphone to do this. Ok thankyou very much. What is SSH and how do I do it? |
|
|
|
|
|
#39 |
|
Forum Member
Join Date: Jan 2005
Location: Wakefield, West Yorkshire
Posts: 2,118
|
Quote:
Yes I understand that it seeks out a EDGE signal automatically, but the phone depends on its sim card being subscribed to the EDGE network.
As the latest firmware does not enable manual EDGE settings input, I have not found a way to configure it to use GPRS/EDGE using a non o2 sim card. |
|
|
|
|
|
#40 |
|
Forum Member
Join Date: Mar 2008
Posts: 337
|
Quote:
Well when i popped my orange sim card in it just worked straight away with Edge. Although i did use it on a nokia before, maybe you need to put the settings into a different handset and save them first? Probably the easiest way to do it, borrow a mates phone or use your old one to put the two lines for the gprs settings in, and then put the sim in your iphone and it should work.
Yes - but thats not EDGE, its GPRS. The iphone would have been showing a blue box instead of a blue box with an 'E' in it. |
|
|
|
|
|
#41 |
|
Forum Member
Join Date: Apr 2007
Posts: 5,687
|
Quote:
Ok thankyou very much. What is SSH and how do I do it?
|
|
|
|
|
|
#42 |
|
Forum Member
Join Date: Mar 2008
Posts: 337
|
Quote:
Thankyou very much. You have been a great help.
|
|
|
|
|
|
#43 |
|
Forum Member
Join Date: Apr 2007
Posts: 5,687
|
my pleasure.
|
|
|
|
|
|
#44 |
|
Forum Member
Join Date: Jan 2005
Location: Wakefield, West Yorkshire
Posts: 2,118
|
Quote:
Yes - but thats not EDGE, its GPRS. The iphone would have been showing a blue box instead of a blue box with an 'E' in it.
It will then use Edge if it sees a signal, or use GPRS if it can't, they will work with the same user/pass. As i said though, on orange, i just put the sim in and it worked anyway without any settings being entered.. If you wanted to/or had to manually put it in, I guess you just put the 1.0.3 firmware on and set it up, then upgrade to 1.1.4 and unlockm can do it in 5 mins. |
|
|
|
|
|
#45 |
|
Forum Member
Join Date: Aug 2004
Location: Near Slough
Posts: 975
|
Quote:
Not very reliable are they?
|
|
|
|
|
|
#46 |
|
Forum Member
Join Date: Mar 2008
Posts: 337
|
Quote:
I'd got nearly to the bottom of the first page and thought "What, an iPhone thread without Mr Orange trolling in it?". You didn't let me down though.
![]() |
|
|
|
|
|
#47 |
|
Forum Member
Join Date: Jan 2005
Location: Wakefield, West Yorkshire
Posts: 2,118
|
Quote:
Had to LOL at this. Good point.
Something deeper going on here me thinks, some of them even go to the lengths of buying MAcs just to come on here and slag them off. I do think its a shame they can't open their minds so anything different from what they know, they may actually find something better if they give it a chance, but they're too stuck in their ways, Its the obssessiveness of the anti-mac brigade on here that astounds me, they are waaay more obsessed with apple than any of the so called "fanboys", reading everything, posting on every single thread, know all the apple news etc. yet profess to hate them, how odd!! ![]()
|
|
|
|
|
|
#48 |
|
Inactive Member
Join Date: Oct 2005
Location: Alacant
Posts: 7,773
|
Quote:
I'd got nearly to the bottom of the first page and thought "What, an iPhone thread without Mr Orange trolling in it?". You didn't let me down though.
![]() For my next trick i might dig out those old posts of Chocoboys proclaiming how Apple are NOT interested in the corporate market and marrying them up to news of Apple's creating of apps especially for the corporate market. His response will no doubt be most amusing. |
|
|
|
|
|
#49 |
|
Inactive Member
Join Date: Oct 2005
Location: Alacant
Posts: 7,773
|
Quote:
Yep, Ricardo, is the same as a couple of guys on the computing forum, hate apple and iphones, yet can't resist reading every single thread about them all the time, and trying to convince themselves and others how bad their producs are lol.
I have never said the iPhone is a bad product either. That's another figment of your adolescent obsessive imagination. Tell me, do you look like Comic Book Man from the Simpsons per chance? Do you need reminding that I have praised the iPhone UI in these very fora? I believe that that UI just happens to be on top of a pretty average phone. I am entitled to an opinion you know. I admit I don't obsess like you sir, but that doesn't negate my right to have a view. Or does it...... |
|
|
|
|
|
#50 |
|
Forum Member
Join Date: Dec 2007
Posts: 869
|
Ricardo has a point above it has very impressive features but very un-impressive features to go with it. For me personally I get the best of both worlds. I have a 32GB iPod Touch and a Nokia N95 8GB - 2 amazing pieces of kit!
|
|
|
|
![]() |
|
All times are GMT. The time now is 17:49.




