AI手机网,短视频直播 硬改改机 一键新机 群控软件 刷机定制

 找回密码
 立即注册
搜索
查看: 1639|回复: 0

Android手机设置默认输入法方法

[复制链接]
发表于 2018-10-20 22:43:21 | 显示全部楼层 |阅读模式
法1:
adb shell “ime enable com.sohu.inputmethod.sogou/.SogouIME”  //需要先激活应用
adb shell “ime set com.sohu.inputmethod.sogou/.SogouIME”   //设置默认输入法

方法2:修改db数据库方式
adb shell “ime enable com.sohu.inputmethod.sogou/.SogouIME”  //需要先激活应用
adb push sqlite /data/local/tmp/sqlite
adb push SetInputMethod.sh /data/local/tmp/SetInputMethod.sh
adb shell “chmod 755 /data/local/tmp/SetInputMethod.sh;chmod 755 /data/local/tmp/sqlite”
adb shell “/system/bin/sh /data/local/tmp/SetInputMethod.sh com.sohu.inputmethod.sogou/.SogouIme”  //设置默认输入法


您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

技术交流售后群

QQ|小黑屋|手机版|站点找错-建议|AI手机网 |Sitemap



GMT+8, 2024-3-29 05:15 , Processed in 0.142922 second(s), 27 queries .

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

快速回复 返回顶部 返回列表