[android-developers] How to get the GIVEN_NAME and FAMILY_NAME via android 2.0 contacts api

2009-12-12 Thread Paranoia
att -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options,

[android-developers] how to know whether a resource is compressed or not?

2009-11-15 Thread Paranoia
we can let aapt not compress the resource via command -0. which api can be used to check the resource is compress or not? thanks a lot -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] Re: How to use the ninepatch png image via file, not from resource?

2009-05-25 Thread Paranoia
anybody can tell me the detailed process of 9patch png? Thanks On May 25, 9:50 am, Paranoia zheny...@gmail.com wrote: i want to use the ninepatch image in the file system. but seems that it can be referenced via res. how to get the auto-scale support for the images in file system. Thanks

[android-developers] How to use the ninepatch png image via file, not from resource?

2009-05-24 Thread Paranoia
i want to use the ninepatch image in the file system. but seems that it can be referenced via res. how to get the auto-scale support for the images in file system. Thanks! Best Regards --~--~-~--~~~---~--~~ You received this message because you are subscribed to

[android-developers] Re: How to control composing text more flexibly in Android 1.5 IMF.

2009-05-11 Thread Paranoia
On May 11, 4:57 am, Dianne Hackborn hack...@android.com wrote: On Sat, May 9, 2009 at 10:39 PM, Paranoia zheny...@gmail.com wrote: i want to draw the compoing text and the cursor by myself. but i do not find how to implement this. You can't.  You can deliver the composing text with style

[android-developers] Re: How to control composing text more flexibly in Android 1.5 IMF.

2009-05-11 Thread Paranoia
On May 11, 4:57 am, Dianne Hackborn hack...@android.com wrote: On Sat, May 9, 2009 at 10:39 PM, Paranoia zheny...@gmail.com wrote: i want to draw the compoing text and the cursor by myself. but i do not find how to implement this. You can't.  You can deliver the composing text with style

[android-developers] Re: How to control composing text more flexibly in Android 1.5 IMF.

2009-05-11 Thread Paranoia
On May 11, 4:57 am, Dianne Hackborn hack...@android.com wrote: On Sat, May 9, 2009 at 10:39 PM, Paranoia zheny...@gmail.com wrote: i want to draw the compoing text and the cursor by myself. but i do not find how to implement this. You can't.  You can deliver the composing text with style

[android-developers] How to control composing text more flexibly in Android 1.5 IMF.

2009-05-09 Thread Paranoia
i found the methods to control composing text in IMF are very limited. for example: i want to draw the compoing text and the cursor by myself. but i do not find how to implement this. i also want to set the cursor position into the composing text when i call setComposingText. seems it's

[android-developers] Re: Lost focus on soft keyboard

2009-05-07 Thread Paranoia
do you mean the keyboard is popped up, but the activity is not pushed aside? right? i DID meet this issue. seems it's bug of the imf, or windowmanager. On May 7, 3:15 pm, Yossi yossi@gmail.com wrote: Hi Dianne, Did you find anything wrong with my code? Thanks, Yossi On May 6, 11:00 

[android-developers] How to change the text style of the composing text in IMF

2009-05-04 Thread Paranoia
currently, the composing text is set underlined with the cursor. can not change this default text style? e.g. change the text to italic. Thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] how to parse and analyze the call stack of native code? any tools?

2009-04-18 Thread Paranoia
Thanks! the following is the log from native code. I/DEBUG ( 543): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** I/DEBUG ( 543): Build fingerprint: 'generic/generic/generic/:1.5/ CUPCAKE/eng.xx.20090418.095237:eng/test-keys' I/DEBUG ( 543): pid: 644, tid: 644

[android-developers] Some problems in cupcake imf

2009-03-27 Thread Paranoia
i am developing an ime on android. i have some questions. 1. why InputMethodService force the ime developer to follow the fixed layout - extracted text, candidate view and input view. i want to layout them by myself. can i do this via derive the AbstractInputMethodService? if yes, can android

[android-developers] Re: Some problems in cupcake imf

2009-03-27 Thread Paranoia
Thank you for such a quick reply! please see my comments in line. On Mar 27, 3:14 pm, Dianne Hackborn hack...@android.com wrote: On Fri, Mar 27, 2009 at 12:04 AM, Paranoia zheny...@gmail.com wrote: 1. why InputMethodService force the ime developer to follow the fixed layout - extracted text

[android-developers] Re: Some problems in cupcake imf

2009-03-27 Thread Paranoia
all right... i will follow this issue. hope for new change. On Mar 27, 3:46 pm, Dianne Hackborn hack...@android.com wrote: It may be broken.  I don't know the state of the code you are working with. On Fri, Mar 27, 2009 at 12:23 AM, Paranoia zheny...@gmail.com wrote: Thank you

[android-developers] how to check whether a char can be or not be displayed normally?

