Umang17 / softkeyboard

Automatically exported from code.google.com/p/softkeyboard
0 stars 0 forks source link

Crash while trying to use ASK on Sciphone N19 which have ARMv4t #297

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Tap on text field.

What is the expected output? What do you see instead?
Keyboard is expected to appear. Nothing happens instead.

What version of the product are you using? On what operating system?
Device: Sciphone N19 (ARMv4t).
Version: 20100119-imaginary

Please provide any additional information below:
Here is the part of my logcat:

03-04 11:30:44.370 D/AnySoftKeyboard( 1360): Finished parsing 
AnySoftKeyboardMetaData
03-04 11:30:44.370 D/AnySoftKeyboard( 1360): loadKeyboard result: 
PrefString:eng_keyboard KeyboardName:English IconResId:2130837510 
DefaultDictionaryLanguage:English
03-04 11:30:44.375 I/AnySoftKeyboard( 1360): Done creating keyboard: 
English, which is LTR:true
03-04 11:30:44.390 D/dalvikvm( 1360): Trying to load lib 
/data/data/com.menny.android.anysoftkeyboard/lib/libnativeime.so 0x438a5168
03-04 11:30:44.395 D/dalvikvm( 1360): Added shared lib 
/data/data/com.menny.android.anysoftkeyboard/lib/libnativeime.so 0x438a5168
03-04 11:30:44.515 I/DEBUG   (  402): *** *** *** *** *** *** *** *** *** 
*** *** *** *** *** *** ***
03-04 11:30:44.515 I/DEBUG   (  402): Build fingerprint: 
'ANDROID/TA1/TA1/TA1:1.5/CUPCAKE/eng.robinlaw.20091201.115218:eng/test-
keys'
03-04 11:30:44.515 I/DEBUG   (  402): pid: 1360, tid: 1360  >>> 
com.menny.android.anysoftkeyboard <<<
03-04 11:30:44.520 I/DEBUG   (  402): signal 11 (SIGSEGV), fault addr 
fffeb8f8

Original issue reported on code.google.com by nonsle...@gmail.com on 4 Mar 2010 at 8:37

GoogleCodeExporter commented 9 years ago
Wow... I'm puzzled... It is almost like the LIB is not supported in this device.

Original comment by menn...@gmail.com on 14 Mar 2010 at 2:09

GoogleCodeExporter commented 9 years ago
Yeah, that it. Sciphone N19 have ARMv4t processor, so, it have no support of 
few ARMv5 
commands. If the lib is written on C, it shouldn't be that hard to recompile 
the lib 
with options to support ARMv4t CPU.

Original comment by nonsle...@gmail.com on 14 Mar 2010 at 9:30

GoogleCodeExporter commented 9 years ago
Do you know how to do it? You know how to instruct the GCC to compile for that 
CPU?

Original comment by menn...@gmail.com on 3 Apr 2010 at 7:18

GoogleCodeExporter commented 9 years ago

Original comment by menn...@gmail.com on 3 Apr 2010 at 7:19

GoogleCodeExporter commented 9 years ago
Would you like to test?

Original comment by menn...@gmail.com on 7 Apr 2010 at 7:30

GoogleCodeExporter commented 9 years ago
Sorry, unfortunly I have broken my phone, so I'm not available to test it.

Original comment by nonsle...@gmail.com on 8 Apr 2010 at 4:00

GoogleCodeExporter commented 9 years ago
Hi,

My phone is repaired and now I'm able to test if there is something.
Also I have found that issue 355 related to the same problem.

Thanks.

Original comment by nonsle...@gmail.com on 28 Jun 2010 at 7:31

GoogleCodeExporter commented 9 years ago
Issue 355 has been merged into this issue.

Original comment by menn...@gmail.com on 29 Jun 2010 at 8:35

GoogleCodeExporter commented 9 years ago
We do not have a solution yet.

Original comment by menn...@gmail.com on 29 Jun 2010 at 8:35

GoogleCodeExporter commented 9 years ago
There is an keyboard switching application that works on Android for FreeRunner 
(which is ARMv4t based):
http://androidteam.ru/forum/showpost.php?p=380&postcount=1

Original comment by skliarie@gmail.com on 29 Jun 2010 at 9:00

GoogleCodeExporter commented 9 years ago
Does it include dictionary?

Original comment by menn...@gmail.com on 29 Jun 2010 at 11:33

GoogleCodeExporter commented 9 years ago
No, there's no dictionary in ruKeyboard. Anyway, thank you.

Original comment by nonsle...@gmail.com on 29 Jun 2010 at 11:40

GoogleCodeExporter commented 9 years ago
I think I can make ASK work on your device BUT WITHOUT dictionary (except user 
dictionary, maybe).
Is this good enough?

Original comment by menn...@gmail.com on 30 Jun 2010 at 7:43

GoogleCodeExporter commented 9 years ago
It would be great!
Thank you.

Original comment by nonsle...@gmail.com on 30 Jun 2010 at 7:58

GoogleCodeExporter commented 9 years ago
OK. Than please open a new issue about this.
Sometime like: "ASK should work even if the binary dictionary fails to load"

Original comment by menn...@gmail.com on 30 Jun 2010 at 8:22

GoogleCodeExporter commented 9 years ago
Done. Issue 438.

Original comment by nonsle...@gmail.com on 30 Jun 2010 at 8:32

GoogleCodeExporter commented 9 years ago
Have you tested the latest version?

Original comment by menn...@gmail.com on 1 Sep 2010 at 6:50

GoogleCodeExporter commented 9 years ago
ASK now works on Sciphone N19. Thank you. Great app.

Original comment by nonsle...@gmail.com on 19 Sep 2010 at 7:28

GoogleCodeExporter commented 9 years ago

Original comment by menn...@gmail.com on 31 Aug 2011 at 1:42