Advertisement
eduel80

Tether_test1

Jan 11th, 2012
26
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.06 KB | None | 0 0
  1. C:\Program Files (x86)\ClockworkMod\Tether
  2. "Local Area Connection 3"
  3. Checking arguments...
  4. Setting IP Address, mask, and gateway.
  5. netsh interface ip set address name="Local Area Connection 3" 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 3" 8.8.8.8 index=1
  8. The object is already in the list.
  9. netsh interface ip add dns name="Local Area Connection 3" 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: "netsh firewall" is deprecated;
  14. use "netsh advfirewall firewall" instead.
  15. For more information on using "netsh advfirewall firewall" commands
  16. instead of "netsh firewall", see KB article 947709
  17. at http://go.microsoft.com/fwlink/?linkid=121488 .
  18. Starting Tether...
  19. C:\Program Files (x86)\ClockworkMod\Tether\node-tuntap
  20. opening tun device: null
  21. adb binary path: ..\win32\adb.exe
  22. Checking phone status...
  23. Waiting for interface to get ready... (waiting 5 seconds)
  24. List of devices attached
  25. 31353295F89700EC device
  26. Checking if package is installed.
  27. STATUS: Connected to phone. Waiting for tether connection.
  28. Phone detected by adb!
  29. Starting the Tether application on the phone...
  30. Found that APK is already installed. Starting tether on phone.
  31. Setting up adb port forwarding to port 30002.
  32. adb port forwarding results:
  33. { '0': null, '1': '', '2': '' }
  34. Results from starting Tether service:
  35. { '0': null,
  36. '1': 'Starting service: Intent { cmp=com.koushikdutta.tether/.TetherService }\r\r\n',
  37. '2': '' }
  38. Results from starting Tether activity:
  39. { '0': null,
  40. '1': 'Starting: Intent { cmp=com.koushikdutta.tether/.TetherActivity }\r\r\n',
  41. '2': '' }
  42. {}
  43. Tun/tap device IP: 10.0.0.1
  44. Reading tun/tap device...
  45. Listening on tether port...
  46. Checking phone status...
  47. Phone is still connected.
  48. Checking phone status...
  49. Phone is still connected.
  50. STATUS: Tether has connected.
  51. Notifying client of Tether version: 1
  52. STATUS: Tether has connected.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement