New: XDA launches forum for app developers. Discuss coding, tools, marketing, and more.
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
agua Old
#1  
Guest
Thanks Meter
Posts: n/a
Default Vodafone in Spain

Someone knows this configuration. GPRS. Thanks
betobetico Old
#2  
Guest
Thanks Meter
Posts: n/a
Default GPRS connections in Spain (Amena / Movistar / Vodafone)

Those are the configurations schemas for GPRS in Spain:

[Amena]
IP_HEADERCOMP=0
IP_ADDRESS= Asignada por el servidor
DNS_PRIMARY=213.143.33.8
DNS_SECONDARY=213.143.32.20
AT_INIT=+CGDCONT=1,"IP","internet"
USERNAME=CLIENTE
PASSWORD=AMENA

[Telefonica Movistar]
IP_HEADERCOMP=0
IP_ADDRESS=Asignada por el servidor
DNS_PRIMARY=194.179.1.100
DNS_SECONDARY=194.179.1.101
AT_INIT=+CGDCONT=1,"IP","movistar.es"
USERNAME=MOVISTAR
PASSWORD=MOVISTAR

[E Vodafone]
IP_HEADERCOMP=0
IP_ADDRESS=Asignada por el servidor
DNS_PRIMARY=212.73.32.3
DNS_SECONDARY=212.73.32.67
AT_INIT=+CGDCONT=1,"IP","airtelnet.es"
USERNAME=wap@wap
PASSWORD=wap125

Para terminales GPRS Siemens añadir ^sgauth=1 antes de +CGDCONT y no dejar espacios entre medias(ejemplo ^sgauth=1+CGDCONT=1,"IP","movistar.es")

Para algunos terminales después del APN("airtelnet.es", "movistar.es",....) poner ,,0,0 (Ejemplo +cgdcont=1,"IP","airtelnet.es",,0,0

En otros terminales no es necesario el identificador de contexto. En ese caso quitar el 1 de detras del +cgdcont (Ejemplo +CGDCONT="IP","airtelnet.es")

El número de marcado es el *99# en caso de contextos sin identificador o *99***x# (siendo x el identificador de contexto) en contexto con identificador

Es muy importante configurar el terminal con la autentificación adecuada a nuestro operador, en este caso mirar el manual de usuario del terminal.

Source: Mipcdebolsillo (http://www.foro.mipcdebolsillo.com/s...s=&threadid=51)

More information in the spanish web www.mipcdebolsillo.com

Best Regards,


Betobetico!

[/url]
 
agua102
Old
#3  
Junior Member
Thanks Meter 0
Posts: 17
Join Date: Mar 2003
Default Can you Explain this ....?

I can see this settings in the XDA
 
agua102
Old
#4  
Junior Member
Thanks Meter 0
Posts: 17
Join Date: Mar 2003
sorry,I cann´t see ...