views:

290

answers:

2

I want to check how much was sent/received by WM phone over GPRS/wifi. Please suggest a freeware utility for this or the way i can manage it in .NET CF. Thank you.

+2  A: 

Check this site: http://forum.xda-developers.com/showthread.php?t=218663 and especially LCMinutes

Rhapsody
A: 

Rhapsody, thank you for the answer(LCMinutes is not the program i needed), but i've found what i was looking for:
http://www.drews-informatik.de/softwareprojekte/pocket-pc/ppcinterfacemonitor
Tho still don't know how to do it with code.

nihi_l_ist
To figure out how to do this with code, you can take the PPC Interface Monitor executable and put it in .NET Reflector (http://www.red-gate.com/products/reflector/)With Reflector you can disassemble .NET assemblies. :)
Rhapsody
:)) forgot about reflector! Thanks!!
nihi_l_ist