重新启动后,adb shell cmd 覆盖层将重置为之前的状态(未激活)
在 gestural
和 thirdbutton
导航之间切换
我正在尝试使用cmd Overlay Enable com.android.internal.systemui.navbar.gestural
和
>cmd 叠加启用 com.android.internal.systemui.navbar.thirdbutton
或通过 system-->gestures-->system navigation
然后选择手势导航
代码> 和三键导航
。
我使用 - 检查了更改 cmd override list --user current
我能够看到所做的确切更改。
但是当我重新启动我的 Android 设备时,它只是恢复到之前选择的导航;很少(尝试 5-6 次后)所做的更改在重新启动后仍然保留。
示例:如果我当前的选择是三按钮,并将其更改为手势,则重新启动后它会返回三按钮,或者有时(在 5-6 次尝试和重新启动后),它保持手势状态。
即使重新启动后如何保持更改永久?
I'm trying to switch between gestural
and threebutton
navigation using
cmd overlay enable com.android.internal.systemui.navbar.gestural
and
cmd overlay enable com.android.internal.systemui.navbar.threebutton
or via system-->gestures-->system navigation
and then selecting gesture navigation
and 3-button navigation
.
I checked the changes using -cmd overlay list --user current
and I was able to see the exact changes made.
But when i reboot my android device, it just reverts back to the previous selected navigation; rarely (after 5-6 tries) the changes made remain after reboot.
Example: If my present selection is threebutton and I change it to gestural, then after reboot it goes back to threebutton or sometimes (after 5-6 tries and reboots), it stays as gestural.
How do i keep the changes permanent even after reboot??
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我也有同样的问题。使用 adb cmd 覆盖所做的更改在重新启动后不会保留。然而,在一些论坛中,我看到即使在重新启动后,更改仍然存在,但他们可能运行的是 Android 10。我目前运行的是 Android 11。我真的不知道他们是否通过 Android 升级更改了此功能。
I also have the same issue. The changes made using the adb cmd overlay does not remain after reboot. However, in some forums, i saw that the changes still stayed for some even after reboot but they were probably running android 10. I am currently running Android 11. I don't really know if they changed this feature with android upgrades.