PDA

View Full Version : Surf via Motorola v600/GPRS over Bluetooth?


WMurray
05-06-2004, 05:07 PM
Hey guys,
I know this has been gone over before but I've tried everything I can find and wanted to see if anyone has successfully established a bluetooth connection to the V600 to use GPRS. This is what I currently have:

Under the Prefs App:
Connection:

Name: V600

Connect to: Local Network
Via: Bluetooth
Device: Motorola V600

Network:

Service: Cingular GPRS
User Name: WAP@CINGULAR.COM
Password: CINGULAR1
Connection: V600

Under Details I have:

Connection Type: PPP
Idle Timeout: Never
Query DNS: checked
IP Address: checked Automatic

and then the script:
Send: AT&FX1E0V1
SendCR:
SendCR:
Send: AT+CGDCONT=1,,"wap.cingular"
SendCR:
Send: ADTD*99***1#
Wait For: CONNECT
End

Whenever I try to connect the device makes it to "Signing On" and the goes to a Timeout error. Anyone have an idea of what I'm doing wrong?
Thanks!
Will

richierichdolla
05-06-2004, 11:15 PM
Try mobile manager and dont use the t610 driver try the connect using bluetooth phone.

dannn
05-07-2004, 02:24 AM
oh gosh i just got my V600 yesterday and it took me a while to figure this out too.

mobile manager wont work.



i got it to work here are my settings

 

Under the Prefs App:
Connection:

Name: V600

Connect to: Local Network
Via: Bluetooth
Device: Motorola V600

Network:

Service: Cingular GPRS
User Name: WAP@CINGULARGPRS.COM (WAP@CINGULARGPRS.COM)
Password: CINGULAR1
Connection: V600

Under Details I have:

Connection Type: PPP
Idle Timeout: Never
Query DNS: checked
IP Address: checked Automatic

and then the script:


Send: ATZ
SendCR:
Send: AT+CGDCONT=1,IP,wap.cingular
SendCR:
Send: ATD*99***1#
Send: CR:
End



 

Your script

and your username was off

its WAP@CINGULARGPRS.COM

so check those with mine.
that should do it!

let me knwo if it works.

I cant get SMS to work. did you?

WMurray
05-07-2004, 09:10 AM
Thanks for the help so far!
I matched my settings/script to yours and tried to connect. It would go through the Initializing -> Signing On -> Signing On (Handshake), and then go back to Initializing. So then I looked at your script again and noticed that your next to last line is:

Send: Cr:

instead of

SendCR:

So I changed mine, and I now get a PPP Timeout Error. I looked at the connection log and I can tell that there's some LCP negotiation going on, but there's also an IPCP Timeout line there too. Any Ideas?

Thanks!
Will

DaMan
05-07-2004, 09:45 AM
Try using connect to modem instead of local network. I am not on Cingular, but that is the connection I use for my bluetooth phone.

Unregistered
05-07-2004, 09:47 AM
for the v600 you have to set the phone as a bluetooth network

WMurray
05-07-2004, 10:29 AM
OK Could you please clarify "Set the phone as a Bluetooth Network"? I'm not certain if you're referring to a setting on the phone itself, or the Clie setup.
Thanks!

dannn
05-07-2004, 08:37 PM
that Unregistered post was me, damn cliesource mobile is in french so i cant login.

i meant on the clie set the phone as network
just liek you had it

Under the Prefs App:
Connection:

Name: V600

Connect to: Local Network
Via: Bluetooth
Device: Motorola V600

dannn
05-07-2004, 08:38 PM
Originally posted by DaMan
Try using connect to modem instead of local network. I am not on Cingular, but that is the connection I use for my bluetooth phone.

when i had my  sonyericsson phone i set  it to connect to modem. but i tired that with my V600 and it doesnt work.

 

Unregistered
05-13-2004, 01:44 AM
I am an ATT user and i got these settings to work.

V600 with NX70v


mobile manager wont work with my bluetooth pc adapter



Under the Prefs App:
Connection:

Name: V600

Connect to: Local Network
Via: Bluetooth
Device: Motorola V600

Network:

Service: Cingular GPRS
User Name: a
Password: a
Connection: V600

Under Details I have:

Connection Type: PPP
Idle Timeout: Never
Query DNS: checked
IP Address: checked Automatic

and then the script:


Send: ATZ
SendCR:
Send: AT+CGDCONT=1,IP,proxy
SendCR:
Send: ATD*99***1#
Send: CR:
End




I cant get SMS to work either... Anyone?