PDA

View Full Version : Cell id


Andrea
16th June 2004, 04:16 PM
Hi,
I'm developing an application on SmartPhone SDK 2003.
I need to extract the cell ID from telephone.
How can I do? :cry:
If you have any suggetion, I'll be happy.
Thank you.
Bye

ranger
16th June 2004, 05:41 PM
Andrea,

You might want to check out http://www.cell-profiler.de/
Maybe the developer would point you in the right direction



Regards
Keith Burke

z0mbi3
17th June 2004, 01:53 PM
I feel the XDA (I&II) badly need network monitoring software

ranger
17th June 2004, 02:04 PM
Indeed

Andrea
17th June 2004, 03:33 PM
thanks, but the site is under costruction.

I don't have to buy but i've to deploy the software for my thesis.

I've downloaded from the site http://viewcvs.xda-developers.com/cgi-bin/viewcvs.cgi/xdautils/#dirlist the following class: debug.cpp, debug.h, ril.h, riltest.cpp, riltest.h, stringutils.h, stringutils.cpp, vectorutils.h, vectorutils.cpp.

I've create a new project and build it.
But RIL_GetCellTowerInfo response:

RIL_GetCellTowerInfo: 80004001
RES: 00000001 000000a6 10 00 00 00 03 00 00 00 02 00 00 00 02 00 00 00
RES: 00000001 000000a7 :shock:

I think that 80004001 (hexadecimal) mean that it don't work (not implemented)

I have no more idea how to do this. Could anyone to help me? :cry:

Thanks

ranger
17th June 2004, 03:54 PM
Andrea,

Yes the site is under constuction, but their support email address is on that page.

He [dutty] also frequents this forum semi regularly. Maybe if you post a message for him, or even PM him. He's generally an approachable guy, he may help you.

Check topic
http://forum.xda-developers.com/viewtopic.php?t=8200&highlight=dutty

I haven't dabbled in the RIL myself, so can [EDIT : Should read "can't"] help you there, sorry. But you are developing for the XDA / XDA II, I take it. Not sure but I think the RIL applies to XDA and the like.

Andrea
17th June 2004, 04:45 PM
Thanks, but i'm developing on SmartPhone 2003 platform in eVC 4.0
It's possible that nobody know RIL for smartphone??? :?

itsme
17th June 2004, 05:41 PM
for the xda2 you can get the cellid via a device specific API, 'RIL_DevSpecific, see RilClass.cpp (http://viewcvs.xda-developers.com/cgi-bin/viewcvs.cgi/xdautils/rilhook/RilClass.cpp?rev=HEAD&content-type=text/vnd.viewcvs-markup)

it is quite likely different for your smartphone.

to see if your device supports cell info notifications, you have to see if the string '+CREG=2' is somewhere in your rilgsm.dll.

you can extract rilgsm.dll from your rom using dumprom (http://wiki.xda-developers.com/wiki/DumpRom)

Andrea
17th June 2004, 06:13 PM
Excuse me,
I don't understand how to use dumprom on smartphone!!! :oops:

Can you help me?

Thanks

blackwinged
12th September 2007, 01:55 PM
I´m looking for a way to read cell ids for some weeks now and didn´t find anything valuable. Some working programs, but theyre all closed source... :(

I´m working with basic4ppc on win mobile 6. If there are any advances, PLEEAASE let me know ^^

b0ris747
12th September 2007, 02:21 PM
Does at least, any program work?

Have you tried http://usuc.dyndns.org/tv/gsm/GSMCelluloz/ ?
Does it help ?

If you have problem, try the debug version and send me file files created in \Temp.

I may help if you have problem, but I don't do any basic4PPC...