Use repo on Windows to Download Android Source

Use repo on Windows

Android had developed repo tool to download huge android source code, primarily keeping in mind of development … 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

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

Libtinfo

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

Prepare Build Environment and Download android AOSP source Code

Download AOSP

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

How to update ADB and Fastboot to Latest Version ?

ADB

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

Fetch All Device Information From Android For Debugging

Android Device Information

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

How to Decode Binary AndroidManifest.xml to Text ?

Decode Information from Binary AndroidManifest.xml

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