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".
0
votes
0answers
12 views
Converting the x86 asm files MSAM to GAS format?
I haven't compiled x86 asm files using android.mk file for android on x86
platform with trouble compiling the x86 assembly files.
I am using msam syntax asm files however when the
android build ...
0
votes
0answers
19 views
findViewById() doesn't return RadioButton on Android x86 image
I'm having problem with getting selected RadioButton.
This bug specific for x86 emulator, on ARM emulator this code works good.
final RadioGroup datesList = (RadioGroup) ...
0
votes
1answer
32 views
NDK: how to build a lib, so that app can work on arm(s), x86, etc.?
I never used c++ for android and NDK before. When I use it for - say - image processing I want to be sure app will work on all devices with android 2.2 and higher.
When I write for iPhone, xcode ...
0
votes
0answers
107 views
Android x86 4.2 Add SD Card
I have an question about adding an SD card to the 4.2 Build 20130228.
I've installed it via the boot menu. It can now boot Android 4.2 via sda6 or Windows via sda...
Sda6 is an NTFS formatted ...
-1
votes
0answers
20 views
reverse rndis android x86 desktop [closed]
I need heLp, I have instaLLed android-x86-4.2-20130228.iso on my desktop
and I can't access internet from it. The only internet source I have is
through my Sony Ericsson Aspen(M1i) via USB (rndis) ...
-1
votes
1answer
48 views
Android x86 running with pure Linux kernel? [closed]
I'm just curious... Starting from Linux 3.3 kernel, it already has Android capabilities.
Is it possible to run Android x86 above a Linux 3.3 or up kernel?
If possible, can you give me any reference ...
0
votes
0answers
51 views
i686-linux-android-g++.exe: error: CreateProcess: No such file or directory
I am doing ndk-build on windows through cygwin,but I get this error after last .c file gets compiled and this .so file is not generated. I am trying to build a .so file for x86 architecture on Windows ...
1
vote
3answers
2k views
How to run Android-x86 4.2 iso on VM VirtualBox?
I want to use Android-x86 to test and debug my App.I tried other versions of Android-x86 before successfully,but there is an erroe in about android-x86-4.2.So I ask my question here because it may be ...
0
votes
0answers
48 views
communicate android x86 4.0-RC2 with ubuntu 10.04 (chroot)
I'm using android x86 as the base OS and ubuntu 10.04 in the chroot.
I'm still beginner in linux.
how can I let android x86 communicate with ubuntu 10.04 (chroot)?
can I use IPC? like ashmem for ...
1
vote
0answers
44 views
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 ...
0
votes
0answers
22 views
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 ...
3
votes
2answers
353 views
Titanium Studio and VirtualBox Android x86
Step by step: 0) Install Appcelerator Titanium Studio.
1) Install Oracle VirtualBox.
2) Download and Install Android x86 VM. Instructions (Russian) here http://habrahabr.ru/post/119931/
3) Run and ...
2
votes
0answers
140 views
Android v8 - works on ARM, crashes on x86
I have an existing Android app that uses an embedded v8. We have previously only built for ARM and are able to run without crashing. Now we want to add x86 support. I built a release version of v8 ...
0
votes
1answer
79 views
Connect IOIO Bridge with android_x86 in Virtualbox
Situation: Connecting IOIO Bridge to android_x86 in Virtualbox
*adb connected to 10.10.10.3:5555 (where 10.10.10.3 is VBox)*
adb forward tcp:4545 tcp:5555
java -jar ioiobridge.jar COM3
The ...
0
votes
0answers
2k views
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 ...
1
vote
1answer
204 views
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 ...
0
votes
1answer
95 views
Developing USB Host application
I need test a simple USB Host android application similar to this:
UsbManager manager = (UsbManager) getSystemService(Context.USB_SERVICE);
...
HashMap<String, UsbDevice> deviceList = ...
1
vote
0answers
179 views
“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 ...
4
votes
2answers
237 views
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 ...
0
votes
2answers
211 views
undefined reference to `siglongjmp' error when compiling android cocos2dx project for x86 architecture
I am trying to build a cocos2dx project for x86 android architecture but i get the following error when i try to compile it.
./obj/local/x86/curl.a(hostip.o):(.text.alarmfunc+0x21): undefined ...
0
votes
2answers
1k views
How to change resolution (not density) in Socketeq's windowsandroid?
The main querstion is in title. I googled really hard for parameter in init.rc, build.prop. Searched what files are responsible for setting resolution, but found nothing.
And maybe someone knows how ...
1
vote
0answers
342 views
Android X86 and Grub 0.97
First off, this is a copy of the question on the android enthusiasts stack exchange, which can be found here, but, due to the low level nature of the question (it mainly concerns the boot loader, and ...
2
votes
4answers
477 views
Android emulator upside down in Eclipse Juno
I'm using Eclipse to develop Android apps, using the emulator (with an image of Intel x86 for the Google API in 4.1.2) and the phone is upside down and "inside in", like this:
Any idea about why ...
0
votes
1answer
1k views
Android-x86 on Virtualbox: eth0 network unavailable [duplicate]
Possible Duplicate:
How to setup network on VirtualBox for Android 2.3
I'm trying to run android-x86-2.2-r2-eeepc.iso on VirtualBox. It's almost perfect, but I'm unable to set-up the ...
0
votes
2answers
106 views
Which is better to use for Android Application debugging and testing: android phone or androidx86 OS? [closed]
Since emulator of eclipse is really slow and i read reviews that even in high end computers it will still run slow, which is a better alternative that you use for application testing? Better in terms ...
1
vote
1answer
672 views
How to get Menu key working on VirtualBox/Android x86 on Mac?
I'm trying out using VirtualBox and Android x86 as a faster alternative to the emulator that comes with the Android SDK, which is so laggy as to be unusable on my 2GHz quad core Mac with 16GB ram.
...
2
votes
0answers
786 views
Using Android-x86 on virtualbox
I'm trying to start Android on Virtual box but whenever I start the VM the window remains on detecting android-x86 (with lots of dots).
I think the problem is that Virtualbox does not recognize the ...
1
vote
0answers
164 views
Google Maps Android API v2 - for ARM only?
Google Maps Android API v2
I'm getting error while trying to install sucessfully compiled maps demo app (%android-sdk%\extras\google\google_play_services\samples\maps\) on android-x86 device (Intel ...
0
votes
0answers
146 views
Unable to download Android-x86 Source code [closed]
I have followed the instructions mentioned in Android-X86 and made my build environment ready to download source code. I am using ubuntu 12.04 32 bit.repo init was successful. I am getting below error ...
0
votes
0answers
104 views
How can I remove default GUI on Android 4? [closed]
I want to create a generic x86 rom based on Android.
I just want to create an android-based linux distro without GUI, I want to run only a bash shell on the distro. It is for a personal project.
I ...
0
votes
0answers
165 views
How to get Screen tilt(accelometer) get works in Android X86 in Lenovo s10 3t [closed]
I have ported Android X86 4.0.4 r2 patch in my Lenovo S10 3t machine and applied the arm patches too. How to get the screen tilt works?
4
votes
2answers
2k views
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 ...
1
vote
1answer
292 views
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 ?
7
votes
1answer
2k views
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:
...
5
votes
2answers
392 views
Does Android X86 in virtual machine represent a real alternative to Android Emulator?
I am developing an Android application with jQuery Mobile, Phonegap and the jQuery plugin for Google maps. The emulator takes too long to load a web page, making the test of my code a painful ...
2
votes
1answer
276 views
How to save network configuration in android-x86
After android-x86 loaded in VirtualBox I am configuring network(for Bridge):
route add default gw 192.168.0.1 dev eth0
setprop net.dns1 192.168.0.1
All goes fine but I don't want to write this ...
1
vote
2answers
515 views
Factory reset Android x86
I have installed the Android x86 in VirtualBox, but how to perform a factory reset?
3
votes
1answer
439 views
Writing a GSM emulator for use with Android
For some work I'm doing, I want to have an emulated GSM modem which will communicate with an Android-x86 virtual machine over a Unix socket. The VM should see the emulator as a real modem and use it ...
1
vote
2answers
142 views
Is it possible to test Android InApp billing with x86 VM
From the doc , it said
To test in-app billing in an application you must install the
application on an Android-powered device. You cannot use the
Android emulator to test in-app billing.
But ...
1
vote
0answers
626 views
Switch android x86 screen resolution in version4.0 [closed]
I am using android x86 4.0;
I have the same problem about screen resolution.
The question Switch android x86 screen resolution resolve some of my problem.
But I can not find the grub/menu.lst in ...
2
votes
1answer
234 views
Does Android support log2
Does android supports log2 ?
I already find that android doesnt support long double.
When i tried to compile cdce3.c I received following error:
g++.dg/cdce3.C: In function 'void mlog2f(int)':
...
2
votes
2answers
3k views
No Audio in Android-x86
I've setup an Android-x86 image (4.0-RC1-eeepc) in VirtualBox on a Dell Latitude D820. This particular ISO is not for the laptop, but of all available ISOs it works the best.
I have worked through ...
5
votes
0answers
821 views
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 ...
1
vote
2answers
409 views
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 ...
0
votes
2answers
4k views
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 ...
1
vote
0answers
243 views
how to copy file from hostOS(windows 7) to SD card on guestOS in Virtualbox(Android x86) [closed]
i don't know the way to do this ,dose anyone can help me please , thank you very much for every answer . T____T
0
votes
0answers
102 views
Changing to prelink 2G map get “Unknown relocation type 8” [closed]
In order to use vmsplit 2g/2g on Android x86, I download prelink-linux-arm-2G.map and copy it to prelink-linux-x86.map (because it looks like some library, e.g. libdl, recognizes the name). When ...
17
votes
5answers
26k views
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 ...
1
vote
1answer
5k views
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 ...
1
vote
0answers
787 views
Virtualbox Android-x86 install error: cannot mount
I get "cannot mount /dev/sda1" error when I try to install android on virtual machine. I use latest version of virtual box, default options. I follow the steps in here and get stuck at 17.

