Results 1 to 6 of 6
  1. #1
    Verne Arase
    Guest
    Greetings,

    I'm able to tether my Mac running MacOS X from my Nokia 3600 running
    Cingular's Media Works - but I'm having a heck of a time doing the same on my
    Palm Tungsten T5.

    Has anyone been able to do this? Is there any documentation on the
    mysterious GPRS1:10 blocks in the scripting language?

    It's driving me nuts being able to only connect to the net through the USB
    connection when I have a perfect good bluetooth phone and a Palm which should
    have the ability to do it.

    -- Verne

    P.S. I adjusted the ID/Password to [email protected]/CINGULAR1 and set the
    dial string to *99***1#.




    See More: Cingular, GPRS, and the Palm




  2. #2
    cat_taylor
    Guest

    Re: Cingular, GPRS, and the Palm


    Verne Arase Wrote:
    > Greetings,
    >
    > I'm able to tether my Mac running MacOS X from my Nokia 3600 running
    > Cingular's Media Works - but I'm having a heck of a time doing the same
    > on my Palm Tungsten T5.
    >
    > Has anyone been able to do this? Is there any documentation on the
    > mysterious GPRS1:10 blocks in the scripting language?
    >
    > It's driving me nuts being able to only connect to the net through the
    > USB
    > connection when I have a perfect good bluetooth phone and a Palm which
    > should have the ability to do it.
    >
    > -- Verne
    >
    > P.S. I adjusted the ID/Password to [email protected]/CINGULAR1 and
    > set the
    > dial string to *99***1#.


    I was able to make it work using my previous phone, a Siemens S46,
    tethering it to my Clie NX80, but have not been able to make it work
    using either a cable or BT card with the newer Moto V551. (The V551 and
    the Clie are set as trusted devices) This has been going on for months
    and I've posted on various forums as well as talking to a tech at
    Cingular.

    This is what I have:

    Preferences: Connection
    Connect to : Local Network
    Via : Bluetooth
    Speed 115,200 bps
    Flow Ctl: Automatic

    Preferences: Network
    User Name: WAP.CINGULARGPRS.COM
    Password: CINGULAR1
    Connection Type : PPP
    Icle Timeout : Never
    Query DNS
    IP: Automatic

    Script:
    Send:ATZ;+CGDCONT=1,""IP","WAP.CINGULAR"
    Send CR:
    Send:ATDT*99***1#
    Send CR:
    Wait For:CONNECT
    End

    The best I've gotten with several different permutations is a
    perma-bounce between "signing on" and initializing", but it wouldn't
    make the final connection. (I have tried this with and without the "IP"
    portion of the string too.)

    Cat


    --
    cat_taylor



  3. #3
    tom glaab
    Guest

    Re: Cingular, GPRS, and the Palm


    > User Name: WAP.CINGULARGPRS.COM


    It's WAP @ CINGULARGPRS.COM

    > Send:ATZ;+CGDCONT=1,""IP","WAP.CINGULAR"


    I use:
    send: atz
    send cr
    send at+cgdcont=1,"IP","WAP.CINGULAR","0.0.0.0",0,0

    > Send CR:


    delay: 1

    > Send:ATDT*99***1#
    > Send CR:



    tg.




  4. #4
    cat_taylor
    Guest

    Re: Cingular, GPRS, and the Palm


    tom glaab Wrote:
    >
    > > User Name: WAP.CINGULARGPRS.COM

    >
    > It's WAP @ CINGULARGPRS.COM
    >
    > > Send:ATZ;+CGDCONT=1,""IP","WAP.CINGULAR"

    >
    > I use:
    > send: atz
    > send cr
    > send at+cgdcont=1,"IP","WAP.CINGULAR","0.0.0.0",0,0
    >
    > > Send CR:

    >
    > delay: 1
    >
    > > Send:ATDT*99***1#
    > > Send CR:

    >
    >
    > tg.


    You are a wonderful human being! I've been wrestling with this since
    last October and no one could give me a string that would work. Woo-Hoo
    and thanks!

    Cat


    --
    cat_taylor



  5. #5
    tom glaab
    Guest

    Re: Cingular, GPRS, and the Palm

    > You are a wonderful human being! I've been wrestling with this since
    > last October and no one could give me a string that would work.


    Don't thank me, I'm just repeating what I've found on Usenet :-)

    tg.




  6. #6
    cat_taylor
    Guest

    Re: Cingular, GPRS, and the Palm


    tom glaab Wrote:
    > > You are a wonderful human being! I've been wrestling with this since
    > > last October and no one could give me a string that would work.

    >
    > Don't thank me, I'm just repeating what I've found on Usenet :-)
    >
    > tg.


    I passed it on to someone else who called me wonderful! You found it on
    usenet and we didn't, so you get the brand.

    Amazing how hard this information has been to come by. You'd think that
    Palm, Moto or Cingular would have had a vested interest in making their
    customers happy, but I guess customer service isn't what it used to
    be...

    Cat


    --
    cat_taylor



  • Similar Threads