RF signal tracker

hi all.
there is anybody tell me, i need to dev. application like RF signal tracker.
this application will get information about : phone , network information (MCC, MNC, LAC, CELLID, ) etc…

anybody can help me.

thank you.
[import]uid: 100881 topic_id: 20247 reply_id: 320247[/import]

On the iOS side, I don’t believe Apple makes this info available. Have you seen any iOS apps that display this info? [import]uid: 67839 topic_id: 20247 reply_id: 79076[/import]

i’m on android, and it’s for android :slight_smile: [import]uid: 100881 topic_id: 20247 reply_id: 79077[/import]

Corona won’t give you that information. You’ll have to use some native code.

Also, not all modems will pass that information across to android. MNC/MCC is needed by android to display the correct carrier etc, but LAC and CELLID aren’t needed outside the modem.

If i remember correctly the android debug app/menu displays some of this stuff. You could find the source and see if you can see how its doing it. [import]uid: 8872 topic_id: 20247 reply_id: 79431[/import]