android-x86
no network in Android x86 on VirtualBox 4.1.2
The following works very good for me sudo vi /etc/init.sh add 4 lines below to init.sh netcfg eth0 dhcp echo nameserver <ip> > /etc/resolv.conf dnsmasq setprop net.dns1 8.8.8.8 on virtualbox set the network interface to bridged (PCnet Fast III) and that’s all.
unused DT entry: type 0x1d arg
What are “unused DT entry” errors? If you have reached this page, it’s probably because you have compiled or attempted to run some binaries on your ARM based Android system, with the result that your binary/app crashes or generates a lot of warnings in your logcat. Typically something like this: WARNING: linker: /blahblah/libopenssl.so: unused DT … Read more
Switch android x86 screen resolution
To change the Android-x86 screen resolution on VirtualBox you need to: Add custom screen resolution: Android <6.0: VBoxManage setextradata “VM_NAME_HERE” “CustomVideoMode1” “320x480x16” Android >=6.0: VBoxManage setextradata “VM_NAME_HERE” “CustomVideoMode1” “320x480x32” Figure out what is the ‘hex’-value for your VideoMode: 2.1. Start the VM 2.2. In GRUB menu enter a (Android >=6.0: e) 2.3. In the next … Read more