The ModMyTM Family of Sites:
ModMyMotoModMyiModMyGphone




 
 
Register or Connect with Facebook

Discuss AppStore Apps | Browse / Search Cydia | MMi Cydia Stats




  Apple Forums & iPhone Forums, Mods, Hacks, News, Themes, Downloads, and more! | ModMyi.com > iPhone > iPhone News
Reply
 
LinkBack Thread Tools Display Modes
  #1  
Old 04-14-2009, 07:49 PM
him121213's Avatar
BanHammr Immune
 
Join Date: Oct 2008
Device + Firmware: iPhone 3GS (White) 3.0 JB/Unlocked
Operating System: Mac OS X 10.5.8 (Leopard)/Fedora 10/FreeBSD 7.1/Debian 5.0
Location: Buffalo
Posts: 2,240
Thanks: 72
Thanked 230 Times in 194 Posts
Send a message via AIM to him121213 Send a message via MSN to him121213 Send a message via Yahoo to him121213 Send a message via Skype™ to him121213
Downgrade 3G Baseband from 2.30 to 2.28

Click the image to open in full size.
For those who have wanted to unlock their iPhone 3G but have updated to the 2.30 baseband, hope is now here. Thanks to the work of dev pH, a tool has been created to downgrade your baseband, and allow a unlock to occur once again.

only works for baseband 2.30 and bootloader 5.8

(im sorry if the original post didnt clarify enough because doerrfan decided to reword things when he moved it )

to check your bootloader version, visit:
Baseband Commands - The iPhone Wiki

(run at+xgendata in minicom)

Quote:
To run the pHaseBanDowngrader, connect via SSH to your iPhone and copy the downloaded folder (phasebandowngrader) into the folder "/Applications" on your iPhone.
Note: The folder MUST named phasebandowngrader with lowercase letters!

To run it, open MobileTerminal and type "login". The user is "root" and password is "alpine" by default. Then type: "cd / Applications/phasebandowngrader/", then, to run the downgrader, type "./phasebandowngrader"
METHOD 2 (found by tattoo Jack)
Quote:
For other people who still needs a full instruction, here is an update to Tom's instruction.

Download BBUpdaterExtreme here:
RapidShare: Easy Filehosting

Download BSPatch Here:
GBAtemp.net :: Downloads :: ROM patchers & header info :: bspatch

