Advertisement
DSCR

tether log

Jan 4th, 2012
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.91 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. Starting Tether...
  12. C:\Program Files (x86)\ClockworkMod\Tether\node-tuntap
  13. opening tun device: null
  14. adb binary path: ..\win32\adb.exe
  15. Testing adb status...
  16. Waiting for interface to get ready... (waiting 5 seconds)
  17. List of devices attached
  18. 0146BF541201401D device
  19. Checking if package is installed.
  20. STATUS: Connected to phone. Waiting for tether connection.
  21. Phone detected by adb!
  22. Starting the Tether application on the phone...
  23. Found that APK is already installed. Starting tether on phone.
  24. Setting up adb port forwarding to port 30002.
  25. adb port forwarding results:
  26. { '0': null, '1': '', '2': '' }
  27. Results from starting Tether activity:
  28. { '0': null,
  29. '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',
  30. '2': '' }
  31. Results from starting Tether service:
  32. { '0': null,
  33. '1': 'Starting service: Intent { cmp=com.koushikdutta.tether/.TetherService }\r\r\n',
  34. '2': '' }
  35. {}
  36. Tun/tap device IP: 10.0.0.1
  37. Reading tun/tap device...
  38. Listening on tether port...
  39. STATUS: Tether has connected.
  40. Testing adb status...
  41. STATUS: Tether has connected.
  42. Phone still visible by adb.
  43. Testing adb status...
  44. Phone still visible by adb.
  45. Testing adb status...
  46. Phone still visible by adb.
  47. Testing adb status...
  48. Phone still visible by adb.
  49. Testing adb status...
  50. Phone still visible by adb.
  51. Testing adb status...
  52. Phone still visible by adb.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement