[android-developers] Re: Android Hardware Requirements

2010-05-26 Thread Andreas Frey
I have to reopen this, Regarding both of the compatibility documents i could not find any statement regarding bluetooth. Does anyone know, if bluetooth is mandatory or optional? A reference to an official document would be great. Greetings, Andreas Frey -- You received this message because you

[android-developers] Re: Android Hardware Requirements

2010-05-26 Thread Andreas Frey
Thank you very much, problem solved. Section 8 of the android compatibility definition covers what i needed. http://static.googleusercontent.com/external_content/untrusted_dlcp/source.android.com/de//compatibility/android-2.1-cdd.pdf http://static.googleusercontent.com/external_content/untrusted_

[android-developers] Android Hardware Requirements

2010-05-25 Thread Andreas Frey
Hello, is there any information about hardware requirements for an android phone? I spent some time searching the web and this group but unfortunately could not find anything useful. Is there such an information, covering the following questions - required screensize? (qvga [320x240] afaik) - req

[android-developers] Re: Sending a data sms to an application port

2009-05-18 Thread Andreas Frey
Looks like I found a bug in the emulator. Receiving data sms on a special port on a developer phone works fine. Can anyone have a look at this and confirm this issue? >> I had an error in the manifest posted above. --~--~-~--~~~---

[android-developers] Re: Sending a data sms to an application port

2009-05-18 Thread Andreas Frey
Hello, is there no help around? Andreas --~--~-~--~~~---~--~~ 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 gr

[android-developers] Sending a data sms to an application port

2009-05-15 Thread Andreas Frey
Hello, I use Android sdk 1.5 on ubuntu 8.0.4. In my application I want to use a data sms on a special port to inform my application about new available information. Then a background thread should be started to process this information. Currently i have an application sending data sms to port 1

[android-developers] Re: GPS emulation

2009-04-29 Thread Andreas Frey
Hi, i had a similar problem using the geo fix command - only the first transmission of a newlocation worked. Look @ here: http://groups.google.com/group/android-developers/browse_frm/thread/3f4c9d83ddcf5815/afb76cb94ab3c217?hl=de#afb76cb94ab3c217 Problem occured on Windows Vista 64bit Greetings

[android-developers] Re: Bug? Geo fix and sdk 1.5

2009-04-29 Thread Andreas Frey
istener. but now the > add only shows the coordinates for the first time. on the sdk 1.1 it > worked fine. > if I use telnet or the ddms makes no difference. > For me it seems like onLocationChanged is never called. > Need help! Best would be to email me. > thx > > On 28 Apr.,

[android-developers] Bug? Geo fix and sdk 1.5

2009-04-28 Thread Andreas Frey
Hello, I have a really simple Android Application using a MyLocationOverlay and a LocationManager to determine and show the current position via a Toast. But the geo fix command i submit via telnet does only work the first time i submit it. ALl later tries to update the position do not work. An

[android-developers] Re: 1.5 SDK problems

2009-04-28 Thread Andreas Frey
I think the same, working with the Google Maps API just does not work anymore. a simple example with a MylocationOverlay does only take ONE position via a geo fix command. All further submit positioins are ignored. Greetings Andy On 28 Apr., 14:40, EvgenyV wrote: > Hi all! > > I just want to m

[android-developers] Re: https://dl-ssl.google.com/android/eclipse/ not reachable

2009-03-10 Thread Andreas Frey
Thank you very much, > Search the lists before asking ;) I did, but did not even find my own thread by searching. Looks like this problem exists for several months. Why are the update sites not updated, or the problem already solved? --~--~-~--~~~---~--~~ You r

[android-developers] https://dl-ssl.google.com/android/eclipse/ not reachable

2009-03-09 Thread Andreas Frey
Hello, I wanted to install the ADT, but using the provided URL for the Eclipse Update Site "https://dl-ssl.google.com/android/eclipse/"; did not work. Trying the URL in the browser resulted in a 404 message. Is there a new update-site location for the ADT Plugin? -- Not Found The requested URL

[android-developers] Using resources from android.R.drawable

2009-02-04 Thread Andreas Frey
Hi, is it allowed to use resources (images, etc) from android (android.jar) inside my own application? I did not find anything about this topic in the FAQ. Technically this is no problem, but is it legal? I would prefer to use the provided images to have an adequate look and feel. Can you provi