Open GoogleCodeExporter opened 8 years ago
I also encountered this problem when I tried to build the native code. I'm
using Eclipse Juno and android-ndk-r10e on a Windows 7 (64 bit) machine.
Original comment by keishik...@gmail.com
on 8 Jun 2015 at 6:06
Attachments:
Indeed, the code assumes 32bit pointers.
I've just submitted an untested patch that attempts to fix this by upgrading
the opaque pointer type to "long", can you give this a try and let me know if
it works?
https://code.google.com/p/hackerskeyboard/source/detail?r=3c2bd051b2c8ff5e3dc126
b487216a1bb336a72d
Original comment by Klaus.We...@gmail.com
on 9 Jun 2015 at 6:08
[deleted comment]
[deleted comment]
Thanks for the speedy reply.
Yep that worked. I no longer have errors during build. However, suggested
words are still not displaying. In the version I downloaded from the PlayStore,
HK pops up suggested words when I start typing. It doesn't happen with my
built-from-source HK. Thanks in advance.
Original comment by keishik...@gmail.com
on 10 Jun 2015 at 2:58
Attachments:
Can you check if it logs any warnings on startup, i.e. via "adb logcat"? It
should log "loaded jni_pckeyboard" and "Loaded dictionary, len=..." on success.
Original comment by Klaus.We...@gmail.com
on 10 Jun 2015 at 6:07
[deleted comment]
There's "loaded jni_pckeyboard" but there's no "Loaded dictionary, len=..." No
warnings.
Original comment by keishik...@gmail.com
on 11 Jun 2015 at 6:17
Do you have the English dictionary downloaded?
https://play.google.com/store/apps/details?id=org.pocketworkstation.dict.en
Building from source doesn't include the defalt English dictionary. I intend to
not include it by default, but have not removed it yet from published builds to
avoid surprises for people upgrading it.
Original comment by Klaus.We...@gmail.com
on 11 Jun 2015 at 5:07
I didn't download any dictionary. I'm just curious how come I have words being
suggested to me (PlayStore HK) opposed to my self-compiled that didn't.
Anyways, thank you for your help. Even without a dictionary, your keyboard is
still the best there is. Thanks again and keep up the good work.
Original comment by keishik...@gmail.com
on 12 Jun 2015 at 5:29
The Play Store version of Hacker's Keyboard embeds the English dictionary to
maintain backwards compatibility with earlier versions, while other languages
still need to be downloaded separately.
If you build your own, the build won't include any dictionary, so you need to
download the English dictionary to make it work.
Original comment by Klaus.We...@gmail.com
on 12 Jun 2015 at 6:05
[deleted comment]
Hi, sorry for the super late reply. Anyways, I tried your suggestion (custom HK
+ English dictionary from PlayStore) and it worked perfectly in my devices.
Thank you so much for your help and looking forward to more enhancements for
this amazing keyboard. :)
Original comment by keishik...@gmail.com
on 23 Jun 2015 at 9:40
Original comment by Klaus.We...@gmail.com
on 24 Jun 2015 at 12:13
Original issue reported on code.google.com by
ggso...@gmail.com
on 10 Apr 2015 at 6:58