Android 中文輸入法 官方版 !
四月 6, 2009 Posted in RSS 觀看文章來源
之前寫了有關非官方的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 安裝進去 !
其他相關文章:
其实输入法是有三套的,LatinIME, Google拼音和Openwnn,第三个应该是基于词典匹配的输入法吧
–
最新更新 :
Openwnn 已經抓不到了 Orz
讀過本文的讀者, 也對以下文章有興趣
huge: apache mod_rails
Anderson: Android與語音辨識 Speech Input API for Android
sambafruit.net: 失戀 again = 成長++
huge: Enable Mysql Remote Access (ubuntu)
huge: RoR on Synology NAS DS209























