Install the Input Method in Android to replace the original Input Method

Source: Internet
Author: User

Generally, Android has its own input method. If we want to remove the original input method and use our favorite input method, we can find the original APK related to the input method after obtaining the root permission, use ADB debugging tool,

ADB Shell goes to the/system/APP directory

Delete openwnn.apkand pinyinime.apkand latinime.apk, and delete libjni_latinime.so and libjni_pinyinime.so under/system/lib.

Download an input method that you like online, such as Baidu or sogou. Take Baidu as an example. After downloading the method, decompile the APK file or name it a zip file.

Decompress the package to get libkpencore. So and the librabjni-1.so In the Lib folder. Use ADB push to put the two. So files in the/system/libdirectory and put baidu.apk under/system/app.

Restart ADB reboot and set the input method as the first input method by default.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.