thuxnder / androiddevice.info

Android app collecting device information and submiting it to www.androiddevice.info
GNU General Public License v2.0
53 stars 15 forks source link

Linux kernel version information #3

Open jduck opened 8 years ago

jduck commented 8 years ago

Is there a reason that this information isn't already collected?

thuxnder commented 8 years ago

kernel version is collected, it is shown on the front page. Also i don't collect any other detail than the version number itself. Are you looking for something in particular?

jduck commented 8 years ago

Okay I see it. It's just not present in the detail screen :-/ Only present in the submissions list screen.

Personally I would expect something more like the output from /proc/version instead of whatever is there... I tried to search the repo for "kernel" and found only a useless excerpt from the LICENSE file.

Is github's search broken or is the code to pull the data not present in the repo?

thuxnder commented 8 years ago

it is coming from this: https://github.com/thuxnder/androiddevice.info/blob/master/app/src/main/java/info/androiddevice/deviceinventory/info/JavaSystemProperty.java

The detail screen has the same information, it is just not concatenated as in the submissions list screen.

I can grab this file as well.

jduck commented 8 years ago

What?! What system property contains the kernel version??

jduck commented 8 years ago

Okay, I see. "os.xxx".. Never knew these existed! It will be interesting to see if they remain in Android N ;-)