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
2
votes
4 answers

Android x86 on VirtualBox: Android Connected But Not Online

I am trying to configure a Android x86 running machine using Oracle VirtualBox so that it works with Eclipse. I am having some trouble in making my virtual machine "online". I connected the phone to adb by typing the following in the Android…
S. Dixon
  • 842
  • 1
  • 12
  • 26
1
vote
0 answers

Unsatisfied Link Error on x86 (intel atom) Android emulator (avd)

I am trying to run my app in the new (intel-accelerated) x86 emulator and getting an unsatisfied link error due to a native library. It uses some .so file which is normally placed under libs/armeabi. I am not sure how this file gets picked up;…
Eric Chen
  • 3,562
  • 7
  • 39
  • 58
1
vote
1 answer

Android ICS x86 on VirtualBox with Internet Connection

as you can probably think I want to install Android ICS in VirtualBox. I have, but I doesnt have Internet connection. I tried servel tutorials for the last hours but it does not work. I dont want to use the Android Emulator. So can somebody help me?…
Ahmad
  • 69,608
  • 17
  • 111
  • 137
1
vote
1 answer

Android-x86 froyo mouse

I am working with Android 2.2 x86 (Froyo). After entering into the console, I issued a ps command and got the Kpsmoused daemon. What is it? USER PID PPID VSIZE RSS WCHAN PC NAME root 1116 0 0 c103ea42 00000000 S kpsmoused
user1011455
1
vote
2 answers

Android X86 Gingerbread with Ethernet

I am using android x86 gingerbread live cd, when i am tring to give ip address by Alt + F1 su ifconfig "ip address" eth0 up Its showing SIOCSIFADDR(no such device)
user1011455
1
vote
1 answer

Android x86 ping fails

I managed to run and install android x86 4.0 RC1 in VMWare. The problem however is that I have no internet. I went to the console and ran netcfg eth0 dhcp. Eth0 then gets a valid IP address but when running ping the host doesn't exists. (ping…
Roel Veldhuizen
  • 4,613
  • 8
  • 44
  • 78
1
vote
1 answer

How do i create a android x86 ISO file with a specific apk built into it?

I have an app built in android studio i want to include in android x86 8.1.0 r6 ISO file. I got the source for it from the android x86 documentation, but i can't find any tutorials on how to inlude my apk in the build. Does anyone know how to do it…
1
vote
1 answer

multiple emulators with ADB

I'm testing a multi-user Android APK that I'm developing. For my test requirements I have to run 4 different emulators with 2 physical devices, total of 6 devices running my APK at the same time. I'm using android X86 emulator running in Virtualbox…
ruhalde
  • 3,521
  • 3
  • 24
  • 28
1
vote
1 answer

Android x86 change Keyboard layout

How can I change the keyboard layout used by Android from the command line? I installed the Android-x86 release from https://www.android-x86.org/ in a VirtualBox VM. Unfortunately, the VM only boots to command line and I cannot access the GUI. I…
Martin1997
  • 146
  • 2
  • 14
1
vote
1 answer

"depmod" is not allowed to be used

I am trying to build android-x86 https://www.android-x86.org/source.html Branch q-x86 Using ubuntu 20. I followed the instructions and installed all the dependencies mentioned at the page. But I am facing the following error. I don`t know how to…
Nadir
  • 87
  • 1
  • 13
1
vote
0 answers

How to run Android-x86 with a resolution of 3840*2160 inside VMWare

I am using VMWare Workstation Player on a Smart Table under Windows and would like to get Android-x86 running there at 3840x2160 resolution. By default, this is simply not possible. At 1152x864 is the highest resolution that the VM returns me, I…
Micha93
  • 628
  • 1
  • 9
  • 22
1
vote
0 answers

Android x86 port - Change SSID/BSSID of default wifi

I am currently using the latest build of the Android x86 port (https://www.android-x86.org/), and struggling to find a way to change the SSID and BSSID of the default wifi. When I connect to the Wifi, it uses the SSID "VirtWifi". Is this possible…
Jon
  • 1,381
  • 3
  • 16
  • 41
1
vote
1 answer

Android x86 system files "Read-Only", magisk installation

I want to change the kernel and ramdisk.img file to install magisk, however, the folder is "read-only" My setup: Android-x86_9.0-r2_(x8) running on Proxmox (using QEMU and qcow2 formatted image) GRUB, GBT installed, and I selected install…
Spacey3
  • 31
  • 1
  • 3
1
vote
0 answers

QEMU headless, GUI through VNC

I want to create a virtual android device on my Debian server using QEMU, KVM and Android x86. The server is headless and has no GPU. I want to access the virtual android device using VNC from another workstation. Unfortunately, I noticed 100% CPU…
Spacey3
  • 31
  • 1
  • 3
1
vote
1 answer

Netty throws java.nio.channels.ClosedSelectorException on android-x86

I'am trying to use android-x86 instead standard android-emulator, because it's very FAST. Launched it via virtualbox with image android-x86-2.2-generic.iso. My project using netty and then I'am trying to create connection got the follow…
Nikita Koksharov
  • 10,283
  • 1
  • 62
  • 71