Friday, June 26, 2009

HCLT EXCHANGE MAIL Link











Please click here to get HCLT exchange email link.








Monday, November 3, 2008

Connecting to internet through w700i mobile using Linux OS

1.Connect the mobile via USB cable.

2. Open terminal and type su to become root.

3. It will ask for the root password, type in there.

4. Then Issue this command

wvdialconf /etc/wvdial.conf

Phone would be detected as Modem

5. Then to Edit this file(/etc/wvdial.conf), open it in a Text Editor

vi /etc/wvdial.conf

When we issued command in point 4, it showed the address of ur phone that in which USB port it has been connected. note it down from there.

“Modem = /dev/*****” #<– /dev/ttyACM0 for my sony ericcson k510i

6. When Text Editor opens the file, erase everything from there and Paste the following:

[Dialer Defaults]
Modem = /dev/ttyUSB0 # <– Replace it with the reading you got
Phone = *99#
Username = paul
Password = 1983
Baud = 230400
Init1 = ATZ
Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
ISDN = 0
Modem Type = Analog Modem
Carrier Check = No

The mOdem has been configured successfully.

To dial the internet conenction type

wvdial

If eerything goes fine it wud say that connected successfully.

Press Ctrl+C to disconnect.

**********************************************
For Nokia- Airtel Mobiles use the below settings (/etc/wvdial.conf)
—————————————————————————————————–

[Dialer Defaults]
Init1 = ATZ
Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
Init3 = AT+CGDCONT=1,”IP”,”airtelgprs.com”
Modem Type = USB Modem
;Carrier Check = No
ISDN = 0
New PPPD = yes
Phone = *99***1#
Modem = /dev/ttyACM0
Username = airtel
Password = airtel
Baud = 460800
;Stupid Mode = 1

After editing the file save it.then open the network connections from task panel .select Wired Connection > Properties
here disable roaming mode and select dhcp.

Set the DNS Servers to
202.56.250.5
202.56.250.6

Sony ericsson mobile - gmail - certificate fails??

Hi,

have you got sony ericsson and ever tried to send email through gprs and failed..?

Just copy following certificates to another mobile from PC and then send to your mobile.

http://orka.mine.nu/pub/gmail/Equifax_Secure_Certificate_Authority.cer
http://orka.mine.nu/pub/gmail/ThawtePremiumServerCA.cer

It will be installed and you may be able to sendmails now on...

Fedora installation page!

http://docs.fedoraproject.org/install-guide/