• Home
  • Raw
  • Download

Lines Matching refs:shell

60 $ adb shell 'mkdir /data/local/tmp/microdroid'
61 $ adb shell 'cp /apex/com.android.virt/etc/microdroid_bootloader /data/local/tmp/microdroid/bootloa…
62 $ adb shell 'cp /apex/com.android.virt/etc/fs/*.img /data/local/tmp/microdroid'
63 $ adb shell 'cp /apex/com.android.virt/etc/uboot_env.img /data/local/tmp/microdroid'
64 $ adb shell 'dd if=/dev/zero of=/data/local/tmp/microdroid/misc.img bs=4k count=256'
65 $ adb shell 'dd if=/dev/zero of=/data/local/tmp/microdroid/userdata.img bs=1 count=0 seek=4G'
66 $ adb shell 'mkfs.ext4 /data/local/tmp/microdroid/userdata.img'
67 $ adb shell 'cd /data/local/tmp/microdroid; /apex/com.android.virt/bin/mk_cdisk /apex/com.android.v…
68 $ adb shell 'cd /data/local/tmp/microdroid; /apex/com.android.virt/bin/mk_cdisk /apex/com.android.v…
69 $ adb shell 'cd /data/local/tmp/microdroid; /apex/com.android.virt/bin/mk_cdisk /apex/com.android.v…
70 $ adb shell '/apex/com.android.virt/bin/crosvm create_qcow2 --backing_file=/data/local/tmp/microdro…
71 $ adb shell 'cd /data/local/tmp/microdroid; /apex/com.android.virt/bin/mk_payload /apex/com.android…
72 $ adb shell 'chmod go+r /data/local/tmp/microdroid/*-header.img /data/local/tmp/microdroid/*-footer…
79 supported, `adb shell setenforce 0` will put the device in permissive mode.
84 $ adb shell "start virtmanager"
85 $ adb shell "RUST_BACKTRACE=1 RUST_LOG=trace /apex/com.android.virt/bin/vm run /data/local/tmp/micr…
97 check it with `adb shell "/apex/com.android.virt/bin/vm list"`. `5555` must be
103 $ adb -s localhost:8000 shell