Bootanimation

How to create / change Android Boot Animation ?

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

Libtinfo

Fixed: clang++: error while loading shared libraries: libtinfo.so.5

We got the following error while compiling Android AOSP source code on Ubuntu PC, Solution : This … Read more

Download AOSP

Prepare Build Environment and Download android AOSP source Code

Since most of the development in recently happening on latest Android versions like Android 9, 10 and … Read more

ADB

How to update ADB and Fastboot to Latest Version ?

If we installed ADB, Fastboot using Ubuntu packages as mentioned in our another post, “How to Install … Read more

Android Device Information

Fetch All Device Information From Android For Debugging

You can use some of our scripts to download all the information of android device. This will … Read more

Solved: Fastboot Flashing Unlock is not allowed

If you try to unlock the fastboot flashing during the development using command, You may get an … Read more

Fixed : Flashing is not allowed in Lock State

When using fastboot, if we type below command, We may see an error as, Solution : First … Read more

Decode Information from Binary AndroidManifest.xml

How to Decode Binary AndroidManifest.xml to Text ?

If you have some prebuilt android application apk for which you need to know what are the … Read more

Android.mk

Convert Android.mk to Android.bp

The source code which was developed prior to when Soong was introduced in Android build system, was … Read more

Android NDK

How to install Android NDK on Ubuntu Linux ?

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