Unable to install Ethernet plug-in
| Sat, 2006-07-15 16:44 | |
|
Hi!
I'm having some major problems connecting emulator to the internet. I'm using S60 2nd FP3 SDK and i've already tried changing the DialogPref in cedout.cfg - still does'nt work. When i try to install the Ethernet plug-in i get "No supported SDKs found for Ethernet Plug-in for Series 60 SDK 2.0". Searching through the forum i noticed that some people had the same problem but i was not able to found a solution. Maybe someone could help ? Oh, and in a past thread i saw someone mentionig a more recent version of the plug-in. I searched through forum.nokia.com but i was not able to find it. |
|






Forum posts: 18
There is no need to install the Ethernet plugin when using S60 2nd Fp3! I had your very same problem a while ago, and that's what I did to solve the problem:
1) Download and install Winpcap 3.1 (be sure to download this version!)
2) Download WinDump
3) Make a backup and then edit the file ethernetced.xml (If you installed SDK to the default path, it can be found at c:\Symbian\8.1a\S60_2nd_FP3\epoc32\winscw\c\ethernetced.xml)
4) Follow the instruction from the SDK Guide (you can find them online here)
5) From c:\Symbian\8.1a\S60_2nd_Fp3\epoc32\tools execute the following command: perl configchange.pl --config ethernetWithCommDB --kernel EKA1 --target winscw --variant UDEB
If your SDK version is >= 9.0, use --kernel EKA2 instead of EKA1.
Now run "Windump -D" which will list all available interfaces. Choose the one your traffic travels on and then execute "Windump -i <interface_number>". Now run the emulator!
Note: don't forget to specify a proxy server in the ethernetced.xml file if you are using one!
Forum posts: 9
This time i installed it in the default folder and indeed the ethernet plug-in was not nescessery. Everything started working