Advertisement
Guest User

Untitled

a guest
Sep 5th, 2019
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. start: 1 fastboot-deploy (timeout 00:30:00) [common]
  2. start: 1.1 enter-fastboot-action (timeout 00:30:00) [common]
  3. nice adb start-server
  4. Parsed command exited zero with allow_fail set, returning 0 bytes.
  5. output:
  6. nice adb -s 861a1c59 devices
  7. Parsed command exited zero with allow_fail set, returning 48 bytes.
  8. output: List of devices attached
  9. output: emulator-5554 offline
  10. output:
  11. output:
  12. nice fastboot -s 861a1c59 devices
  13. output: 861a1c59 fastboot
  14. output:
  15. Device is in fastboot: 261a1c5d fastboot
  16. nice fastboot -s 261a1c5d reboot-bootloader
  17. Parsed command exited 1.
  18. action: enter-fastboot-action
  19. command: ['nice', 'fastboot', '-s', '861a1c59', 'reboot-bootloader']
  20. message: Command '['nice', 'fastboot', '-s', '861a1c59', 'reboot-bootloader']' returned non-zero exit status 1
  21. output: rebooting into bootloader...
  22. FAILED (status read failed (No such device))
  23. finished. total time: 5.168s
  24. return code: 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement