Solved: No value has been specified for property ‘lintClassPath’

While I was developing small code for checking device information, after I edited our sample code downloaded … Read more

How to fix – error: package R does not exist

When I was compiling one of our previously written android application, I got following error, This is … Read more

Understanding Android AOSP build system

In this post, we tries to understand the android open source build files written to add a … Read more

How to extract android boot.img ?

boot: The boot partition contains a kernel image and a RAM disk combined via mkbootimg. In order to flash the … Read more

Android Power OFF Sequence / How Android Shuts Down works ?

This post tries to brief about how android shutdown / poweroff sequence is with respect to the … Read more

How early suspend works in Android ?

This post briefs about the source code flow of how early suspend mechanism in power managerment works … Read more

Identify media encoder / decoder (codec) information of Android device

This post details, how you can obtain the media encoder and decoder ( codec) information of your … Read more

How to create a native daemon and run from init.rc in Android ?

Android’s init is located at the root of the filesystem i.e. /init and also it uses different … Read more