• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Recent content by stella1016king

  1. S

    adb screenrecord size option not working as expected

    It's noticed that 'adb screenrecord --size RESOLUTION' not working as expected. It always takes the physical resolution instead of the given resolution. Is this a bug from device or adb? Example: run 'adb shell wm size' Physical size: 1440x2960 Override size: 1080x2220 Then run: 'adb shell...