PDA

View Full Version : Implementing own fieldtest-like application


eva_d
30th December 2006, 06:45 PM
fieldtest.exe is widely-known engineering application showing network parameters. however it has quite user-unfriendly interface, so i was wondering how fieldtest is getting all these values (i.e. which methods from which dll), so it could be possible to write own fieldtest-like application. anyone is aware of methods fieldtest.exe uses to display all network-related data?

Lurker0
30th December 2006, 10:41 PM
You may start with ril.dll interface. I suggest you to look into the fieldest.exe file for strings. It should be easy to disassemble it.