I'm trying to get CellID and Lac on HP IPAQ 614c. I've tried using RIL interface with no luck RIL_GetCellTowerInfo returns E_NOTIMPL.
Any ideas?
I'm trying to get CellID and Lac on HP IPAQ 614c. I've tried using RIL interface with no luck RIL_GetCellTowerInfo returns E_NOTIMPL.
Any ideas?
If RIL isn't providing the information then I think you are out of luck. I believe that RIL is the lowest level that WM uses to talk to the Radio Hardware.
You will have it try to look for a HP supplied library to get the information or you have to figure out how to talk to the Radio Hardware directly.
You can get the Cell ID (LAC + CID) as a notification using this Library:
http://teksoftco.com/index.php?section=press&cat=2009#090611
It comes with C#, C++ and VB samples.
Here's how a simple app that reads the CellID looks like: