adb shell screencap ( Take Screenshot in Android using ADB Shell )
If you want to take screen capture of something happening on your phone screen and save it … Read more
If you want to take screen capture of something happening on your phone screen and save it … Read more
Android’s Vendor partition is by default mounted as read only, but if we need to modify some … Read more
Android’s system partition is by default mounted as read only, but if you are looking to modify … Read more
When we are writing input driver (touchpad / touchscreen) in Linux, we need to first initialize and … Read more
Multitouch tracking ID defines the touch starting and touch end ( one touch session from start to … Read more
This posts lets you identify name of the activity from the installed application and then use the … Read more
Most of the time during development, when you encounter with some unknown applications from which you want … Read more
When trying to compile some packages / libraries or application source codes in Linux which are based … Read more
When we just touched the touchscreen and printed the logs in application using “onTouchEvent” it printed following … Read more
7-Zip is a file archiver with a high compression ratio. Using 7 zip we can compress the directory … Read more
7-Zip is a file archiver with a high compression ratio. Using 7 zip we can compress the directory … Read more
Display resolution indicates the height and width of the physical display which the android device is using. … Read more