-
Notifications
You must be signed in to change notification settings - Fork 0
Responses
Bop V2 edited this page Nov 4, 2024
·
1 revision
All responses are returned as String
s when the command is ran.
Response | Meaning |
---|---|
OK | Everything is OK! |
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. |
Can be any response. Is usually the binary's output.