[android-beginners] What to use to play OTA, RTTL and RTX media formats in android

2010-06-15 Thread Carl Hernandez
Does anybody know what can I use to play OTA, RTTL and RTX audio formats? From the link below http://developer.android.com/guide/appendix/media-formats.html it is supported by android but it wouldn't play using Media Player. Do you know how this was done? Thanks in advance. -- You received

[android-beginners] What's the little clock by one of my contacts mean?

2010-02-22 Thread Carl Whalley
One contact always shows a little green clock by their name - this is in every app like messaging, dialler etc. What's this mean? This is on my N1. It looks like the time is either 9 oclock or quarter to 12. -- You received this message because you are subscribed to the Google Groups Android

[android-beginners] SimpleDateFormat and Android 2.0

2009-12-10 Thread Carl Cedergren
Hi guys, i am having some problems with SimpleDateFormat under Android 2.0, the following code: formatter = new SimpleDateFormat(MMM); Log.i(TAG,date is +formatter.format(new Date()).toString ().toUpperCase()); Should return a three letter abbreviation of this months name, and it does under 1.5

[android-beginners] Problem with starting an activity when pressing button in menu.

2009-12-01 Thread Carl
me what steps should be made. Regards Carl-Magnus -- You received this message because you are subscribed to the Google Groups Android Beginners group. To post to this group, send email to android-beginners@googlegroups.com To unsubscribe from this group, send email to android-beginners+unsubscr

[android-beginners] Droid BT Voice Dial - Hardware/Software Limitation?

2009-11-18 Thread Carl Barton
Does anyone know if the lack of voice dialing via bluetooth headset on the Droid is a limitation of the OS or a limitation of the phone hardware itself. I find this a huge issue that really needs to be resolved but if it's hardware then that makes it much more difficult. -- You received this

Re: [android-beginners] Load xml from a url instead of R?

2009-11-11 Thread Carl Barton
using Android API calls. Sounds like a lot of work but if you wrote it generically you could use it all over the place without changes. Carl On 11/5/09 10:00 PM, Ramsey Lee Gurley rgur...@mac.com wrote: Hi all, I'm wondering if it is possible to develop an app that loads its XML layout files

[android-beginners] Widget update with Context.sendBroadcast()

2009-11-04 Thread Carl
that even if I specify the exact class to send the intent to, other unrelated widgets will also be udpated? Thank you. Carl -- You received this message because you are subscribed to the Google Groups Android Beginners group. To post to this group, send email to android-beginners@googlegroups.com

[android-beginners] Re: ADT 0.9.4 not working on Mac 10.6 (at least for me)

2009-11-02 Thread Carl
targets from the command line so it definitely seems to just be the plug-in that is not working. Carl !SESSION 2009-10-28 08:07:57.453 --- eclipse.buildId=M20090917-0800 java.version=1.6.0_15 java.vendor=Apple Inc. BootLoader constants: OS=macosx, ARCH=x86

[android-beginners] ADT 0.9.4 not working on Mac 10.6 (at least for me)

2009-10-29 Thread Carl
First, let me say I just did this last week with 0.9.3 and SDK 1.6 successfully so I do know how to do it... :) I have built a clean OSX installation and installed Eclipse 3.5, downloaded SDK R3 for Mac and installed ADT as instructed. When I click the Android icon on the toolbar it gives me

[android-beginners] How to add a dialog in a AppWidget

2009-10-28 Thread Carl
this? Thanks. Carl --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Beginners group. To post to this group, send email to android-beginners@googlegroups.com To unsubscribe from this group, send email to android-beginners

[android-beginners] how to create unit tests for AppWidgetProvider

2009-10-21 Thread Carl
in pure JUnit (with AndroidTestCase I could use getContext()). I tried to google and look into source code in the web, but I could not find any unit tests done for AppWidgetProviders (most were on Activities). I would appreciate any information. Regards. Carl

[android-beginners] Error in the project, unable to track

