상세 컨텐츠

본문 제목

[안드로이드] 터미널 명령어 - 추가 중

Android

by choiDev 2020. 5. 18. 22:53

본문

// 정리중 - 2020.05.18 갱신

1. adb kill
./adb kill-server

2. adb start
./adb start-server

3. adb shell 접속
./adb shell

4. 파일 권한 변경
 - chmod -R 777 파일명

5. adb root권한 획득
./adb root

6. adb 내부 파일 다운로드 (root 권한 획득 후 진행 할 것)
./adb pull {파일 경로/파일이름}

관련글 더보기