Before you use this program there are few things you need prepare.
Configuration
==========
When you first run the program, the
configuration screen will pop-up (
you can get into the configuration screen by press the menu key and
select "DUN Settings" at the main
screen.)
In the setting screen, you need to input and modify follows:
Usage
=====
Before you press the"Connect" button, you must make sure the WIFI interface is down and the Bluetooth interface is up.
Make Connection
============
After you click on the connect button, please wait a few seconds (About 8 sec. in my case) and there will be a alert box pop-up, which will tell you is the connection success or not. If it's fail, please make sure the configuration is correct and try to connect again.Disconnect
========
When you need to disconnect launch the program and select "Disconnect".
FAQ
===
Q) I have try a lot of times but still cannot get connect.
A) In this case you may need to customize the Connection Script, because difference phone have different behavior. The default chat script is work on my Nokia 5800xm, so I assume it should work on all Nokia's S60 phone.Q) What should I change in the chat script
A) Try to change to lines in the Connection Script
'AT+CGDCONT=,,"APN";'
to
'AT+CGDCONT=1,"IP","APN";'
AND
ATD*99***1#
to
ATD*99#The above lines which is the command to setup your phone into correct status and start the dial. If it still doesn't connect, try to search the Internet, I found above script from the internet too. If you finally get your phone working, please share the script with us.
Q) How to resume to the default Connection Script?
A) Uninstall the program and install again will reset all the configurations.Q) I can't get connect and how do I know what's going wrong?
A) When the connection start, look at your phone screen. In my Nokia when the bluetooth is on there will be an icon on the screen, and when the Q5 start the commutations, this icon will change. If you see this icon changing, it's means that your Q5 and your phone can commutate. Further more, after the bluetooth icon change, there may be another icon will change too(On my phone this is the 3G icon), If the 3G icon change and then resume, this means it's trying to make a DUN connection but fail. Finally, If the bluetooth icon didn't change this means your Q5 can't commutate with your phone, so please check the Bluetooth Address and Channel. If the 3G icon change and then resume, this should be the dial up scrip problem, check you APN entry and try to modify the script.