
05-10-2008, 09:14 PM
|
 |
Moderator
|
|
Join Date: Jul 2007
Device + Firmware: iPhone 3.0
Operating System: Snow Leopard, Windows 7, and Ubuntu.
Location: Massachusetts
Posts: 2,279
Thanks: 130
Thanked 450 Times in 227 Posts
|
|
|
Enable Some 3gness in latest 2.0 firmware
|
So heres the skinny.
If you have the new firmware .ipsw decrypt the beta5 rootfs dmg.
Then go to Applications/Prefrences.app/Network.plist.
There should be a little surprise in the form of a 3G setting to turn it on or off.
{
items = (
{
cell = PSGroupCell;
id = "ENABLE_3G_GROUP";
},
{
cell = PSSwitchCell;
default = YES;
get = "is3GEnabled:";
label = "ENABLE_3G";
set = "set3GIsEnabled:specifier:";
},
{
cell = PSGroupCell;
id = "3G_TEXT_GROUP";
isStaticText = YES;
},
{
cell = PSTitleValueCell;
label = "3G_TEXT";
},
{
bundle = EDGESettings;
isController = NO;
requiredCapabilities = (
telephony,
);
},
{
cell = PSGroupCell;
requiredCapabilities = (
telephony,
);
},
{
cell = PSSwitchCell;
default = YES;
defaults = "com.apple.commcenter";
key = "InternationalRoamingEDGE";
label = "EDGE_ROAMING_TOGGLE";
PostNotification = "com.apple.commcenter.InternationalRoamingEDGE.cha nged";
requiredCapabilities = (
telephony,
);
},
{
cell = PSGroupCell;
isStaticText = YES;
requiredCapabilities = (
telephony,
);
},
{
cell = PSTitleValueCell;
label = "EDGE_STATIC_TEXT";
requiredCapabilities = (
telephony,
);
},
{
cell = PSGroupCell;
},
{
bundle = VPNPreferences;
isController = NO;
},
{
cell = PSGroupCell;
requiredCapabilities = (
wifi,
);
},
{
bundle = AirPortSettings;
isController = NO;
requiredCapabilities = (
wifi,
);
},
);
title = Network;
}
|
Last edited by DoerrFan; 05-10-2008 at 09:35 PM..
|