我正试图从我的电脑连接到我的Android手机索尼Xperia M2 Dual。 所以我按照这篇文章, 1。http://www.wikihow.com/Reverse-Tether-an-Android-Phone
2。http://forum.xda-developers.com/showthread.php?t=1371345 但我面临以下问题, USB隧道安装成功,我授予超级用户权限。 但该应用程序无法连接。 在应用程序的gui部分,应用程序通过告诉,
停止在以下步骤" Android super user may ask you to accept rights.
Check your rights and accept superuser request now if needed. !!!
wait for super user right - 25 "
并且从调试面板我复制了日志文件以便更好地理解,
07-06 01:06:57:696 W/I Tool version : 3.19
07-06 01:06:57:696 W/I adb.exe
07-06 01:06:57:696 W/I aapt.exe
07-06 01:06:57:814 W/I Android Debug Bridge version 1.0.31
07-06 01:07:01.66 A/W process (5423) : Implicit intents with startService are not safe: Intent { act=service.tracetool.SocketService.ACTION (has extras) } android.content.ContextWrapper.startService:501 android.content.ContextWrapper.startService:501 service.tracetool.TTBroadcastReceiver.onReceive:41
07-06 01:07:01.74 A/I UsbThread3 : usbServerSocket : Waiting for the host to connect
07-06 01:07:01:285 W/I Wait java service
07-06 01:07:01:399 W/I waiting android server connection ... 1
07-06 01:07:01:752 W/I Waiting for connection
07-06 01:07:03:946 W/I Sending busybox21
07-06 01:07:04.87 A/E UsbThread3.run() loop error. firstByte : 39 : WTOA_copyFile
07-06 01:07:04.87 A/E UsbThread3.run() loop error. lastCommand : 32 : WTOA_setGlobalVar
07-06 01:07:04.87 A/E UsbThread3.run() loop error. Exception type : class java.io.FileNotFoundException
07-06 01:07:04.87 A/E UsbThread3.run() loop error. Exception message : /storage/emulated/0/busybox21: open failed: EACCES (Permission denied)
07-06 01:07:04.87 A/E UsbThread3.run() loop error. Exception cause : libcore.io.ErrnoException: open failed: EACCES (Permission denied)
07-06 01:07:04.87 A/E UsbThread3.run() loop error. Exception string : java.io.FileNotFoundException: /storage/emulated/0/busybox21: open failed: EACCES (Permission denied)
07-06 01:07:04.87 A/E libcore.io.IoBridge.open(IoBridge.java:418)
07-06 01:07:04.87 A/E java.io.FileInputStream.<init>(FileInputStream.java:78)
07-06 01:07:04.87 A/E service.tracetool.Api.copy(Api.java:1471)
07-06 01:07:04.87 A/E service.tracetool.UsbThread.copyFile(UsbThread.java:1944)
07-06 01:07:04.88 A/E service.tracetool.UsbThread.run(UsbThread.java:316)
07-06 01:07:04.88 A/E UsbThread3.run() -> unexpected disconnection
07-06 01:07:04.88 A/I UsbThread3 : usbServerSocket : Waiting for the host to connect
07-06 01:07:13:641 W/D UsbThread : ReadBytes : Connection Closed Gracefully.
07-06 01:07:33:294 W/I
07-06 01:07:33:294 W/E Connection Aborted. Restart program and try again
Server List at 07-06 01:07:35:102
DNS List
8.8.8.8[default]
8.8.4.4
在Android设备中,它说,
Service is running. Not connected. If the cable was unplugged, plug it. if the tool was running and previously connected, an automatic connection will be done.