Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion Groups
End Users
Pocket PCActiveSyncMultimediaEBooksWirelessSmartPhones
Developers
Windows MobileSmartPhonesWinCE ProgrammingVB for WinCEVC++ for WinCEPlatform BuilderTest Tools
PocketPC DirectoryFree SoftwareWeb Resources
Related Topics
PalmMobile PhonesMore Topics ...

Pocket PC Forum / End Users / SmartPhones / September 2005

Tip: Looking for answers? Try searching our database.

How to get CELL ID?

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
HuanggX - 06 Jun 2004 18:38 GMT
Hi all

I am going to develop a apps that needs to fetch GSM Cell ID. But I found
no inforamtion in the PPC2003 SDK document.

Can anyone help me on:
1,what api I should use?
2,the document about it

just post a linkwill be appreciated.

Thanks
Michael Molotsky - 05 Jul 2004 16:38 GMT
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
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.