(Applicable to sdk2.0for Symbian OS, Ethernet plug-in for SDK 2.0)
1. Find and back up the $ epocroot $ \ epoc32 \ WINS \ c \ cedout. cfg file. (Optional)
2. Find the ceddump file under $ epocroot $ \ epoc32 \ release \ WINS \ udeb and execute it (the role is to export the simulator configuration to cedout. cfg)
3. Edit $ epocroot $ \ epoc32 \ WINS \ c \ cedout. cfg.
[Lanservice] add_section # commdb_id = 1
Name = lan_service_1
Ifnetworks = IP, ip6
Ipnetmask = 255.255.255.0 // Subnet Mask
Ipgateway = 192.168.0.1 // gateway ipaddrfromserver = false // if it was previously true, change it to false ipaddr = 192.168.0.250 // The specified IP address. do not duplicate the IP address with the local IP address.
Ipdnsaddrfromserver = false // The previous value is true, and the value is changed to false.
Ipnameserver1 = 192.168.0.6 // The first address of the DNS server
Ipnameserver2 = 61.139.2.69 // second address of the DNS server
Field_count = 9 end_add
Note: The above items (except ipaddr is customized) are viewed using ipconfig/All.
Change dialogpref = prompt
Dialogpref = donotprompt [connectionpreferences] add_section
Ranking = 1
Direction = outgoing
Dialogpref = donotprompt
Bearerset = lan iap = 1
Field_count = 5
End_add
4. Execute CED-I cedout. cfg in DOS mode (import cedout. cfg to the simulator configuration and perform corresponding detection)
5. Execute emulator and test the connection (OK)