We are working on project that requires us to collect performance events on Android. This involves a few steps: Recompile the kernel with the right flags. You should do this incrementally, some options may make you kernel crash at boot…
We are working on project that requires us to collect performance events on Android. This involves a few steps: Recompile the kernel with the right flags. You should do this incrementally, some options may make you kernel crash at boot…
I have spent the last couple of weeks building various custom images for Android. There are a few useful tutorials: the guidelines of building Android images writing by google team two more detailed tutorials were particularly well written: http://raulherbster.blogspot.com/2014/07/android-imagekernel-buildingflashing.html http://pete.akeo.ie/2013/10/compiling-and-running-your-own-android.html While…