Press on the image to return to the main documentation page.
b4aRootCmd
Written by IceFairy333
List of types:
RootCmd
RootCmd
Events:
None
Members:
execRootCmd
(
cmd
As
String
)
As
String
execRootCmdSilent
(
cmd
As
String
)
As
Int
haveRoot
As
Boolean
InstallApk
(
apkAbsolutePath
As
String
)
As
Boolean
Members description:
execRootCmd
(
cmd
As
String
)
As
String
execRootCmdSilent
(
cmd
As
String
)
As
Int
haveRoot
As
Boolean
InstallApk
(
apkAbsolutePath
As
String
)
As
Boolean
install apk in silent mode(need root)
Top