adb root

    adb shell root 권한으로 실행하기

    명령어 : adb shell root 권한으로 실행 adb shell 명령어로 am이나 pm 명령어 실행할 때 root권한으로 실행하는게 종종 생긴다. ex) adb shell su -c "am start..............." 하면 내가 실행하고자 하는 activity를 root 권한으로 실행할 수 있다.ex) adb shell su -c "pm uninstall com.android.chrome" 하면 내가 삭제하고자할 apk를 삭제할 수 있다.