I have example. Do you still need?
> Hi all
>
[quoted text clipped - 8 lines]
>
> Thanks
itsme@xs4all.nl - 19 Jul 2004 11:00 GMT
there exists an api call 'RIL_GetCellTowerInfo'. but on the XDA-1 and 2
it is not implemented.
you can get the cellid by using an undocumented call:
BYTE req[4]= {24, 0, 0, 0};
RIL_DevSpecific(hRil, req, 4);
req[0]=26;
RIL_DevSpecific(hRil, req, 4);
then you will receive RIL notifications 0x80000003, which contain the
cellid.
see
http://viewcvs.xda-developers.com/cgi-bin/viewcvs.cgi/xdautils/rilhook/RilClass.cpp
and
http://viewcvs.xda-developers.com/cgi-bin/viewcvs.cgi/xdautils/rilhook/tstril2.cpp
willem
Joel Parker - 14 Sep 2005 22:19 GMT
Michael, Do you still have that example to get the cell ID. I cannot get
anything to work.
-- Joel Parker
>I have example. Do you still need?
>> Hi all
>>
>[quoted text clipped - 8 lines]
>>
>> Thanks