commit | 7a62f70160becbcb4eebb939aef8e1b7679f2ff7 | [log] [tgz] |
---|---|---|
author | Sarah Chin <[email protected]> | Tue Feb 18 23:16:38 2020 +0000 |
committer | Sarah Chin <[email protected]> | Tue Feb 18 15:20:10 2020 -0800 |
tree | a912604d2ff1abd89ddc783468963c9a28d1d4ed | |
parent | d3b6a4b8973a0ae3bf3cb673bf68b547dc82ac6d [diff] |
Revert "Set up IRadioConfig 1.3" This reverts commit d3cb2531c3c3575bef54b41b4589382c8969d5e9. Reason for revert: Change will not be supported by modem, so HAL for RadioConfig is no longer necessary. Change-Id: I79c7bdd38f7884e2ce79c4bdc506d1c972a693a8
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!