2009-10-16 Thread Carl
Hi, I have an error somewhere in the code but i don't know were. There is just a cross on the project folder and nowhere else. And when i try to start it tells me to correct the error. The only thing that i see errors in are some wrong spellings according to eclipse. Thanks Calle

[android-beginners] Re: Help! I get this error message concerning the AVD

2009-10-16 Thread Carl
I get the same message, tried updating but there was now cange. content config.ini hw.lcd.density=240 skin.name=WVGA800 skin.path=platforms\android-1.6\skins\WVGA800 image.sysdir.1=platforms\android-1.6\images\ content myAvd.ini target=android-4 path=C:\Users\Stålmannen\.android\avd\myAvd.avd

[android-beginners] Error when starting the AVD

2009-10-16 Thread Carl
Get an error when i'm trying to start my AVD. emulator: ERROR: no search paths found in this AVD's configuration. Weird, the AVD's config.ini file is malformed. Try re-creating it. config.ini content hw.lcd.density=240 skin.name=WVGA800 skin.path=platforms\android-1.6\skins\WVGA800

[android-beginners] How to clean intermediary build files

2009-10-14 Thread Carl
I would like to ask how I can either clean the module in question (without cleaning all the modules) or, where can I find and delete the intermediary files generated by a previous build. Thank you. Regards Carl --~--~-~--~~~---~--~~ You received this message

[android-beginners] Question about app widgets

2009-10-13 Thread Carl
android.appwidget.action.APPWIDGET_UPDATE, how does the application know which widget to choose? Thank you. Regards. Carl --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Beginners group. To post to this group, send email to android

[android-beginners] How to access wireless toggle functionality

2009-09-14 Thread Carl
can I have access to the switching functionality? Regards carl --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Beginners group. To post to this group, send email to android-beginners@googlegroups.com

[android-beginners] Re: Adding a view to a viewgroup

2009-07-07 Thread Carl
, opinions and statements in this email are those of the author solely in their individual capacity, and do not necessarily represent those of T-Mobile USA, Inc. On Jul 7, 5:30 am, Carl carl...@gmail.com wrote: I'm trying to do some simple UI stuff in a game (Basketball). I've created my own

[android-beginners] Re: Is the emulator good enough for production?

2009-07-02 Thread Carl
Thanks everyone for your good advice. I think I'll wait until I have a device. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Beginners group. To post to this group, send email to

[android-beginners] Is the emulator good enough for production?

2009-07-01 Thread Carl
I have written a game for Android and have tested it on the emulator - everything seems to be perfect. It is a simple game with few graphics and a few touch-based commands. I'd like to release it on the market (paid). I have not yet tested it on any devices though, as I am waiting for the HTC

[android-beginners] Re: Basic Layout

2009-06-24 Thread Carl
Thanks for all your replies. I was so fed up! Here is the layout xml. I did have the wrong (fill_parent) value in layout_width. That has solved that issue, thanks. Also, the eclipse layout editor is such a great tool. It really helps to see what you are doing before you try it in the emulator,

[android-beginners] Re: Basic Layout

2009-06-24 Thread Carl
and the ImageView. replace this by wrap_content or alternatively specify the exact width in pixels that you want each of the 3 linear layouts to be. you will also have to use the same value on the ImageView. On Jun 23, 5:13 am, Carl carl...@gmail.com wrote: Why has it got to be s difficult

[android-beginners] Basic Layout

2009-06-23 Thread Carl
Why has it got to be s difficult? For a week now I’ve been reading and playing around with code and have still not found the answer I want a simple 3 column layout, with images going from bottom to top in each. Whenever I put 3 LinearLayouts next to each other in the Activity, the first

[android-beginners] Re: OpenGL View on top of Camera

2009-05-04 Thread Carl H.
Hello Julius, did you manage to make it work? The following post doubts the possibility of enabling 2 SurfaceViews: http://groups.google.com/group/android-developers/browse_thread/thread/4850fe5c314a3dc6 Could you post your code by any chance. Cheers, Carl On Apr 27, 3:41 am, Julius Spencer