How to Remount Android Vendor Partition as Read Write ?

Android’s Vendor partition is by default mounted as read only, but if we need to modify some … Read more

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

Understanding Android Touch Event , onTouchEvent ( Motion Event )

When we just touched the touchscreen and printed the logs in application using “onTouchEvent” it printed following … 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

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