ADB 명령어

Eungi Kim·2020년 10월 23일
1

원격 연결

adb tcpip 5555

adb connect 192.168.159.118:5555

알람 확인

adb shell dumpsys alarm | grep com.example.app

adb shell dumpsys alarm | grep -A 1 -B 2 com.example.app

밝기 확인

adb shell settings get system screen_brightness

패키지 삭제

adb uninstall {패키지명}

============================
grep option
A [숫자] grep 걸린 놈에서 앞으로 몇줄까지 추가 출력
B [숫자] grep 걸린 놈에서 뒤로 몇줄까지 추가 출력

profile
Run and gun and debugun

0개의 댓글