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
77
votes
9 answers

Switch android x86 screen resolution

I would like to use Android-x86 2.2 as an emulator on my Windows 7. I have downloaded VirtualBox and the ISO, and I've made a virtual machine with it, but I can't set the resolution to 320x480 or something similar. The following tutorial "Using…
gberes
  • 1,169
  • 1
  • 12
  • 32
39
votes
2 answers

unused DT entry: type 0x1d arg

I am using android NDK-r10d to build Android x86 executable (shared linking) that runs on adb shell. On run time, I am getting the following warning: WARNING: linker: ./myapp: **unused DT entry:** type 0x1d arg 0x4a604 I am using a rooted Nexus…
34
votes
7 answers

no network in Android x86 on VirtualBox 4.1.2

My issue is nearly identical to this question. I tried those solution and none worked. But I am using a different Android x86 image. I'm using the ICS (4.0-RC1) asus_laptop image. (I tried a different image previously and couldn't get it to…
MountainX
  • 6,217
  • 8
  • 52
  • 83
32
votes
4 answers

How to start GUI from command line in Android-x86

I managed to get Android-x86 running in VMware player, but if I need to go to the command line by pressing Alt+F1 I cannot go back to the GUI. How do I restart the GUI from the command line?
user13267
  • 6,871
  • 28
  • 80
  • 138
31
votes
4 answers

How does native android code written for ARM run on x86?

Motorola just released an x86 based Android phone. I'm a little confused as to how native apps/libraries written for ARM(netflix for example) can run on this phone. I'd be grateful if someone could explain.
Ayush
  • 709
  • 2
  • 8
  • 17
26
votes
4 answers

how to run wifi peer to peer application in android emulator..?

I am trying to develop an wifi peer to peer application in android(4.+). The problem here is how to test it. I tried to run that application in android emulator. there was no option to configure wifi in the settings menu, i also tired to enable wifi…
mani
  • 1,012
  • 7
  • 26
  • 47
22
votes
5 answers

Android on virtualBox gets stuck after idle

I am running a VirtualBox with android-x86 (as a replacement for the ultra-slow AVD emulator). Its a Linux VirtualBox running android 4.0, on a Windows 7 Host. The machine boots up and everything works fine, but if i leave the machine idle for less…
Yair M.
  • 221
  • 1
  • 2
  • 4
20
votes
0 answers

View gets cropped above 10.000 pixel width

UPDATE: Works on Emulator with Android Oreo (8.X). I have the possibility to do changes right to the android sources, so it would also help if someone knews what in the android sources I have to change or update to get this working (so I don't…
20
votes
3 answers

Android x86 virtualbox + camera

I would like to know how to use my laptop's built-in webcam with android x86 in virtualbox. I already tried to launch the default "Camera" app that told me that I had to configure a SDCard, what I did with this tutorial : SD card virtualbox But now…
pef
  • 231
  • 1
  • 2
  • 7
17
votes
3 answers

Android os.arch output for ARM, MIPS, x86?

In order to identify the platform of an Android device, it seems that the java system property "os.arch" will suffice: Log.i("mytag", "os.arch: " + System.getProperty("os.arch")); most ARM devices respond: os.arch: armv7l An x86 emulator responds:…
larham1
  • 11,736
  • 5
  • 35
  • 26
17
votes
4 answers

adb unable to connect to Android-x86 in VirtualBox today

I WAS successfully installed Android-x86-v3.2-eeepc in VirtualBox for a while. And it is a good method to help me to debug USB host applications on Android. The installation of such configuration is: Install VirtualBox Install…
Allan K Liu
  • 493
  • 1
  • 7
  • 23
17
votes
2 answers

How to test Bluetooth Based Application on Androidx86 on top of VirtualBox with inbuilt laptop bluetooth

How can I run Bluetooth Based application on Android emulator on my laptop. When I run the Bluetooth application, it's said, Bluetooth Device not connected. I was googled and I found a way for using Oracle VM VirtualBox. and I followed this steps…
praba
  • 1,074
  • 3
  • 17
  • 38
16
votes
7 answers

Getting VBox Guest Addtions for Android x86

I am running Android x86 on VirtualBox, and I want the pointer integration enabled, which needs VirtualBox Guest Additions to be installed on the guest OS. I have searched a lot, but what I have found is that one has to compile Guest Additions with…
16
votes
3 answers

How to install libhoudini on a custom Android x86 rig

I'm currently making a custom built Android Marshmallow x86 64 on a mini PC. I've successfully installed the Android and now I'm trying to install libhoudini on the rig so that it can play ARM apps and games (porting the apps to x86 is not possible…
16
votes
1 answer

Cross Compile - tcpdump for x86

I need tcpdump binary for android-x86. Here is what I have done: sudo apt-get install gcc-i686-linux-android sudo apt-get install byacc sudo apt-get install flex wget http://www.tcpdump.org/release/tcpdump-4.9.0.tar.gz wget…
user3806649
  • 1,257
  • 2
  • 18
  • 42
1
2 3
14 15