• Home
  • About
    • back
    • Graphics SW Engineer photo

      Graphics SW Engineer

    • Read More
    • Resume
    • yangtkboy@gmail.com
    • LinkedIn
    • Instagram
    • Github
  • Posts
    • back
    • All Posts
    • All Tags
    • Tag : Life
    • Tag : Dev Tips
    • Tag : Graphics
    • Tag : ML
  • Projects
    • back
    • All Projects
    • Project : Android
    • Project : Graphics
    • Project : Unreal
  • 3D Toys

ADB Commands

01 May 2023

Reading time ~1 minute

ADB 커멘드

adb logcat BodyAnimationActivity:D AndroidRuntime:E

adb shell wm density 560
adb shell wm density reset

RAM 체크

adb shell dumpsys meminfo (pid)

녹화

adb shell screenrecord /sdcard/000.mp4
adb shell screenrecord --time-limit 10 /sdcard/record.mp4
adb shell screenrecord --bit-rate 10000000 /sdcard/000.mp4

system app 삭제

adb remount
adb shell su -c setenforce 0
adb shell rm system/priv-app/PeopleStripe/PeopleStripe.apk

ndk-build -B -j5

카메라 무음

adb shell settings put system csc_pref_camera_forced_shuttersound_key 0

ADB user data 날리기

adb shell dd if=/dev/zero of=/dev/block/persistent bs=1 count=1024


TipsAndroid Share Tweet +1