I have unlocked my iphone for t-mobile usa and haven't been able to find the settings for edge. When I go to Settings >> General >> Network, the only options I have are Data Roaming, VPN, and Wi-Fi. I have also tried editing the carrier.plist (SSH to System >> Library >> Carrier Bundles >> T-Mobile_US.Bundle) to no avail.
I didn't edit it because the AllowEDGEEditing tag was already there. Have been looking only for the past day trying to fix this issue and couldn't find any solutions that worked for me. Can anyone tell me how I can make the edge/apn settings show up on my iphone?
Thanks
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>AllowEDGEEditing</key>
<true/>
<key>CarrierName</key>
<string>T-Mobile US</string>
<key>IntlDataRoamingSwitch</key>
<true/>
<key>MyAccountURL</key>
<string>https://my.t-mobile.com:443/Login/</string>
<key>MyAccountURLTitle</key>
<string>My T-Mobile</string>
<key>Services</key>
I didn't edit it because the AllowEDGEEditing tag was already there. Have been looking only for the past day trying to fix this issue and couldn't find any solutions that worked for me. Can anyone tell me how I can make the edge/apn settings show up on my iphone?
Thanks