Android 没有屏幕键盘(只有语音)

Android no on screen keybord ( only voice )

I have a Huawei P9.

I am stuck at initial screens where I need to enter Wifi password and Google email with no keyboard. I only have the voice option when I click on an input box :

我无法通过它并安装键盘:

adb install keybord.apk

我也恢复了Android7(同样的问题依然存在)

UPDATE.APP in dload folder in SD card 

我尝试重新安装库存 ROM 但不能,因为引导加载程序目前已锁定。 (在其中一次重新启动时将其锁定)

What happened ?

Would an external keyboard work ? What other solutions are there ?

外接键盘解决了问题

启用USB调试,连接电脑,安装必要的驱动程序并获取adb

然后您可以通过 adb shell 输入提示,然后您可以在那里使用 text input "exampleTextGoesHereToType",它会将输出发送到设备。

启动进入恢复然后挂载系统并打开文件管理器(在恢复中)。

然后在/system/app/system/priv-app中搜索键盘文件。如果它们不存在,请下载 APK 并放入 /system/app/<keyboard package name>/apk 目录。