Skip to content

Responses

Bop V2 edited this page Nov 4, 2024 · 1 revision

All responses are returned as Strings when the command is ran.

ResponseOK

Response Meaning
OK Everything is OK!

ResponseERR

FORMAT: ERROR, (message)

Response Meaning
Directory does not contain fastboot.exe . The directory you specified does not contain the fastboot binary.
Directory does not contain adb.exe . The directory you specified does not contain the adb binary.
Please initialize directory before executing any command. You have not executed the Initialize command, so no folder has been specified for command execution.

ResponseCUS

Can be any response. Is usually the binary's output.

Clone this wiki locally