How to obtain kernel config.gz of Running Linux / Android Device ?
If we want to check what is the default kernel configuration our device is using, the Linux … Read more
Android ADB Shell commands and its use in different ways to access your Android Mobile or Development Board.
If we want to check what is the default kernel configuration our device is using, the Linux … 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
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
Display resolution indicates the height and width of the physical display which the android device is using. … Read more
To identify the information about the input device connected to Android platform, we can use “getevent” as … Read more
When we put our device to fastboot mode for flashing our binaries using fastboot command, while trying … Read more
If we installed ADB, Fastboot using Ubuntu packages as mentioned in our another post, “How to Install … Read more