Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
sga Old
#1  
Guest
Thanks Meter
Posts: n/a
Default How to change the default +0 GPRS!...

I 'm experimenting problems to setup a GPRS connection with my local cellualr provider, because it seems that here in MEXICO, you need to configure +52 55 *99# intead of +0..... (tmobile default configuration) I own a TMOBILE XDA PW10B1 ROM: 3.08.10 ENG, Radio Version: 6.02

Can anybody help me to do this configuration?
 
vpreHoose
Old
#2  
Senior Member
Thanks Meter 1
Posts: 100
Join Date: Jan 2003
Default Sounds like your GPRS operator needs to go on a course

A GPRS handset doesn't actually dial a number. The *99# is used as a code to tell the phone to connect to GPRS it is not sent to the network.

There are actually 3 ways for a GPRS phone to connect to a GPRS network
ATD*99# (or ATD*99***1# on some handsets)
AT+CGACT=1
AT+CGDATA=1

The last two don't work in practice as once you are connected you need a PPP link to do anything useful.

You do need to tell the phone what Access Point you wish to connect to (the bit after the +0~ on the display, which can be removed by tweaking the Dialing Locations section). This is done by the AT+CGDCONT command, but as all AT commands are 'hidden' by Pocket PC the Connection Manager sets this before it connects.

The customer care person in Mexico simply doesn't understand how GPRS works. Unfortunatly few customer care staff do elsewhere in the world either.
Old
#3  
Guest
Thanks Meter
Posts: n/a
Thanks for your replay.

how can I tweak the Dialing Locations section?

I'm new in this kind of tech.
 
vpreHoose
Old
#4  
Senior Member
Thanks Meter 1
Posts: 100
Join Date: Jan 2003
Start\Settings\Connections\Connections\Dialing Locations\Dialing Patterns

Replace everything (or just International Calls) with g.

Mind you it will make no diference to the GPRS operation of the device, only the display of the "dial string" in the message window.
sga Old
#5  
Guest
Thanks Meter
Posts: n/a
I works!!!! very well. It fells a litte bit slow, but it works... Thanks.
 
pigeon
Old
#6  
Member
Thanks Meter 0
Posts: 67
Join Date: May 2003
Location: Australia
Is that possible to somehow see what AT commands have been used by the connection manager/pocketpc?

I have GPRS working on pocketpc, but I couldn't get it working using AT commands magic and with pppd (under linux, not on the XDA, but the same SIM/network.).
 
Post Reply+
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Go to top of page...

XDA PORTAL POSTS

Job Interview Prep: Phone Screen Part 1 – XDA Developer TV

XDA Developer TV Producer Jayce has been very busy creating videos to help … more

Auto Test Your Android Apps with Robotium

You’ve just finished coding your very first app, but before you release it to the wild, you … more

Open Source CPU Info App for Windows

So you’re playing with your shiny new Windows 8 tablet PC, when one of your like-minded geeky … more

Guide to Using Adobe Air on Android

When writing an app with performance in mind, you most likely want to write it native code using the … more