1. adb shell로 실행하는 명령어를 root권한으로 실행하게 만들려면

 참고(http://android.stackexchange.com/questions/5884/is-there-a-way-for-me-to-run-adb-shell-as-root-without-typing-in-su)

   안드로이드 루트 폴더에 default.prop이라는 파일을 찾아서 ro.secure=1로 되어 있는 부분을 ro.secure=0으로 바꿔주고 시스템을 재시작한다.(검증 되지 않음)

   재시작후 adb root를 실행하면 adbd가 root권한을 갖게 되어서 이후 adb shell [명령어] 들은 모두 root권한으로 실행되게 된다고 한다.


2. 

Posted by kevino
,