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
Android ADB Shell commands and its use in different ways to access your Android Mobile or Development Board.
We had seen in our previous post “How to change default display timeout settings using adb command … Read more
When we tried to install Android APK we had compiled using adb as below, we got an … Read more
Following are the adb shell commands for generating input events which can help us to browse the … Read more
If you are developing/porting a new Linux kernel for some android platform, the first thing we need … Read more
Connect your Android device over adb to get adb shell and check the default screen timeout value … Read more
To enable & disable Bluetooth using below adb commands needs your device to be rooted or if … Read more
Bootchart provides CPU and I/O load breakdown of all processes for the whole system. It doesn’t require … Read more
We can turn on the Bluetooth using adb command as below, once you type this on your … Read more
If you want to take Screen Shot of your device, refer post “How to Capture Screenshot in … Read more
If we want to install an apk already downloaded or we compiled, use below command to install … Read more
If We want to uninstall the apk, using adb, we need to know the package name of … Read more
Above command displays all the permissions. This command also takes following optional arguments as, Following is the … Read more