Here's where you'll need some command prompt skills. Extract the BSPatch program and iPhone_3G_02.28.00_baseband.zip and all related files into a folder you can remember (ex. Catcher). Also, place the ICE2_02.28.00.fls and downgrade.patch in the same folder (downgrade.patch is from Master geohot above found here: http://lpahome.com/geohot/downgrade.patch)

Open your command prompt by hitting start, then run, and type in "cmd" without the quotes and hit enter. In the command prompt, you'll need to type

cd Catcher

"Catcher" is the example directory but you can replace it with wherever you've placed the BSPatch and ICE2_02.28.00.fls files in.

Now type in:

bspatch ICE2_02.28.00.fls patchedbaseband.fls downgrade.patch

In the example folder, there will now be a new file called patchedbaseband.fls, which is pretty self explanatory.

Copy that file back to your desktop or a folder that you can easily find and also copy ICE2_02.28.00.eep and BBUpdaterExtreme into the same place.

Rename patchedbaseband.fls to ICE2_02.28.00.fls.

Now that you have your patched baseband, your BBUpdaterExtreme and the .eep file in one place, you're ready to move them onto your phone.

You'll need to know how to SSH into your iPhone, and I'm not going to go into detail about that, but you should be able to find that information easily.

(you can also use DiskAid or Iphone Browser to upload the files instead of SSH)

Copy the three files *ICE2_02.28.00.fls* - the new one that is patched
ICE2_02.28.00.eep
and
BBUpdaterExtreme into /var/root
(make sure you're not in private/var/root).

Now, you'll need to find download and install Mobile Terminal, which can be found in Cydia or Installer, or I guess the new Icy.

After you've gotten Mobile Terminal installed, open it up and follow these instructions carefully (capitalization counts!) to check what version of bootloader you have.

(All case sensitive and you may need to use cd .. to change to the right directory you've uploaded the files to)

1. Type in: su
2. Type in the password: alpine
3. Type in: chmod 755 BBUpdaterExtreme
4. Type in: launchctl unload /System/Library/LaunchDaemons/com.apple.CommCenter.plist
5. Type in: ./BBUpdaterExtreme queryversion

Look for "Boot Loader Version:" in the output.

Mine said "5.09" which I can only imagine means 5.9 so I did not have the availability to downgrade.

Here you can stop if you're like me, and don't have the option to downgrade. You can restart your phone (because the phone is now not working since the CommCenter process has stopped running) to restore it to normal, or alternatively you can type in

launchctl load /System/Library/LaunchDaemons/com.apple.CommCenter.plist

But you may be in luck and have 5.8, in which case, continue on to the downgrade.

Close Mobile terminal, re-open it, and type in the following commands.


(All case sensitive and you may need to use cd .. to change to the right directory you've uploaded the files to)

1. Type in: su
2. Type in the password: alpine
3. Type in: chmod 755 BBUpdaterExtreme
4. Type in: launchctl unload /System/Library/LaunchDaemons/com.apple.CommCenter.plist
5. Type in: ./BBUpdaterExtreme update -f ICE2_02.28.00.fls -e ICE2_02.28.00.eep
6. Reboot your iPhone

Check under Settings-General to see your (hopefully) downgraded baseband!
simplified version of method 2 (Koolman0)
Quote:
For those of you that are still having problems This Should be more simple
.................................................. .................................................. .........
Download:
  1. Make a folder on your desktop
  2. Extract All to the same folder (All Three Files)
  3. In the Folder there should be a Shortcut file called "Prompt" open it
  4. Now type in:
    bspatch ICE2_02.28.00.fls patchedbaseband.fls downgrade.patch
  5. Now Make a New Folder in that Directory Call it "new"
  6. Three Files need to be copied To the "new" folder
    • patchedbaseband.fls
    • ICE2_02.28.00.eep
    • BBUpdaterExtreme
  7. Rename patchedbaseband.fls to ICE2_02.28.00.fls
  8. SSH into your iPhone
  9. Copy the Three files (patchedbaseband.fls, ICE2_02.28.00.eep, BBUpdaterExtreme) to /private/var/root
  10. Now go to MobileTerminal (on your iphone, This app can be Downloaded from Cydia or installer)
  11. Type in the Following Commands *****Case Matters*****
    1. Type in: su
    2. Type in the password: alpine
    3. Type in: cd /var/root
    4. Type in: chmod 755 BBUpdaterExtreme
    5. Type in: launchctl unload /System/Library/LaunchDaemons/com.apple.CommCenter.plist
    6. Type in: ./BBUpdaterExtreme queryversion
  12. NOTE:
    • if you see a 5.8 continue
    • if you see a 5.9 STOP this will not work for you Sorry
  13. Continue if 5.8
    1. Type in: su
    2. Type in the password: alpine
    3. Type in: cd /var/root
    4. Type in: chmod 755 BBUpdaterExtreme
    5. Type in: launchctl unload /System/Library/LaunchDaemons/com.apple.CommCenter.plist
    6. Type in: Type in: ./BBUpdaterExtreme update -f ICE2_02.28.00.fls -e ICE2_02.28.00.eep
    7. Reboot Device
  14. Once the iPhone has restarted go to Settings> General> About> At the bottom should say 02.28.00 (then you jump up and down in JOY)
  15. Last But not Least Unlock
P.S.
Here are the three Files you will be creating
so just copy these to you iphone (continue from Step 8 or 9)
Three Files inside this RAR
this tool has been tested by multiple people and WILL NOT brick your device. if you have bootloader version 5.9 it will not work. you can try but it will not work (still no risk of brick)

use at your own risk, but there is really no risk of doing any damage to your device unless you do something absurd

MMI Members Download

Apple Forums & iPhone Forums, Mods, Hacks, News, Themes, Downloads, and more! | ModMyi.com - Downloads - phasebandowngrader

External Mirror

phasebandowngrader.zip

Last edited by him121213; 04-16-2009 at 08:52 PM..
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
The Following 7 Users Say Thank You to him121213 For This Useful Post:
Bleeditout2130 (05-24-2009), duongvdat (04-17-2009), lach (04-14-2009), lightmaster (04-23-2009), madrigal77 (04-20-2009), PAKIS-RULEZ (04-16-2009), tito123 (04-20-2009)
  #2  
Old 04-14-2009, 08:02 PM
What's Jailbreak?
 
Join Date: Dec 2007
Posts: 14
Thanks: 5
Thanked 0 Times in 0 Posts

Sweet!!!
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #3  
Old 04-14-2009, 08:02 PM
lach's Avatar
My iPhone is a Part of Me
 
Join Date: Jan 2009
Device + Firmware: iPhone 3G | 16GB | FW: 3.0.1
Operating System: MacBook Pro 2.8 GHz | OS X 10.5.8
Location: Australia
Posts: 518
Thanks: 30
Thanked 79 Times in 66 Posts

thanks for that, im sure there will be a lot of people real happy about this!
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #4  
Old 04-14-2009, 08:04 PM
What's Jailbreak?
 
Join Date: Apr 2008
Device + Firmware: 16Gb 3G iPhone
Operating System: Windows Xp & OSX 10.5.3
Location: Texas
Posts: 18
Thanks: 1
Thanked 0 Times in 0 Posts

hells yeah now i can buy my friends 3G
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #5  
Old 04-14-2009, 08:04 PM
him121213's Avatar
BanHammr Immune
 
Join Date: Oct 2008
Device + Firmware: iPhone 3GS (White) 3.0 JB/Unlocked
Operating System: Mac OS X 10.5.8 (Leopard)/Fedora 10/FreeBSD 7.1/Debian 5.0
Location: Buffalo
Posts: 2,240
Thanks: 72
Thanked 230 Times in 194 Posts
Send a message via AIM to him121213 Send a message via MSN to him121213 Send a message via Yahoo to him121213 Send a message via Skype™ to him121213

lach ^^ unfortunately there will be alot of ppl really sad that they cant get it to work
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #6  
Old 04-14-2009, 08:07 PM
My iPhone is a Part of Me
 
Join Date: Dec 2008
Device + Firmware: 32GB iPhone 3GS
Operating System: Vista Business
Location: New Orleans, LA
Posts: 682
Thanks: 21
Thanked 44 Times in 34 Posts
Send a message via Yahoo to €hR!$

Why sad people that can't get it to work?
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #7  
Old 04-14-2009, 08:10 PM
drtybrd61's Avatar
iPhone? More like MyPhone
 
Join Date: Jul 2008
Device + Firmware: 3.0 β5
Operating System: windows 7
Location: SoCal
Posts: 103
Thanks: 12
Thanked 10 Times in 8 Posts

Could this be used to downgrade the baseband on an iPhone running 3.0 Beta 2 if you have bootloader 5.8?
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #8  
Old 04-14-2009, 08:14 PM
iPhone? More like MyPhone
 
Join Date: Sep 2007
Posts: 105
Thanks: 0
Thanked 5 Times in 5 Posts

Quote:
Originally Posted by drtybrd61 View Post
Could this be used to downgrade the baseband on an iPhone running 3.0 Beta 2 if you have bootloader 5.8?
DAMN...THIS IS A GOOD QUESTIOn.
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #9  
Old 04-14-2009, 08:17 PM
him121213's Avatar
BanHammr Immune
 
Join Date: Oct 2008
Device + Firmware: iPhone 3GS (White) 3.0 JB/Unlocked
Operating System: Mac OS X 10.5.8 (Leopard)/Fedora 10/FreeBSD 7.1/Debian 5.0
Location: Buffalo
Posts: 2,240
Thanks: 72
Thanked 230 Times in 194 Posts
Send a message via AIM to him121213 Send a message via MSN to him121213 Send a message via Yahoo to him121213 Send a message via Skype™ to him121213

^^ no

chri$ i was just saying that alot of ppl will be updet when they cant figure it out
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #10  
Old 04-14-2009, 08:18 PM
iPhone? More like MyPhone
 
Join Date: Sep 2007
Device + Firmware: iPhone 3G . 3.0
Operating System: Leopard / Win7
Location: Toronto, ON - Canada
Posts: 111
Thanks: 26
Thanked 10 Times in 10 Posts

my guess this is not a dev team release?
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #11  
Old 04-14-2009, 08:18 PM
exNavy's Avatar
iPhone? More like MyPhone
 
Join Date: Jun 2007
Device + Firmware: 2G, 3G and 3GS
Operating System: OS X 10.6 intel
Location: Arizona
Posts: 280
Thanks: 18
Thanked 35 Times in 28 Posts

I wouldn't get too excited. Most people will have the 5.09 bootloader. I purchased just a couple weeks after the 3G came out and have the 5.09 bootloader.

No this isn't a dev team release because of its limited use in this form. This is the work of GeoHot's and some others.

Last edited by exNavy; 04-14-2009 at 08:21 PM..
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #12  
Old 04-14-2009, 08:20 PM
him121213's Avatar
BanHammr Immune
 
Join Date: Oct 2008
Device + Firmware: iPhone 3GS (White) 3.0 JB/Unlocked
Operating System: Mac OS X 10.5.8 (Leopard)/Fedora 10/FreeBSD 7.1/Debian 5.0
Location: Buffalo
Posts: 2,240
Thanks: 72
Thanked 230 Times in 194 Posts
Send a message via AIM to him121213 Send a message via MSN to him121213 Send a message via Yahoo to him121213 Send a message via Skype™ to him121213

^^ umm when the 3G came out we were only on 2.0
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #13  
Old 04-14-2009, 08:22 PM
iPhone? More like MyPhone
 
Join Date: Sep 2007
Posts: 105
Thanks: 0
Thanked 5 Times in 5 Posts

GOt one Question...they didn`t tell nothing what will happen to your phone after running this...
Could some one tell? Someone already done this? Will there be any conflicts?
Need some result first before doing this...Don1t want to lose everything I installed..irs a PAIn in tha Bud to reinstall
RESULTS please..let us know
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #14  
Old 04-14-2009, 08:22 PM
him121213's Avatar
BanHammr Immune
 
Join Date: Oct 2008
Device + Firmware: iPhone 3GS (White) 3.0 JB/Unlocked
Operating System: Mac OS X 10.5.8 (Leopard)/Fedora 10/FreeBSD 7.1/Debian 5.0
Location: Buffalo
Posts: 2,240
Thanks: 72
Thanked 230 Times in 194 Posts
Send a message via AIM to him121213 Send a message via MSN to him121213 Send a message via Yahoo to him121213 Send a message via Skype™ to him121213

Quote:
Originally Posted by lighter View Post
my guess this is not a dev team release?
not persay but pH is a pretty well known dev and can definitely be trusted
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #15  
Old 04-14-2009, 08:23 PM
c0mpguru's Avatar
Green Apple
 
Join Date: Oct 2008
Device + Firmware: iPhone 3GS 3.0.1 Black 16GB
Operating System: Windows 7 RC
Posts: 35
Thanks: 2
Thanked 0 Times in 0 Posts

How do you check the bootloader version on your iPhone?
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
Reply

  Apple Forums & iPhone Forums, Mods, Hacks, News, Themes, Downloads, and more! | ModMyi.com > iPhone > iPhone News

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On



Go to Top
ModMyI

All times are GMT -6. The time now is 09:22 PM. Powered by vBulletin® Version 3.8.4
If you need Dedicated Server Hosting, you should check out SingleHop. | Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.3.0 Copyright © 2007-09 by ModMy, LLC. All rights reserved.

iPhone News / iPhone Forums / Apple News / Apple Forums / RSS / Contact Us / / Privacy Statement / Top