Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

djaikon

macrumors newbie
Original poster
I'm trying to set up the EDGE networking on my phone and every time I go to the APN field and enter the setting, the phone returns to the home screen. When I go back in to check if it was input properly, the field is blank. If I try to enter the setting again, it just goes right back to the home screen. I'm not sure why this is happening...any ideas?
 
For T-Mobile Total Internet, these are the settings for the file:

Code:
/var/root/Library/Preferences/com.apple.carrier.plist

Change them accordingly to your carrier's preferences. Hope this helps.

Code:
  <array>
                <dict>
                        <key>apn</key>
                        <string>internet2.voicestream.com</string>
                        <key>password</key>
                        <string></string>
                        <key>username</key>
                        <string></string>
                </dict>
                <dict>
                        <key>apn</key>
                        <string>internet2.voicestream.com</string>
                        <key>password</key>
                        <string></string>
                        <key>username</key>
                        <string></string>
                </dict>
        </array>
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.