For developers working with Android devices, connecting your device over USB is often an essential step in … Read more
Explore guideLabs
Reproducible
engineering
experiments
Tested environments, procedures, expected output, and the evidence you need to repeat an experiment yourself with confidence.
Real systems. Real results.
Browse by category
Existing library
Results for “ADB Commands”
31 matching guides
adb shell pm uninstall
To uninstall an app using ADB (Android Debug Bridge), you can use the pm (package manager) command. … Read more
Explore guideHow to wakeup Android using ADB commands ?
If the display of your android device is turned off due to device entering into sleep state, … Read more
Explore guideIf we want to check what is the default kernel configuration our device is using, the Linux … Read more
Explore guideIf you want to take screen capture of something happening on your phone screen and save it … Read more
Explore guideAndroid’s Vendor partition is by default mounted as read only, but if we need to modify some … Read more
Explore guideAndroid’s system partition is by default mounted as read only, but if you are looking to modify … Read more
Explore guideDisplay resolution indicates the height and width of the physical display which the android device is using. … Read more
Explore guideIdentify Input Device Information in Android
To identify the information about the input device connected to Android platform, we can use “getevent” as … Read more
Explore guide