Get Cell-Tower iOS Information

I am working on a field test that targets the iPhone 4. So it would be nice to get any information about the serving cell. I can get the signal strength using CoreTelephony:

int (*CTGetSignalStrength)();
CTGetSignalStrength = dlsym(ptrLibraryHandle, "CTGetSignalStrength");
sstrngth = CTGetSignalStrength();

      

This works very well on iOS 4.3 and even 5.0. But does anyone of you know how to access CellInfo from the same (or maybe different?) Library?

I tried it with a UI app and with an iOS command line app (running via openssh on the phone) - no success: the returned cell count is always 0, whereas, however, the connection to the cell service was successful.

This code is used: http://code.google.com/p/iphone-wireless/source/browse/trunk/CellStumbler/main.c?r=140

From this post: After getting cell info, EXC_BAD_ACCESS is thrown

(I answered this post with a question, and I don't know yet how the community handles the responses, which are actually questions, so I created a real question)

Does anyone have this code (or other code that accomplishes the same)?

+3
private api iphone core-telephony


source to share


No one has answered this question yet

See similar questions:

2
After getting information about cell EXC_BAD_ACCESS

or similar:

229
IOS TDD / BDD Tests / Characteristics and Integration and Acceptance Testing
8
Accessing and using MobileWiFi.framework
6
Getting information about a cell in an iOS app?
five
Get information about Cell Towers in iOS (CoreTelephony?)
2
How do I display information about neighboring towers?
2
Cell information of cell Wp8
1
pjsip for arm7 / iOS 4.3 - symbols not found in mips_test.o
1
How to get information about adjacent cell in ios using CoreTeelephony Framework
1
Apple80211Scan in iOS7
0
Getting an iPhone with Wi-Fi



All Articles
Loading...
X
Show
Funny
Dev
Pics