Advertisement
Guest User

Untitled

a guest
Jan 15th, 2012
421
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.92 KB | None | 0 0
  1. C:\Program Files (x86)\ClockworkMod\Tether
  2. "Local Area Connection 7"
  3. Checking arguments...
  4. Setting IP Address, mask, and gateway.
  5. netsh interface ip set address name="Local Area Connection 7" source=static 10.0.0.1 255.255.255.0 10.0.0.2 1
  6. Element not found.
  7. Setting DNS server.
  8. netsh interface ip add dns name="Local Area Connection 7" 8.8.8.8 index=1
  9. The object is already in the list.
  10. netsh interface ip add dns name="Local Area Connection 7" 8.8.4.4 index=2
  11. The object is already in the list.
  12. Adding Windows Firewall Exception
  13. netsh firewall set allowedprogram program="C:\Program Files (x86)\ClockworkMod\Tether\win32\node.exe" name=Tether
  14. IMPORTANT: Command executed successfully.
  15. However, "netsh firewall" is deprecated;
  16. use "netsh advfirewall firewall" instead.
  17. For more information on using "netsh advfirewall firewall" commands
  18. instead of "netsh firewall", see KB article 947709
  19. at http://go.microsoft.com/fwlink/?linkid=121488 .
  20. Ok.
  21. Starting Tether...
  22. C:\Program Files (x86)\ClockworkMod\Tether\node-tuntap
  23. opening tun device: null
  24. adb binary path: ..\win32\adb.exe
  25. Checking phone status...
  26. Waiting for interface to get ready... (waiting 5 seconds)
  27. List of devices attached
  28. SH0BLPL03670 device
  29. Checking if package is installed.
  30. STATUS: Connected to phone. Waiting for tether connection.
  31. Phone detected by adb!
  32. Starting the Tether application on the phone...
  33. Found that APK is already installed. Starting tether on phone.
  34. Setting up adb port forwarding to port 30002.
  35. adb port forwarding results:
  36. { '0': null, '1': '', '2': '' }
  37. Results from starting Tether service:
  38. { '0': null,
  39. '1': 'Starting service: Intent { cmp=com.koushikdutta.tether/.TetherService }\r\r\n',
  40. '2': '' }
  41. Results from starting Tether activity:
  42. { '0': null,
  43. '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',
  44. '2': '' }
  45. {}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement