Digit
Nexus 계열 ROM 올리기 for MAC
1. 파일 다운 받기
https://developers.google.com/android/nexus/images <-- factory image
https://developer.android.com/sdk/index.html
SDK 중에서 adb, fastboot 파일을 적정 폴더에 풀기
첨부파일중 Android.zip 다운 받기
2. Nexus 기기에서 Settings > Developers options > USB debugging 활성
3. 튼튼한 USB - microUSB 케이블로 연결
4. terminal 실행.
5. adb, fastboot 파일이 들어 있는 폴더로 감. 여기에서는 Users/이름/Goo 경로로 예를 듦
6. terminal에서 ./adb devices 실행 -> nexus 인식 확인
7. ./adb reboot bootloader
8. ./fastboot oem unlock -> nexus 기기에서 Yes 눌러 실행
9. 다운 받은 factory image를 User/이름/Goo 에 압축을 풀어 놓는다.
10. PATH="$PATH:/Users/이름/Goo/" ./flash-all.sh 실행하여 경로 확인 및 flashing 함.
11. nexus 기기에서 재부팅 됨.
## 다시 lock
2번에서 7번까지 반복 후 ./fastboot oem lock 실행