sudo cp /etc/apt/sources.list /etc/apt/sources.list.original sudo nano /etc/apt/sources.list sudo apt-get update sudo apt-get install flex bison gperf libsdl-dev libesd0-dev libwxgtk2.6-dev build-essential zip curl libncurses5-dev zlib1g-dev valgrind git-core sun-java6-jdk -y cd ~ mkdir ~/bin curl http://android.git.kernel.org/repo >~/bin/repo chmod a+x ~/bin/repo mkdir android-eee cd android-eee ~/bin/repo init -u git://android.git.kernel.org/platform/manifest.git cd .repo wget http://blog.robinpecha.cz/data/local_manifest.xml cd ~/android-eee read -p "neco zmackni a spustis: repo sync (AMD Phenom X4 to delal 30min.)" ~/bin/repo sync ~/bin/repo download platform/bootable/diskinstaller 8265/1 read -p "neco zmackni a zacnes s kompilaci (AMD Phenom X4 to delal 70min.)" TARGET_ARCH=x86 TARGET_PRODUCT=eee_701 DISABLE_DEXPREOPT=true make -j4 installer_img echo. echo ted je potreba image zkopirovat na flash disk echo dd if=out/target/product/eee_701/installer.img of=/dev/vase_usb_flash ; sync