Using Verizon 8x on T-Mobile.. well..

eddieDOTexe

Member
Nov 15, 2012
275
1
16
So, seeing as how Verizon's HTC 8x comes unlocked, I took the liberty of buying one for my girlfriend at the local mall for a easy $180. And sure, it comes unlocked. However I wasn't counting on Verizon being generous enough not to include a catch. That catch being that they removed the "Add MMS APN" option under the Cellular data.

This presents a problem.

This phone is unable to send or receive MMS because of this. And I also don't get more than EDGE speeds due to being unable to edit the apn. The Cellular Connection app (or whatever) is out of the question too.

Calling, regular texting, and EDGE data works just fine. But not MMS or 3G/4G.

What to do?
 
Damn it. Still no workaround then huh. I'll look into trading it on Craigslist or something then.
 
Is the 3g/4g part of the MMS APN? I see you can edit internet APN.

Its under the cellular settings and its set to 4G however this makes no difference. It could just be that the Verizon variant doesn't support T-Mobile's 3G/4G frequencies, save for their refarmed areas (which are few and far between for the time being). However, that still is no excuse for being unable to send MMS or edit the corresponding APN. My unlocked AT&T Focus Flash works on T-Mobile just fine with MMS and Data (with 2G speeds obviously).
 
Did you try putting it in global mode?
Sent from my HTC 8x using Board Express
 
Possible I have that option and you might not because I'm using an actual Verizon SIM card. So that might be why. Idk.
Sent from my HTC 8x using Board Express
 
That might be a problem with having the Verizon 8x. Its still considered to only be cdma, but my guess is that option for global mode is either crappy GSM or out of country cdma networks.
Sent from my HTC 8x using Board Express
 
I recall there is someway to download nokia apps on a 8x using fiddler2 and a proxy. Look it up on xda-developers. The reason I'm telling you this is because there is an app from nokia which allows you to edit your MMS and the other apn. If needed, I can post a step by step guide on how to do this if needed
 
I recall there is someway to download nokia apps on a 8x using fiddler2 and a proxy. Look it up on xda-developers. The reason I'm telling you this is because there is an app from nokia which allows you to edit your MMS and the other apn. If needed, I can post a step by step guide on how to do this if needed

A step by step on that would be AWESOME. Thanks in advance.
 
orion 26
I recall there is someway to download nokia apps on a 8x using fiddler2 and a proxy. Look it up on xda-developers. The reason I'm telling you this is because there is an app from nokia which allows you to edit your MMS and the other apn. If needed, I can post a step by step guide on how to do this if needed

could you please send me the step by step guide to get mms on verizon HTC working for t-mobile. thanks in advance
 
Sure Guys...

1. Download fiddler2
2.Inside fiddler, press CTRL and R at the same time
3. Search the following line,

static function OnDetach() {
// MessageBox.Show("Fiddler is no longer the system proxy");
}

Below the bracket for that line, copy this message,

static function OnBeforeRequest(oSession: Session) {
if (oSession.uriContains ("HTC"))
{
oSession.url = oSession.url.Replace ("HTC", "Nokia");
}

Now, open CMD on your computer and type ipconfig. Note the IPV4 address.

Now go to your phone and go to the WiFi settings and press the WiFi network that your phone and computer is connected on.

Turn your proxy on and enter the IPV4 address in the Server/URL address and put in 8888 in the port. Press the check button to save.

Now, go to the store and press HTC apps. If you did it correctly, a variety of apps that are not HTC will come up

Now, download SysAppPusher from the store on your phone and when you open it, then click access point and download it. You may now edit your APN in the settings after it has downloaded :)
 
Sure Guys...

1. Download fiddler2
2.Inside fiddler, press CTRL and R at the same time
3. Search the following line,

static function OnDetach() {
// MessageBox.Show("Fiddler is no longer the system proxy");
}

Below the bracket for that line, copy this message,

static function OnBeforeRequest(oSession: Session) {
if (oSession.uriContains ("HTC"))
{
oSession.url = oSession.url.Replace ("HTC", "Nokia");
}

Now, open CMD on your computer and type ipconfig. Note the IPV4 address.

Now go to your phone and go to the WiFi settings and press the WiFi network that your phone and computer is connected on.

Turn your proxy on and enter the IPV4 address in the Server/URL address and put in 8888 in the port. Press the check button to save.

Now, go to the store and press HTC apps. If you did it correctly, a variety of apps that are not HTC will come up

Now, download SysAppPusher from the store on your phone and when you open it, then click access point and download it. You may now edit your APN in the settings after it has downloaded :)
 

Attachments

  • Capture.PNG
    Capture.PNG
    28.5 KB · Views: 5
Illhelp,

When i follow your instructions, I end up just not having internet access on my phone. Any hints?

Thank you so much for putting the directions on this forum. I've been looking for a solution for days and I'm hoping this one turns out. Thanks.