commit | 51253f29e2816a9e995d06d48791815b0289fa39 | [log] [tgz] |
---|---|---|
author | Ram Muthiah <[email protected]> | Tue Oct 22 20:28:29 2019 +0000 |
committer | Ram Muthiah <[email protected]> | Tue Oct 22 20:28:29 2019 +0000 |
tree | 298588b7780551769785fae0f01189de74a500e2 | |
parent | 4736b0a4e4e3db03b5e23cc8f94283630b397c40 [diff] |
Revert "Revert "Support vendor boot"" This reverts commit 4736b0a4e4e3db03b5e23cc8f94283630b397c40. Reason for revert: <INSERT REASONING HERE> Change-Id: If6a10f42066429b55bad3bac307a0ed7f1e820ba
Go to http://ci.android.com/
Enter a branch name. Start with aosp-master
if you don‘t know what you’re looking for
Navigate to aosp_cf_x86_phone
and click on userdebug
for the latest build
Click on Artifacts
Scroll down to the OTA images. These packages look like aosp_cf_x86_phone-img-xxxxxx.zip
-- it will always have img
in the name. Download this file
Scroll down to cvd-host_package.tar.gz
. You should always download a host package from the same build as your images.
On your local system, combine the packages:
$ mkdir cf
$ cd cf
$ tar xvf /path/to/cvd-host_package.tar.gz
$ unzip /path/to/aosp_cf_x86_phone-img-xxxxxx.zip
Launch cuttlefish with:
$ HOME=$PWD ./bin/launch_cvd
Stop cuttlefish with:
$ HOME=$PWD ./bin/stop_cvd
You can use adb
to debug it, just like a physical device:
$ ./bin/adb -e shell
You can use the TightVNC JViewer. Once you have downloaded the TightVNC Java Viewer JAR in a ZIP archive, run it with
$ java -jar tightvnc-jviewer.jar -ScalingFactor=50 -Tunneling=no -host=localhost -port=6444
Click “Connect” and you should see a lock screen!