HTC Bluetooth Modem Error 629 - Networking

Hi Guys! Hope someone can help as this one is driving me MAD!
I have an XDA Exec (latest O2 Rom) and I am trying to use the Exec as a wireless modem for my Tablet PC. I can get it to work using the latest Windows Vista 32 drivers from the forums here by USB and thats great.
However as its a Tablet I like to use it while on-site with my clients one handed while I write with the other. Therefore as the Tablet as built in bluetooth getting that to work would be great.
I have paired the devices and made a dialup connection using the Standard Modem over Bluetooth the wireless modem program on the XDA set it to bluetooth and press start. The connection is dialing *91# with username faster - password: password. I have added the extra modem initiazation string in the modem properties for the APN (same as when using it via USB).
It starts to dialup - opens PORT okay, on the XDA the 'SENDING DATA' flashes on the XDA Wireless Modem program. It gets to 'Veryfing Username and Password' and then stops with Error #629 Remote computer disconnected you...?
Its like its timing out, I have fiddled with the modem speed settings and everything. I have tired this on several Vista laptops and it does the same thing?
Any ideas on what I can try now? O2 are useless in regards to technical support.

Related

Macintosh - Again

Hi all,
I'm trying to share Mac internet connection via bluetooth with my Xda2 but i don't know how....i've found some howto but only for Palm...
Who can help me?
I cannot also connect the mac via modem bluetooth...(xda2) sic
I cannot also connect the mac via modem bluetooth...(xda2) sic
Click to expand...
Click to collapse
well if you mean that the mac will use the xda2 as a modem then you need vmodem on the xda not sure if xda2 have that as default
since macOSX is really a bsd kernel you may be able to use linux or bsd howto's to fix it
may be a driver and setting issue
Rudegar said:
I cannot also connect the mac via modem bluetooth...(xda2) sic
Click to expand...
Click to collapse
well if you mean that the mac will use the xda2 as a modem then you need vmodem on the xda not sure if xda2 have that as default
since macOSX is really a bsd kernel you may be able to use linux or bsd howto's to fix it
may be a driver and setting issue
Click to expand...
Click to collapse
Yes i mean that...
I cannot use my XDA2 as a bluetooth modem on OSX...
If I look for serial ports on XDA2 I found
OBEX Object Push (?!?!?)
SSA
Serial Port COM4
I've installed these ports as MODEM and as RS-232, used a generic GPRS driver but no luck
With SSA i get "establish connection" the white G appears on XDA2 but it doesn't dial the gprs number (internet.wind)
Sic
Maybe i need a string? Not only internet.wind...
as far as i know
the program vmodem needs to be located on the
xda for it to work at all
my xda1 had it on it's org rom but every rom since
dont
also heard people with xda2 say it's not there
What version of OS X are you running ? (are you even running OS X or OS 9 ?
Aside from that, connect the blue tooth adapter to the pc (if its a laptop, most modern ibooks or power books dont come with blue tooth built in) and make sure thats setup correctly
then you have to marry the phone to the pc on both ends
and then just dial what ever # to reach gprs
on my xda gprs threw the phone is internet2.voicestream.com (tmobile usa) but on my girl friends ericson phone, its like ##949### or something like that (tmobile usa also)
i've used her phone with bluetooth on my ibook 12 inch 800mhz with os x 10.3 and it worked just fine
alot easier than it was to set it up with her toshiba laptop under XP Home
Hope this helps... XDA2 hasent come to the USA yet (to my knowledge) so i dont know specifics about using it with that)
-Mario
Also, OS X 10.3 comes with blue tooth software built in
If ur using 10.2 there may be a update, dunno
There are software updates (Apple Menu / System Updater) that you can get for 10.3 to help things out
-Mario
I use 10.3.3
I've read a FAQ to connect with my gprs provider with an ipaq + irda gprs phone.
The Ipaq will send via irda the number *99# plus this extra string +cgdcont=1,"IP","INTERNET.WIND";
So I think that with my Powerbook I should compose *99# and the string... but I don't know how to put the extra string... mm
Do anyone solve the problem?
I have configurated everything for gprs connection with xdaII on my powerbook. I have associated the two device also: in bluetooth device list of my mac the xdaII appears (and are also listed the service supported, such as ssa).
But there is no way to let the mac see that I'm running vmodem on xda: it tells me bluetooth device is not connected.
Any idea?
Alessio
alexvolo said:
Do anyone solve the problem?
I have configurated everything for gprs connection with xdaII on my powerbook. I have associated the two device also: in bluetooth device list of my mac the xdaII appears (and are also listed the service supported, such as ssa).
But there is no way to let the mac see that I'm running vmodem on xda: it tells me bluetooth device is not connected.
Any idea?
Alessio
Click to expand...
Click to collapse
I have managed to get my powerbook using GPRS connected to XDAII via Bluetooth. I've only just figured this out after days of reading posts etc. so forgive me if these instructions arent clear.
I'm using Mac OS X 10.4.1 but inorder to get it working I had to get hold of the Bluetooth Serial Utility (which was part of 10.3.x but removed in Tiger) from an other machine.
I had read that this App still works in Tiger. (and it does)
Using this I set up an new "outgoing" modem port and selected the SSA service on my bluetooth connected XDAII. I named the port "XDA2" and selected all the checkboxes (i.e. for it to appear in Network etc.)
I downloaded Ross Barkmans Generic GPRS scripts from his websitehttp://www.taniwha.org.uk/ and installed them in the /Library/Modem Scripts folder
I then went to System Preferences/Network and set up a Location that just had my new XDA2 port in it.
On the PPP Options window I switched off Header Compression and entered the following in the PPP settings(I have an O2 GPRS account in the UK):
Service provider: O2
Account Name: O2Web
Password: password
telephone number mobile.o2.co.uk
In the modem window, I selected Generic GPRS CID1
Heres where the fun started. When I tried to connect I was seeing script errors in the Internet Connect connect log. It turn out that most of these were because the script was sending a terminating \13 rather than a \13\10
By adding a \10 to the lines that seemed to be logged as failing, I eventually saw a "Making GPRS connection" appear in the log.
The next line that failed was were the scriot sends the "phone number".
This appears as write "ATD*99***1#\13"
From looking at some of the other documentation I found about connecting to O2 GPRS I tried changing it to:
write "ATD*99#\13\10"
To may amazement the next attempt to connect worked!!
Its still seems a bit flaky and I'm still seeing some disconnect errors in the log but at least I have it working.
If you would like to download my 'hacked' version of Ross's Generic GPRS script. I've uploaded it here http://www.430am.com/XDA2_GPRS.txt
I'd be interested to hear if anyone else has a similar success
I've done limited testing, but these are my notes on connecting an O2 XDAII to an IBook running MAC OS X10.4.7. Hope it helps someone..
Start Wmodem with a bluetooth connection on the XDA.
Place the modem script (attached - no need for the .txt extension, just needed it to upload the file here) in 'Library' -> 'Modem Scripts'
Go to 'System Preferences' -> 'Blutooth'
Press 'Setup New Device' and select 'Any Device'
Select 'Pocket_PC' and click 'Continue'.
Enter the passcode on the XDA and name the device.
Don't create a serial port on the XDA.
Go to 'System Preferences' -> 'Network'
Select 'Bluetooth' and enter the following details...
Account Name: O2Web
Password: password
Telephone Number: mobile.o2.co.uk
Select 'PPP Options' and uncheck 'Use TCP header compression'.
Go to 'Bluetooth Modem' and select 'Generic GPRS CID1'.
Go to 'Internet Connect', select 'Bluetooth' and click 'Connect'.

