[android-developers] MediaRecorder start failed: - 38

2013-04-29 Thread gerald . radix
Hello, I have this error : MediaRecorder start failed: -38. *Source code activity :* package com.example.testcamera3; import java.io.IOException; import android.hardware.Camera; import android.hardware.Camera.Parameters; import android.media.CamcorderProfile; import

[android-developers] iPhone-style 3-button remote control headset support

2011-10-12 Thread Gerald Dalley
Is there any way to enable support for iPhone-style 3-button remote control headsets on Android devices? These are the ones that have a button for play/mute, and a pair of volume control buttons. Out-of- the box, this doesn't seem to work, but I wonder if there's a way for applications to obtain

[android-developers] Re: Comments lost in the developer console and market app

2011-01-06 Thread Gerald
Same issue for me for my application OnTrack Diabetes. On Jan 6, 9:37 am, TreKing treking...@gmail.com wrote: On Thu, Jan 6, 2011 at 8:35 AM, Alex Xin xinxi...@gmail.com wrote: I don't know why, but some of my app comments lost in the developer console. I cannot find themAll comments

[android-developers] Can Bitmap native resources be recycled by Garbage Collector?

2010-07-28 Thread Gerald
the resource? Thanks! Gerald -- 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

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

2010-03-16 Thread Gerald
In light of the Nexus One availability in Canada starting today and as a Canadian developer, one thing I'm interested in is if the Nexus One we will receive is the T-Mobile or the Rogers version. I sent an e- mail to the android seeding e-mail address about this, keeping my fingers crossed it is

[android-developers] Re: NumberFormat and comma as decimal separator

2009-10-01 Thread Gerald
...@gmail.com wrote: I meant 'valueOf' method of the various Number subclasses... :-) You're right. I just took a look at the code that is executed by Double.valueOf(...). It is hard-coded for using periods asdecimalseperators. On Sep 30, 12:55 pm, Gerald gerald.b.n...@gmail.com wrote

[android-developers] Re: NumberFormat and comma as decimal separator

2009-09-30 Thread Gerald
Specifications and thus does not accept a localized number string. Gerald --~--~-~--~~~---~--~~ 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

[android-developers] NumberFormat and comma as decimal separator

2009-09-29 Thread Gerald
I have a program that allows users to enter decimal numbers. One user noted that my program requires that he use a period as the decimal separator even though in his country (Germany) they use the comma instead. No problem, I looked at my code and realized I was constructing a DecimalFormat

[android-developers] Re: Problem with Internet connection through emulator

2009-05-24 Thread Gerald Logor
...@gmail.com wrote: Unfortunately, this problem isn't solved :( In addition to the steps Gerald has taken already, we also: - provided the -http-proxy option at emulator start; still no success neither for the browser application, nor for our own application (which works perfectly without proxy

[android-developers] What kind of views are supported by the AppWidget framework?

2009-05-18 Thread Gerald
with a GLSurfaceView inside, and it shows error inflating the view. What kind of views are supported now by the AppWidget framework? Can android framework team help to list it? Thanks a lot Gerald --~--~-~--~~~---~--~~ You received this message because you are subscribed

[android-developers] Re: What kind of views are supported by the AppWidget framework?

2009-05-18 Thread Gerald
oops, I found the list here. http://groups.google.com/group/android-developers/msg/a5247467151f5e3a On 5月18日, 下午5時32分, Gerald myq...@gmail.com wrote: Hi, I'm developing widgets for the home screen. By referencing several articles about this topic, it seems that not all views are supported

[android-developers] Re: What kind of views are supported by the AppWidget framework?

2009-05-18 Thread Gerald
I have to use the GLSurfaceView to create a customized widget. Is there any workaround I can achieve it? Thank you Gerald On 5月18日, 下午6時01分, Gerald myq...@gmail.com wrote: oops, I found the list here.http://groups.google.com/group/android-developers/msg/a5247467151f5e3a On 5月18日, 下午5時32分

[android-developers] How to select open GL objects from motion event?

2009-05-14 Thread Gerald
object should be selected from received motion event? Thank you Gerald --~--~-~--~~~---~--~~ 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

[android-developers] Re: Problem with Internet connection through emulator

2009-05-08 Thread Gerald Logor
, it still cannot go online. Thanks for the reference to the releasenotes though. Gerald Logor On Fri, May 8, 2009 at 11:22 AM, Android Users androidmai...@gmail.comwrote: SDK 1.5 release notes mention this, In some cases, you may encounter problems when using the browser on an emulator started

[android-developers] Problem with Internet connection through emulator

2009-05-07 Thread Gerald Logor
After spending hours of research and different ways to connect my emulator to the internet (i.e just accessing any ordinary webpages), I'm still hitting a brick wall. My current internet setting is that I'm behind a corporate internet connection thus connecting via a proxy (154.23.x.yy:80zz)

[android-developers] Is it possible to share one 'Canvas' in multiple custom-views within a single Activity?

2009-05-05 Thread Gerald Logor
Hello. I'm trying to develop an app which mimic the MicrosoftPaint application. My current setup is that I have a single activity which contains multiple custom-view. These views correlate to the different tool that program can do. Example: 'pencilView' to simulate the pencilStrokes,

[android-developers] How to simulate HW key events?

2009-03-17 Thread Gerald
Hi, I want to create a virtual key panel just like the status bar but at the screen bottom. And I want to put several keys on the panel (Home, Call, Menu, Back, End Call, etc). How can I send key events to android system? Any side effect to the system? (effect KeyGuard?) Thank you Gerald

[android-developers] Re: Failed to execute the Launcher built by myself

2009-03-08 Thread Gerald
the cupcake launcher. Now it works fine. On Mar 7, 2:06 am, Dianne Hackborn hack...@android.com wrote: Copy the code in to your app. On Mon, Feb 9, 2009 at 10:03 PM, Gerald myq...@gmail.com wrote: I noticed a discussion about the SlidingDrawer here: http://groups.google.com/group/android

[android-developers] Failed to execute the Launcher built by myself

2009-02-09 Thread Gerald
it seems to be from an internal thread. After an whole day trying, I found that the exception is thrown by the line in Launcher.java possibly: setContentView(R.layout.launcher); Does anyone have any suggestion? Thank you very much. Gerald --~--~-~--~~~---~--~~ You

[android-developers] Re: Failed to execute the Launcher built by myself

2009-02-09 Thread Gerald
in Launcher.java Thanks Gerald On Feb 10, 12:29 am, Romain Guy romain...@google.com wrote: Without showing us the exact exception we won't be able to help you much... On Mon, Feb 9, 2009 at 4:44 AM, Gerald myq...@gmail.com wrote: Hi, I need to customize the launcher application. I

[android-developers] Re: Failed to execute the Launcher built by myself

2009-02-09 Thread Gerald
of com.android.internal.widget.SlidingDrawer On Feb 10, 10:53 am, Gerald myq...@gmail.com wrote: Attach log from logcat: - pid 403 at 2009-02-10 02:40:11 - Cmd line: com.android.mylauncher DALVIK THREADS: main prio=5 tid=3 NATIVE   | group=main sCount=1 dsCount=0 s=0 obj=0x40018dd8   | sysTid=403

[android-developers] How to re-install sign android built-in applications

2009-01-20 Thread Gerald
, but it's not usable in my case. Does anyone know how to do it? Thank you very much Gerald --~--~-~--~~~---~--~~ 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