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

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

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