How to remount android system partition as read/write or read only ?

Android’s system partition is by default mounted as read only, but if you are looking to modify … Read more

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

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

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

adb push

adb push

When you are actively working on Android development, one thing you will frequently need is to copy … Read more

ADB Reboot

adb reboot

If you want to restart/reboot your Android device connected over adb shell, you can do the the … Read more

Latest ADB and Fastboot using Android SDK Platform tools

Android platform tools is a part of Android SDK. Android timely releases the latest SDK platform tools … Read more

Android ADB

How to Install ADB and Fastboot on Ubuntu ?

Install ADB on Ubuntu For installing Android Debug Bridge (adb) command on Ubuntu, type below command on … Read more