Changing to the apns settings stated in the first page broke my mms. Here is what I used, can you guys please check if its right:
Code:
<?xml version='1.0' encoding='UTF-8' standalone='yes' ?>
<apns count="1">
<apn name="internet" numeric="311660" mcc="311" mnc="660" apn="0" user="mynumber@mymetropcs.com" server="wap.metropcs.net" password="mymslcode" proxy="wap.metropcs.net:3128" port="3128" mmsproxy="wap.metropcs.net" mmsport="3128" mmsprotocol="2.0" mmsc="http://mms.metropcs.net:3128/mmsc" type="MMS" />
</apns>
Here is the apns before I changed them to the above(btw changing back to these brings back mms):
Code:
<?xml version='1.0' encoding='UTF-8' standalone='yes' ?>
<apns count="3">
<apn name="MetroPCS" numeric="310027" mcc="310" mnc="027" apn="0" user="" server="" password="" proxy="" port="" mmsproxy="" mmsport="" mmsprotocol="null" mmsc="http://mms.metropcs.net/mmsc" type="*" />
<apn name="Production" numeric="310027" mcc="310" mnc="027" apn="1" user="" server="" password="" proxy="" port="" mmsproxy="proxy.metropcs.net" mmsport="3128" mmsprotocol="null" mmsc="http://mms.metropcs.net/mmsc" type="mms" />
<apn name="Android" numeric="310027" mcc="310" mnc="027" apn="internet" user="*" server="*" password="*" proxy="" port="" mmsproxy="" mmsport="" mmsprotocol="null" mmsc="null" type="null" />
</apns>
Also, with either apns I still get internet but at slow ass 1x of course.
---------- Post added at 08:32 PM ---------- Previous post was at 08:22 PM ----------
Regarding the AAA and HA shared secret values, when I initially used DFS to read off phone, they were both blank! So, to test I inputted my msl code(as stated by JD) in both HEX values and plain text but made no difference. What exactly are those values supposed to be? And are they used to authenticate your device in some way? If they are, then how come we are all getting internet?
I still also say that people that are not getting a 3g connection is because their phone was flash in 'a certain way' than others that are getting a 3g conn. The towers are somehow identifying this and only letting you connect at 1x. So no matter what we do to our phones, change settings or whatnot, the towers will never let you connect. Thats my theory, hope its not true though lol
|