mattak's blog

人生を1ミリ進める

Android L install

Android L

f:id:mattaclj:20140627094024p:plain

http://developer.android.com/preview/index.html

注意

完全に端末が初期化されます。 重要なデータは要バックアップ。やりかけのゲームは要保存。

install

Imageは下からDL.

下記ページのinstructionに従う.

ログ

$ cd ~/src/hammerhead-lpv79
$ adb reboot bootloader
$ fastboot oem unlock
...
OKAY [ 77.129s]
finished. total time: 77.129s
$ ls
bootloader-hammerhead-hhz11k.img        flash-base.sh
flash-all.bat                           image-hammerhead-lpv79.zip
flash-all.sh                            radio-hammerhead-m8974a-2.0.50.2.08.img
$ ./flash-all.sh
sending 'bootloader' (2508 KB)...
OKAY [  0.277s]
writing 'bootloader'...
OKAY [  0.460s]
finished. total time: 0.738s
rebooting into bootloader...
OKAY [  0.114s]
finished. total time: 0.114s
sending 'radio' (45505 KB)...
OKAY [  1.609s]
writing 'radio'...
OKAY [  3.115s]
finished. total time: 4.724s
rebooting into bootloader...
OKAY [  0.107s]
finished. total time: 0.107s
archive does not contain 'boot.sig'
archive does not contain 'recovery.sig'
archive does not contain 'system.sig'
archive does not contain 'tos.img'
Creating filesystem with parameters:
    Size: 13725835264
    Block size: 4096
    Blocks per group: 32768
    Inodes per group: 8144
    Inode size: 256
    Journal blocks: 32768
    Label:
    Blocks: 3351034
    Block groups: 103
    Reserved block group size: 823
Created filesystem with 11/838832 inodes and 93654/3351034 blocks
Creating filesystem with parameters:
    Size: 734003200
    Block size: 4096
    Blocks per group: 32768
    Inodes per group: 7472
    Inode size: 256
    Journal blocks: 2800
    Label:
    Blocks: 179200
    Block groups: 6
    Reserved block group size: 47
Created filesystem with 11/44832 inodes and 5813/179200 blocks
--------------------------------------------
Bootloader Version...: HHZ11k
Baseband Version.....: M8974A-2.0.50.2.08
Serial Number........: 03a87fca2151fcd9
--------------------------------------------
checking product...
OKAY [  0.100s]
checking version-bootloader...
OKAY [  0.100s]
checking version-baseband...
OKAY [  0.100s]
sending 'boot' (8754 KB)...
OKAY [  0.490s]
writing 'boot'...
OKAY [  0.746s]
sending 'recovery' (9412 KB)...
OKAY [  0.544s]
writing 'recovery'...
OKAY [  0.790s]
erasing 'system'...
OKAY [  1.320s]
sending 'system' (683564 KB)...
OKAY [ 21.642s]
writing 'system'...
OKAY [ 46.641s]
erasing 'userdata'...
OKAY [  8.095s]
sending 'userdata' (137318 KB)...
OKAY [  4.511s]
writing 'userdata'...
OKAY [  9.147s]
erasing 'cache'...
OKAY [  0.646s]
sending 'cache' (13348 KB)...
OKAY [  0.630s]
writing 'cache'...
OKAY [  1.072s]
rebooting...

finished. total time: 97.080s

bootまでけっこう時間かかる (15分くらい). 既存アプリのART対応してる?

スクショ

Material Designぽい部分がみれた。 Notificationがぬるぬる連続性をもって動く。

f:id:mattaclj:20140627094904g:plain