1

I want to tknow the android kernel version from source code. I checked at How to determine version of Android source code?

But this gives me 3 fields, like 3.0.31. I would like to know the version on further depth -say, 3.0.31 –g77a6dce

Community
  • 1
  • 1
Aadishri
  • 1,341
  • 2
  • 18
  • 26

1 Answers1

0

Yes 3.0.31 indicates the correct linux version. Not sure what "–g77a6dce" is for. Maybe a branch name you pulled it out from. As far as Android Kernel is concerned the ICS official release uses the 3.0.1 kernel and the most recent jellybean uses the 3.1.10 kernel. For more information on kernel versioning http://en.wikipedia.org/wiki/Linux_kernel#Version_numbering

spitfire88
  • 1,596
  • 3
  • 19
  • 31
  • "the ICS official release uses the 3.0.1 kernel and the most recent jellybean uses the 3.1.10 kernel" can you please add links to where you get this info ? – Mr_and_Mrs_D Oct 16 '13 at 20:40