X-Git-Url: http://git.rot13.org/?p=android-command-line.git;a=blobdiff_plain;f=update-eeepc.sh;fp=update-eeepc.sh;h=13d65524c27eebc54fd4d850d9a43cd196858305;hp=0000000000000000000000000000000000000000;hb=3393a2e35954dc59b41946e681fdc78320ac3d48;hpb=a2f7f2c35bb9ffc657219e5fddd67f68a1d059e5 diff --git a/update-eeepc.sh b/update-eeepc.sh new file mode 100755 index 0000000..13d6552 --- /dev/null +++ b/update-eeepc.sh @@ -0,0 +1,14 @@ +#!/bin/sh -x + +# build with: m -j8 iso_img BOARD_USES_I915= BOARD_USES_I915C=true + +dir=`date +%Y-%m-%d` +dir=eeepc +a=192.168.1.32:5555 + +test -d $dir || mkdir $dir + +rsync --progress -v android:/srv/android-x86/out/target/product/$dir/{kernel,initrd.img,ramdisk.img,system.sfs} $dir +adb connect $a +adb -s $a mkdir /sdcard/android-froyo +adb -s $a push $dir /sdcard/android-froyo