How to change Android display brightness using adb command ?

We had seen in our previous post “How to change default display timeout settings using adb command … Read more

Solved: INSTALL_FAILED_UPDATE_INCOMPATIBLE

When we tried to install Android APK we had compiled using adb as below, we got an … Read more

adb shell – generate input events to browse applications / menu

Following are the adb shell commands for generating input events which can help us to browse the … Read more

Enabling adb support with Linux kernel for new platform

If you are developing/porting a new Linux kernel for some android platform, the first thing we need … Read more

How to change default display timeout settings using adb command ?

Connect your Android device over adb to get adb shell and check the default screen timeout value … Read more

Enable and disable Bluetooth using adb commands

To enable & disable Bluetooth using below adb commands needs your device to be rooted or if … 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

adb shell command to Turn ON Bluetooth & make it discoverable

bluetooth

We can turn on the Bluetooth using adb command as below, once you type this on your … Read more

adb shell screenrecord

If you want to take Screen Shot of your device, refer post “How to Capture Screenshot in … Read more