通过ADB旋转Android屏幕朝向

您所在的位置:网站首页 机顶盒竖屏 通过ADB旋转Android屏幕朝向

通过ADB旋转Android屏幕朝向

2024-07-16 23:16| 来源: 网络整理| 查看: 265

Android开发 通过ADB旋转Android屏幕朝向 yinguobing Mar 6, 2017 1 min

如何通过ADB手动旋转Android屏幕朝向。

通过ADB旋转Android屏幕朝向

首先禁用自动旋转:

adb shell content insert --uri content://settings/system --bind name:s:accelerometer_rotation --bind value:i:0

这条命令可以将屏幕设置为横向模式:

adb shell content insert --uri content://settings/system --bind name:s:user_rotation --bind value:i:1

这条命令可以将屏幕设置为纵向模式:

adb shell content insert --uri content://settings/system --bind name:s:user_rotation --bind value:i:0

来源:StackOverflow



【本文地址】


今日新闻


推荐新闻


CopyRight 2018-2019 办公设备维修网 版权所有 豫ICP备15022753号-3