Thread: no service
-
10-03-2007, 11:55 PM #1
no service
Hi everyone,
I have just unlock and active the phone , but after I done all those step, and insert my non-att sim card, it shows no service , I'm using 3 network in australia.
Cheers
-
10-04-2007, 01:16 PM #2
What version is your phone software?
I just had this problem with a previous phone because it was 1.0 and not 1.0.2, so I ended up not having the right software for it.
-
10-04-2007, 10:07 PM #3
-
10-04-2007, 10:15 PM #4Livin the iPhone Life
- Join Date
- Sep 2007
- Location
- Welcome to Jamrock
- Posts
- 1,337
- Thanks
- 37
- Thanked 62 Times in 61 Posts
if its 3g It will not work at all
Think Different

-
10-04-2007, 10:24 PM #5Moderator / DRP Dev Team
- Join Date
- Jul 2007
- Location
- c.s. texas
- Posts
- 969
- Thanks
- 49
- Thanked 113 Times in 89 Posts
isnt 3g data speed and gsm the carrier..i think so..because have a 3g ppc and its sim works on my iphone ..its just slower on the web..
-
10-04-2007, 10:43 PM #6Livin the iPhone Life
- Join Date
- Sep 2007
- Location
- Welcome to Jamrock
- Posts
- 1,337
- Thanks
- 37
- Thanked 62 Times in 61 Posts
-
10-05-2007, 03:32 AM #7
it has nothing to do with 3g....if you do it from 1.0 without fully restoring it to 1.0.2 then it will screw up the baseband. you'll have to reset baseband and restore once again then start over from beginning....
-
10-05-2007, 06:13 AM #8Livin the iPhone Life
- Join Date
- Aug 2007
- Location
- Toronto, Canada
- Posts
- 3,308
- Thanks
- 12
- Thanked 562 Times in 483 Posts
You need to reset the baseband to factory state with bbupdater.
SSH into the iPhone and type the command:
#> bbupdater -e ICE03.14.08_G.eep
You can get the file "ICE03.14.08_G.eep" from the firmware ramdisk. You can get BBupdater anywhere.
PS: Sorry, must add that you have to unload the com.apple.CommCenter before running this command. Once its completed, load the com.apple.CommCenter and you'll have your signal.Last edited by Eurisko; 10-05-2007 at 06:23 AM.
-
10-05-2007, 09:50 AM #9Moderator / DRP Dev Team
- Join Date
- Jul 2007
- Location
- c.s. texas
- Posts
- 969
- Thanks
- 49
- Thanked 113 Times in 89 Posts
thank you ...i knew it had nothing to do with 3g...i was trying to tell him.maybe sim wont work but has nothing to with 3g
-
10-05-2007, 05:00 PM #10
-
10-05-2007, 11:26 PM #11Livin the iPhone Life
- Join Date
- Aug 2007
- Location
- Toronto, Canada
- Posts
- 3,308
- Thanks
- 12
- Thanked 562 Times in 483 Posts
nik138 was nice enough to send this to me, with pretty good step by step so here it is with just a couple of adjustments.
To start with, you need to download the following files:
- ICE03.14.08_G.eep
http://rapidshare.com/files/56129951...4.08_G-eep.rar
- bbupdater you can download from
www.freeiphoneunlock.com/hardware/bbupdater
Manually place them into your iphone's /usr/bin folder using "ibrickr" .
http://ibrickr.com/downloads/ibrickr_v0.8.zip
[to install OpenSSH on your iphone, first install Installer.app via applications on ibrickr. Then through Installer.app you can install OpenSSH]
Once all files are in place, please do the following:
Use Putty (on a PC) or Terminal (on a Mac).
[putty download] (http://www.chiark.greenend.org.uk/~s.../download.html)
[on a PC]
1.
- run Putty
- Host name is the IP address of the iPhone (example: 192.168.0.44).
- Port 22
- User ID: root
- Password: dottie
[on a Mac]
1.
- Run Terminal
- type: ssh -l root 192.168.0.44 (again as an example)
- password: dottie
2. Once you have logged in type: cd /usr/bin
- Now type: launchctl unload -w /System/Library/LaunchDaemons/com.apple.CommCenter.plist
- Now type: bbupdater -e ICE03.14.08_G.eep
- After you see DONE, type: launchctl load -w /System/Library/LaunchDaemons/com.apple.CommCenter.plist
Lastly type: exit
You should now have a signal. If not, reboot the iPhone and THEN you should have a signal.
PS: Hopefully you know how to assign an IP address to your iPhone. The easiest method is to set your Wireless router to broadcast DHCP. Then all you have to do is turn your WiFi on. Once connected, to locate your IP address on the iPhone, go to Settings -> WiFi -> [the name of your connected router (will have a checkmark beside it)] and you will see the assigned IP address.
-
10-05-2007, 11:59 PM #12
Hi Eurisko,
That's really clear and I followed it , but is said in the end "Error: Baseband bootloader is too old; update to 1.8 or later and try again" , any idea ?
Also My phone does working on other network just this this 3g network doesn't work, is it the way to fix ?
Thanks again!!Last edited by stupidroy; 10-06-2007 at 12:34 AM.
-
10-06-2007, 08:47 AM #13Livin the iPhone Life
- Join Date
- Aug 2007
- Location
- Toronto, Canada
- Posts
- 3,308
- Thanks
- 12
- Thanked 562 Times in 483 Posts
Um.. which firmware version are you using?
-
10-06-2007, 04:16 PM #14
1.0.2
Thanks
-
10-06-2007, 04:35 PM #15Livin the iPhone Life
- Join Date
- Aug 2007
- Location
- Toronto, Canada
- Posts
- 3,308
- Thanks
- 12
- Thanked 562 Times in 483 Posts
-
10-07-2007, 06:20 AM #16
cheers, but where should I put this line?
hi I upload the new version bbupdater that you have attached and run chmod 755 bbupdater right after launchctl unload -w /System/Library/LaunchDaemons/com.apple.CommCenter.plist
still no luck,any idea ?
CheersLast edited by stupidroy; 10-07-2007 at 06:20 AM. Reason: Automerged Doublepost
-
10-07-2007, 07:47 AM #17Livin the iPhone Life
- Join Date
- Aug 2007
- Location
- Toronto, Canada
- Posts
- 3,308
- Thanks
- 12
- Thanked 562 Times in 483 Posts
the command "chmod 755 bbupdater" is simply to give execute permissions to the new bbupdater program you installed. You still follow the original directions.
-
10-07-2007, 05:15 PM #18
hi Eurisko,
Thank you for your effort in helping this, but still no luck , I have just check the modem firmware on my iphone, and it's 03.14.08_G already , doesn't it mean I can't use 3G network anyway ?
Cheers
-
10-08-2007, 12:01 PM #19
I've got the exact same situation. Does this mean the phone will now work only with ATT sim?
-
10-08-2007, 01:53 PM #20
hi,
got my iphone unlocked last night. I am running 1.0.2 firmware version.
Anysim did the trick, i am able to add SIMs from the 3 carriers where I live.
The problem that I hace is that the phone keeps losing the carriers signal. This means that i can make calls (sometimes) but i am not able to receive any calls.
Is my problem releated to the one described in this thread?
thanks



LinkBack URL
About LinkBacks
Reply With Quote

