Opera Software NINJA
Wednesday, December 9, 2009 7:28:45 AM
Saturday, June 27, 2009 8:44:20 AM
Developers showed off their apps. The new iPhone is cool but I think I like my Sapphire better
Above picture of me taken by the cool guy sitting below, Danny Choo.
Danny did a cool presentation, showed off his own application, and gave away prizes.Tuesday, June 16, 2009 7:45:38 PM
At Google Developer Day last week, I received a free HTC Magic with a special version of Android made for Japan by Google. The OS is very minimal, meant only to support developers working on Android applications, but it came with a Japanese IME application called iWnnIME. Since there is currently no native Japanese IME available anywhere for Android, I decided to post installation instructions so everyone can enjoy it 
adb kill-server adb root adb remount adb push iWnnIME/jp.co.omronsoft.iwnnime /data/data/ adb push iWnnIME/system@app@iWnnIME.apk@classes.dex /data/dalvik-cache/ adb push iWnnIME/libiwnn.so /system/lib/ adb push iWnnIME/lib_dic.conf.so /system/lib/ adb push iWnnIME/lib_dic_e.conf.so /system/lib/ adb push iWnnIME/libEnjcon.so /system/lib/ adb push iWnnIME/libEnjemailuri.so /system/lib/ adb push iWnnIME/libEnjlearn.so /system/lib/ adb push iWnnIME/libEnjlearnL.so /system/lib/ adb push iWnnIME/libEnjlearnM.so /system/lib/ adb push iWnnIME/libEnjrel.so /system/lib/ adb push iWnnIME/libEnjyomi.so /system/lib/ adb push iWnnIME/libkaomoji_kihon.so /system/lib/ adb push iWnnIME/libkaomoji_tyukyu.so /system/lib/ adb push iWnnIME/libnjaddress.so /system/lib/ adb push iWnnIME/libnjcon.so /system/lib/ adb push iWnnIME/libnjemoji.so /system/lib/ adb push iWnnIME/libnjexyomi.so /system/lib/ adb push iWnnIME/libnjexyomi_new.so /system/lib/ adb push iWnnIME/libnjexyomi_re.so /system/lib/ adb push iWnnIME/libnjfzk.so /system/lib/ adb push iWnnIME/libnjname.so /system/lib/ adb push iWnnIME/libnjtan.so /system/lib/ adb push iWnnIME/libnjubase1.so /system/lib/ adb push iWnnIME/libnjubase2.so /system/lib/ adb push iWnnIME/DroidSansJapanese.ttf /system/fonts/ adb install iWnnIME/iWnnIME.apk



Open any application which has a text input, such as the mail application. Hold your finger on a text input for 3 seconds until the "select text input" dialog appears. Now you can select the iWnnIME input method.
Sunday, June 14, 2009 12:48:17 PM
