Android 4.3 のソースとバイナリ公開。Nexus 4, 旧7, 10, Galaxy Nexus用 - Engadget Japanese
公開されてます。
入れてみました。
NEXUSシリーズのみの特典!! 工場出荷時のイメージとインストーラをGoogleが一挙公開!!





すでに、OEMロック外してるので。
以下の手順で1分でできました。
1. 以下から、Factory images をパソコン上にダウンロードする。
(あたしは、GalaxyNexus なので maguro を)
Factory Images for Nexus Devices - Android — Google Developers

2. ダウンロードしたアーカイブを展開
$ tar zxvf yakju-jwr66v-factory-ad817ccc.tgz x yakju-jwr66v/ x yakju-jwr66v/flash-base.sh x yakju-jwr66v/flash-all.bat x yakju-jwr66v/bootloader-maguro-primemd04.img x yakju-jwr66v/flash-all.sh x yakju-jwr66v/image-yakju-jwr66v.zip x yakju-jwr66v/radio-maguro-i9250xxlj1.img $ tree yakju-jwr66v yakju-jwr66v ├── bootloader-maguro-primemd04.img ├── flash-all.bat ├── flash-all.sh ├── flash-base.sh ├── image-yakju-jwr66v.zip └── radio-maguro-i9250xxlj1.img 0 directories, 6 files
3. USBケーブルを実機に接続して、電源OFFのあと「電源ON+音量大小同時長押し」

4. パソコン上のアーカイブ内アインストールスクリプトを実行
$ which fastboot
/Applications/Android Studio.app/sdk/platform-tools/fastboot
$ pwd
/Users/maochanz/Downloads/yakju-jwr66v
$ chmod +x flash-all.sh
$ ./flash-all.sh
sending 'bootloader' (2308 KB)...
OKAY [ 0.409s]
writing 'bootloader'...
OKAY [ 0.824s]
finished. total time: 1.233s
rebooting into bootloader...
OKAY [ 0.006s]
finished. total time: 0.006s
< waiting for device >
sending 'radio' (12288 KB)...
OKAY [ 1.923s]
writing 'radio'...
OKAY [ 1.900s]
finished. total time: 3.823s
rebooting into bootloader...
OKAY [ 0.006s]
finished. total time: 0.006s
< waiting for device >
archive does not contain 'boot.sig'
archive does not contain 'recovery.sig'
archive does not contain 'system.sig'
--------------------------------------------
Bootloader Version...: PRIMEMD04
Baseband Version.....: I9250XXLJ1
Serial Number........: 0165273908754
--------------------------------------------
checking product...
OKAY [ 0.007s]
checking version-bootloader...
OKAY [ 0.007s]
checking version-baseband...
OKAY [ 0.007s]
sending 'boot' (4376 KB)...
OKAY [ 0.532s]
writing 'boot'...
OKAY [ 0.834s]
sending 'recovery' (4924 KB)...
OKAY [ 0.595s]
writing 'recovery'...
OKAY [ 0.780s]
erasing 'system'...
OKAY [ 0.023s]
sending 'system' (474180 KB)...
OKAY [ 54.176s]
writing 'system'...
OKAY [ 47.124s]
erasing 'userdata'...
OKAY [ 0.560s]
formatting 'userdata' partition...
Creating filesystem with parameters:
Size: 14539534336
Block size: 4096
Blocks per group: 32768
Inodes per group: 8144
Inode size: 256
Journal blocks: 32768
Label:
Blocks: 3549691
Block groups: 109
Reserved block group size: 871
Created filesystem with 11/887696 inodes and 97200/3549691 blocks
sending 'userdata' (137559 KB)...
writing 'userdata'...
OKAY [ 27.854s]
erasing 'cache'...
OKAY [ 0.037s]
formatting 'cache' partition...
Creating filesystem with parameters:
Size: 452984832
Block size: 4096
Blocks per group: 32768
Inodes per group: 6912
Inode size: 256
Journal blocks: 1728
Label:
Blocks: 110592
Block groups: 4
Reserved block group size: 31
Created filesystem with 11/27648 inodes and 3566/110592 blocks
sending 'cache' (8832 KB)...
writing 'cache'...
OKAY [ 2.961s]
rebooting...
finished. total time: 135.532s
以上でインストールできました。
ユーザデータはすべて消えますのでご注意を。
関連ワード: Android・Google・おすすめ・ツール・ニュース・開発・android 4.3・galaxynexus・maguro・permission manager・バイナリ