Tuesday, April 14, 2009

mobile to pc internet

First of all install gnubox on ur phone
Download Gnubox for nokia 7610For Nokia 6600 Download gnubox here

now go to Menu --> Settings --> Connection --> Access Points
now go to option and select New Access Point --> Use Default Settings .
now follow the instruction as given below.
Connection Name: BtData Bear:

Data CallDialup Number: 2222
User Name: anything but remember it
Pompt Password: NoPassword:
Authentication: NormalData
Call Type: Analogue
now go to option and select Advance Settings.
now set the proxy as :Proxy serv. address: If you are using LAN then put proxy if you are using modem then leave it noneProxy port: 0 if modem , otherwise put your proxy port.Use PPP Compression: YESUse Login

now type the code as it is written below/

Code:
CHARMAP [windows-1252]
LOOP 10
{
SEND "CLIENT"+<0x0d>
WAIT 3
{
"SERVER" OK
}
}
EXIT KErrNoAnswer$

OK:
EXIT

now phone setting has been completed.
---------------------------------------------------------------------------,

Now lets move to Computer:
1st of all u have to enable ip forwarding,,for this page visit kerainhttp://support.microsoft.com/?kbid=315236

now follow the instructions given by the link(above)
now remove bluetooth driver(if installed) and restart the pc.
now wait until windows xp install bluetooth driver.

now open bluetooth window and go to COM ports and add COM port 2
now go to control panel >phone and modem>add>check>dont detect my modem>next>communication cable between 2 computers>next.
now select COM port which u have selected.
now click ok.
now go to control panel>network connection>creat new connection and select setup an advance connection
click next and select accept incoming connection and then next.then select communication cable between 2computers from modem selection option.and click next.

now add user which u have given in the phone setup.
now open run--->cmd---.> and type the following command
Code:
netsh routing ip nat install
netsh routing ip nat add interface "YOUR LAN NAME" full
netsh routing ip nat add interface Internal private

enjoy

No comments:

Post a Comment