Jean-Baptiste Queru | b4d39b4 | 2011-04-11 13:53:58 -0700 | [diff] [blame] | 1 | <!-- |
| 2 | Copyright 2010 The Android Open Source Project |
| 3 | |
| 4 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | you may not use this file except in compliance with the License. |
| 6 | You may obtain a copy of the License at |
| 7 | |
| 8 | http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | |
| 10 | Unless required by applicable law or agreed to in writing, software |
| 11 | distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | See the License for the specific language governing permissions and |
| 14 | limitations under the License. |
| 15 | --> |
| 16 | |
| 17 | # Building for devices # |
| 18 | |
Jean-Baptiste Queru | 3e466b0 | 2011-10-06 14:34:00 -0700 | [diff] [blame] | 19 | This page complements the main page about [Building](building.html) with |
| 20 | information that is specific to individual devices. |
Jean-Baptiste Queru | b4d39b4 | 2011-04-11 13:53:58 -0700 | [diff] [blame] | 21 | |
Jean-Baptiste Queru | 35f5101 | 2011-12-14 09:32:22 -0800 | [diff] [blame] | 22 | The supported devices with the current release are the Galaxy Nexus, Motorola |
| 23 | Xoom, and Nexus S. |
| 24 | |
Jean-Baptiste Queru | eca69c0 | 2012-01-26 14:31:26 -0800 | [diff] [blame] | 25 | Galaxy Nexus is supported only in GSM/HSPA+ configuration "maguro" and only |
Jean-Baptiste Queru | 35f5101 | 2011-12-14 09:32:22 -0800 | [diff] [blame] | 26 | if it was originally sold with a "yakju" operating system. |
| 27 | |
Jean-Baptiste Queru | eca69c0 | 2012-01-26 14:31:26 -0800 | [diff] [blame] | 28 | The Motorola Xoom is supported in the Wi-fi configuration "wingray" |
| 29 | sold in the USA. |
Jean-Baptiste Queru | 35f5101 | 2011-12-14 09:32:22 -0800 | [diff] [blame] | 30 | |
Jean-Baptiste Queru | eca69c0 | 2012-01-26 14:31:26 -0800 | [diff] [blame] | 31 | Nexus S is supported in the GSM configuration "crespo". |
Jean-Baptiste Queru | 3e466b0 | 2011-10-06 14:34:00 -0700 | [diff] [blame] | 32 | |
| 33 | In addition, [PandaBoard](http://pandaboard.org) a.k.a. "panda" is supported |
| 34 | in the master branch only, but is currently considered experimental. |
| 35 | The specific details to use a PandaBoard with the Android Open-Source Project |
| 36 | are in the file `device/ti/panda/README` in the source tree. |
| 37 | |
Jean-Baptiste Queru | 3e466b0 | 2011-10-06 14:34:00 -0700 | [diff] [blame] | 38 | Nexus One a.k.a. "passion" is obsolete, was experimental in gingerbread and |
| 39 | unsupported, and can't be used with newer versions of the Android Open-Source |
| 40 | Project. |
| 41 | |
| 42 | Android Developer Phones (ADP1 and ADP2, a.k.a. "dream" and "sapphire") are |
| 43 | obsolete, were experimental and unsupported in froyo, and can't be used with |
| 44 | newer versions of the Android Open-Source Project. |
Jean-Baptiste Queru | b4d39b4 | 2011-04-11 13:53:58 -0700 | [diff] [blame] | 45 | |
Jean-Baptiste Queru | 388b7af | 2012-02-03 13:04:37 -0800 | [diff] [blame] | 46 | No CDMA devices are supported in the Android Open-Source Project. |
Jean-Baptiste Queru | eca69c0 | 2012-01-26 14:31:26 -0800 | [diff] [blame] | 47 | |
Jean-Baptiste Queru | b4d39b4 | 2011-04-11 13:53:58 -0700 | [diff] [blame] | 48 | ## Building fastboot and adb ## |
| 49 | |
| 50 | If you don't already have those tools, fastboot and adb can be built with |
| 51 | the regular build system. Follow the instructions on the page about |
| 52 | [building](building.html), and replace the main `make` command with |
| 53 | |
| 54 | $ make fastboot adb |
| 55 | |
| 56 | ## Booting into fastboot mode ## |
| 57 | |
| 58 | During a cold boot, the following key combinations can be used to boot into fastboot mode, |
| 59 | which is a mode in the bootloader that can be used to flash the devices: |
| 60 | |
| 61 | Device | Keys |
| 62 | ---------|------ |
Jean-Baptiste Queru | 3e466b0 | 2011-10-06 14:34:00 -0700 | [diff] [blame] | 63 | maguro | Press and hold both *Volume Up* and *Volume Down*, then press and hold *Power* |
Conley Owens | 9aaa52a | 2012-02-03 14:13:27 -0800 | [diff] [blame] | 64 | panda | Press and hold *Input*, then press *Power* |
Jean-Baptiste Queru | 35f5101 | 2011-12-14 09:32:22 -0800 | [diff] [blame] | 65 | wingray | Press and hold *Volume Down*, then press and hold *Power* |
Jean-Baptiste Queru | b4d39b4 | 2011-04-11 13:53:58 -0700 | [diff] [blame] | 66 | crespo | Press and hold *Volume Up*, then press and hold *Power* |
| 67 | passion | Press and hold the trackball, then press *Power* |
| 68 | sapphire | Press and hold *Back*, then press *Power* |
| 69 | dream | Press and hold *Back*, then press *Power* |
| 70 | |
| 71 | Also, on devices running froyo or later where adb is enabled, |
| 72 | the command `adb reboot bootloader` can be used to reboot from |
| 73 | Android directly into the bootloader with no key combinations. |
| 74 | |
| 75 | ## Unlocking the bootloader ## |
| 76 | |
| 77 | It's only possible to flash a custom system if the bootloader allows it. |
| 78 | |
| 79 | This is the default setup on ADP1 and ADP2. |
| 80 | |
Jean-Baptiste Queru | eca69c0 | 2012-01-26 14:31:26 -0800 | [diff] [blame] | 81 | On Nexus One, Nexus S, Xoom, and Galaxy Nexus, |
Jean-Baptiste Queru | 35f5101 | 2011-12-14 09:32:22 -0800 | [diff] [blame] | 82 | the bootloader is locked by default. With the device in fastboot mode, the |
| 83 | bootloader is unlocked with |
Jean-Baptiste Queru | b4d39b4 | 2011-04-11 13:53:58 -0700 | [diff] [blame] | 84 | |
| 85 | $ fastboot oem unlock |
| 86 | |
| 87 | The procedure must be confirmed on-screen, and deletes the user data for |
| 88 | privacy reasons. It only needs to be run once. |
| 89 | |
Jean-Baptiste Queru | eca69c0 | 2012-01-26 14:31:26 -0800 | [diff] [blame] | 90 | Note that on the Nexus S, Motorola Xoom and on Galaxy Nexus, |
Jean-Baptiste Queru | 93afea9 | 2011-12-16 18:25:07 -0800 | [diff] [blame] | 91 | all data on the phone is erased, i.e. both the applications' private data |
| 92 | and the shared data that is accessible over USB, including photos and |
| 93 | movies. Be sure to make a backup of any precious files you have before |
| 94 | unlocking the bootloader. |
| 95 | |
Jean-Baptiste Queru | b4d39b4 | 2011-04-11 13:53:58 -0700 | [diff] [blame] | 96 | On Nexus One, the operation voids the warranty and is irreversible. |
| 97 | |
Jean-Baptiste Queru | eca69c0 | 2012-01-26 14:31:26 -0800 | [diff] [blame] | 98 | On Nexus S, Xoom, and Galaxy Nexus, |
Jean-Baptiste Queru | 35f5101 | 2011-12-14 09:32:22 -0800 | [diff] [blame] | 99 | the bootloader can be locked back with |
Jean-Baptiste Queru | b4d39b4 | 2011-04-11 13:53:58 -0700 | [diff] [blame] | 100 | |
| 101 | $ fastboot oem lock |
| 102 | |
Jean-Baptiste Queru | 93afea9 | 2011-12-16 18:25:07 -0800 | [diff] [blame] | 103 | Note that this erases user data on Xoom (including the shared USB data). |
Jean-Baptiste Queru | 35f5101 | 2011-12-14 09:32:22 -0800 | [diff] [blame] | 104 | |
Jean-Baptiste Queru | 5da7539 | 2011-05-17 14:32:56 -0700 | [diff] [blame] | 105 | ## Obtaining proprietary binaries ## |
Jean-Baptiste Queru | b4d39b4 | 2011-04-11 13:53:58 -0700 | [diff] [blame] | 106 | |
Jean-Baptiste Queru | 3e466b0 | 2011-10-06 14:34:00 -0700 | [diff] [blame] | 107 | Starting with IceCreamSandwich, the Android Open-Source Project can't be used |
| 108 | from pure source code only, and requires additional hardware-related proprietary |
| 109 | libraries to run, specifically for hardware graphics acceleration. |
Jean-Baptiste Queru | b4d39b4 | 2011-04-11 13:53:58 -0700 | [diff] [blame] | 110 | |
Jean-Baptiste Queru | eca69c0 | 2012-01-26 14:31:26 -0800 | [diff] [blame] | 111 | Official binaries for Nexus S, Galaxy Nexus, and PandaBoard can be |
Jean-Baptiste Queru | 3e466b0 | 2011-10-06 14:34:00 -0700 | [diff] [blame] | 112 | downloaded from |
Jean-Baptiste Queru | 5da7539 | 2011-05-17 14:32:56 -0700 | [diff] [blame] | 113 | [Google's Nexus driver page](http://code.google.com/android/nexus/drivers.html), |
| 114 | which add access to additional hardware capabilities with non-Open-Source code. |
Jean-Baptiste Queru | b4d39b4 | 2011-04-11 13:53:58 -0700 | [diff] [blame] | 115 | |
Jean-Baptiste Queru | 5da7539 | 2011-05-17 14:32:56 -0700 | [diff] [blame] | 116 | There are no official binaries for Nexus One, ADP2 or ADP1. |
| 117 | |
| 118 | ### Extracting the proprietary binaries ### |
Jean-Baptiste Queru | b4d39b4 | 2011-04-11 13:53:58 -0700 | [diff] [blame] | 119 | |
Jean-Baptiste Queru | 3e466b0 | 2011-10-06 14:34:00 -0700 | [diff] [blame] | 120 | Each set of binaries comes as a self-extracting script in a compressed archive. |
Jean-Baptiste Queru | b4d39b4 | 2011-04-11 13:53:58 -0700 | [diff] [blame] | 121 | After uncompressing each archive, run the included self-extracting script |
| 122 | from the root of the source tree, confirm that you agree to the terms of the |
Jean-Baptiste Queru | 5da7539 | 2011-05-17 14:32:56 -0700 | [diff] [blame] | 123 | enclosed license agreement, and the binaries and their matching makefiles |
Jean-Baptiste Queru | b4d39b4 | 2011-04-11 13:53:58 -0700 | [diff] [blame] | 124 | will get installed in the `vendor/` hierarchy of the source tree. |
| 125 | |
Jean-Baptiste Queru | 5da7539 | 2011-05-17 14:32:56 -0700 | [diff] [blame] | 126 | ### Cleaning up when adding proprietary binaries ### |
| 127 | |
| 128 | In order to make sure that the newly installed binaries are properly |
Jean-Baptiste Queru | b4d39b4 | 2011-04-11 13:53:58 -0700 | [diff] [blame] | 129 | taken into account after being extracted, the existing output of any previous |
| 130 | build needs to be deleted with |
| 131 | |
| 132 | $ make clobber |
| 133 | |
| 134 | ## Picking and building the configuration that matches a device ## |
| 135 | |
| 136 | The steps to configure and build the Android Open-Source Project |
| 137 | are described in the page about [Building](building.html). |
| 138 | |
| 139 | The recommended builds for the various devices are available through |
Jean-Baptiste Queru | 3e466b0 | 2011-10-06 14:34:00 -0700 | [diff] [blame] | 140 | the lunch menu, accessed when running the `lunch` command with no arguments: |
Jean-Baptiste Queru | b4d39b4 | 2011-04-11 13:53:58 -0700 | [diff] [blame] | 141 | |
Jean-Baptiste Queru | 37234a5 | 2011-05-19 15:24:54 -0700 | [diff] [blame] | 142 | Device | Branch | Build configuration |
| 143 | ---------|------------------|------------------------ |
Jean-Baptiste Queru | 35f5101 | 2011-12-14 09:32:22 -0800 | [diff] [blame] | 144 | maguro | android-4.0.3_r1 | full_maguro-userdebug |
Jean-Baptiste Queru | 8aae4f4 | 2012-02-24 13:30:57 -0800 | [diff] [blame] | 145 | panda | master | full_panda-userdebug |
Jean-Baptiste Queru | 35f5101 | 2011-12-14 09:32:22 -0800 | [diff] [blame] | 146 | wingray | android-4.0.3_r1 | full_wingray-userdebug |
Jean-Baptiste Queru | 35f5101 | 2011-12-14 09:32:22 -0800 | [diff] [blame] | 147 | crespo | android-4.0.3_r1 | full_crespo-userdebug |
Jean-Baptiste Queru | 8b20337 | 2011-11-08 17:54:35 -0800 | [diff] [blame] | 148 | passion | android-2.3.6_r1 | full_passion-userdebug |
Jean-Baptiste Queru | 7d1db96 | 2012-02-27 07:45:20 -0800 | [diff] [blame] | 149 | sapphire | android-2.2.3_r1 | full_sapphire-userdebug |
| 150 | dream | android-2.2.3_r1 | full_dream-userdebug |
Jean-Baptiste Queru | b4d39b4 | 2011-04-11 13:53:58 -0700 | [diff] [blame] | 151 | |
| 152 | ## Flashing a device ## |
| 153 | |
| 154 | Set the device in fastboot mode if necessary (see above). |
| 155 | |
| 156 | Because user data is typically incompatible between builds of Android, |
| 157 | it's typically better to delete it when flashing a new system. |
| 158 | |
| 159 | $ fastboot erase cache |
| 160 | $ fastboot erase userdata |
| 161 | |
| 162 | An entire Android system can be flashed in a single command: this writes |
Jean-Baptiste Queru | ccdda52 | 2011-05-19 10:47:27 -0700 | [diff] [blame] | 163 | the boot, recovery and system partitions together after verifying that the |
Jean-Baptiste Queru | 61745ea | 2011-09-08 14:44:15 -0700 | [diff] [blame] | 164 | system being flashed is compatible with the installed bootloader and radio, |
Jean-Baptiste Queru | b4d39b4 | 2011-04-11 13:53:58 -0700 | [diff] [blame] | 165 | and reboots the system. |
| 166 | |
| 167 | $ fastboot flashall |
| 168 | |
Jean-Baptiste Queru | 35f5101 | 2011-12-14 09:32:22 -0800 | [diff] [blame] | 169 | On all devices except passion, |
Jean-Baptiste Queru | 3e466b0 | 2011-10-06 14:34:00 -0700 | [diff] [blame] | 170 | the commands above can be replaced with a single command |
Jean-Baptiste Queru | b4d39b4 | 2011-04-11 13:53:58 -0700 | [diff] [blame] | 171 | |
| 172 | $ fastboot -w flashall |
| 173 | |
Jean-Baptiste Queru | 35f5101 | 2011-12-14 09:32:22 -0800 | [diff] [blame] | 174 | Note that filesystems created via fastboot on Motorola Xoom aren't working |
| 175 | optimally, and it is strongly recommended to re-create them through recovery |
| 176 | |
| 177 | $ adb reboot recovery |
| 178 | |
| 179 | Once in recovery, open the menu (press Power + Volume Up), wipe the cache |
| 180 | partition, then wipe data. |
| 181 | |
Jean-Baptiste Queru | eca69c0 | 2012-01-26 14:31:26 -0800 | [diff] [blame] | 182 | ### Nexus S and Galaxy Nexus Bootloader and Cell Radio compatibility ### |
Jean-Baptiste Queru | b4d39b4 | 2011-04-11 13:53:58 -0700 | [diff] [blame] | 183 | |
Jean-Baptiste Queru | eca69c0 | 2012-01-26 14:31:26 -0800 | [diff] [blame] | 184 | On Nexus S, and Galaxy Nexus, each version of Android has only |
Jean-Baptiste Queru | 3e466b0 | 2011-10-06 14:34:00 -0700 | [diff] [blame] | 185 | been thoroughly tested with on specific version of the underlying bootloader |
| 186 | and cell radio software. |
Jean-Baptiste Queru | b4d39b4 | 2011-04-11 13:53:58 -0700 | [diff] [blame] | 187 | However, no compatibility issues are expected when running newer systems |
Jean-Baptiste Queru | 5da7539 | 2011-05-17 14:32:56 -0700 | [diff] [blame] | 188 | with older bootloaders and radio images according to the following tables. |
| 189 | |
Jean-Baptiste Queru | a5dca36 | 2011-05-18 10:39:08 -0700 | [diff] [blame] | 190 | Nexus S (worldwide version "XX"): |
Jean-Baptiste Queru | b4d39b4 | 2011-04-11 13:53:58 -0700 | [diff] [blame] | 191 | |
| 192 | Android Version | Preferred Bootloader | Preferred Radio | Also possible |
| 193 | ----------------|----------------------|-----------------|-------------- |
Jean-Baptiste Queru | cd9c693 | 2011-06-21 07:55:12 -0700 | [diff] [blame] | 194 | 2.3 (GRH55) | I9020XXJK1 | I9020XXJK8 |
| 195 | 2.3.1 (GRH78) | I9020XXJK1 | I9020XXJK8 |
| 196 | 2.3.2 (GRH78C) | I9020XXJK1 | I9020XXJK8 |
| 197 | 2.3.3 (GRI40) | I9020XXKA3 | I9020XXKB1 | All previous versions |
| 198 | 2.3.4 (GRJ22) | I9020XXKA3 | I9020XXKD1 | All previous versions |
Jean-Baptiste Queru | 623cc2f | 2011-07-30 18:43:45 -0700 | [diff] [blame] | 199 | 2.3.5 (GRJ90) | I9020XXKA3 | I9020XXKF1 | All previous versions |
Jean-Baptiste Queru | cac01c1 | 2011-09-28 17:26:00 -0700 | [diff] [blame] | 200 | 2.3.6 (GRK39F) | I9020XXKA3 | I9020XXKF1 | All previous versions |
Jean-Baptiste Queru | c95d7e6 | 2011-12-16 09:57:16 -0800 | [diff] [blame] | 201 | 4.0.3 (IML74K) | I9020XXKL1 | I9020XXKI1 | All previous versions |
Jean-Baptiste Queru | b4d39b4 | 2011-04-11 13:53:58 -0700 | [diff] [blame] | 202 | |
Jean-Baptiste Queru | a5dca36 | 2011-05-18 10:39:08 -0700 | [diff] [blame] | 203 | Nexus S (850MHz version "UC"): |
| 204 | |
| 205 | Android Version | Preferred Bootloader | Preferred Radio | Also possible |
| 206 | ----------------|----------------------|-----------------|-------------- |
Jean-Baptiste Queru | cd9c693 | 2011-06-21 07:55:12 -0700 | [diff] [blame] | 207 | 2.3.3 (GRI54) | I9020XXKA3 | I9020UCKB2 |
| 208 | 2.3.4 (GRJ22) | I9020XXKA3 | I9020UCKD1 | All previous versions |
Jean-Baptiste Queru | 623cc2f | 2011-07-30 18:43:45 -0700 | [diff] [blame] | 209 | 2.3.5 (GRJ90) | I9020XXKA3 | I9020UCKF1 | All previous versions |
Jean-Baptiste Queru | cac01c1 | 2011-09-28 17:26:00 -0700 | [diff] [blame] | 210 | 2.3.6 (GRK39C) | I9020XXKA3 | I9020UCKF1 | All previous versions |
| 211 | 2.3.6 (GRK39F) | I9020XXKA3 | I9020UCKF1 | All previous versions |
Jean-Baptiste Queru | c95d7e6 | 2011-12-16 09:57:16 -0800 | [diff] [blame] | 212 | 4.0.3 (IML74K) | I9020XXKL1 | I9020UCKF1 | All previous versions |
Jean-Baptiste Queru | a5dca36 | 2011-05-18 10:39:08 -0700 | [diff] [blame] | 213 | |
| 214 | Nexus S (Korea version "KR"): |
| 215 | |
| 216 | Android Version | Preferred Bootloader | Preferred Radio | Also possible |
| 217 | ----------------|----------------------|-----------------|-------------- |
Jean-Baptiste Queru | cd9c693 | 2011-06-21 07:55:12 -0700 | [diff] [blame] | 218 | 2.3.3 (GRI54) | I9020XXKA3 | I9020KRKB3 |
| 219 | 2.3.4 (GRJ22) | I9020XXKA3 | M200KRKC1 | All previous versions |
Jean-Baptiste Queru | 623cc2f | 2011-07-30 18:43:45 -0700 | [diff] [blame] | 220 | 2.3.5 (GRJ90) | I9020XXKA3 | M200KRKC1 | All previous versions |
Jean-Baptiste Queru | cac01c1 | 2011-09-28 17:26:00 -0700 | [diff] [blame] | 221 | 2.3.6 (GRK39F) | I9020XXKA3 | M200KRKC1 | All previous versions |
Jean-Baptiste Queru | c95d7e6 | 2011-12-16 09:57:16 -0800 | [diff] [blame] | 222 | 4.0.3 (IML74K) | I9020XXKL1 | M200KRKC1 | All previous versions |
Jean-Baptiste Queru | a5dca36 | 2011-05-18 10:39:08 -0700 | [diff] [blame] | 223 | |
Jean-Baptiste Queru | 3e466b0 | 2011-10-06 14:34:00 -0700 | [diff] [blame] | 224 | Galaxy Nexus (GSM/HSPA+): |
| 225 | |
| 226 | Android Version | Preferred Bootloader | Preferred Radio | Also possible |
| 227 | ----------------|----------------------|-----------------|-------------- |
| 228 | 4.0.1 (ITL41D) | PRIMEKJ10 | I9250XXKK1 |
Jean-Baptiste Queru | 35f5101 | 2011-12-14 09:32:22 -0800 | [diff] [blame] | 229 | 4.0.2 (ICL53F) | PRIMEKK15 | I9250XXKK6 | All previous versions |
Jean-Baptiste Queru | c95d7e6 | 2011-12-16 09:57:16 -0800 | [diff] [blame] | 230 | 4.0.3 (IML74K) | PRIMEKL01 | I9250XXKK6 | All previous versions |
Jean-Baptiste Queru | 35f5101 | 2011-12-14 09:32:22 -0800 | [diff] [blame] | 231 | |
Jean-Baptiste Queru | eca69c0 | 2012-01-26 14:31:26 -0800 | [diff] [blame] | 232 | If you're building a new version of Android, if your Nexus S or |
Jean-Baptiste Queru | 3e466b0 | 2011-10-06 14:34:00 -0700 | [diff] [blame] | 233 | Galaxy Nexus has |
Jean-Baptiste Queru | 5da7539 | 2011-05-17 14:32:56 -0700 | [diff] [blame] | 234 | an older bootloader and radio image that is marked as being also possible in |
Jean-Baptiste Queru | a5dca36 | 2011-05-18 10:39:08 -0700 | [diff] [blame] | 235 | the table above but is not recognized by fastboot, you can locally |
Jean-Baptiste Queru | 5da7539 | 2011-05-17 14:32:56 -0700 | [diff] [blame] | 236 | delete the `version-bootloader` and `version-baseband` lines in |
Jean-Baptiste Queru | 3e466b0 | 2011-10-06 14:34:00 -0700 | [diff] [blame] | 237 | `device/samsung/crespo/board-info.txt` or |
Jean-Baptiste Queru | eca69c0 | 2012-01-26 14:31:26 -0800 | [diff] [blame] | 238 | `device/samsung/maguro/board-info.txt` |
Jean-Baptiste Queru | 93afea9 | 2011-12-16 18:25:07 -0800 | [diff] [blame] | 239 | |
| 240 | ## Restoring a device to its original factory state ## |
| 241 | |
Jean-Baptiste Queru | eca69c0 | 2012-01-26 14:31:26 -0800 | [diff] [blame] | 242 | Factory images for Galaxy Nexus (GSM/HSPA+) are available from |
Jean-Baptiste Queru | 93afea9 | 2011-12-16 18:25:07 -0800 | [diff] [blame] | 243 | [Google's factory image page](http://code.google.com/android/nexus/images.html). |
| 244 | |
| 245 | Factory images for the Motorola Xoom are distributed directly by Motorola. |
| 246 | |
| 247 | No factory images are available for Nexus S and Nexus One. |