commit | dfe73d31db69dfae4b09598835f6d1ddb3c3f64f | [log] [tgz] |
---|---|---|
author | Sarah Chin <[email protected]> | Tue Nov 12 18:26:09 2019 -0800 |
committer | Sarah Chin <[email protected]> | Mon Nov 25 16:27:38 2019 -0800 |
tree | 39f39234586c5c129ed0033818c65669aa156e6e | |
parent | 4bb19e857708ef5bc11c7ecbf4e3fbd0a4aaaa38 [diff] |
Set up IRadioConfig 1.3 Test: build Bug: 144101226 Change-Id: Ic1183ae74851831fac7e7fa9d64ec5f96e54a102 Merged-In: Ic1183ae74851831fac7e7fa9d64ec5f96e54a102
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!