Android的Galaxy S的电话 - 在Mac OSX ADB调试桥故障故障、电话、Galaxy、Android

2023-09-07 16:54:18 作者:嘴硬

下面是个问题。我这样做是为了获得设备列表:

Here's the issue. I do this to get the device list:

./adb devices

和我得到这样的:

List of devices attached 

,没有返回的设备。如果我运行模拟器,显示上面的列表中,但仍然没有物理设备。

with no returned devices. If I run the emulator, that shows on the above list, but still no physical device.

我使用的是三星Galaxy S Fasciate(Verizon的模型)在MacBook上运行OS 10.5。

I am using a Samsung Galaxy S Fasciate (Verizon model) on a MacBook running OS 10.5.

我连接通过为被告知在不同的留言板供电USB集线器(我能找到源头,如果任何人的兴趣)。当我直接连接这也不起作用。

I am connecting through a powered USB hub as was advised on a different message board (I can find the source if anyone's interested). This also does not work when I connect directly.

根据MAC系统概述,该设备插入:

According to the Mac System Profiler, the device is plugged in:

SAMSUNG_Android:

Product ID: 0x681c
Vendor ID:  0x04e8  (Samsung Electronics Co., Ltd.)
Version:    2.23
Serial Number:  I500874368c4
Speed:  Up to 480 Mb/sec
Manufacturer:   SAMSUNG
Location ID:    0xfd140000
Current Available (mA): 500
Current Required (mA):  96

我能够挂载SD驱动器,甚至已经成功地使用了两个的系绳通过USB电缆连接到互联网不同的应用程序,这样我就可以放心地假设计算机可以正确地与设备进行交互。

I am able to mount the SD drive and have even successfully used two different apps that tether an internet connection via the USB cable, so I can safely assume that the computer can properly interact with the device.

然而由于某些原因,它不作为本人可以调试一个设备显示出来。

Yet for some reason, it does not show up as a device that I can debug.

(是的,我已经打开USB调试在手机上 - 甚至试图重新启动手机)

(And yes, I've turned on "USB Debugging" on the phone - and even tried restarting the phone.)

我将不胜AP preciate任何帮助这一点。

I would greatly appreciate any help with this.

推荐答案

明白了!

这是EasyTether!

It was EasyTether!

我装EasyTether在某些时候,它干扰了这个即使我想我卸载它。

I installed EasyTether at some point and it was interfering with this even after I thought I uninstalled it.

下面是从EasyTether网站解决方案:

Here's the solution from the EasyTether website:

亚洲开发银行在Mac OS X终止确认该   安装后,连接的设备   EasyTether驱动程序。使用   kextload / kextunload从卸载   内存EasyTetherUSBEthernet.kext   手动内核扩展。它是在   /系统/图书馆/扩展/

ADB on Mac OS X stops recognizing the attached device after installing EasyTether driver. Use kextload/kextunload to unload from memory the EasyTetherUSBEthernet.kext kernel extension manually. It is in /System/Library/Extensions/

再次感谢你们所有人的帮助与此有关。

Once again, thank you everybody for helping with this.