Search code examples
network-programmingcordovacell

PhoneGap cell tower information


Is there anyway to get celltower information like cellId, cell location, etc using PhoneGap? I couldn't find any documentations in phoneGap site.


Solution

  • You would need to write a plugin in order to get this information. I know on Android that you can get this information by using the android.telephony package.