close
之前寫了有關非官方的Android中文輸入法 "KerKerInput"
現在最新的Cupcake已經有嚕 !
但是以前的文章 Android 原始碼發佈嚕 也需要修改啦
要到這邊下載 :
http://android.git.kernel.org/
需要指定branch cupcake
mkdir mydroid
cd mydroid
repo init -u git://android.git.kernel.org/platform/manifest.git -b cupcake
repo sync
(git 相關文章 : 1. 好物推薦:Git 2. Git 如何切換不同版本 )
然後輸入法在
platform/packages/inputmethods/LatinIME.git
platform/packages/inputmethods/PinyinIME.git
其中LatinIME 是預設的 !
要自己手動 make PinyinIME
再把PinyinIME.apk 安裝進去 !
其他相關文章:
Android开源输入法OpenWnn解析
其实输入法是有三套的,LatinIME, Google拼音和Openwnn,第三个应该是基于词典匹配的输入法吧
--
最新更新 :
Openwnn 已經抓不到了 Orz
全站熱搜
留言列表