Samsung Tablet Change Aspect Ratio

03 Jan 2022 | computer

Ensure tablet is connected and USB debugging is on.

Install Android Studio and install any SDK packages it reccomends.

In a terminal, use Android Debug Bridge (ADB) to change resolution on tablet:

cd "C:\Users\ddigiorg\AppData\Local\Android\Sdk\platform-tools"
./adb.exe devices
./adb.exe shell
wm size 1080x1920
exit