Uses of Class
com.pnfsoftware.jeb.core.units.code.android.adb.AdbException
Packages that use AdbException
Package
Description
Types to access and interact with the
Android Debug Bridge
(adb).-
Uses of AdbException in com.pnfsoftware.jeb.core.units.code.android.adb
Methods in com.pnfsoftware.jeb.core.units.code.android.adb that throw AdbExceptionModifier and TypeMethodDescriptionstatic boolean
AndroidDeviceUtil.executeCommandAsRoot
(AdbWrapper adb, boolean rootVerification, String command) Attempt to execute a single ADB command as root.static boolean
AndroidDeviceUtil.executeCommandAsRoot
(AdbWrapper adb, String command) Attempt to execute a single ADB command as root, with a prior root verification.static boolean
AndroidDeviceUtil.executeCommandsAsRoot
(AdbWrapper adb, boolean rootVerification, String[] commands) Attempt to execute a sequence of ADB commands as root.static boolean
AndroidDeviceUtil.executeCommandsAsRoot
(AdbWrapper adb, String[] commands) Attempt to execute a sequence of ADB commands as root, with a prior root verification.