XDA II as a GPRS modem for PC: troubles, observations...

Again I am returns to install mine Himalaya as Bluetooth, or USB, modem, to dialup into GPRS from mine XDA II and to recieve data to mine host PC. Another words - I need to make my Himalaya GPRS dialup modem.
There is ... (I was think so...) great utility in XDA II programs - Wireless Modem. It has setup screen for USB, Bluetooth and even IrDA/serial GPRS modem emulation. So - first I decided to make it USB modem.
I called up my Task Manager under XP and killed out WCESCOMM.EXE - I mean... I closed up ActiveSync (one way to do that ).
So - than I am run on XDA II Wmodem, choosing USB connection, press start, and put device in cradle (I also doing this revesed - putting in cradle that press start)... Anyway - computer finds HTC USB Modem (!). And goes in long long installing plug and play device procedure... Somewhy it is have thinking very long tima and that requests me for usbser.sys file which I can't find anywhere - on XDA II disk, on sites, an in Windows directories. I just find some other usbser.sys from another... motorolla cell phone and trying substitute it (what else me to do?! ) - and of course it's not working. How to complete installation of that fu.nny thing?
So - I am decided to go another way... Trying bluetooth. I have Logitech USB BT Hub, WIDCOMM Stack (days before I've tried some moves on Micosoft BT Tranciever/Microsoft BT Stack)... Devices trying to connect but... My PC Requests me for phone number to dial... I've entered *99***1# as I've done earlier for SE T610 mobile phone. There is no connet for what I've hope ... One time 'Connection' pseudo-lamp on PDA screen becomes yellow and PDA indicates so it in GPRS but desktop will not connecting... Staying in "Dialing..." and so...
Does anyone meets this happy steps? Does XDA II works as external GPRS modem for someone?
Some updates....
Some Updates:
at least I've found usbser.sys (one from WinME and it not working, than I've found one for Win2K, In WinXP install CD-ROM there is no usbser.sys somewhy - who knows why?).
Now (install of HTC USB Modem still take somewhy big lags when it searching for device description)... but after it asks for usbser.sys I pointed to it from Win2K, than install process successfully completed and device added.
So - I've setted up dialup connection thru HTC USB Modem, entered *99***1# as dial string and other parameters.
On Wireless Modem on XDA II screen 'lamp' connect becomes yellow, some blinkings of 'Send Data' and 'Recieve Data' also visible, and for now connections process stucks at dialup manager connection message:
'Dialing number...'
'Checking username and password...'
'Registering at network' <- HERE :-(
and after that dialing procedure aborted with a message: Error 734.
But before somewhy computer sends for it ATH command, here is log file of session between PC and XDA II with running Wireless Modem over USB:
ATZ;E0
OK
AT
OK
ATL0M1X4
OK
ATS0=0
OK
AT
OK
ATL0M1X4
OK
ATDT*99***1#
+CREG: 1
+CREG: 1
+CREG: 1
CONNECT
ATH - somewhy PC sends this for XDA II but byself still trying to connect and writtin 'Registering at network...' message... :-(
Click to expand...
Click to collapse
and XDA II also drops connection and returns in Wireless Modem software to ungrayed buttons ' Start' 'Stop' so I can press them again but for now there is no effect of course.
Any suggestions?
I have used my Xda2 as a gprs modem. the dial number should be *99# it will then connect through. I made a new dialup conection on my laptop and just used this as my conection. I did not need to use the wireless Modem program on the device. I have not tried with usb but it worked fine with bluetooth. Have you set up your GPRS settings corectly on the XDA2?
Adam
2 Butler: GPRS, from XDA II byself, works great.
Tryed now *99#... Same result: Error 734: The PPP link control protocol was terminated... Let's go googling something about that PPP error... :0)...
He He! I've done that (PARTIALLY)! $). PPP error can be caused by authentication, so after I try PAP/CHAP I've got result.
Just go into XDA II Settings -> Connections -> GPRS setting and switch from PAP into CHAP authentication... After this through Bluetooth I've got connection.
Through USB still no result...
Somewhy after "Dialing", "Checking user name", "Registering in network..." connection on XDA II has been dropped (even yellow connection "lamp" on XDA screen goes out) ... :-(
but PC stills in "Registering in network" state...
At least a half-solution I have... Maybe this info will be userfull for society here.

Use XDA II as a modem for laptop

Hi!
Has someone a solution / configuration for to get windows working with xda2 as a modem?
i'm pretty sure it works as a bluetooth modem without any software
Using XDA as a modem to your PC
VIA BLUETOOTH CONNECTION & GPRS:
If your PC does not have an integrated Bluetooth connection, you must first install a Bluetooth dongle (USB to Bluetooth) on your PC, with the related software (widcomm or other)
Open on your PC in the Control Panel the Phone and Modem Options
Choose Modems, pick the Bluetooth Modem, then click on Properties
Click on Advanced tab
Type in Extra Initialization commands:
AT+CGDCONT=1,”IP”,”xxx”,””,0,0
where xxx is your internet access point.
Now click on the Bluetooth icon of XDA, and choose Discoverable mode
On your PC:
Click on Bluetooth icon (My Bluetooth places)
Click Bluetooth Setup Wizard.
Choose I want to find a specific Bluetooth device …
After a search period, an icon of your XDA is displayed (usually with your owner’s name): double click for settings
From the Dial-up Networking Links, click on SSA
SSA settings:
Modem: Bluetooth Modem
Number to dial: *99#
User name and password, according to Network provider
Yes it works. Im using my cradle/usb connection though and not bluetooth. I am browsing the net for free and using msn for free!! what I dont get is that why, as im using o2s settings, can i access msn via my laptop using my gprs modem, yet i cant access msn using my xda2. I know they both using the same ports! 8080...bloody weird? Or is there something else which affects the connection to net via laptop than there is connecting to gprs via xda2 connection inbuilt. Any ideas?
Drivers needed
Could please anyone post the drivers to use the HTC Himalaya as a gprs modem on my notebook.
I've lost the T-Mobile CD.
QTEK m100/i mate jam
I have been trying without success for two whole evenings to make this htc device act as a wireless usb modem for my sony viao laptop. I downloaded the USB modem dialler utility that is referred to in the sites, and when I physically connect with the USB cable and turn on the wmodem utility on the qtek then it will connect through GPRS and that is a workable if wirebound solution. However, if I disconnect and close the dieler utility, (which doesnt install, it just exe's everytime you open it) I have to fully reboot the laptop before it will connect again.
Using windows to detect the bluetooth modem results in it spotting 3 bluetooth modems, only one of which is available to "query". Using the Vodafone connect (PC) software, (which works with my old sony ericsson t610), with the newly installed bluetooth modem results in an"AT command not supported" failure message. It does this with or without the GCDCONDetc initialisation string in the modem's advanced settings.
Has anyone got a simple HTC bluetooth modem driver or any better ideas? This is driving me bananas.
Thanks

Using Jam as Blutooth GPRS modem for laptop with Vodafone UK

I'm trying to get a net connection for my laptop over bluetooth through my Jam.
I'm on Vodafone UK & they provide software called "Connect Me" for the laptop but, of course, the list of supported phones during setup doesn't include the Jam or any PPC Phone device.
Does anyone know how else I can go about this?
Cheers,
M1
Hey. It shouldn't be too difficult. The only thing you need is to start the modem application on your Magician and (provided that you have a working GPRS connection for your provider already configured) enter the exact (!) name of this connection (on my Magician it's the GPRS connection under "ISP" - use the name of this GPRS connection, not ISP!) in Options->Use preset GPRS APN and also check the box. Then you have to go to the settings on your PC, check in your Bluetooth manager the available services and click the modem service (SSA or something). There you have to enter your name and password of the provider and as phone number (at least for german providers) *99#. In the last step, you might have to check the TCP/IP settings and set them the way your provider needs them to be. Hope it helps.
Thanks Dandie - I'll give it a go....
Nope - sorry - I'm totally baffled.
My GPRS connection on the phone is fine in normal use and is names "voda gprs".
By "the modem application" I assume you mean "Wireless Modem".
In the tools/option menu I have "Preset GPRS Connections" checked and the APN box completed as "voda gprs"
The connection type is set to bluetooth.
Whjen I press the "Start" button not a lot happens. It doesn't connect to my GPRS service.
However, if I connect to my GPRS service manually by clicking the connection icon in the bar at the top and clicking "connect GPRS" the "Connection" box in WModem turns yellow - which I assume is a good thing.
I have bluetooth turned on on my jam and my laptop (sony vaio) and the devices are already paired.
However - the laptop BT manager (Bluespace NE) only shows the following services available on my Jam: File Push/Serial/vCard & Dial up Networking.
No modem service. Clicking dial up networking gives me Dial-up networking Com 8 & Serial Port Com 10 options which I have enabled. But clicking dial up networking just pops up the options box again and doesnt seem to connect.
Launching browser on laptop having done all this = still no connection.
Jeez - I'm not new to this and have had this laptop connected to numerous mobile phones for internet access but this is driving me nuts.
I just want to make a BT link launch my browser and go but it ain't happening ;(
You're on the way. Don't give up. It's not anywhere as easy as it is with a normal mobile phone and a special application. This is the fault of MS if you ask me.
Anyway. You shouldn't connect to your GPRS connection when you use the modem. Otherwise it won't work. So disconnect on the PPC, start the modem application and select bluetooth (the APN setting is alright already). Klick on start. Now you have to initiate the connection from the PC. Connect to the dial up profile of your PPC. Then should a normal DUN dialog be displayed, allowing you to enter the password, number etc. These informations are given by your provider. The bluetooth modem might have to be configured separately in device manager of the system. (you don't need AT strings when you use the APN setting on your PPC)
I give up.
Followed these instructions to the letter - also followed MS support sheets & nothing.
Just end up with helpful error message - error 777 the modem on the remote computer is out of order.
My God - this should be soooo simple. It's a basic requirement. But I am going to have to revert to my trusty cellphone for mobile internet from laptop.
Even if I could get it to work I don't want to have to launch the Wmodem app on the Jam every time I need to connect. This is screwed up.
Grrrrarg.
Thanks for the advice anyway.
Hi,
It is a requirement to start the Wireless modem app on the Magician [if you want to use it as a modem] and set it to Bluetooth.
On the PC, go to control panel > phone and modem options and select the properties of the modem installed for the Magician - I am on XP SP2 and it is installed as a 'Standard modem over bluetooth link'.
On the advanced tab, enter +CGDCONT=1,"IP","Internet" and then set the Dial-up number in you network connection to *99# - that is it.
I am on T-Mobile [UK] and it works fine
@pcd
When you enter the AT string, you have to leave the option "Use preset GPRS connection" in the settings of the Modem app on the Magician cleared. For me, both ways worked, either by naming the (working) GPRS connection in the settings or by entering the AT string. I prefer the first solution. You can't combine them! (at least it always failed when I tried)
@MarkOne
You're damn right! It really is too complicated and could have been made much more comfortable. But once you get it to work, it's quite flexible too, since you can connect via cable, infrared and bluetooth.
@pcd
When you enter the AT string, you have to leave the option "Use preset GPRS connection" in the settings of the Modem app on the Magician cleared. For me, both ways worked, either by naming the (working) GPRS connection in the settings or by entering the AT string. I prefer the first solution. You can't combine them! (at least it always failed when I tried)
@MarkOne
You're damn right! It really is too complicated and could have been made much more comfortable. But once you get it to work, it's quite flexible too, since you can connect via cable, infrared and bluetooth.
OMG, I got it to work, and I'm using the internet connection now on my laptop. I've had the SX-56, the MDAIII, and now the MDA Compact. I must say that I like the compact the best as it is the most practical. I have T-Mobile in the USA, and the initialization string for the bluetooth modem on my laptop is:
+CGDCONT=1,"IP","Internet3.voicestream.com"
My APN here for T-Mobile is internet3.voicestream.com. I think it's different for people who use WAP though.
Thanks guys. Now I can sign on by bluetooth, USB, and serial.
Afraid I gave up on this a long time. Nothing I tried worked and life's too short to spend several days trying to get my "phone" to work as a gsm modem.
The anansky rom upgrade, by comparison, took just under an hour (mainly as it was my first outing with a hex editor).
Mark One, I totally agree with you. I've tried everything and I can't get the bloody thing to work.... I had no problem last time with the Widcomm stack on XP but now that I've upgraded to SP2, the bloody MS Stack is driving me nuts.... Tried all the instructions here and it still won't work. It's pissing me off!
There is the option within Wmodem to use bluetooth, i have only used it over usb atm tho
http://forum.xda-developers.com/viewtopic.php?t=34570
Imp
Yeah, I guess on the PC you need the Widcomm Stack, or at least any other than Microsoft
You can find many hints in the web how to make the Widcomm stack runs under SP2.
i ve got nearly same problem but i did all the same and cant connect
ive got internal BT (toshiba), i create SSA connection (automaticaly at port com 40) , entered extra dial string command (it is 100% correct), turn on Wireless modem program at my HTC, choose bluetooth and tap start.
Maximum that i reached was that connection led turned yellow. Other 2 are black.
i tried to make direct port connection at ports from 1-10 and to install modem manually. But i could choose only standart modem cause usb modem driver dont fit.
So ... dont know what to do
Ive got the same problem at the minute, however when i browse what services are availible on my magician in "My Bluetooth Places", dial up networking isnt one of them!
Also i havent got any form of bluetooth modem installed on my pc anywhere (i.e the phone) ive tried enabling wmodem and then searching for it but i get nowhere fast
Please help i need to get this working!
Ive just been in touch with Imate (who are BRILLIANT by the way)
and i have solved my problem! here is the pdf they sent me which i followed and it worked fine!
argh .. didnt help. I have another BT browser and it is not same as u have . And it creates not bluetooth modem but only a standart 33000 kbs modem
so , i need a driver for BT modem on Jam
When your Stack on the PC supports SSA, you can install a Bluetooth modem yourself. Just go to Hardware, select "device connected", then chosse "select yourself", then "Add new hardware", then select Modem then "select Modem yourself", search for Widcomm (maybe other Stacks work aswell), select Modem and then your outgoing com port! Then you should have the Modem available.
I think the radio version 1.12 didn't work for me either. Try installing the radio 1.13 (which I would recommend anyway) and maybe also the latest ROM version (I successfully use version 1.12).
You need some patience with that crap but it works.
Chaosmage, which bt software you using?
been using mine as a modem since february.
my way is similar to one above, except that I DO NOT turn the wireless modem on.
using the XP SP2 built in stack with an MSI 6967 dongle.
in bt services in control panel, pair the devices.
on device tab, highlight the device and click properties
go to the services tab and tick the DUN service.
click ok and wait for the new hardware bubbles by the clock to disappear
In phone and modem options in the control panel, click the modems tab
open the properties for the standard modem over bluetooth link
on the advanced tab, enter at+cgdcont=1,"IP","internet" in the extra initialization field
click ok and then go to network connections
create a new connection that dials *99# using the standard modem over bluetooth link - vodafone would tell you to use a login and password of web, but that's not really needed as they don't use authentication (none of the uk networks do)
This i know works, cos it's how i do it, and also how i used to set them uo when i worked at vodafone in newbury.
Any q's, feel pree to PM!

Bluetooth / GPRS / Laptop / MDAII

And another question about bluetooth modem/gprs/laptop...
Even though I've read all (I guess) questions and answers here.
I want to browse over the internet using my MDAII as a bluetooth modem.
- My provider is T-mobile in the Netherlands
- MDA bluetooth is in discoverable mode
- On my Windows XP pro laptop I have paired my MDA
- I've got a bluetooth modem configured in Control panel with the string AT+CDGCONT=1,"IP","internet",0,0
- Number to dial is *99#
When I doubleclick the DUN I get a messagebox which tells me to pick up the handset, dail *99# and click OK. When I do that nothing happens and the connection is disconnected.
I tried to give in the phonenumber in a terminal window (ATD*99#), then I see CONNECT and the usual garbage, but when I close the window it is still disconnected.
A "query modem" in the modem configuration is succesfull. My laptop is able to communicate with the modem, but that is all.
What do I do wrong?
I've tried using an USB modem, but that gives the same result.
if you are using pocketplus or another program which close applications insted of minimizing them when you press the X
then i guess closing the connection windows would close the connection
Thanks for your reply.
I'm just using Wmodem on my MDA and a DUN connection on the laptop. Everything as simple as possible. The terminal window is an option from the DUN connection.

Categories

Resources