- Home
- Blogs
Blogs
Get Cell Tower Info
- By Software Maker
- Published 12/17/2008
C# Code to get Cell Phone Tower Info
public class RIL
{
// string used to store the CellID string
private static string celltowerinfo = "";
/*
* Uses RIL to get CellID from the phone.
*/
publi...
