Author Topic: Bluetooth Phone And Gprs  (Read 2739 times)

petya

  • Jr. Member
  • **
  • Posts: 61
    • View Profile
Bluetooth Phone And Gprs
« on: February 11, 2005, 04:44:23 am »
Hi!

I have got an sl-c760 with cacko 1.22 lite version and a motorola v525 bluetooth mobile phone, i want to use the gprs internet at the vodafone hungary. I thought it won't be easy. I could pair my mobile with the zaurus, it can start dialing, but after it says "intializing modem" it displays that it's connected, but it disconnects within a second. Can i edit the bluetooth config files myself? What are those? I have used this phone for gprs internet under palmos before, i wrote a chatscript, so it could connect (didn't work from gui too). Here is that:
 
Send AT&FX1E0V1
Send CR
Delay 1
Send at+cgdcont=1,"IP","internet.vodafone.net";^sgauth=1
Send CR
Send ATDT*99***1#^m
Send CR
Delay 1
End

User name: vodawap
Password: vodawap

Connection Type: PPP
Idle timeout: never
DNS 80.244.97.30 or 80.244.96.1
IP Address automatic

now i want to make this work under linux. Where are the configfiles that i can edit?
« Last Edit: February 11, 2005, 04:45:28 am by petya »

petya

  • Jr. Member
  • **
  • Posts: 61
    • View Profile
Bluetooth Phone And Gprs
« Reply #1 on: February 11, 2005, 10:51:50 am »
I got what i need, on the gui i cannot find, where can i set the apn, it is the at+cdgcont... line in the script of the previous post. Can anyone tell me where can i set which apn to connect?

petya

zmiq2

  • Sr. Member
  • ****
  • Posts: 383
    • View Profile
    • http://
Bluetooth Phone And Gprs
« Reply #2 on: February 11, 2005, 11:32:11 am »
For me, it works if I just put APN settings in the phone data-connection settings, not in zaurus settings. In your case, you should put APN in your first data-connection settings (I see CID=1 in your dialing number)

HTH
sl-c750, archos av580, socket cf [bt, wifi, modem], noname cf lan, audiovox rtm800 gsm-gprs cf, rom: sharp -> oz3.5.3 -> cacko -> oz3.5.4.1

petya

  • Jr. Member
  • **
  • Posts: 61
    • View Profile
Bluetooth Phone And Gprs
« Reply #3 on: February 12, 2005, 01:31:55 am »
I couldn't find apn settings on the phone. But i found a ppp directory in /etc  Which chatscript does my bluetooth connection use? Fro example i have a connection name foobar in the network settings, where can i find the chatscript under /etc/ppp?