GPRS log API ?

T

Tihomir Ignatov

Hi,
Is available API to get GPRS log (in/out bytes transmited) from WM 2003
Phone Edition?

Any ideas?
10x


Regards
Tihomir Ignatov
 
T

Tihomir Ignatov

Hi Sergey,

I get the latest source for Adapter.cs and rebuild OpenNETCF.Net.dll.
When I run the compiled application in its directory are these files:


Microsoft.WindowsCE.Forms.dll
OpenNETCF.dll
OpenNETCF.Net.dll
TrafficMonitor.exe

And thit esception occurs:

---

A managed MissingMethodException
occured at Adapter::.ctor+0xb0

Adapter::.ctor+0xb0
IP_ADAPTER_INFO::firstAdapter +0x
2c

AdapterCollection::Refresh+0x12
AdapterCollection:;.ctor+0xc
Networking::GetAdapter+0x5
TrafficMonitor::Run+0x16
ThreadEx::ShimProc+0xb

---


What is the problem ?



Best Regards,
Tihomir Ignatov
 
S

Sergey Bogdanov

Make sure that OpenNETCF.Net.dll which located in device is a correct
newly built version. I suppose VS.NET copied old version from:
Microsoft Visual Studio .NET 2003\CompactFrameworkSDK\v1.0.5000\Windows CE\

thus try to manually copy it to device or replace existent.

Also I suggest to use Vault client to download the latest version of
OpenNETCF.Net from:
http://vault.netcf.tv/VaultService/

user: guest
password: guest

Best regards,
Sergey Bogdanov
http://www.sergeybogdanov.com
 
S

Sergey Bogdanov

Sorry, instead of
Microsoft Visual Studio .NET 2003\CompactFrameworkSDK\v1.0.5000\Windows CE\

for Phone Edition should be:

Microsoft Visual Studio .NET 2003\CompactFrameworkSDK\v1.0.5000\Windows
CE\Smartphone\


Best regards,
Sergey Bogdanov
http://www.sergeybogdanov.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top