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

How to create / change Android Boot Animation ?

Bootanimation

Android boot animation is the loading animation that is played when your device starts up. In this post, … Read more

How to install Android NDK on Ubuntu Linux ?

Android NDK

The Android NDK is a toolset that lets you implement parts of your app in native code, … Read more

How to check the list of available sensors in Android ?

In android you check the list of all the supported sensors in your device by two ways. … Read more

Understanding Android Bluetooth Code : part 1

Bluetooth

Android provides a default Bluetooth stack, BlueDroid, that is divided into two layers: 1) Bluetooth Embedded System … Read more

Analyse android booting using Bootchart

Bootchart provides CPU and I/O load breakdown of all processes for the whole system. It doesn’t require … Read more