adb shell commands These are the Android Debug Bridge (adb) shell commands you can run during a manual session, which includes installing apps, managing permissions, analyzing performance, and more. The commands are available for Android devices. Public devices Since public devices are shared across all Kobiton users, only the following adb commands are supported: dumpsys display dumpsys battery pm list packages -3 Private and local devices You can run most adb commands on private and local devices—as long as they don’t harm the device or alter systems in real-time. These are the type of commands we don’t allow: kobiton/i logcat/i monkey/i top/i com.domobile.applock/i com.domobile.applockwatcher/i com.sp.protector.free/i com.manageengine.mdm.android/i com.manageengine.mdm.samsung.knox/i com.manageengine.mdm.samsung/i com.manageengine.admp/i com.android.systemui/i com.android.settings/i com.android.vending/i com.google.android.webview/i monkey -p com.myAppPackage -v 10000 -s 100