[android-developers] Renderscript variable argument list possible?

2012-04-17 Thread Harald Gustafsson
Hi, Is it possible to use variable argument list (...) in Renderscript, i.e. va_list, va_start, va_end, etc. Want to use it for internal static defined functions. /Harald -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To po

[android-developers] Renderscript memory and arrays

2012-04-02 Thread Harald Gustafsson
t exist? By the way does any way of using dynamic memory allocation inside Renderscript exist, that is for memory that is not going to be visible for the Java world? /Harald -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post t

[android-developers] Renderscript extern multiarrays

2012-04-02 Thread Harald Gustafsson
xist? My workaround that I'm trying now is to include all the c-code in the main .rs file so I can skip all the extern definitions and have all declarations as static. The code also uses dynamic memory allocation (for rs-local usage) anyone having any tip on how to easiest convert t

[android-developers] Re: 2.3.4 - Animation is working on the emulator but not on real device

2011-12-05 Thread Harald
It is a translate. But, I found the trouble! It is just a setup issue: Setup -> Display -> Animation -> (All | Some | None) None was selected. I do not know the english words. But I thing all understand the issue. Regards Harald On 5 Dez., 17:04, Kumar Bibek wrote: > What kind

[android-developers] 2.3.4 - Animation is working on the emulator but not on real device

2011-12-05 Thread Harald
Sonic (U8650) Regards Harald -- 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-developer

[android-developers] Re: 3g and wifi problems

2011-11-23 Thread Harald
Hi, your question is not a developer question in general. Probably you will find some answers in user forums. I have a similar or even the same behave of my android 1) I setup a new wifi connection 2) Disconnect from the wifi network 3) Reconnect to the wifi network in a couple of minute --> The

[android-developers] Re: Dangerous audio noise while using of headphones

2011-11-23 Thread Harald
mp3 player. Regards Harald On 19 Nov., 19:52, Mark Murphy wrote: > On Sat, Nov 19, 2011 at 1:34 PM, Harald wrote: > > Hi, my android and many others have a dangerous noise. > > And your proof of this is, what, exactly? > > > This noise is > > easy recognizable in t

[android-developers] Re: Dangerous audio noise while using of headphones

2011-11-19 Thread Harald
I forgot to mention: 2.3.4 On 19 Nov., 19:34, Harald wrote: > Hi, my android and many others have a dangerous noise. This noise is > easy recognizable in the silent parts of audio files. Many people > think that this noise is not present in the load part of the audio > file. But,

[android-developers] Dangerous audio noise while using of headphones

2011-11-19 Thread Harald
Hi, my android and many others have a dangerous noise. This noise is easy recognizable in the silent parts of audio files. Many people think that this noise is not present in the load part of the audio file. But, this is not true. The noise is always present and at a very high level at a very high

[android-developers] Re: does android.media.Mediaplayer support asf stream playing ?

2011-11-09 Thread Harald
http://developer.android.com/guide/appendix/media-formats.html Are undocumentated formats possible? Regards Harald On 9 Nov., 14:20, KK wrote: > hi All, > I was just trying to figure out, if there is any option for playing ASF > streams. I tried searching in google but couldn't

[android-developers] Fragment Pager Support sample

2011-08-31 Thread Harald
I am trying to run the sample "Fragment Pager Support" but I get the error: "The import com.example.android.supportv4.R cannot be resolved" at this line: import com.example.android.supportv4.R; any ideas? -- You received this message because you are subscribed to the Google Groups "Android Devel

[android-developers] Re: Native SIP Client Device Support List?

2011-08-24 Thread Harald Mueller
Same question: "Is there a list of currently supported devices." I wonder if device manufacturer simple remove SIP-related stuff from settings-menu or if they remove SIP-part from the api. Thanks. Harry -- You received this message because you are subscribed to the Google Groups "Android Develo

[android-developers] Re: onCreateContextMenu and Android 2.3.3

2011-08-11 Thread Harald
Okay, thank you. I will put in a button. /HK On 11 Aug., 20:04, Mark Murphy wrote: > On Thu, Aug 11, 2011 at 1:57 PM, Harald wrote: > > It is on a device (HTC Desire with HTC Sense) it works fine on the > > emulator. > > Yes, I have heard this before about HTC. I real

[android-developers] Re: onCreateContextMenu and Android 2.3.3

2011-08-11 Thread Harald
It is on a device (HTC Desire with HTC Sense) it works fine on the emulator. /HK On 11 Aug., 19:43, Mark Murphy wrote: > Is this on a device or in the emulator? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send

[android-developers] onCreateContextMenu and Android 2.3.3

2011-08-11 Thread Harald
I have a EditText with a ContextMenu and I use onCreateContextMenu to add items to the menu, this works fine with Android 2.1 and 2.2 but it do not work with Android 2.3.3 ? I dont get any errors but none of my added items appears in the menu. -- You received this message because you are subscrib

[android-developers] Eclipse and apache FTP

2011-08-01 Thread Harald
I think this is the right group? I would like to use this: http://commons.apache.org/net/download_net.cgi in my program, I have the code here: mFtp=new FTPClient(); mFtp.connect(“ftp.domain.com”,21); // Using port no=21 mFtp.login(userid, pwd); but of course I get an error: mFtp cannot be resolve