Cell Tower ID from RIL ... in .NET CF - Windows Mobile Development and Hacking General

I want to query and get the cell tower ID from RIL using .NET CF.
Will anyone provide a code snippet? (VB.NET or C#)
I heard that on the XDA II, this was not available, but is with unmanaged code on XDA III.
TIA

Well, I RTFMed the site, and found an elegant solution from sharpstuff.

Here some C# samples code & free DLL library for get cid & lac: TeoG or here
bye
teog

Related

RIL, GSM APIs, Cell ID and other

Hi folks.
I'm writing some lines of code to play with RIL and gsm embedded function of my XDAII. I have also XDAI and QTEK 1010 and 2020.
I tried to discover a method to retrieve CELL ID for the first test...
Without success (i played also with gknavigation.de's terminal beta program).
All people interested in this argument is asking about CELL-PROFILER. I think that this is a good software, but POCKET OOZ used work from xda-developers or from xs4all? If yes, please POCKET OOZ share your infos! If not, i apologize with POCKET OOZ and i want to work with this forum to resolve this nice problem.
i've tried to use DevSpecific 24 and 26 modifying tstril, but without success. GetCellTowerInfo returns negative value (error? not implemented?).
We have some news about this?
thanks
bye
davide
noxious said:
Hi folks.
I'm writing some lines of code to play with RIL and gsm embedded function of
thanks
bye
davide
Click to expand...
Click to collapse
Support ,I am writing now,make a friend.my MSN:[email protected]
CellID
Did you get anywhere with this?
Would be useful to retrieve CellID, LAC, BSIC and IMEI (of the SIM) all in one fell swoop. Then, post that data (including a timestamp) to a defined server / port config
If you get any code you want testing, do let me know - as I'm a professional applications and system infrastructure tester, should be a good fit
A bit late, but others might need this eventually.
There's this lib you can use for free and read the Cell ID for devices on GSM Networks:
http://teksoftco.com/index.php?section=press&cat=2009#090611

eVC 3.0 TAPI sample code

Hi all
Im lookin for some sample code as the topic describes, i have searched for hours but all i can seem to find is code using Visual studio .NET (which i dont have)
So if anyone knows how to or has some source they wouldnt mind sharing, that includes TAPI i would be very greatfull
Im very much a "newbie" C++ programmer but i learn quickly.
Thanks in advance
I wrote a little bit on TAPI a while back look at
http://forum.xda-developers.com/viewtopic.php?t=18978
download the dll file and you will see how to make a tapi datamodem connection.
Cheers for the link mate
Very interesting , and complicated !!

Call and Message tracker using C# on .Net Compact

I'm planning to develop a simple app for Smartphones generally and my friend's O2 XDA II mini (Is that the 'Magician'?) specifically.
The objective is to allow users to track the number of calls made or messages sent to a particular number or series of numbers which will be decribed by a wildcard string.
Basically my friend's subscription package from his service provider (Hutch) allows for 400 free calls to non-Hutch numbers and 800 free calls to Hutch numbers per month. So practically, all Hutch numbers begin with "9886", so a profile associated with the wildcard string "+919886??????" (+91 is the code for India) can be created by the user and all calls to numbers matching this profile will be tracked. Pretty basic kinda program.
Now, I'm relatively a noobie to Smartphone development - I've done some basic stuff using Visual Studio 2003 (Academic) and the emulator - never with an actual device.
Can anyone tell me where I can get emulator images for the XDA II mini? Further, I would greatly appreciate any advice or suggestions from the community. Better still, if any of you guys already has a program to do this, please tell me :wink: - it would save a lot of trouble!
I'm planning to develop using C# on .NET Compact 1.1
Oh, and any dev experimentation I've done so far was either on the Pocket PC or on the Smartphone. Anything I should know about coding for a device which is a combination of both these types?
Thanks.
hi
this looks like an idea that many could benefit from.. if you are making this application i would suggest you make it so that we (the non indian and non hutch users) can use it aswell...
good luck and keep us posted

Websites content reading code like title of any website.

Hi all here at xda web forum i want to develop websites content reading code like title of any website or meta and other tags, i want to give URL to this code at run time and it will detect its meta, title or other information and return to me in variables how to do and which language will be use for it like JavaScript, PHP, ASP, ASP.NET or JSP etc.
Please guide me with helpful links or sources.
Thanks.
Ali.
i'm only sure that you can do this with php.
meta tags: http://www.science.uva.nl/ict/ossdocs/php4/function.get-meta-tags.html
or you can get anything from the source with ob_get_contents().. use google or pm me if u need help
Code:
Deleted.
It will result in something like:
Title = xda-developers - Xda-developers
Meta Description = Community of XDA developers for programming and modding of PDA Cellphone hybrids.
Meta Keywords = XDA MDA Vario HTC Qtek wallaby wizard tytn hermes alpine prophet i-mate jam dopod tornado typhoon programming coding modding wiki forum news xdatools xdaunlock romkitchen rom development
Click to expand...
Click to collapse
I can't believe I did the work to help a fellow member honestly thinking that it was going to be somehow related to development of some PocketPC software, create the working code in PHP and even tested it on my local server. And then see that you made only 2 posts and check out your signature to see that you are probably going to just throw it up my code on your super spammy ad-sense page. (spammy + in bad need of a spell checker...double whammy)
If you intended on using my code in some way related to PPCs or helping this community, let me know and I might change my mind. Otherwise use Google yourself like you suggested in your 1 other oh so valuable post to this community.

RIL and LAC

Hi,
I've been reading this site for some time now and find this site extremely useful! I've now just started developing my own programs on the pocket PC using Visual Studio. I'm just interested in creating my own little app that will track the LAC and dump it to a text file. I'm just really struggling to get my head round this RIL.DLL
Can anyone help. I normally program in VB but happy to move to C++ or C#
I found this link and read the information on this site but I'm not just completely
http://translate.google.com/translate?hl=en&sl=zh-TW&u=http://forums.microsoft.com/MSDN-CHT/ShowPost.aspx%3FPostID%3D1642527%26SiteID%3D14&sa=X&oi=translate&resnum=9&ct=result&prev=/search%3Fq%3D%253CDllImport(%2522Ril.dll%2522)%253E%2Bvb%26hl%3Den%26rls%3Dcom.microsoft:en-gb
Thanks in advanced!!!
Can Opennetcf help here?
http://www.opennetcf.com/Products/TelephonyLibrary/tabid/134/Default.aspx
Or am I barking up the wrong tree - woof
Can Opennetcf help here?
http://www.opennetcf.com/Products/TelephonyLibrary/tabid/134/Default.aspx
Or am I barking up the wrong tree - woof
TheNecroscope said:
http://www.opennetcf.com/Products/TelephonyLibrary/tabid/134/Default.aspx
Or am I barking up the wrong tree - woof
Click to expand...
Click to collapse
OpenNetCF has a wrapper only for TAPI. For cell id, lac You must use the the RIL ldll - see RIL_GetCellTowerInfo on MSDN. But be careful - RIL is not intended to be used by application developers, RIL is dedicated to an OEM partners (with platform builder)

Categories

Resources