我正在使用Cyanogenmod 7的测试版,它们似乎不太可能留出家庭和搜索按钮功能。我尝试回到RC然后获得最新的夜间,然后擦拭数据和缓存,然后获得最新的RC和夜间。但是,当我按下家或搜索时,手机振动,好像我按下某些东西,但没有回家或打开搜索框。谢天谢地,"回来" 仍然有效。
是硬件有缺陷的吗?
我正在使用Cyanogenmod 7的测试版,它们似乎不太可能留出家庭和搜索按钮功能。我尝试回到RC然后获得最新的夜间,然后擦拭数据和缓存,然后获得最新的RC和夜间。但是,当我按下家或搜索时,手机振动,好像我按下某些东西,但没有回家或打开搜索框。谢天谢地,"回来" 仍然有效。
是硬件有缺陷的吗?
I'm using a beta of Cyanogenmod 7 and it seems unlikely they would leave out home and search button functionality. I tried rolling back to the RC and then getting the latest nightly and then wiping the data and cache and then getting the latest RC and nightly. But still, when I press Home or Search, the phone vibrates as if I pressed something but doesn't go home or bring up a search box. Thankfully, "back" still works.
Is the hardware defective??
如果手机注册了按键和振动,我就不会看到它是如何成为硬件问题。闪回库存,看看它是否有效。或至少cm6。
If the phone's registering the keypress and vibrating, I don't see how it could be a hardware issue. Flash back to stock and see if it works. Or at least CM6.
这意味着提供了以某种方式中断;换句话说,当你重新安装固件时,向导是通过第一步引导你的,事情中断,它没有完成。这就是为什么主页按钮,搜索按钮和锁定屏幕不起作用。
要解决此问题,请从根终端或从 adb shell
:中运行以下命令 sqlite3 /data/data/com.android.providers.settings/databases/settings.db "INSERT INTO secure (name,value) VALUES ('device_provisioned','1');"
然后重启。
This means the provisioning got somehow interrupted; in other words, when you just reinstalled the firmware and the wizard was guiding you through the first steps, something interrupted it and it didn't finish. That's why the Home button, the Search button and the Lock Screen don't work.
To fix this, run the following command from a root terminal or from adb shell
:
sqlite3 /data/data/com.android.providers.settings/databases/settings.db "INSERT INTO secure (name,value) VALUES ('device_provisioned','1');"
and then reboot.
© 2022 it.wenda123.org All Rights Reserved. 问答之家 版权所有