We have moved to a new Sailfish OS Forum. Please start new discussions there.
27

Japanese input method

asked 2013-12-25 04:02:12 +0300

Behold gravatar image

updated 2014-01-19 20:03:38 +0300

nephros gravatar image

Given that Chinese input is already supported, it seems to me that Japanese input would be the next logical step. It would be of great benefit to both Japanese users, and students of Japanese (e.g. me). Whether it's wāpuro rōmaji or kana input doesn't really matter to me personally, as long as it's possible to type Japanese at all; it's more or less the only major thing that I'm missing from my old iOS device.

edit retag flag offensive close delete

Comments

1

I do not have any objection to this request for Japanese input method. I hope it will be very much like maliit-plugin-jp for Nokia N9, which is found here (https://code.google.com/p/maliit-plugin-jp/).

hassyy ( 2013-12-26 18:21:49 +0300 )edit

Or it's good if the existing android IME applications like Simeji or Google Japanese Input Method is available, which seems currently NOT to be available w/ Sailfish OS ver1.0.2.5 ... osz. I hope to have any updates regarding Japanese IME !!

hassyy ( 2013-12-28 07:34:05 +0300 )edit

Qt is pretty JavaScript friendly, if I'm not mistaken (?). There is this nice JS japanese IME, at least for kana: http://wanakana.com/ which could be adapted.

v2px ( 2014-01-02 23:28:04 +0300 )edit

Well, the biggest feature of your average IME is being able to type kanji, so a kana-only IME is unfortunately not particularly helpful. The best solution would probably be something along the lines of integrating Anthy with the keyboard, much like the Japanese input plugin for the N9 does.

Behold ( 2014-01-03 02:17:16 +0300 )edit

A B S O L U T E L Y, Y E S S S S S !!! ... forgot to ask by myself but being able to write some Kanji would be very helpful (and efficient) to have ... if you happen to communicate in Japanese as well ;-)

launchpad ( 2014-01-10 09:41:57 +0300 )edit

4 Answers

Sort by » oldest newest most voted
7

answered 2014-01-10 03:42:42 +0300

Behold gravatar image

So, it feels kind of weird answering my own question, but I've at least partially solved this problem by myself by creating my own Japanese input method. It should work, mostly, but it is in a very experimental state including occasional crashes and so on. See my thread at TMO for further information, as well as my repository at OpenRepos for screenshots and packages.

edit flag offensive delete publish link more

Comments

Thank you so much for your great work. I'll give it a try later.

hassyy ( 2014-01-10 09:38:09 +0300 )edit
1

Awesome stuff! Supporting such extensions officially is problematic at the moment as that would require freezing some related APIs, but could consider refactoring input handler selection at some point so this wouldn't need to workaround with hacks.

Pekka Vuorela ( 2014-01-10 15:44:50 +0300 )edit
1

great stuff! you're much faster than me :) Hopefully I can contribute to this somehow, at least I'm interested in developing the flick style input.

Acce ( 2014-01-11 19:26:03 +0300 )edit

Nice, works like a charm!

vvvv ( 2014-01-11 23:02:42 +0300 )edit

@Pekka Vuorela: I realize I'm a bit late in responding, but do you have any idea in particular for how to refactor the input handler selection code? Can we expect an update to the relevant code in the next Sailfish update? The easiest way in my opinion would be to simply let layouts specify a custom 'inputHandler' property.

Behold ( 2014-01-26 21:40:44 +0300 )edit
2

answered 2014-01-05 01:22:45 +0300

Acce gravatar image

updated 2014-01-05 01:29:22 +0300

I'm going to try porting the N9 ime to sailfish when I have more time. However, I haver written any input methods so any help with the code would be appreciated.

Furthermore, if someone knowledgeable how the maliit is used in sailfish, any information would be nice, since there isn't (I haven't found) any documentation on the sailfish input methods implementation / plugin support.

Edit: considering the japanese mobile phone market is very closed and therefore a very difficult market to enter, I believe Jolla is aiming at the chinese speaking countries in the east for now, which is why japanese IME is not in their priority list.

edit flag offensive delete publish link more

Comments

I've tried looking into similar alternatives, unfortunately I can't find much (or any) documentation on the keyboard. I'll sum up some of my findings though: the important keyboard-related QML files are in /usr/share/maliit/plugins/com/jolla/ (layouts in the layout directory), (cont)

Behold ( 2014-01-05 02:11:03 +0300 )edit

(cont'd) and they all seem to import /usr/lib/qt5/qml/com/jolla/keyboard/libjollakeyboardplugin.so, to which I don't know if we have the source. If you want to experiment with the QML files (e.g. KeyboardBase), run systemctl --user stop maliit-server.service && maliit-server to get output. (cont)

Behold ( 2014-01-05 02:14:04 +0300 )edit
1

(cont'd) Unfortunately I can't find much on the most interesting of the layouts, the Chinese pinyin layout. I think it's implemented using the XT9 function (http://en.wikipedia.org/wiki/XT9), but that again seems to be a binary blob.

Behold ( 2014-01-05 02:15:20 +0300 )edit
0

answered 2014-11-14 10:15:20 +0300

KoneetKiertoon gravatar image

Hei all - very new Jolla user. Will have to try Behold's solution. I had been using MultiLing keyboard with my Android phone and was perfectly satisfied with it. At this point I have no idea what the limitations might be in getting something like that to work with Jolla...?

edit flag offensive delete publish link more
0

answered 2019-09-22 17:53:31 +0300

nzm gravatar image

updated 2019-09-28 20:04:21 +0300

Does the solution by Behold still work on Sailfish 3 (I'm on Xperia X)? Or is there a more recent alternative available for typing in Japanese?

edit flag offensive delete publish link more

Comments

I was able to install Japanese input on Sailfish X by installing the arm packages here https://openrepos.net/content/sfosja/japanese-keyboard-anthy

Reboot the phone after installation.

dp ( 2020-05-22 05:34:30 +0300 )edit
Login/Signup to Answer

Question tools

Follow
10 followers

Stats

Asked: 2013-12-25 04:02:12 +0300

Seen: 2,267 times

Last updated: Nov 14 '14