Programming/Android

갤럭시 넥서스 루팅없이 Factory Image 설치

Hanlee79 2012. 10. 12. 14:33

1. 준비사항
1.1 프로그램 다운로드
    - 삼성 USB 통합 드라이버
      : http://www.samsung.com/sec/support/pcApplication/USB
    - Android SDK
      : http://developer.android.com/sdk/index.html

    - fastboot 위치( Adroid SDK 설치경로\platform-tools\ )

    - ADB Interface 드라이브( Adroid SDK 설치경로\extras\google\usb_driver )
    - Factory Image
      : http://developers.google.com/android/nexus/images

 

2. Factory Image 설치
2.1 fastboot 모드 진입(전원+볼륨키 UP/DOWN)
2.2 fastboot oem unlock
2.3 fastboot flash bootloader [부트로더 이미지 파일명]
2.4 fastboot reboot-bootloader
2.5 fastboot flash radio [라디오 이미지 파일명]
2.6 fastboot reboot-bootloader
2.7 fastboot -w update [롬 이미지 ZIP 파일명]

2.8 2.1 fastboot 모드 진입(전원+볼륨키 UP/DOWN)
2.9 fastboot oem lock