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

Android x86 is not working, even after entering debug mode

I did everything in [this article](kernel /android-8.1-r3/kernel nomodeset xforcevesa root=/dev/ram0 androidboot.selinux=permissive SRC=/android-8.1-r3) but there's this code that says - audit: rate limit exceeded and loops it all over again. I…
0
votes
1 answer

Can't connect to internet while connected to adb

I'm using virtualbox 4.1.2 and android x86 in a Windows 7 OS. I used Two PCNet Fast III, one for NAT and another for Host-Only Adapter. I was able to use the netcfg to up the two ethernet, I was able to get connected to adb, but I couldn't get to…
Corbee
  • 979
  • 2
  • 13
  • 26
0
votes
0 answers

How do I get the Ip address of the Android x86 machine from outside VirtualBox/Android console?

How do I get the Ip address of the Android x86 machine from outside Virtualbox/Android console? I am currently running Android x86 in Virtualbox. Instead of opening the Android console to runifconfig to get the Ip address, I want to be able to get…
oJYW
  • 1
  • 3
0
votes
0 answers

how can i make the virtualbox recognize the inbuilt bluetooth adapter of my laptop

i need some help to make sure that my VM have recognized the inbuilt bluetooth adapter from the laptop it is an 2 in 1 laptop that i installed an Android x86 iso in the VM, it runs everything well, but the bluetooth it doesn't recognize properly i…
0
votes
0 answers

Why Android x86 or bliss os does not load virtio gpu or amdgpu driver for RX 6500 XT passthrough?

I am new in these waters. After installing aarch64 arch on several arm boards. Decided to try android x86 and then android arm. However in documentations it says it supports nvidia through nouvaeu driver I have rtx 3060 and NV170 is not supported in…
Gediz GÜRSU
  • 555
  • 4
  • 12
0
votes
1 answer

How to emulate process of making photo in virtual box android emulator like on regular phone (Android x86)

Is it possible to do this? I need to open camera in emulator and make a photo, but by default emulator dont have access to real camera when i opened it there just a black empty interface. I need to making photo like if i make this photo in real time…
0
votes
0 answers

Why in Bliss-OS Android 12 x86 Not working the Touch screen?

I have Evoo EV-T2in1-116-1 Windows tablet. Because it lagging, I decided to install Android x86 12(Bliss-OS) and touch screen not working. What can I do? Touchscreen is Kionix.
0
votes
1 answer

Native ABI mismatch from package

So, I'm trying to use Android x86 and virtual box to debug my apps. I've successfully deployed a hello world apk to the Android x86 running in virtualbox. (connecting via adb vboxIP:5555 So next I tried to debug my game: When I do so I get the…
iasksillyquestions
  • 5,558
  • 12
  • 53
  • 75
0
votes
1 answer

enlarge the display area of Android x86 on VMWare

good day, so, I just installed Android x86 (LineageOS) on VMware and adjust display setting using following this thread How to set a custom resolution on Android-x86 in VMware Player. however, I can't figure how to display it in full screen on…
0
votes
2 answers

Android x86 9.0 Ethernet Connection on Physical Machine

I just installed Android x86 9.0 on a physical PC (i5 4th Gen). I do not have a WiFi adapter for the PC. I have it connected to my router using the LAN port. How can I get this connected to my network? I did not see anything in the setup. Any…
RodgerDjr
  • 13
  • 1
  • 6
0
votes
1 answer

ALSA devices only available as root user on android-x86 under VMWare

Trying to setup android-x86_64 inside vmware-workstation16, ALSA audio device as default/unprivileged user doesn't seem to be accessible. Trying to manually call alsa_amixer set PCM 100%/alsa_aplay /mnt/sdcard/Download/test.wav as non-root gives…
namonaki
  • 53
  • 5
0
votes
1 answer

Reboot Android (x86) from the command line

Is there a command line command to reboot Android safely? My GUI does not work and I want to do a restart after some changes to make it work and I guess a normal reboot is better than a forced restart. I could not find any other guide regarding…
Martin1997
  • 146
  • 2
  • 14
0
votes
1 answer

Android x86 (Android 6.0) is locked at the android animation after booting (VirtualBox)

So, using VirtualBox, I wanted to install Android x86 9.0 on my virtual machine. Following this guide, I've succesfully made it. However, after booting from the GRUB, it stays on the android animation thing. Having a weak ram, I hoped it was because…
0
votes
1 answer

Android x86 Kernel Compilation stops abruptly

I downloaded PrimeOS' kernel from https://github.com/primebook/android_kernel_common. I just need to replace a single .c file in /drivers/platform/x86. Here's what I tried doing:- Replaced .c make clean && make mrproper Copied…
Noob YT
  • 23
  • 1
  • 1
  • 6
0
votes
1 answer

How to Exclude Androidx or Force Not to Use Androidx Dependency in Android

I am working on a project which is using some old libraries.It is working fine except the google place auto complete as it is depricated. As I am trying to integrate new google place library implementation…
roy
  • 131
  • 1
  • 10