Android 调试桥和 Samsung Captivate
我尝试安装 Samsung Captivate 驱动程序,但 ADB 没有看到它们。我在 sdk 目录中有 google adb 驱动程序,但每次我尝试安装此驱动程序时,它都会说 Windows 认为我拥有该设备的最佳驱动程序。它保留了 MTB 驾驶员。我尝试卸载,但 MTB 驱动程序不断出现。我正在尝试让调试桥在 Samsung Captivate 上工作。 adb devices 没有显示任何内容。
I have tried installing the Samsung Captivate Drivers, but ADB does not see them. I have got the google adb drivers in sdk directory but everytime i try to install this driver it says that Windows think I have the best driver for the device. It keeps the MTB driver. I have tried uninstalling but MTB driver keeps coming back. I am trying to get the debug bridge to work to a Samsung Captivate. adb devices shows nothing.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
尝试使用三星凯斯。它有带 in 的三星驱动程序。
您可以在这里找到它:
http://www.samsung.com/uk/support/main/supportMain.do
对我来说在 Win7 x64 上使用三星 i5700 效果很好
try to use Samsung Kies. It has samsung drivers with in.
you can find it here :
http://www.samsung.com/uk/support/main/supportMain.do
works fine for me with the Samsung i5700 on Win7 x64
安装 Samsung New PC Studio 对我的 Samsung Fascinate 有效。你得到的不仅仅是驱动程序,但它确实有效。
Installing Samsung New PC Studio worked for my Samsung Fascinate. You get a bit more than just drivers, but it worked.
只需安装 Samsung Captivate 驱动程序即可。 (有些人必须重新安装几次)然后只需确保 USB 已设置为调试即可。这应该有效。 Android 应用程序本身还需要在 Android-Manifest 中启用 android:debuggable="true" 调试。这就是它所需要的。请注意,这是让 ADB 工作的方法,这样如果您输入 adb devices,您将看到 Samsung 设备。 Kies 是文件共享的一个选项。
It is just a matter of installing the Samsung Captivate Drivers. (Some people have to reinstall them several times) and then just making sure that USB is definitely set for debugging. This should work. The Android application itself needs also to be enabled for debugging android:debuggable="true" in the Android-Manifest. This is what it needs. Note this is how to get ADB working so that if you type adb devices you will see the Samsung device. Kies is an option for file sharing.