Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
fuss:android [2017/12/03 21:14] officefuss:android [2018/09/10 17:33] – [Android x86 on LibVirt] office
Line 78: Line 78:
  
 An easy trick to disable calls (such as the emergency call button from the lock screen), is to go to the phone settings, manage applications and disable the ''Dialer'' or ''Phone'' application. An easy trick to disable calls (such as the emergency call button from the lock screen), is to go to the phone settings, manage applications and disable the ''Dialer'' or ''Phone'' application.
 +
 +====== Android x86 on LibVirt ======
 +
 +In case Android x86 under qemu/kvm boots to a command prompt (or just displays a blank screen with a curor) and does not go any further then most likely the problem is that ''-vga std'' has to be passed to the qemu/kvm command line.
 +
 +After installing Android under libvirt, the domain name has to be edited, for instance:
 +<code bash>
 +virsh -c qemu:///system
 +</code>
 +
 +followed by:
 +<code>
 +edit android.domain
 +</code>
 +
 +The ''video'' tag has to be deleted and replaced by:
 +<code>
 +    <video>
 +      <model type='vga'/>
 +    </video>
 +</code>
 +
 +to allow Android to boot the window manager.
 +
 +Even better:
 +<code>
 +    <video>
 +      <model type='virtio'/>
 +    </video>
 +</code>
 +
 +can be used for 3D acceleration.
 +

fuss/android.txt · Last modified: 2024/05/10 16:43 by office

Access website using Tor Access website using i2p Wizardry and Steamworks PGP Key


For the contact, copyright, license, warranty and privacy terms for the usage of this website please see the contact, license, privacy, copyright.