[android-porting] Re: Soft Keyboard stopped unexpectedly...

2009-06-16 Thread ertan...@gmail.com
Just not to leave this unanswered. This seems related to policy_mid. When I use it, the soft keyboard does not show up. --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Re: Soft Keyboard stopped unexpectedly...

2009-06-16 Thread Dianne Hackborn
The mid policy is not being maintained, and it would be surprising if it worked at all. I strongly suggest staying away from it. On Tue, Jun 16, 2009 at 11:30 AM, ertan...@gmail.com ertan...@gmail.comwrote: Just not to leave this unanswered. This seems related to policy_mid. When I use

[android-porting] Re: Soft Keyboard stopped unexpectedly...

2009-05-25 Thread Michael Trimarchi
Hi, ertan...@gmail.com wrote: So is there anything we can do to solve it? I didn't change anything related to permissions, why would a problem like this occur? Can you send me the crash. The best thing is to understand where the crash is and look at the code. The code is under

[android-porting] Re: Soft Keyboard stopped unexpectedly...

2009-05-25 Thread ertan...@gmail.com
So is there anything we can do to solve it? I didn't change anything related to permissions, why would a problem like this occur? On May 23, 6:54 am, Jim Pai chiji...@gmail.com wrote: I have met the situation, but it's happened on PinyinIME. I checked the log, seems the permission so that

[android-porting] Re: Soft Keyboard stopped unexpectedly...

2009-05-25 Thread ertan...@gmail.com
The following is the logcat entry: I/ActivityManager( 924): Start proc com.android.inputmethod.latin for service com.android.inputmethod.latin/.LatinIME: pid=1188 uid=10001 gids={3003} D/dalvikvm( 1188): Trying to load lib /system/lib/libjni_latinime.so 0x4373f838 D/dalvikvm( 1188): Added

[android-porting] Re: Soft Keyboard stopped unexpectedly...

2009-05-22 Thread ertan...@gmail.com
Can somebody guide me on how to debug this please? LatinIME is not working on my device. How can I debug it? --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Re: Soft Keyboard stopped unexpectedly...

2009-05-22 Thread Jim Pai
I have met the situation, but it's happened on PinyinIME. I checked the log, seems the permission so that the CandidateView can't be create. On 5月23日, 上午12時32分, ertan...@gmail.com ertan...@gmail.com wrote: Can somebody guide me on how to debug this please? LatinIME is not working on my

[android-porting] Re: Soft Keyboard stopped unexpectedly...

2009-05-21 Thread ertan...@gmail.com
I guess nobody has anything helpful to say about that? I really want to solve this problem. It seems like a permission problem, but I cannot find what permission. I did not change anything related to permissions. I just use android-2.6.29 branch with my own patches for Dell Axim x51v. And that's

[android-porting] Re: Soft keyboard

2009-05-20 Thread Michael Trimarchi
Hi, Elvis Dowson wrote: Hi Michael, I am working with android-sdk-1.5-pre branch at the moment. I briefly tried the official android-1.5-sdk but there was some compilation problems, so I decided to stick to the pre-release sdk version for the moment. Elvis sqlite select *

[android-porting] Re: Soft keyboard

2009-05-20 Thread Michael Trimarchi
Michael Trimarchi wrote: Hi, Elvis Dowson wrote: Hi Michael, I am working with android-sdk-1.5-pre branch at the moment. I briefly tried the official android-1.5-sdk but there was some compilation problems, so I decided to stick to the pre-release sdk version for the

[android-porting] Re: Soft keyboard

2009-05-20 Thread Michael Trimarchi
I fix my problem Regards Michael Trimarchi --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting -~--~~~~--~~--~--~---

[android-porting] Re: Soft keyboard

2009-05-19 Thread Michael Trimarchi
Hi, Elvis Dowson wrote: Hi Michael, If you use android-1.5 SDK, the new soft keyboard comes up directly. If you click on the google search bar it pops up. Elvis No way, the softkeyboard doesn't appear. I think that is some stupid issue about the configuration or such

[android-porting] Re: Soft keyboard

2009-05-19 Thread Michael Trimarchi
Hi, Michael Trimarchi wrote: Hi, Elvis Dowson wrote: Hi Michael, If you use android-1.5 SDK, the new soft keyboard comes up directly. If you click on the google search bar it pops up. Elvis No way, the softkeyboard doesn't appear. I think that is some

[android-porting] Re: Soft Keyboard in Landscape Configuration

2009-05-14 Thread www.rzr.online.fr
On Mar 19, 3:24 am, Dianne Hackborn hack...@android.com wrote: Likewise if you have a device that always has a keyboard, that the default IME will never show its UI. Anyway even if the device has a keyboard in some cases it would be usable to force IMF display even in landscape mode at runtime

[android-porting] Re: Soft Keyboard in Landscape Configuration

2009-03-18 Thread Mike
Still looking for information on my original question. I have found the following in PhoneWindowManager.java: // Debugging: set this to have the system act like there is no hard keyboard. static final boolean KEYBOARD_ALWAYS_HIDDEN = false; Seting this achieves the result I want, which is

[android-porting] Re: Soft Keyboard in Landscape Configuration

2009-03-18 Thread Dianne Hackborn
I'm not sure if I understand... if you are running on hardware that doesn't have a keyboard, there shouldn't be a keyboard device found, so the system will run in the appropriate state and the default IME will show itself all the time since there is never a keyboard. Likewise if you have a

[android-porting] Re: Soft Keyboard in Landscape Configuration

2009-03-16 Thread Dianne Hackborn
Look at InputMethodService. On Mon, Mar 16, 2009 at 12:04 PM, Davide davide...@gmail.com wrote: I like to make the virtual keyboard better, it is possible to do yourserf or the keyboard is a special application? 2009/3/6 Mike mdcart...@gmail.com: I would like some information on a) if

Fwd: [android-porting] Re: Soft Keyboard in Landscape Configuration

2009-03-16 Thread Davide
A little more help on InputMethodService. I don't find any example. There is no import/class in the sdk. Is this a special Interface? 2009/3/16 Dianne Hackborn hack...@android.com: Look at InputMethodService. On Mon, Mar 16, 2009 at 12:04 PM, Davide davide...@gmail.com wrote: I like to

[android-porting] Re: Soft Keyboard in Landscape Configuration

2009-03-16 Thread Dianne Hackborn
There is a complete sample .apk, SoftKeyboard, which links only against the SDK. On Mon, Mar 16, 2009 at 2:24 PM, Davide davide...@gmail.com wrote: A little more help on InputMethodService. I don't find any example. There is no import/class in the sdk. Is this a special Interface?