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
0 answers

Wifi not detected by Android GUI in VirtualBox

So, to test out Android x86 on my pending Lenovo S10-st, I installed in in VirtualBox using the instructions here. Everything is working awesome except for the internet (wifi connection). Using the terminal emulator built in to Android, I can ping…
1
vote
1 answer

How to run arm lib in the Android-x86 5.0

Under the Android-x86 5.0 system I need to put the arm lib into the x86 lib content and it will be normally System.loadlibrary. Seems like houdini has been abandoned after 5.0. What shall I do? (I tried hook dlopen and called the function in…
GlcJin
  • 11
  • 3
1
vote
1 answer

Using VHD as SD card with android-x86 on Hyper-v

I have created and android-x86 4.4 vm running on hyper-v. I attached an additional hard disk on the IDE 1 controller to the virtual machine. I open GRUB and add SDCARD=/sda2/ I don't see this SD card mounted when VM starts up. I have used df and…
Karthik
  • 11
  • 3
1
vote
1 answer

Why do I have only 4 new devices added after adding support for x86?

The reason I'm asking this question is because I think this might be red flag and want to check, just in case. I have a Unity project (but there's nothing specific to Unity in the question, so I don't add the tag). Previously, it was built for arm…
Max Yankov
  • 12,551
  • 12
  • 67
  • 135
1
vote
0 answers

How can I create a link between mnt/sdcard and sdcard on android x86 4.3?

I am trying to give the virtual machine android x86 ultimately have a fake sdcard. It is getting tricky for me and I am running through the multiple scenarios. The problem is stemming from applications that point towards mnt/sdcard for references,…
BCZmarts
  • 145
  • 7
1
vote
0 answers

How to just re-install the kernel binary for Android-x86?

I can only build kernel with the following command in Android-x86 as described here. make kernel TARGET_PRODUCT=android_x86 TARGET_KERNEL_CONFIG=android-x86_64_defconfig But, I do not find how to just replace the kernel binary in currently…
jaeyong
  • 8,951
  • 14
  • 50
  • 63
1
vote
0 answers

Android-x86 MIC and GPS (location services) are not working

I have installed android-x86 image on a device in which windows was installed. I want to add SpeechRecognizer and get user location functionalities. But mic and GPS are not working. Can anyone help to solve this problem. Thanks Ishan jain
ishan jain
  • 681
  • 3
  • 10
  • 27
1
vote
1 answer

where can I find openGL ES function implementation?

I downloaded android x86 from http://www.android-x86.org. But I cannot found how OpenGL API was implemented there. In which file of this project( uncompiled) is implementation of functions? And how does it implement on android x86, because it is…
user3533019
  • 193
  • 1
  • 2
  • 9
1
vote
1 answer

Mouse location missing in android x86 4.2 0121225 virtual box iso-image

i downloaded android-x86-4.2-20121225.iso and i opened it in my Oracle VM VirtualBox in Windows 8.1 that i have in my laptop. After installation i boot ANDROID whithout a problem as Stack Overflow previous question My problem is that: Android…
GeoMint
  • 169
  • 1
  • 13
1
vote
2 answers

Android Emulator command sudo?

I am facing the problem mentioned here : Original Problem I saw on this thread 2 something close to my problem, but when i try to type the command suggested i mean this one sudo vi /etc/init.sh I get the following error I read on the net that…
JustGreat
  • 551
  • 1
  • 11
  • 26
1
vote
0 answers

no network in Android x86 on VirtualBox 4.4.2

I created a VM based on this tutorial How to Create an Android Emulator in Windows to use as android emulator for Eclipse. I took the latest Iso version The Android-x86 4.4-RC1 released (kitkat-x86) from this site : android-x86 All went fine,…
JustGreat
  • 551
  • 1
  • 11
  • 26
1
vote
1 answer

ADB Shell Commands Not Working in Android x86

In android X86 the shell commands sch as adb shell input tap x y, adb shell sendevent /dev/input/event0 3 0 5 adb shell sendevent /dev/input/event0 3 1 29 adb shell sendevent /dev/input/event0 1 330 1 adb shell sendevent /dev/input/event0 0 0 0…
Arjun Prakash
  • 669
  • 9
  • 23
1
vote
1 answer

When attempting to install WhatsApp Messenger on Android-x86, I get the error: "Your device isn't compatible with this version."

Some applications install, while others don't. This one in particular, WhatsApp Messenger, is very important for me to get running, since my Mobile Android device needs repairs. How can I get this installed?
user3313747
  • 11
  • 1
  • 3
1
vote
1 answer

Face Recognition with javaCV on android-x86

I'm trying to run the following implementation of the algorithm for face recognition (Eigenface) on Android x86 Emulator. https://code.google.com/p/javacv/source/browse/samples/FaceRecognition.java Does anyone have experience about it? Are javaCV…
1
vote
1 answer

Android in VirtualBox - Win 7 with 32bit color depth

I have added custom resolutions on Android 4.3 virtual machine in VirtualBox (installed on Windows 7 32-bit), but I manage only to work with them if they use 16bit color depth. If I set 24bit, virtual machine doesn't boot, if I set 32bit, it shows…
Ivan Ičin
  • 9,672
  • 5
  • 36
  • 57