From 0341fba92a8c2c73a6940834946528b74d0c4f9e Mon Sep 17 00:00:00 2001 From: Andrew Solovay Date: Mon, 23 Jun 2014 11:59:51 -0700 Subject: [PATCH] docs: Added table for the L device images. Table has current checksum images, but still needs download links. I've tried out the "hammerhead" system image and it seems to work. Also added ID names to the headings and fixed a couple of typos. As per RobertLy@ 's request, took out the "how to flash" instructions and just sent folks to the devsite page for instructions. Doc staged to: http://asolovay.mtv:9099/preview/setup-sdk.html#installImage Change-Id: Ie60712c549de3c5416190a72de33619874dc6293 --- docs/html/preview/setup-sdk.jd | 64 +++++++++++++++++----------------- 1 file changed, 32 insertions(+), 32 deletions(-) diff --git a/docs/html/preview/setup-sdk.jd b/docs/html/preview/setup-sdk.jd index 66262dc44d672..78003f546baea 100644 --- a/docs/html/preview/setup-sdk.jd +++ b/docs/html/preview/setup-sdk.jd @@ -7,7 +7,7 @@ as using the Android SDK Manager and creating projects. If you're new to Android, see Building Your First App training lesson first.

-

Download the SDK

+

Download the SDK

  1. Start the Android SDK Manager.
  2. @@ -20,7 +20,7 @@ App training lesson first.

    Install.
-

Set Up Hardware and AVDs

+

Set Up Hardware and AVDs

The Android L developer preview provides you with 32-bit system images to flash the following devices: @@ -35,10 +35,9 @@ to flash the following devices: experimental 64-bit system images along with standard 32-bit system images.

-

Instal the L Preview System Image

+

Install the L Preview System Image

- -

Warning: This is a preview version of the Android +

Warning: This is a preview version of the Android system image, and is subject to change. Your use of this system image is governed by the Android SDK Preview License Agreement. The Android preview system image is not a stable release, and may contain errors and defects that @@ -49,35 +48,37 @@ can cause your phone and installed services and applications to stop working.

    -
  1. Download and extract the Android Developer Preview package to a directory - (which we'll call <l_download_dir> in these - instructions).
  2. -
  3. Connect your powered-off Android device to your development machine. Put - the device in fastboot mode by pressing and holding the following buttons: -
      -
    • Nexus 5: volume down + volume up + - power
    • -
    • Nexus 7: volume down + power
    • -
    -

    Alternatively, you can enter fastboot mode by booting up - the device and running adb reboot bootloader with USB debugging - turned on.

    +
  4. Download and uncompress the Android Developer Preview package. +

    + Table 1. L Developer Preview system images.

    + + + + + + + + + + + + + + + + + + + +
    DeviceDownloadMD5 ChecksumSHA-1 Checksum
    Nexus 5 (GSM/LTE) "hammerhead"5a6ae77217978cb7b958a240c2e80b57ac1d8a8e4f4a1dca5864dc733caa940bffc28616
    Nexus 7 (Wifi) "razor"b293a5d3a4e07beabebcc0be85ad68a2d0ddf8ce733ba2a34279cdff8827fd604762c2342d
  5. +
  6. Follow the instructions at developers.google.com/android - to set up your system for flashing devices.
  7. -
  8. Run the <l_download_dir>/flash-all script - corresponding to your platform. This script flashes all of the system data - onto the phone.
  9. -
  10. (Optional) After flashing is complete, lock your device's bootloader by - putting it in fastboot mode and running fastboot oem lock. - (This does not wipe your device.) Once you do this, you will not be able to - flash your device until you run run fastboot oem unlock, - which unlocks the bootloader and wipes your device. We recommend you leave the - bootloader unlocked until you are done with flashing the device.
  11. + to flash the image onto your device.
-

Revert a Device to Factory Specifications

+

Revert a Device to Factory Specifications

If you want to uninstall the L Preview and revert the device to factory specifications, go to - -

Set up an AVD

+

Set up an AVD

You can set up Android Virtual Devices (AVD) and use the emulator to build and test apps with the L Preview.

@@ -109,7 +109,7 @@ image to your device.

-

Create a Project

+

Create a Project

  1. Create a new Android project with the following properties: