Tell me more ×
Android Enthusiasts Stack Exchange is a question and answer site for enthusiasts and power users of the Android operating system. It's 100% free, no registration required.

I would like to understand what connection type and theoretical data rate my phone is using for its data connection, and how it changes with different locations. I'm not looking for an actual data speed test like speedtest.net, but rather a logging of the type of data connection (GPRS, HSDPA, HSDPA+) and the specific modulation and UE Categories (see the table for User Equipment (UE) categories in this article).

This information should be available from the phone's radio, without actually sending additional data through the network.

I would like to have this information logged, along with a rough location, maybe as a background process (which would only run when a data connection is active so it would not drain the battery).

share|improve this question

4 Answers

Sort of a side-ways answer here: Do you have the android / eclipse development environment set up ? I don't have a specific answer, but viewing the log files in verbose mode with no filters on will show you almost everything the phone is doing (... or at least what the programmers have chosen to note in the log files. We programmers are often lazy and forget to turn the logs off after we're done debugging. ) So at the very least, the logs may reveal which radio / connectivity services are active. And from there, you might find via google some info about any interfaces they expose. Watching the log files reveals a ton of interesting things.

share|improve this answer

WEll If you want to see the log data on Android besis on location, there is an app for this which is named as GeoLog. You can read more about app here http://topbestfreeapps.com/save-sensors-data-of-android-device-with-geolog-app/

share|improve this answer

I don't think it logs location but I think it does most of everything else you're looking for:

Network Log

I use it every now and then to monitor net traffic and it works really well.

share|improve this answer

Settings>about phone>somewhere in there there is stuff about data being used and connection strength

share|improve this answer
4  
Please be more specific with your answer and provide an answer that fully takes into account what the OP is looking for. – ZnewmaN Feb 1 at 3:03

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.