在Android-x86的上网本使用亚行通过蓝牙进行调试应用程序蓝牙、应用程序、Android

2023-09-06 03:27:36 作者:霸道你小爷丶

我设法设置一个很好的工作Android的86对我的上网本,具有蓝牙功能和配对(!)与我的Windows 7开发平台。

I managed to set a nicely working Android-x86 on my netbook, with Bluetooth enabled and paired (!) with my Windows 7 development workstation.

我最初希望利用亚行与它就像我做的与真正的手机,通过USB接口。所以,我插在一个专用的USB公对公电缆......什么都没有发生。原来Android系统的x86不支持通过USB数据线连接。

I was initially hoping to use adb with it just as I am doing with real phones, via USB. So I plugged in a dedicated USB male-to-male cable and... nothing happened. Turns out Android-x86 doesn't support connection via USB cable.

然后我发现great说明如何做到亚行通过WiFi 。问题是,我具备WiFi在我的Andr​​oid-x86的上网本却没有关于我的Windows 7桌面PC。我有买了WiFi适配器的选择,但我preFER一个更直接的解决方案。

I then found great instructions on how to do ADB over WiFi. The problem is that I have WiFi on my Android-x86 netbook but not on my Windows 7 desktop PC. I do have the option of buying a WiFi dongle but I prefer a more immediate solution.

我碰巧有蓝牙的工作无论在我的Andr​​oid-x86的上网本和我的电脑上,所以我希望能找到一个解决方案,可以让我用的亚行通过蓝牙。我发现非常鼓舞人心的指令在这里: http://stackoverflow.com/a/11129818 但遗憾的是所谓的亚行过网络是无处可我的Andr​​oid-x86的设备上找到。

I happen to have Bluetooth working both on my Android-x86 netbook and on my PC, so I was hoping to find a solution that can allow me to proceed quickly with ADB over Bluetooth. I found very encouraging instruction here: http://stackoverflow.com/a/11129818 but unfortunately the so called ADB over Network is nowhere to be found on my Android-x86 device.

任何提示或想法如何使亚行通过蓝牙工作在我的Andr​​oid-x86的上网本?

Any tip or idea how to make ADB over Bluetooth work for on my Android-x86 netbook?

我相信,如果我可以让我的机器人86的蓝牙有一个IP地址,我可以从那里,但我怎么做呢? (的ifconfig 在Android的终端仿真器不工作)。

I believe that if I can make my Android-x86's bluetooth have an IP address, I can go from there, but how do I do that? (ifconfig doesn't work in Android's Terminal Emulator).

推荐答案

在这篇博客显示方式有亚洲开发银行通过蓝牙,它可能适用于只运行CM设备。这样看来,直至另行通知为止,这是不可能做同样在Android-x86的上网本。

While this blog post shows a way to have ADB over Bluetooth, it probably works for devices running CM only. Thus it seems that until further notice, it isn't possible to do the same on Android-x86 netbooks.