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

Unable to install some apps from Google Play on customized AOSP: Item is not available. Reason: 9

I'm getting the following error when trying to install some apps from Google Play: LibraryUtils.isAvailable: not available restriction=9 DocUtils.getAvailabilityRestrictionResourceId: Item is not available. Reason: 9 I'm running a customized…
pilcrowpipe
  • 2,528
  • 6
  • 29
  • 41
4
votes
1 answer

Android NDK returns an error "undefined reference to 'rand'"

I'm trying a webm decorder for Android x86 with libvpx. I built the library by following command and got "libvpx.a". ../configure --target=x86-android-gcc --disable-vp8-encoder --disable-vp9-encoder --disable-examples --sdk-path=$ANDROID_NDK_ROOT…
Tank2005
  • 899
  • 1
  • 14
  • 32
4
votes
0 answers

Select individual Android device over TCP/IP in ADB

I need to be able to direct commands to a single device when multiple devices are connected in ADB via the adb connect command. Running adb devices gives me the following output: List of devices attached 192.168.1.72:5555 …
4
votes
3 answers

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 configure Android x86 (configure means that you…
4
votes
3 answers

Factory reset Android x86

I have installed the Android x86 in VirtualBox, but how to perform a factory reset?
Ryan
  • 10,041
  • 27
  • 91
  • 156
4
votes
1 answer

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 to send SMS (as the first pass of…
John
  • 443
  • 4
  • 13
3
votes
1 answer

android-x86 on virtualbox and linux/windows

I have read that I can test android application on a emulator, but I could use also Virtualbox so the apps will be faster. Online there are many tutorials on Virtualbox, but it's indicated that I must select Linux on VirtualBox. I Know that…
SergioL08
  • 121
  • 1
  • 3
  • 12
3
votes
0 answers

Could not ctl.interface_start 'android.hardware.configstore@1.0::ISurfaceFlingerConfigs/default' for ctl.interface_start

Boot animation is not starting and entering into console mode. While checking kernel logs(dmesg) getting above error. Observation: Even if I changed version from 1.0 to 1.1 of this hal into manifest.xml still gets above error Developing Android…
Jitendra
  • 1,015
  • 9
  • 24
3
votes
3 answers

Developing android apps on Android x86

I'm looking for some resources about developing android apps using Android x86 as I don't have an android device and the emulator is way to slow to be able to use. Anyone have any resources or advice for trying to do this?
baudtack
  • 29,062
  • 9
  • 53
  • 61
3
votes
2 answers

How to set a custom resolution on Android-x86 in VMware Player

I want to run Android X86 9.0-r1 virtual machine in Full Hd resolution within Vmware Workstation Player 15.
3
votes
0 answers

How to check if APK installed in X86 devices of Android will have x86 specific .so or arm specific .so at runtime

I have android application which used native code, we will compile and generate .so library based on X86 or arm processor based devices. My question is once APK is installed in X86 Android device and running, how to check if .so library bundle with…
dex
  • 5,182
  • 1
  • 23
  • 41
3
votes
0 answers

Best current Android emulation options

My Requirements Run Android on an x86_64 CPU (x86/x86_64 binaries preferred) Run inside KVM/Qemu or in an X session. Fast (Best performance possible) Install apps from Google play store Reasonably stable, should not crash too often. Not required:…
3
votes
0 answers

Android emulator speed with nested KVM

I am trying to run an Android emulator inside a virtual machine and would like to use KVM's nested support to speed up the emulator. I run the emulator with emulator64-x86 -avd test -qemu -m 1024 -enable-kvm and I've made sure KVM nested support is…
Jochen
  • 1,853
  • 3
  • 20
  • 28
3
votes
1 answer

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. This tutorial got me up and running and it seems…
Nicholas
  • 447
  • 1
  • 4
  • 18
2
votes
2 answers

Applications onto android-x86

I have android x86 froyo as live cd when i am inserting usb drive to pc it is detecting as sdcard . i want to know how to install .apk application residing into /sdcard/
user1011455