Configuring Emulator connect to Internet

Login to reply to this topic.
Wed, 2007-08-01 14:24
Joined: 2007-07-10
Forum posts: 10

Hi,

Can i configure my emulator to be connected to Internet?

For eg:
Using emulator, i want to get the contents of an FTP site.
Is it possible?

Thanks,
ManiInn


Wed, 2007-08-01 18:18
Joined: 2007-06-21
Forum posts: 82
Re: Configuring Emulator connect to Internet

Very much possible. Smiling
No configuration is required... If you try to open a socket on emulator, it will by default open WINSOCK.
A small ques:
Which SDK are you using... as in S60 3rd edition FTP libraries are not there.. you will be able to run your FTP code on host(emulator) but not target......
Br
Gurpreet
www.mobisy.com

Thu, 2007-08-02 04:20
Joined: 2007-04-29
Forum posts: 52
Re: Configuring Emulator connect to Internet

Hi ManiInn

If you are working on UIQ, there is a SDK configurator menu in your start menu. You can configure your communication parameters via the "Communications" tab

And FTP is not supported on OS9.1, but it can be supported on future revisioon.
good luck

Thu, 2007-08-02 06:35
Joined: 2007-07-10
Forum posts: 10
Re: Configuring Emulator connect to Internet

Hi Gurpreet and Mickey,

I am using S60 3rd edition, OS v9.2.

I have to open an FTP connection and download the contents of it to my mobile.
If it works fine in emulator and not in target,
then do i need to write a new FTP protocol for target?

Thanks,
ManiInn

Thu, 2007-08-02 11:26
Joined: 2007-06-21
Forum posts: 82
Re: Configuring Emulator connect to Internet

I doesn't work on Target as Target doesn't have FTP specific Libs /dlls.
A question...
Can u use http server instead of FTP server???
-. If yes, use S60's http interface to make http connection
-. Make a Http get from your code, and you will get that file.
-. Or if you want to send some data to server, make a post to http server, have a php script there, which is get your posted data, and return you the response.
This is what I did. May be your use case is totally different. Sad

Br
Gurpreet

Sun, 2007-08-26 08:04
Joined: 2007-08-16
Forum posts: 5
Re: Configuring Emulator connect to Internet

can u give me the link / tutorial about this s60's http interface. i would like to use it on my codes Laughing out loud
thx.

Mon, 2007-08-27 07:23
Joined: 2007-07-10
Forum posts: 10
Re: Configuring Emulator connect to Internet

Give me your email id. I will send you a pdf file about the HTTP browser which has the details about creation of HTTP browser.

Regards,
ManiInn

  • Login to reply to this topic.