Questions tagged [android-x86]

Android-x86 is an open source project with the purpose of porting the Android system to x86 platforms. It is formerly known as "patch hosting for android x86 support".

Android-x86 is an open source project with the purpose of porting the Android system to x86 platforms. It is formerly known as "patch hosting for android x86 support".

214 questions
1
vote
1 answer

Set or Send GPS Location for Android-x86 VM

I've got Android X86 9.0r2 running in a VM. I'd like to test the effect of various locations from GPS on an app. I've connected to it using Python's adb_shell from another VM: >>> device.shell('echo TEST') 'TEST\n' When I try geo fix, it says geo…
xb353
  • 106
  • 1
  • 5
1
vote
0 answers

Android x86 disable USB device or driver or choose bluetooth device?

I'm running Android x86 on Parallels Desktop and their virtual bluetooth device simply doesn't work. I would like to use my Android-compatible USB dongle (CSR8510). I can do this with Windows 10 by disabling the virtual device in the Device Manager,…
ball
  • 21
  • 1
1
vote
1 answer

How to preinstall Gapps on android x86 AOSP?

I have managed to download and build the androidX86 src. When I ran the .iso image on a VM, I noticed that the AOSP does not include the GApps. I guess this is expected in some respect. Does anyone know how to put the Gapps in the androidX86 src so…
android enthusiast
  • 2,062
  • 2
  • 24
  • 45
1
vote
0 answers

How to set a custom resolution on Android-x86 VM running in VMware Fusion

I created an Android-x86 8.1-r1 VM using Vmware Fusion 11.0.3 for Mac, and I need to change its screen resolution to 1080x1920. I tried to change the resolution following the instructions contained here. I edited the /mnt/grub/menu.lst accordingly,…
cboss
  • 11
  • 1
  • 3
1
vote
1 answer

android-x86 on vmware ext4-fs corrupt

I've installed Android-x86 7.1-RC1 Nougat VM image for VMWARE but I often get this error and so I have to restore the original image of the vm from scratch. Is there a command I can use to solve this problem and continue booting the system? Thanks
Gus
  • 913
  • 2
  • 15
  • 30
1
vote
0 answers

Blackscreen and freezing after installing Android-x86

I installed Android-x86. After finishing installation and rebooting when I'm starting OS at first this screen appears With A N D R O I D and then an empty and black screen appears and nothing happens I tried that on Virtualbox and PC please help…
Minovic
  • 11
  • 2
1
vote
1 answer

Suppress launching emulator using Android within VirtualBox

Description I am running Android-x86 7.1 using VirtualBox. I want to adb connect from the host to the guest. I experience a very random behavior when it comes to adb devices. As soon as the virtual machine runs there is a chance that an emulator…
Bee
  • 1,306
  • 2
  • 10
  • 24
1
vote
0 answers

How to build/convert existing Android apps into x86 processor using NDK?

silly question, is there a way to convert existing android java apps using NDK to be able to runs on x86 processor? I am not experienced in C++ language, so is it possible? This is my build.gradle script apply plugin:…
adadion
  • 746
  • 1
  • 10
  • 24
1
vote
0 answers

Firewall For Genymotion

I need to provide white list for Genymotion, so that only allowed apps could use internet access. As I need my own VPN application, the apps which need VPN access are not useful. Also I have try DroidWall and Android Firewall but some Genymotion…
user3806649
  • 1,257
  • 2
  • 18
  • 42
1
vote
0 answers

How the android x86 support wireless to connect a virtual open AP in Virtualbox?

Recently I try to install android x86 in virtualbox. And I notice that all documents has no way to handle the wireless problem.(Maybe I can't find it) But in this project: Mobile security framework there is an android x86 image for dynamic test…
nobody
  • 11
  • 3
1
vote
0 answers

Bluetooth LE advertisements on VirtualBox with Android-x86

As Android emulator does not support Bluetooth at all, I'm trying to use Android-x86 (android-x86-6.0-r2.iso) on VirtualBox to emulate a Bluetooth LE (low energy, Bluetooth 4) peripheral device. Unfortunately, advertiser =…
JustAMartin
  • 13,165
  • 18
  • 99
  • 183
1
vote
1 answer

Run script on wake from sleep mode android X86

system: HP Elitebook 2740p | OS : Android x86_64 6.0 r1 I would like to run a command that will activate during wake from sleepmode. the exact command is inputattach --w8001 /dev/ttyS0 & My issue is I have a wacom digitizer and everytime the pc…
1
vote
0 answers

Virtualbox Androidx86 on OSX El Capitan

I have a need to set up an additional android device with Bluetooth so I attempted to install Android-86 4.4r5 in VirtualBox on OSX el Capitan; however, for some odd reason I can't get the bluetooth to work. I set up the bluetooth the same way you…
kdgwill
  • 2,129
  • 4
  • 29
  • 46
1
vote
0 answers

FFmpeg can't run in some device Android

i'm working in a video processing project and now i'm using ffmpeg library in Android. I'm facing with a strange problem with asus zenphone 4 t00l (or all x86 device, I've just test in this x86 phone). When start command in project, app always…
tqn
  • 125
  • 12
1
vote
1 answer

Having compiled LibVLC .so files for x86 cpu's

I have an Android application to stream video and audio, which uses the LibVLC sdk. I took the relevant .java files and .so jni files from the following git: https://github.com/wass08/VLC-Simple-Player-Android Now I'm trying to load my application…
DanielY
  • 1,141
  • 30
  • 58