Would you recommend the product? yes | Price you paid?: None indicated | Rating: 10
|
Kernel (uname -r):
|
2.6.15-23-686
|
|
Distribution:
|
Kubuntu 6.06
|
[ Log in to get rid of this advertisement]
Bluetooth communication works out of the box using KDE's Bluetooth OBEX client.
The W810i comes with an USB cable. When plugging into the PC, the phone asks for the mode.
In file transfer mode, two removable media are present ("PHONE" and "PHONE CARD") which represent the phone's internal memory and the memory stick.
You have an intuitive way of copying and moving files between PC and phone.
In phone mode, kmobiletools can be used to synchronize address books, send SMS etc.
Connections are made via /dev/ttyACM0; remember to configure kmobiletools.
In this mode the phone can also be used as a GPRS or GSM modem.
Here are the two config files I use to connect:
----- /etc/ppp/peers/wvdial --------------------------
noauth
name wvdial
defaultroute
replacedefaultroute
noipdefault
usepeerdns
------------------------------------------------------
----- /etc/wvdial.conf -------------------------------
Modem = /dev/ttyACM0
Baud = 115200
Init1 = ATZ
Init2 = ATQ0 V1 E1 S0=0 &C1 &D2
Init3 = AT+CGDCONT=1,"IP","internet"
Area Code =
Phone = *99#
Username = YOUR_USERNAME
Password = YOUR_PASSWORD
Ask Password = 0
Dial Command = ATD
Stupid Mode = 0
Compuserve = 0
Force Address =
Idle Seconds = 3000
DialMessage1 =
DialMessage2 =
ISDN = 0
Auto DNS = 1
------------------------------------------------------
With this configuration, the shell command wvdial can be used to connect to the Internet.
I copied them from
http://www.pharscape.org/index.php?option=content&task=view&id=29
and did minimal modifications, so they may be optimizable.
|