This was followed by the installation of jmIrc and MidpSSH for that occasional itch to do something weird while on the move. People who know the rough amount of data that is sent during IRC will know that you can chat for ~1 hour with the 50 kB data transfer :) . After this the usual Opera mini , Google maps were tried and of course setting configuring the phones mailbox to send mail through my gmail account.
Today morning I had the weird urge to connect to the internet through my phone over bluetooth :D. The KDE4 bluetooth apps are as not the best ones out there :) , so I ended up installing blueman . Paired my phone and then selected the Dial Up Networking ( DUN ) in the device manager window, it asks for the root pass and walah you have a /dev/rfcomm0 ( There are other ways of binding the rfcomm through command line but GUI sometimes is simpler :) ). This was followed by searching for settings to connect to the internet , here are the things I did to get the internet working through the phone.
1) Install wvdial
2) edit /etc/wvdial.conf
[Dialer GPRS]
Modem = /dev/rfcomm0
Baud = 115200
Dial Command = ATDT
Init1 = ATZ
Init2 = AT+CGDCONT=1,"IP","airtelgprs.com";
FlowControl = None
Username= internet
Password= internet
Phone = *99***1#
The username and pass can be anything ( they are not validated )
3) As root run wvdial GPRS
4) Tadaa you are connected to the internets
Code highlighting courtesy : http://lukabloga.blogspot.com/2008/10/to-test-new-highlighting.html
No comments:
Post a Comment