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

remove Google's App verification notification in Android x86 in VMWare

IF I try to run my code on the Android x86 installed in VMWare player, when the first time the app is run for the first time, for most of the apps it shows a notification as shown below: . If I click decline the notification goes away but the app…
user13267
  • 6,871
  • 28
  • 80
  • 138
1
vote
1 answer

Why does the Android x86 emulator have slow GPU rendering?

I have installed the x86 Image of Android 4.2.2 on Windows 8 x64 with 768MB RAM allocated and got it running in "fast mode" due to my CPUs VTx, and rendering the UI menus is fairly fast, close to 60 FPS (although most of the time it's more like ~50…
RelativeGames
  • 1,593
  • 2
  • 18
  • 27
1
vote
1 answer

installing android x86 in a virtual machine

I am following the instructions given HERE I can install it to the vmware hard disk fine and get it running, but then it says to open a terminal and execute su The terminal says that it cannot make me a root and nothing else I am not able to go any…
user13267
  • 6,871
  • 28
  • 80
  • 138
1
vote
0 answers

Trouble with Eclipse and Android-x86 source code

I'm trying to create an application directly into the Android source code, it uses libraries and drivers created by me for different layers of AOSP. I follow the steps in http://source.android.com/source/using-eclipse.html and…
Luis Daniel
  • 687
  • 7
  • 18
1
vote
0 answers

Dependencies issues when building dalvikvm on x86

I've been trying for the past few days to compile dalvikvm on x86 systems in order to only run Dalvik applications (no native, dalvikvm only) w/o all the throughput of dalvik-arm-qemu-emulate-x86, I fetched the whole src of android using repo sync…
1
vote
0 answers

How to generate a shared library using ndk for x-86 platform in android for some linux package

I have an external linux source package and I have the full-setup of android JB code base. I put the linux source package in external folder.The source package also contains Android.mk file through which I generate a shared library, lets say…
Ankit Jain
  • 2,230
  • 1
  • 18
  • 25
1
vote
1 answer

Android x86 + VirtualBox

I try to install android x86 4.2 (I tried also 4.0 asus laptop and eeepc) to my VirtualBox. My pc configuration: Windows 7 x64 Lenovo Y570, Intel Core i7 NTFS file system What I create in VirtualBox: Name: Android x86 Type: Other (I tried Linux…
Leo
  • 3,003
  • 5
  • 38
  • 61
1
vote
3 answers

How do I set/send geolocation parameters lat/long to an Android-x86 emulator

I downloaded an Android iso from the website Android x86 4.0 RC2 reconfigure keyboard. Installed VirtualBox selecting a Linux distro ,256 MB RAM, 8 GB HDD. I loaded the iso into the CD to finally install it on the virtual HDD, the emulator runs…
AlexBcn
  • 2,450
  • 2
  • 17
  • 28
1
vote
0 answers

"USB host" debugging with Android x86

I'm trying to develop an application which acts as a Android USB Host however I need to know whether the Android x86 running in VirtualBox or Vmware player can be used for this purpose. UPDATE: If using live-android works do I have to: Install a…
quarks
  • 33,478
  • 73
  • 290
  • 513
1
vote
0 answers

Run Android x86 with 256 colors

I'm trying to run Android x86 in 256 colors mode. Is there any setting like in Windows OS that I can change and make the all Android OS system run in 8bit colors mode? Or should I suppose to recompile the Android x86 with some kernel modifications?
1
vote
1 answer

APV PDF Viewer : How to build for Android NDK x86 Platform?

APV PDF Viewer Link is it possible to build this "APV PDF Viewer [apv-0.3.3dev01.tar.gz]" code for Android NDK x86 Build ?
VISHAL VIRADIA
  • 1,388
  • 1
  • 15
  • 34
1
vote
2 answers

Android running error

I have been facing a real strange problem. I have installed and used android many times and even now using it on my desktop. But there's a problem when I try to install it on my laptop. Everything is installed fine but when I install the ADT and…
hellboyrocks
  • 67
  • 3
  • 6
1
vote
0 answers

Android x86 in Main Repo?

Today i found out that i can lunch a android x86 build for 4.0.x at the main android repo. I builded for the vbox_full_x86-eng target but all i got was the same images i get for a normal arm build. (but i think they are compiled with x86 tools but…
reox
  • 5,036
  • 11
  • 53
  • 98
0
votes
1 answer

Remote method invocation implementation in android source code

I am modifying a part of code of Android OS, where I am stuck at a requirement where my client outside to the android system needs to call a method using ip address: of android emulator or device. Like say Android has method say GetTime() listening…
Akshay Deo
  • 528
  • 1
  • 6
  • 22
0
votes
0 answers

Custom resolution (not predefined) on Android x86 9.0-r2 using VMware Player or any version of VMware

I would like to know if there's any chance to have a custom resolution for Android x86. I want to set the resolution to 400x800. This is my menu.lst config: default=0 timeout=0 splashimage=/grub/android-x86.xpm.gz root (hd0,0) title…