How to get Android Display Resolution using adb shell command ?

Display resolution indicates the height and width of the physical display which the android device is using. … Read more

How to identify and change input device location in Android ?

Identify what is the current location of the input device using getvent command as, So, the output … Read more

Identify Input Device Information in Android

To identify the information about the input device connected to Android platform, we can use “getevent” as … Read more

Use repo on Windows

Use repo on Windows to Download Android Source

Android had developed repo tool to download huge android source code, primarily keeping in mind of development … Read more

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