2009-02-18 Thread Paranoia
basically, the default font droid can not support all of the characters in unicode. how can i find all unsupported characters in droid font? thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] Re: how to check whether a char can be or not be displayed normally?

2009-02-18 Thread Paranoia
so does google have any plan to help find all abnormal characters? after all, some are displayed as the small rectangles, which are really ugly... On Feb 19, 2:10 am, Mike Reed r...@google.com wrote: There is no API for that. On Wed, Feb 18, 2009 at 11:13 AM, Paranoia zheny...@gmail.com wrote

[android-developers] Re: How to handle ini file in android?

2009-02-03 Thread Paranoia
for a mobile phone ! Though if you really need to, you can always concatenate several 1 Mo asset files to fit your needs. Emmanuelhttp://androidblogger.blogspot.com/ On Feb 2, 8:18 am, Paranoia zheny...@gmail.com wrote: and seems there is a limit on the file size in assets. the file can

[android-developers] Re: is there any setStyle method?

2009-02-02 Thread Paranoia
so android does not support dynamic theme, right? do you guys have any plan to support it? On Feb 2, 10:36 am, Dianne Hackborn hack...@android.com wrote: Sorry there is no way to change the style/theme that a view is using after is is created. On Sun, Feb 1, 2009 at 4:30 PM, skink

[android-developers] Re: How to handle ini file in android?

2009-02-01 Thread Paranoia
: Paranoia zheny...@gmail.com To: Android Developers android-developers@googlegroups.com Sent: Friday, January 30, 2009 10:32 AM Subject: [android-developers] Re: How to handle ini file in android? i want to use ini file as my config files. how to use ini file in android instead of xml file

[android-developers] Re: How to handle ini file in android?

2009-01-29 Thread Paranoia
/java/io/InputStream.html  in)http://code.google.com/intl/zh-CN/android/reference/java/util/Propert...) On Thu, Jan 22, 2009 at 2:14 PM, Paranoia zheny...@gmail.com wrote: i can not find any utility to parse the ini file in android. any one can help me

[android-developers] Re: How to handle ini file in android?

2009-01-29 Thread Paranoia
need to find a parser elsewhere, or write your own, and compile it into your app. On Thu, Jan 29, 2009 at 6:59 PM, Paranoia zheny...@gmail.com wrote: Thanks but it seems that this method can not handle the ini file with multiple sections. e.g. [Section1] X=a Y=b [Section2

[android-developers] Re: Porting JMF - Native source code to android based

2009-01-23 Thread Paranoia
hi, can you tell me when android will publish it? On Jan 23, 3:48 pm, Dave Sparks davidspa...@android.com wrote: We do not support native code on Android at this time, but we have plans to publish a native SDK soon. On Jan 22, 2:03 am, MRK infoto...@gmail.com wrote: I am creating an

[android-developers] Re: How to set sdp file in the MediaPlayer

2009-01-22 Thread Paranoia
open this file directly... but you have to need add a new data source PVMF_DATA_SOURCE_SDP_FILE in playerdriver.cpp On Jan 22, 4:58 pm, develop code developcod...@gmail.com wrote: Hi, I want to play a video file sitting in a server by setting local sdp file in the mediaplayer. How to set

[android-developers] How to handle ini file in android?

2009-01-21 Thread Paranoia
i can not find any utility to parse the ini file in android. any one can help me? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] Re: can not find http proxy support for opencore http streaming playback

2009-01-13 Thread Paranoia
anybody here??? i hope android guys can know this issue. thanks! On Jan 11, 9:12 am, Paranoia zheny...@gmail.com wrote: http streaming playback can be support by opencore. but no any api for this in mediaplayer. can android developers add this functionality? i have no idea whether they can

[android-developers] Re: can not find http proxy support for opencore http streaming playback

2009-01-13 Thread Paranoia
, Paranoia zheny...@gmail.com wrote: anybody here???  i hope android guys can know this issue. thanks! On Jan 11, 9:12 am, Paranoia zheny...@gmail.com wrote: http streaming playback can be support by opencore. but no any api for this in mediaplayer. can android developers add

[android-developers] Re: How To Start a RTSP connection

2009-01-03 Thread Paranoia
exactly,opencore dose not support mp3 rtp playback, whatever it's rfc3119 or rfc2250. On Dec 20 2008, 3:37 am, kamil kamit...@gmail.com wrote: Hi, I've encountered the very same error as described above. I'm using VLC as MP3/RTSP streaming server, and this looks exactly like Android didn't

[android-developers] Re: How To Start a RTSP connection

2009-01-03 Thread Paranoia
thanks. you mean pv will not support mp3 rtp in opencore. right? or it is some value-add feature? i heard that it's not opencore in G1, but core. On Jan 3, 9:45 pm, Ravi Yenduri yend...@pv.com wrote: http://code.google.com/p/android/issues/detail?id=1513 On Jan 3, 6:33 pm, Paranoia zheny