-
2017/12/24 - android adb logcat 파일저장
2017/12/24 - android adb shell if문
2017/12/24 - android adb shell read menu문
2011/12/09 - Android adb shell devices
2011/03/03 - Adb Superuser cmding
2011/03/03 - ADB shell command
패스트부트(fastboot) 모드로 진입.
디바이스 회사마다 다름 삼성Ex: 상태에서 전원 버튼 + 볼륨 다운 (또는 업)을 길게 누르면 된다.
기기를 USB로 컴퓨터에 연결 후 platform-tools 폴더에서 명령어를 입력가능.
fastboot devices
시리얼 정보확인
fastboot reboot
재부팅
fastboot oem unlock
부트로더를 언락하는 명령어로 기기의 모든 정보가 사라짐.
재부팅 후 설정 메뉴로 들어가서USB 디버그 모드를 활성화시켜 Adb작업 가능.
fastboot flash recovery 파일명
커스텀 리커버리를 설치 Ex: fastboot flash recovery openrecovery-twrp-2.0.1.1-flo.img
“Size too large” 메시지가 뜨면 다른 기기용의 커스텀 리커버리의 설치를 시도하고 있는 지 확인해 봐야한다.