Advertisement
Guest User

Untitled

a guest
Jan 7th, 2012
854
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.20 KB | None | 0 0
  1. Checking phone status...
  2. adb server is out of date. killing...
  3. * daemon started successfully *
  4. List of devices attached
  5. 464119C9ED7EF28E device
  6. Checking if package is installed.
  7. STATUS: Connected to phone. Waiting for tether connection.
  8. Phone detected by adb!
  9. Starting the Tether application on the phone...
  10. Checking phone status...
  11. Error listing pacakges. Assuming Tether.apk is already installed.
  12. Setting up adb port forwarding to port 30002.
  13. { [Error: Command failed: ADB server didn't ACK
  14. * failed to start daemon *
  15. error:
  16. ] killed: false, code: 1, signal: null }
  17. STATUS: Phone could not be detected. See log for details.
  18. Phone not detected by adb!
  19. Connect your phone to your computer and make sure "USB Debugging" is enabled.
  20. You may need to set your phone to be in "Charge Only Mode".
  21. You may need to install a driver for your phone to allow the computer to connect to it.
  22. Consult the menu above to install the "adb drivers" for your phone.
  23. If your manufacturer is not listed, please search Google for "adb drivers my-manufacturer name".
  24. adb port forwarding results:
  25. { '0': null,
  26. '1': '* daemon not running. starting it now on port 5037 *\r\n* daemon started successfully *\r\n',
  27. '2': '' }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement