Wiki » Historie » Revision 2
Revision 1 (Jeremias Keihsler, 13.01.2017 07:50) → Revision 2/4 (Jeremias Keihsler, 13.01.2017 07:51)
h1. Android h2. Android-x86 4.4 * http://www.android-x86.org * http://www.android-x86.org/documents/virtualboxhowto * http://www.fixedbyvonnie.com/2014/02/install-android-4-4-kitkat-windows-using-virtualbox/#.U_Gxv_GKm4M h3. Change Screenresolution VBox https://4sysops.com/archives/change-the-screen-resolution-of-an-android-virtualbox-vm/ on Host: <pre><code <pre>code class="bash"> VBoxManage setextradata "Android_4.4" "CustomVideoMode1" "800x1000x16" </code></pre> on Android-Guest: * Start @Android-x86 4.4 (Debug mode) after booting to console: <pre><code <pre>code class="bash"> mkdir /boot mount /dev/sda1 /boot vi /boot/grub/menu.lst </code></pre> <pre> <pre menu.lst> ...video=-16 UVESA_MODE=800x1000 SRC=/android... </pre> don't forget: save with 'vi' is 'shift-z-z' <pre><code <pre>code class="bash"> umount /boot rmdir /boot reboot -f </code></pre>