简世博客

一个简单的世界——博客空间,写了一些Android相关的技术文章,和一些点滴的想法

0%

安卓手机打开原生虚拟键的方法

android 手机打开原生安卓虚拟键的方法.

xc@xc-OptiPlex-7040:~/MyWorkspace$ adb root
restarting adbd as root
xc@xc-OptiPlex-7040:~/MyWorkspace$ adb remount
remount succeeded
xc@xc-OptiPlex-7040:~/MyWorkspace$ adb shell setprop qemu.hw.mainkeys 0
xc@xc-OptiPlex-7040:~/MyWorkspace$ adb shell stop
xc@xc-OptiPlex-7040:~/MyWorkspace$ adb shell start
xc@xc-OptiPlex-7040:~/MyWorkspace$