Skip to content

Instantly share code, notes, and snippets.

@aes512
aes512 / kvm.sh
Last active August 29, 2015 14:16 — forked from will3942/kvm.sh
git clone git://git.kernel.org/pub/scm/virt/kvm/kvm.git
git clone git://git.kiszka.org/kvm-kmod.git
cd kvm-kmod
./configure
make LINUX=../kvm clean sync all
modprobe -r kvm_intel
cp ./x86/kvm*.ko /lib/modules/$(uname -r)/kernel/arch/x86/kvm/
modprobe kvm_intel
#!/bin/bash
# less echos save trees:
ADB="adb"
echo "
**************************************************
Easy unroot for LG G2
--- THIS WILL ONLY WORK IF YOU HAVE A BACKED UP PERSIST.IMG ---
**************************************************