[Android] Image 심기 (Nexus)
Android/Framework&Build 2015. 7. 28. 17:32 |How to install Goolge image on Google reference Device
a, Download & unzip factory image from Google page
- https://developers.google.com/android/nexus/images
- For Nexus 9 (강제부팅: power + up)
run the flash-all.bat up until the point where it fails
unzip image-volantis-lrx21l.zip
fastboot flash system system.img
fastboot flash recovery recovery.img
fastboot flash cache cache.img
fastboot flash boot boot.img
fastboot flash vendor vendor.img
from tablet - select hboot
select factory reset
b, adb reboot bootloader (fastboot devices 로 adb 연결확인)
c, fastboot oem unlock (Nexus 9 는 개발옵션에서)
d, double click downloaded "flash-all.bat" file on PC
e. finish install new version.
Other: If you get a missing system.img error
'Android > Framework&Build' 카테고리의 다른 글
Google I/O 2017 [18일 Sessions] (0) | 2017.05.22 |
---|---|
Google I/O 2017 [17일 Sessions] (0) | 2017.05.22 |
/system/ 읽기 권한 변경 (0) | 2015.03.30 |
파일 속성 바꾸기.. chomd & chown (0) | 2015.03.30 |
빌드 시, Proguard 설정 (0) | 2015.01.12 |