Advertisement
Guest User

Untitled

a guest
Jan 8th, 2012
1,505
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.95 KB | None | 0 0
  1. C:\Program Files\ClockworkMod\Tether
  2. "Local Area Connection 2"
  3. Checking arguments...
  4. Setting IP Address, mask, and gateway.
  5. netsh interface ip set address name="Local Area Connection 2" source=static 10.0.0.1 255.255.255.0 10.0.0.2 1
  6. Setting DNS server.
  7. netsh interface ip add dns name="Local Area Connection 2" 8.8.8.8 index=1
  8. The object is already in the list.
  9. netsh interface ip add dns name="Local Area Connection 2" 8.8.4.4 index=2
  10. The object is already in the list.
  11. Adding Windows Firewall Exception
  12. netsh firewall set allowedprogram program="C:\Program Files\ClockworkMod\Tether\win32\node.exe" name=Tether
  13. Ok.
  14. Starting Tether...
  15. C:\Program Files\ClockworkMod\Tether\node-tuntap
  16. opening tun device: null
  17. adb binary path: ..\win32\adb.exe
  18. Checking phone status...
  19. Waiting for interface to get ready... (waiting 5 seconds)
  20. {}
  21. Tun/tap device IP: 10.0.0.1
  22. Reading tun/tap device...
  23. Listening on tether port...
  24. Tether error:
  25. { '0':
  26. { [Error: connect ECONNREFUSED]
  27. code: 'ECONNREFUSED',
  28. errno: 'ECONNREFUSED',
  29. syscall: 'connect' } }
  30. Tether connection closed...
  31. STATUS: Tether has disconnected.
  32. Tether connection closed...
  33. Tether connection closed...
  34. Tether connection closed...
  35. C:\Program Files\ClockworkMod\Tether
  36. "Local Area Connection 2"
  37. Checking arguments...
  38. Setting IP Address, mask, and gateway.
  39. netsh interface ip set address name="Local Area Connection 2" source=static 10.0.0.1 255.255.255.0 10.0.0.2 1
  40. Setting DNS server.
  41. netsh interface ip add dns name="Local Area Connection 2" 8.8.8.8 index=1
  42. The object is already in the list.
  43. netsh interface ip add dns name="Local Area Connection 2" 8.8.4.4 index=2
  44. The object is already in the list.
  45. Adding Windows Firewall Exception
  46. netsh firewall set allowedprogram program="C:\Program Files\ClockworkMod\Tether\win32\node.exe" name=Tether
  47. Ok.
  48. Starting Tether...
  49. C:\Program Files\ClockworkMod\Tether\node-tuntap
  50. opening tun device: null
  51. adb binary path: ..\win32\adb.exe
  52. Checking phone status...
  53. Waiting for interface to get ready... (waiting 5 seconds)
  54. {}
  55. Tun/tap device IP: 10.0.0.1
  56. Reading tun/tap device...
  57. Listening on tether port...
  58. Tether error:
  59. { '0':
  60. { [Error: connect ECONNREFUSED]
  61. code: 'ECONNREFUSED',
  62. errno: 'ECONNREFUSED',
  63. syscall: 'connect' } }
  64. Tether connection closed...
  65. STATUS: Tether has disconnected.
  66. Tether connection closed...
  67. { [Error: Command failed: ** daemon still not runningerror: cannot connect to daemon
  68. ] killed: false, code: 1, signal: null }
  69. STATUS: Phone could not be detected. See log for details.
  70. Phone not detected by adb!
  71. Connect your phone to your computer and make sure "USB Debugging" is enabled.
  72. You may need to set your phone to be in "Charge Only Mode".
  73. You may need to install a driver for your phone to allow the computer to connect to it.
  74. Consult the menu above to install the "adb drivers" for your phone.
  75. If your manufacturer is not listed, please search Google for "adb drivers my-manufacturer name".
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement