Как протестировать приложение на базе Bluetooth на Androidx86 поверх VirtualBox со встроенным ноутбуком Bluetooth

Как я могу запустить приложение Bluetooth на эмуляторе Android на моем ноутбуке. Когда я запускаю приложение Bluetooth, оно говорит, что устройство Bluetooth не подключено. Меня гуглили и я нашел способ использоватьOracle VM VirtualBox, и я тоже следовал этим шагам,

Download Androidx86 from http://www.android-x86.org/. This is an .iso file, so you'd need something like VMWare or VirtualBox to run it. Me, I use VirtualBox. When creating the virtual machine, you need to set the type of guest OS as Linux instead of Other. After creating the virtual machine, set the network adapter to 'Bridged'. Start the VM and select 'Live CD VESA' at boot. Now you need to find out the ip of this VM. Go to terminal in VM (use Alt+F1 & Alt+F7 to toggle) and use the netcfg command to find this. Now you need open a command prompt and go to your android install folder (on host). This is usually C:\Program Files\Android\android-sdk\platform-tools>. Type adb connect IP_ADDRESS There done! Now you need to add Bluetooth. Plug in your USB Bluetooth dongle. In VirtualBox screen, go to Devices>USB devices. Select your dongle. Done! now your Android VM has Bluetooth. Try powering on Bluetooth and discovering/paring with other devices. Now all that remains is to go to Eclipse, and run your program. The Android AVD manager should show the VM as a device on the list.

Я сделал это, и это работает нормально. но проблема в том, что, если я использую Bluetooth Dongle, он работает хорошо, но я не могу использовать встроенное устройство Bluetooth моего ноутбука с VM Machine. Как я могу подключить свое встроенное устройство Bluetooth к VM Machine и как использовать его для тестирования приложения на основе Bluetooth.? Пожалуйста, предложите несколько идей. заранее спасибо..

Ответы на вопрос(2)

Ваш ответ на вопрос