[android-developers] how to detect device model?

2009-12-14 Thread Georgios Galyfos
Hi, Is there a way to detect the device model of a user through Java code on Android? To return htc-magic or htc-dream or something like that, somehow? I have been trying to detect this through the user agent when the client is accessing an web page, however this is always Java0 through Android.

Re: [android-developers] ADC2 rank

2009-12-01 Thread Georgios Galyfos
hi, yeah please if anyone can clarify this please do! I think they are ranked from first to last too.. Also, does anyone know how many apps have entered the adc 2 in total? (if you know for each category it would be perfect) cheers!! On Tue, Dec 1, 2009 at 2:22 AM, Sheado chad...@gmail.com

[android-developers] Re: Google wave invitations...?

2009-10-15 Thread Georgios Galyfos
yeah go ahead and send me one! can you also please send one to dimitris.dim...@gmail.com? cheers! On 10/16/09, Chad Fawcett chadfawc...@gmail.com wrote: Yeah, sure, I'd take one. On Thu, Oct 15, 2009 at 11:53 PM, Kenneth Adam Miller kennethadammil...@gmail.com wrote: You got one too.

[android-developers] Re: are contestants of the ADC2 allowed to judge??

2009-10-02 Thread Georgios Galyfos
and I really want to see what the other apps of the challenge are. cheers! On Sat, Sep 26, 2009 at 2:33 PM, Georgios Galyfos yorg...@gmail.com wrote: I just downloaded the ADC2 judging application and there is a list of terms and conditions you need to agree to. I have entered an application

[android-developers] Re: ADC2 submissions and Android 1.6 (Donut)

2009-10-02 Thread Georgios Galyfos
I am sorry for asking this. I assume the developers taking part in the challenge are allowed to judge in the contest, but this way they would be allowed to judge even their own app, right? I havent used the judging app yet, being afraid to risk disqualification of my entry. The terms dont state

[android-developers] are contestants of the ADC2 allowed to judge??

2009-09-26 Thread Georgios Galyfos
I just downloaded the ADC2 judging application and there is a list of terms and conditions you need to agree to. I have entered an application to the challenge and I am afraid disqualification in case there is a hidden term somewhere... Does anyone know about this? Cheers!

[android-developers] URGENT! map api key after signing an app?

2009-08-31 Thread Georgios Galyfos
Hello, this is very urgent, as I just found out that the maps are not showing on my app, now that I signed it, with the map api key i was using so far. here it says: http://code.google.com/android/add-ons/google-apis/mapkey.html#finalsteps Note that, when you are ready to publish your

[android-developers] how to get the app name instead of the app package to appear in the manage apps menu?

2009-08-04 Thread Georgios Galyfos
hello, my question is simple enough: how can I get the application name instead of the application package to appear on the manage applications menu. do i need to set something in the manifest? thank you --~--~-~--~~~---~--~~ You received this message because you

[android-developers] Any way to enable gps programmatically??

2009-07-22 Thread Georgios Galyfos
Hi, I was wondering if there is a way of enabling the GPS programmatically through an application without going to the menu Settings Security location Enable GPS satellites. Please let me know if there is a way, I've seen this asked a million times in this group but there are never any

[android-developers] Re: open context menu for a specific item of the list

2009-07-18 Thread Georgios Galyfos
AM, Peli peli0...@googlemail.com wrote: No, you should not call onCreateContextMenu by yourself. It will be called by the system for you. You just need to override this function, and wait until it is called. Peli www.openintents.org On Jul 17, 10:41 pm, Georgios Galyfos yorg...@gmail.com

[android-developers] Re: open context menu for a specific item of the list

2009-07-17 Thread Georgios Galyfos
PM, Peli peli0...@googlemail.com wrote: onCreateContextMenu() should be called before the context menu is displayed.. so this would be the place to set whatever you want to set. Peli www.openintents.org On Jul 17, 4:28 pm, Georgios Galyfos yorg...@gmail.com wrote: Hi, I am using

[android-developers] Re: Problem with Log Cat(log is empty)

2009-07-08 Thread Georgios Galyfos
sometimes this happens to me too. if you select the device tab and click on one of the devices on the list the logCat might then display the log correctly, this is how i fix this. Or disconnect and reconnect the phone, in case it is a phone not an emulator (or maybe restart the emulator). On Wed,

[android-developers] is it possible to get realtime gps values while not in a mapview?

2009-07-08 Thread Georgios Galyfos
Hi, I was wondering if it is possible to start the gps receiver on the phone if the current activity is not a mapactivity. I am displaying a listview and when I start the gps I get the last location found correctly, however the gps indicator never appears on top of the phone's display even if I

[android-developers] Re: Tabhost Disappearing List view

2009-07-06 Thread Georgios Galyfos
Hello, did you by any chance found out what was causing this behavbiour? I am facing a similar situation: I set setCurrentTab(0) initially and even though the listView under the first tab has contents, they are not displayed. This happend all time though for me.. Should the listView have already

[android-developers] Re: publishing an app that uses online service on android market

2009-06-29 Thread Georgios Galyfos
hi again, noone has any idea on this?? On Fri, Jun 26, 2009 at 11:57 AM, Georgios Galyfos yorg...@gmail.comwrote: Hello, Assuming that I am planning on publishing an application on the android market, one that uses an online service. Do I need to guarantee that this service will be running

[android-developers] publishing an app that uses online service on android market

2009-06-26 Thread Georgios Galyfos
Hello, Assuming that I am planning on publishing an application on the android market, one that uses an online service. Do I need to guarantee that this service will be running for a specific amount of time? What happens if after a while my application hasn't made enough money to cover expenses

[android-developers] id of the long pressed item in list activity

2009-06-18 Thread Georgios Galyfos
Hello, I am using a listActivity and I need to know the id of the item selected using long press by the user, in order to do stuff in the context menu. I have tried the following: menuItemLongPressedID = getListView().getSelectedItemId(); menuItemLongPressedIS =

[android-developers] Re: How to add a calendar entry?

2009-02-19 Thread Georgios Galyfos
Did anyone find a solution to this? Markus, did you find out how to set the event name?? cheers On Thu, Feb 5, 2009 at 8:37 PM, Markus Junginger mar...@junginger.bizwrote: For my purpose, I resolved it partly using a different approach. There seems to be an undocumented Intent to bring up

[android-developers] Re: Storing data in the APK after creating it

2009-02-05 Thread Georgios Galyfos
these things if using normal zip tools. The aapt command also has some zip-like options to add and remove files. On Wed, Feb 4, 2009 at 9:49 AM, Georgios Galyfos yorg...@gmail.comwrote: thanks for the reply, however I am trying to do this without needing to rebuild the APK.. On Wed, Feb 4

[android-developers] Re: Storing data in the APK after creating it

2009-02-04 Thread Georgios Galyfos
thanks for the reply, however I am trying to do this without needing to rebuild the APK.. On Wed, Feb 4, 2009 at 7:46 PM, Mark Murphy mmur...@commonsware.com wrote: Yorgos wrote: Do you have any other ideas of how I can store/alter information into the APK? Simple answer: Just re-run Ant