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
0 answers

How can I increase internal storage of a Bliss OS dual boot installation

I installed Bliss Os 11.7 (Kernel 4.9) as a dual boot with Win 10. Everything great, but the 8 GB I assigned Bliss OS is not enough. How can I increase the size of my bliss os image?
user1983691
  • 443
  • 1
  • 4
  • 8
0
votes
0 answers

Android x86 Repo Init - Permission Denied

I'm trying to init a repo to download the android-x86 source. I've done it before and had no problems. Today it keeps saying permission denied, i've reset the permissions and owner with chmod and chown, no dice. [Errno 13] Permission denied I've…
0
votes
2 answers

Emulator: INSTALL_FAILED_NO_MATCHING_ABIS

I tried to install my app into Android9 x86 Device, it failed with error: INSTALL_FAILED_NO_MATCHING_ABIS Added abiFilters and splits abi in gradle, still I'm facing the problem.
Make it Simple
  • 1,832
  • 5
  • 32
  • 57
0
votes
1 answer

cordova run android takes "wrong" database

Hello fellow ionic developer, I use visual studio code (VSC) to develop an ionic 4 application. Situation: Usually I emulate an API 19 Android Phone but this has to be builded everytime ionic cordova run android and I can not get it running with the…
DrBash
0
votes
1 answer

Warning: attempted to generate guard with empty availability: obsoleted = 21 error

I got this error while building Android x86 from AOSP: [ 29% 3755/12860] Hidden API: out/targ...id.test.base_intermediates/javalib.jar FAILED: out/target/common/obj/JAVA_LIBRARIES/android.test.base_intermediates/javalib.jar /bin/bash -c "(rm -f…
0
votes
1 answer

How to grant permission to the TelephoneManager.class to read a file in Android-X86

I've built a custom AndroidX86 build for QA purposes where the TelephonyManager.class is reading the content of a file located in /storage/emulated/0/MY_DIR. The problem is when attempting to read from file a "Permission Denied" error occurs. Can…
android enthusiast
  • 2,062
  • 2
  • 24
  • 45
0
votes
1 answer

Android app permission problem running under VirtualBox

I'm trying to run connected tests for my App using and Android ISO installed on VirtualBox. I got Android 7.1 ISO from http://www.android-x86.org/ . It is installed under VirtualBox and seems to be working correctly. Our app uses PocketSphinx…
0
votes
1 answer

IMEI "unknown" on android X86

I have created a virtual machine using Virtual Box that is running android X86. I obtained the .iso image from here http://www.android-x86.org/releases/releasenote-8-1-rc2 I have tried to run my apk and NullPointerException occurs every time when…
android enthusiast
  • 2,062
  • 2
  • 24
  • 45
0
votes
0 answers

APK architecture for Facebook developer preview

Our application depends on vlc library which is prepared for different CPU architectures - x86 and arm-v7 for now. We need to submit application to Facebook review (for permissions approve). First time I've prepared a build with arm architecture,…
Anton Derevyanko
  • 3,405
  • 1
  • 24
  • 32
0
votes
0 answers

Android x86 version 7.1 xposed is bootlooping

After trying to install Xposed framework on every version of Android x86 I found out that Android x86 version 7.1 is the only version that xposed is "bootlooping" (r1 & r2 & rc). Is anyone else encountered such thing? I tried to install Xposed in…
0
votes
1 answer

How to check a android app is running on mobile android device or desktop android device(Android-x86 OS)?

I am working on a project where I need to know app is running on android mobile device or android desktop device. I have installed Android-x86 OS on my PC and I am making app for Android-x86. How to know our code is running on android mobile device…
Dalvinder Singh
  • 1,073
  • 1
  • 12
  • 19
0
votes
1 answer

INSTALL_FAILED_NO_MATCHING_ABIS on API Level 26

I am running into the INSTALL_FAILED_NO_MATCHING_ABIS error only when I try to install the apk on an API 26 x86 based emulator. The apk runs well in an ARM phone with level 24 and also runs well on an x86 emulator. I tried already the fix suggested…
buzoherbert
  • 1,537
  • 1
  • 12
  • 34
0
votes
1 answer

Does ARM start in 16 bit real mode

A little bg - I just started OS Dev and am developing my own OS in assembly. So as I have learned, x86 processors and others that emulate them(AMD?) start in 16 bit real mode for boot process and then can switch to protected mode to further…
vigilante_stark
  • 159
  • 1
  • 6
0
votes
1 answer

How can I automate the installation of a custom Android-x86 ISO for testing purposes?

Using the docker setup at https://github.com/kylemanna/docker-aosp I have managed to build a custom Android-x86 version that I can run and install on a VirtualBox/QEMU setup. I am now concerned with speeding up the edit-compile-build-test cycle. The…
Sohail
  • 3,020
  • 1
  • 25
  • 23
0
votes
1 answer

Android x86 Marshmallow + ODROID-VU7 touch does not work

I installed the marshmallow version of android x86. Everything works fine except the touch screen VU7. This is the screen: http://www.hardkernel.com/main/products/prdt_info.php?g_code=G144549683088 Somebody could help me? Thank you! PS: I do not…
JaviLG
  • 3
  • 2