我有三星Galaxy S5,我的App菜单按钮坏了。 (在更换屏幕时不小心摧毁了它。)
是否有任何其他方法可以访问应用程序菜单或查看运行应用程序的列表,在它们之间切换,关闭不需要的运行应用程序?
我有三星Galaxy S5,我的App菜单按钮坏了。 (在更换屏幕时不小心摧毁了它。)
是否有任何其他方法可以访问应用程序菜单或查看运行应用程序的列表,在它们之间切换,关闭不需要的运行应用程序?
I have a Samsung Galaxy S5 and my app menu button is broken. (I accidentally destroyed it while replacing the screen.)
Is there any other way to access the app menu or view a list of running apps, switch between them, close unneeded running applications?
如果您有root,则可以通过修改 build.prop
文件来模拟Nexus和其他设备上的软键。为此,您将需要root。 rooting您的设备有许多指南,例如这个在xda 。
rooted后,安装像 build prop编辑器。更改(或添加)以下键: qemu.hw.mainkeys=0
(添加一个名为 qemu.hw.mainkeys
的密钥,并将值设置为 0
。)要小心并确保您已完全键入如图所示。在此之后,您需要硬重启手机。关闭设备(或取出电池,不推荐),然后重新打开。 注意:对于 build.prop
编辑,您需要硬重启;软重启不会将更改应用于 build.prop
文件。
如果您不希望root,您可以安装类似于 Handy软键。请注意,这可能会影响性能,电池和数据使用,因为它不是android的原产,如 build.prop
编辑。
If you have root, you can emulate soft keys, like the ones on the Nexus and other devices, by modifying the build.prop
file. To do this you will need root. There are many guides to rooting your device, such as this one on XDA.
After you are rooted, install an app like Build Prop Editor. Change (or add) the following key: qemu.hw.mainkeys=0
(add a key named qemu.hw.mainkeys
and set the value to 0
.) Be careful and make sure that you have typed it exactly as shown. After this, you will need to hard reboot your phone. Power off your device (or remove the battery, not recommended) and then turn it back on. Note: For build.prop
edits, you will need a hard reboot; a soft reboot will not apply the changes to the build.prop
file.
If you do not wish to root, you can install an app like Handy Soft Keys. Please note that this may affect performance, battery, and data usage negatively, as it is not native to Android like the build.prop
edit.
© 2022 it.wenda123.org All Rights Reserved. 问答之家 版权所有