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
0
votes
1 answer

compile an android-x86 kernel -- /bin/sh: 1 cd : can't cd to

I am trying to compile the kernel android-x86 ( ics-x86 branches ) I followed this tutorial(1) , but I also paid attention to those link(2) (1) https://groups.google.com/forum/#!topic/android-x86/x5aBNnK4Ols (2)…
caters
  • 1
0
votes
1 answer

I am trying to make android x86 run on amazon ec2

I am trying to make android x86 ami on amazon. I am following tutorial here https://github.com/ashishdahiya/android_x86_64_ami I am able to boot android but can not install any apk file. also i have successfully create instance stored ami but i can…
0
votes
1 answer

What shared library does contain android_init_namespaces?

When I wrote my own dynamic loader for android shared libraries I got such issue: in library libnativeloader.so there is such plt entry android_init_namespaces@plt, but there is no symbol android_init_namespaces. I've found such code in bionic: LIBC…
lel
  • 11
  • 2
0
votes
0 answers

Android arm instructions how to turn to x86 instructions

For example, the arm directive "LDR PC, [pc, -#4]" on the x86 corresponding instructions should be how to write? Seeking method
neilwu
  • 1
0
votes
0 answers

android-x86 on Oracle VirtualBox sound don't work

I'm using Windows 7, i installed android-x86 on Oracle VirtualBox, but sound isn't working. I changed AudioController to SoundBlaster16 but it still not working
Ivan
  • 1
  • 1
0
votes
1 answer

Android-x86 on QEMU on Windows

I would like to launch Android_x86 on QEMU on Windows. I installed qemu for Windows to my computer and I tried to launch android on qemu. But it was failed. I can see the android text but QEMU can not start the Android OS. What could be the…
0
votes
1 answer

How to run a C program in android-x86 terminal?

I have to C program which is compiled using gcc in ubuntu. I want to run that executable in android terminal. When i run it is showing either "file or directory is not found" or "not executable:ELF32". I want to run the code in android terminal. Is…
Anand B S
  • 11
  • 3
0
votes
1 answer

Android-x86 VirtualBox TSC calibration failed

I'm trying to install Android-x86 4.2 with virtualbox on my pc. I followed a few tutorials from google and everything went quite well. After the installation, When I ran the virtual device, it gives me the Grub bootloader screen. After selecting the…
Syed Danish Ali
  • 381
  • 1
  • 6
  • 22
0
votes
1 answer

Where can i locate display driver in android source code?

I want to change display driver resolution setting according to this article http://www.netmite.com/android/mydroid/development/pdk/docs/display_drivers.html But i am not able to locate display driver in kernel and android code.
ultimatedeep
  • 185
  • 1
  • 2
  • 9
0
votes
0 answers

Cannot run android application on Intel x86 device using android studio

I have recently migrated to Android studio from Eclipse,The problem which i am facing is that i cannot run my application on my device which is Asus Zenfone 5 with Intel x86 Atom processor,When i try to run the code i get the following error…
insomniac
  • 11,146
  • 6
  • 44
  • 55
0
votes
2 answers

How to separate Crosswalk libxwalkcore.so into separate arm and x86 apk's

I am using Crosswalk browser for my current application, and after the building process it creates 2 libraries (Which are around 17 mb in size each). And since that adds a big amount of overhead to the application, i was trying to separate the build…
Matjaz Trcek
  • 261
  • 3
  • 15
0
votes
1 answer

Native Android app crashes with SIGILL on x86

I'm trying to launch a native Android app on Intel Atom Z2560, but it always crashes in the same place with SIGILL ILL_ILLOPN (illegal operand) signal. The crash doesn't happen with -O0. The compiler I'm using is GCC 4.8 from NDK r10. I tried to set…
Triang3l
  • 1,230
  • 9
  • 29
0
votes
2 answers

android-x86 using gdb | gdbserver for debugging mediaserver

May I know others experience of using (gdb and gdbserver) for debugging mediaserver (Native Binary) After reading several blogs and mannual I am in confused state. Still I am struggling to get symbol info needed by GDB ... Please find the console…
0
votes
0 answers

no sound android x86

I have currently installed Android x86 onto my HP Pavilion dv2617us laptop. There is no sound at all, but every so often, the mute button turns from blue to red, and vice versa (basically muting and unmuting). The speakers pop when this happens, and…
user236923
  • 1
  • 1
  • 2
0
votes
1 answer

Is PhoneGap support Nokia x

i am design camera application in nokia x which is support both windows and android can any one help me to open camera Application using phone gap in nokia x Thanx