commit | 8c26070f1fa7f313dbc7602df41f50b4877f6c27 | [log] [tgz] |
---|---|---|
author | Jorge E. Moreira <[email protected]> | Thu Oct 17 19:22:34 2019 -0700 |
committer | android-build-merger <[email protected]> | Thu Oct 17 19:22:34 2019 -0700 |
tree | e2f96a3fe58b1d7dc35b4a050076517276838619 | |
parent | 6e6a15e2ef7eadbf5cf4d536175c67e9d1860958 [diff] | |
parent | e0729fdae4bbb9a069f23136041776573163988b [diff] |
Merge "Use the correct APN config" am: c0d412fe5b am: acb923ba90 am: e0729fdae4 Change-Id: Ib3003c95f22bcdb23baa7518ed7866e7921c087e
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!