• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Would appreciate help with a concept app

dwilliam16

Newbie
I was wondering if someone could help me with this issue. Is it possible to write a dead simple app that could either dump the status ConnectivityService or NetworkInfo (not sure which is correct) to read LTE radio status WITHOUT root? My friend has an app in question already, but we are at a loss as it returns this:

toro
JRO03O
16
Case LTE turned on with LTE coverage

getNetworkPreference = 1
dump connectivity service =
Permission Denial: can't dump ConnectivityService from from pid=27430, uid=(my uid)


I can provide the apk if requested, and any help would be greatly appreciated. We want to make this as universal to android as possible (ie any phone) and the only two stipulations are that the app is simple (just trying to get code to incorporate into something else) and that said code does NOT require SU to function.

Thoughts?
 
Back
Top Bottom