This page was last modified 10:55, 2 December 2007.
Hosts file on S60 3.x Devices
From Forum Nokia Wiki
This article is intended for network application developers, who wish to 'hard-code' IP addresses for certain server names. This mechanism comes in handy when the developer wants to redirect network traffic from a live site to another test site, without the knowledge of the end user.
Contents |
Concept
The "HOSTS" file is a lookup table. When the network application (such as web browser) requests to create a connection with a network server, the IP address is needed to create the connection. If the requesting application asks for "www.forum.nokia.com", this name must be converted to an IP address. The domain name system consults the HOSTS file to see if there is an entry for "www.forum.nokia.com" in it. If there is, then the IP address given in that entry will be used to create connection to.
This substitution will continue so long as the HOSTS file is present. To revert back to original behavior, one should simply delete this file.
Example HOSTS file:
# This is a sample HOSTS file (taken from a MS-Windows system) 102.54.94.97 rhino.acme.com # source server 38.25.63.10 x.acme.com # x client host
Like all the other advanced operating systems, Symbian includes support for HOSTS file. In all the operating systems, there is always a special place for HOSTS file. E.g. in UNIX like systems, the file goes in /etc . We will now see where to save the HOSTS file on S60 devices.
Pre-PlatSec World
In S60 phones without platform security, this file is located inC:\system\data\hosts
PlatSec World (S60 3.x onwards)
In the recent phones with platform security, this file is located inC:\private\10000882\hosts
Since this is a "private" location, one requires a file browser (or an application) with AllFiles capability to copy the file to this location.
Recommended Reading
| Related Discussions | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Playing Video while downloading it | vijaypatidar | Mobile Java Media (Graphics & Sounds) | 1 | 2008-03-19 16:08 |
| MIDlet home dir | justcsdr | Mobile Java General | 5 | 2008-01-22 19:52 |
| RSendAsMessage - передача файлов по Bluetooth | Den123 | Russian Developer Forum - Форум Российских разработчиков | 2 | 2008-03-06 17:28 |
| sign a jar , jad : File R Allow access | tgkprog@gmail.com | Mobile Java Networking & Messaging & Security | 10 | 2007-09-13 12:51 |
| How to show my programm in handy`s Desktop? | fuweijie | Mobile Java General | 7 | 2006-08-08 23:59 |
