[MOD] APN update FroYo 2.2 based of "Vodafone" version

crus

Member
Dec 7, 2004
29
0
0
Melbourne
Hi

This might sound dumb but I am new to Android.
I just bought the HTC Desire Z that comes with the Froyo 2.2 operating system.
My question is, can I use this file with my phone?
If I do what the first post says, will there be a possibility of it bricking?

I am tired of having to enter the settings manually as I travel quiet a bit.

Thanks.

Add - Anyone?? Please help.
 
Last edited:

MaBlo

Senior Member
Dec 21, 2010
602
101
0
Hey snakehult, somehow I'm getting apn's for Tele2 Sweden. Obviously I find this very offensive as a Norwegian.
 

MaBlo

Senior Member
Dec 21, 2010
602
101
0
I'm not kidding??;)

Seriously, I don't know why this happens. Tele2 Norway is on the list. It's not a big deal for me either, as I can add the right one manually. Just though I should report the problem.:)
 

snakehult

Senior Member
Jun 8, 2010
369
60
0
I'm not kidding??;)

Seriously, I don't know why this happens. Tele2 Norway is on the list. It's not a big deal for me either, as I can add the right one manually. Just though I should report the problem.:)
Umm. What mcc mnc does your apn say?


Sent from my Legend using XDA App
 

Zeyckler

Senior Member
Oct 28, 2010
81
5
0
Seville, Spain
twitter.com
Code:
  <apn carrier="Yoigo" mcc="214" mnc="04" apn="internet" proxy="010.008.000.036" port="8080" type="default,supl" />
  <apn carrier="Yoigo MMS" mcc="214" mnc="04" apn="mms" mmsc="http://mms" mmsproxy="93.209.134.141" mmsport="80" type="mms" />
The configurations of the carrier Yoigo are bad, this is the correct configuration:

Code:
  <apn carrier="YOIGO NAVEGADOR" mcc="214" mnc="04" apn="internet" proxy="010.008.000.036" port="8080" type="default,supl" />
  <apn carrier="YOIGO MMS" mcc="214" mnc="04" apn="mms" mmsc="http://mms" mmsproxy="193.209.134.141" mmsport="80" type="mms" />