Search This Blog

Friday, September 11, 2009

Using CSD with phone modem - error 678

I searched a lot and seems that on my Tytn II with latest WM6.1 stock rom from HTC it is not possible to use initialization commands through a dial-up (to *99#) from my pc.
So in phone registry here

HKEY_LOCAL_MACHINE\DRIVERS\Unimodem\Init

The key 1 value changed from

AT<>
to
AT+CGDCONT =1,"IP","AP_name_from_provider"

It was not working for me, so I must set the initialization on every computer I use with my phone on the "Bluetooth Modem" device.

Tuesday, September 01, 2009

PPC Internet explorer - blank page - possible solution

Symptoms: internet explorer gets a blank page or "page cannot be found" when opened a site. No proxy set, Opera browser working or any other tcp program works fine.
Hardware: Tytn II, WM61 or WM60

Before ANY other workarounds from the web check first for a folder named "ConnMgr" in the root which holds a binary file "CMMapG" and a text one "CMMapP" which contain
the following lines:
ftp://*/*
wsp://*/*
wsps://*/*
*://*.*/*
*://*/*

If not, try to restore at least the binary one from a backup :)...

WindowsMobile 6.1 rSAP not working on boot

Every time that I reboot my Tytn II the rSAP from my car is not working even if the settings are correct on bluetooth config panel (allow access).
The connection is working ONLY AFTER going to bluetooth panel, rsap and just click OK (lol).

I found some interesting settings:
[HKEY_LOCAL_MACHINE\Software\Impulsesoft\Bluetooth\ SAP]
"Running"=dword:00000001
"SAPServerCmd"=dword:00000002
"Version"="3.1"
"ConnDevName"="VW UHV PREM"

Just changed "SAPServerCmd" to 1 and i am going outside to test it...
Values
"Running"=dword:00000000
"SAPServerCmd"=dword:00000003
are for disabling it
...
Got it finally, i found that the program "SAPSettings.exe" must be run at startup! Just put a shortcut in Windows\StartUp folder. Of course, it will use the first registry settings above.