Advertisement
Guest User

Tether Log

a guest
Jan 22nd, 2012
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.76 KB | None | 0 0
  1. C:\Program Files (x86)\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 (x86)\ClockworkMod\Tether\win32\node.exe" name=Tether
  13. IMPORTANT: Command executed successfully.
  14. However, "netsh firewall" is deprecated;
  15. use "netsh advfirewall firewall" instead.
  16. For more information on using "netsh advfirewall firewall" commands
  17. instead of "netsh firewall", see KB article 947709
  18. at http://go.microsoft.com/fwlink/?linkid=121488 .
  19. Ok.
  20. Starting Tether...
  21. C:\Program Files (x86)\ClockworkMod\Tether\node-tuntap
  22. opening tun device: null
  23. adb binary path: ..\win32\adb.exe
  24. Checking phone status...
  25. Waiting for interface to get ready... (waiting 5 seconds)
  26. List of devices attached
  27. 015D884E1900F022 device
  28. Checking if package is installed.
  29. STATUS: Connected to phone. Waiting for tether connection.
  30. Phone detected by adb!
  31. Starting the Tether application on the phone...
  32. Found that APK is already installed. Starting tether on phone.
  33. Setting up adb port forwarding to port 30002.
  34. adb port forwarding results:
  35. { '0': null, '1': '', '2': '' }
  36. Results from starting Tether activity:
  37. { '0': null,
  38. '1': 'Starting: Intent { cmp=com.koushikdutta.tether/.TetherActivity }\r\r\nWarning: Activity not started, its current task has been brought to the front\r\r\n',
  39. '2': '' }
  40. Results from starting Tether service:
  41. { '0': null,
  42. '1': 'Starting service: Intent { cmp=com.koushikdutta.tether/.TetherService }\r\r\n',
  43. '2': '' }
  44. {}
  45. Tun/tap device IP: 10.0.0.1
  46. Reading tun/tap device...
  47. Listening on tether port...
  48. Checking phone status...
  49. STATUS: Tether has connected.
  50. Notifying client of Tether version: 2
  51. Phone is still connected.
  52. STATUS: Tether has connected.
  53. Checking phone status...
  54. Phone is still connected.
  55. Checking phone status...
  56. Phone is still connected.
  57. Checking phone status...
  58. Phone is still connected.
  59. Checking phone status...
  60. Phone is still connected.
  61. Checking phone status...
  62. Phone is still connected.
  63. Checking phone status...
  64. Phone is still connected.
  65. Checking phone status...
  66. Phone is still connected.
  67. Checking phone status...
  68. Phone is still connected.
  69. Checking phone status...
  70. Phone is still connected.
  71. Checking phone status...
  72. Phone is still connected.
  73. Checking phone status...
  74. Phone is still connected.
  75. Checking phone status...
  76. Phone is still connected.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement