[android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-04-21 Thread Pascal Merle
Today I already received two car docks for the promised N1, but no N1 yet :-) Hopefully it will arrive soon, or at least some status update from Google. Is the Android team on holidays? I wish they will return with some new features soon... -- You received this message because you are

[android-developers] Re: Camera and Surface problems with 1.6

2009-10-03 Thread Pascal Merle
Are you sure that the missing PUSH_BUFFERS are the reason? I have tried with and without on 1.6 but the preview data is still random. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] Android Market - Status Saved Draft

2009-04-28 Thread Pascal Merle
Yesterday I uploaded two apps to the market, Ambient Light Sensor and later Sipdroid. While editing they already showed in the list as Saved Draft but after clicking Publish - Save they still remain with that status, and they don't show up in the market itself. I can't browse or download them.

[android-developers] Re: Android Market - Status Saved Draft

2009-04-28 Thread Pascal Merle
Yes, the two are checked. Anything else you can think of? Thanks, Pascal --~--~-~--~~~---~--~~ 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: Android Market - Status Saved Draft

2009-04-28 Thread Pascal Merle
The solution is easy: There are two buttons Publish and Save. If you click Save it will be saved as a draft. If you click Publish it gets published. Easy, isn't it? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[android-developers] Dalvik native libraries thread-safe?

2009-03-02 Thread Pascal Merle
I am using network sockets in a multi-threaded application, and I am struggling with crashes. Using gdbclient/gdbserver I found it c crashing in memory allocation. Looks like memory got corrupted somehow. What is your experience/knowledge? Is it okay to run multi-threaded networking applications

[android-developers] Re: Dalvik native libraries thread-safe?

2009-03-02 Thread Pascal Merle
I already found the error in AudioRecord which I also used. Will post a patch for code review soon. --~--~-~--~~~---~--~~ 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 force screen backlight brightness change immediately?

2009-02-16 Thread Pascal Merle
I would also like to know the answer since the above hack is no more allowed in cupcake (permission problem). --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] Re: android.hardware.Camera - JPEG image of correct size but always black

2009-01-23 Thread Pascal Merle
Yes, that would be great. I have been able to test my app running in foreground. In background will be much better. It sometimes just needs to take a snapshot so there is no problem with the battery. When implementing you have to take care about the locking mechanism. As you know the camera can

[android-developers] Re: android.hardware.Camera - JPEG image of correct size but always black

2009-01-21 Thread Pascal Merle
Please also try to address my last question Can this be done from within a service (no activity)?. Since a service does not have a UI I don't see how I can start a preview from there. I want to take the picture from the service running in the background.

[android-developers] Re: android.hardware.Camera - JPEG image of correct size but always black

2009-01-20 Thread Pascal Merle
On the G1! On 20 Jan., 18:22, Dave Sparks davidspa...@android.com wrote: Is this on the emulator or on G1? On Jan 18, 12:40 pm, Pascal Merle pme...@kph.uni-mainz.de wrote: I am standing a bit in the dark with the android.hardware.Camera class. What I tried to do is taking a picture

[android-developers] Re: Inject key event for call camera app

2009-01-19 Thread Pascal Merle
I found the answer to my last question: Use the android.hardware.Camera class instead. However, I got another problem with that one, see my other thread! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android

[android-developers] android.hardware.Camera - JPEG image of correct size but always black

2009-01-19 Thread Pascal Merle
I am standing a bit in the dark with the android.hardware.Camera class. What I tried to do is taking a picture without starting preview first: Camera mCamera = Camera.open(); mCamera.takePicture(null, null, mPictureCallback); In the callback routine I get JPEG data of