adb shell pm reset-permissions
The adb shell pm reset-permissions command is used to reset all runtime permissions to their default state … Read more
Lynxbee topic
Android ADB Shell commands and its use in different ways to access your Android Mobile or Development Board.
The adb shell pm reset-permissions command is used to reset all runtime permissions to their default state … Read more
The adb shell pm clear command is used to clear the data associated with a package. This … Read more
The adb command dumpsys along with argument “battery” provides the current state of the battery in our … Read more
If the display of your android device is turned off due to device entering into sleep state, … Read more
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
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
A fastboot permission error is fixable, but only after you know Linux can see the bootloader. This diagnostic path separates USB, mode, tool, group, and udev-rule failures without normalizing sudo fastboot.
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
When you are actively working on Android development, one thing you will frequently need is to copy … Read more
If you want to restart/reboot your Android device connected over adb shell, you can do the the … Read more
Android platform tools is a part of Android SDK. Android timely releases the latest SDK platform tools … Read more
Install ADB on Ubuntu For installing Android Debug Bridge (adb) command on Ubuntu, type below command on … Read more
We had seen in our previous post “How to change default display timeout settings using adb command … Read more
When we tried to install Android APK we had compiled using adb as below, we got an … Read more
Following are the adb shell commands for generating input events which can help us to browse the … Read more
If you are developing/porting a new Linux kernel for some android platform, the first thing we need … Read more
Connect your Android device over adb to get adb shell and check the default screen timeout value … Read more
To enable & disable Bluetooth using below adb commands needs your device to be rooted or if … Read more
Bootchart provides CPU and I/O load breakdown of all processes for the whole system. It doesn’t require … Read more