commit | e150090e3642347c8fd0e340a4ab8674f3d66139 | [log] [tgz] |
---|---|---|
author | Emilian Peev <[email protected]> | Mon Oct 28 10:27:49 2019 -0700 |
committer | Emilian Peev <[email protected]> | Mon Oct 28 12:33:01 2019 -0700 |
tree | 2e137133be134d63e6d15633c509c300b6ec57c6 | |
parent | 9118c0e8e0283c806f1127e7eee42a31ac9cc8b1 [diff] |
Revert "Revert "Switch to Google CameraHal"" This reverts commit 2f6bb218a9d7ce2db63dc13312ccfeca93fe4a38. Bug: 131342297 Test: Successful build Change-Id: I7f57a4a4a232dfecd0a0fb8efeda981a5ac0abae
git clone https://github.com/google/android-cuttlefish cd android-cuttlefish debuild -i -us -uc -b sudo dpkg -i ../cuttlefish-common_*_amd64.deb sudo apt-get install -f
aosp-master
if you don‘t know what you’re looking foraosp_cf_x86_phone
and click on userdebug
for the latest buildArtifacts
aosp_cf_x86_phone-img-xxxxxx.zip
-- it will always have img
in the name. Download this filecvd-host_package.tar.gz
. You should always download a host package from the same build as your images.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!