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
Android ADB Shell commands and its use in different ways to access your Android Mobile or Development Board.
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
You can use some of our scripts to download all the information of android device. This will … Read more
If you want to restart/reboot your Android device connected over adb shell, you can do the the … Read more