[android-developers] Re: SDK Tools r12 causing aapt to fail

2011-08-25 Thread Marcus Wolschon
So...what is a good public replacement for parent="android:WindowTitle" ? So everything except the few things you change are inherited from whatever the current platform uses. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this

[android-developers] Re: Any plans to make a DownloadManager library/jar available for pre-Gingerbread support?

2011-02-21 Thread Marcus Wolschon
On 18 Feb., 18:48, Dianne Hackborn wrote: >  I am just > thinking to only use the networking pieces from it, and write your own > front-end (posting notifications if that is what you want, or doing whatever > UI you want). Then what would be the benefit left? Before the download manager you wro

[android-developers] Re: "Conversion to Dalvik format failed with error 1" when using jmDNS.jar

2011-02-21 Thread Marcus Wolschon
Doesn't that mean that the code is compiled but the jar not included in the apk => class not found error at runtime unless jmDNS is a part of Android. On 17 Feb., 01:40, scott_ggle wrote: > I had resolved this compile error by adding JmDNS as user library. See > tip posted by CuteAndroid > > ath

[android-developers] Re: Controlling LEDs on Notification

2011-02-17 Thread Marcus Wolschon
RTFM http://developer.android.com/guide/topics/ui/notifiers/notifications.html#Lights On 17 Feb., 14:44, Jake Colman wrote: > On my HTC EVO I see that my running apps have two forms of typical > notification: > > 1) Tweets, for example, vibrate and make a sound once upon arrival only. > 2) SM

[android-developers] DNS-lookup

2011-02-17 Thread Marcus Wolschon
Is there any way to do DNS-lookups of other records then just A and ? I need to look up MX-records and parse the results. -- 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@googlegro

[android-developers] Re: List of Android Devices with specifications to use in Emulator

2010-09-07 Thread Marcus Wolschon
Thanks. That should be quite useful. On 7 Sep., 21:50, Andrew Brampton wrote: > Hi, > I'm going to try something here, and hopefully it'll work. > > I've written a few apps and occasionally I'll have someone email me > saying it doesn't work correctly on their phone. As I don't have > access to

[android-developers] Sync-Icon not disapearing with my own Sync-adapter

2010-08-26 Thread Marcus Wolschon
Since I have my own sync-adapter on the system (takes about 2 seconds to sync) with automatic periodic sync enabled every 4 hours the black "syncing"-icon is no longer disapearing from the notification-bar. Does anyone have an insight why this may be the case? -- You received this message becaus

[android-developers] Authenticator-Accounts gone after reboot!!! due to "Removing non-system package"

2010-08-12 Thread Marcus Wolschon
I am using a custom Authenticator (app1 named "biz.wolschon.android.dropbox.authenticator") and a custom SyncAdapter (separate app2) and a client-application (named "biz.wolschon.android.dropbox.sendto") very similar to the example at http://developer.android.com/resources/samples/SampleSyncAdapter

[android-developers] SyncAdapter and android:contentAuthority

2010-08-12 Thread Marcus Wolschon
For a SyncAdapter I need to provide a syncadapter.xml like http://developer.android.com/resources/samples/SampleSyncAdapter/res/xml/syncadapter.html in a Manifest like http://developer.android.com/resources/samples/SampleSyncAdapter/AndroidManifest.html 1) What should I enter as "android:contentA

[android-developers] Share AccountAuthenticator between multiple applications

2010-08-11 Thread Marcus Wolschon
I have 2 applications that both require the same account-type from the same, custom AccountAuthenticator . 1) How do I deploy the custom AccountAuthenticator? Separately or with both applications? Will it be shown once or twice in the account-manager if supplied by 2 apps? If supplied separately,

[android-developers] deploying AccountAuthenticator for multiple apps

2010-08-09 Thread Marcus Wolschon
How should I go about deploying the same AccountAuthenticator for multiple projects that use the same kind of account? Should each project include the AccountAuthenticator as a library-jar or should it be it's own apk? What happens if the same AccountAuthenticator is exported from multiple apks in

[android-developers] Request different IME for TextEditField

2010-08-07 Thread Marcus Wolschon
Hello, Background: In Vespucci (editor for OpenStreetMap) I have input-fields for key+value. Many people use Swype but that one is broken with AutoCompleteTextFields as it only transmits finished words to the TextField and not the individual characters. Thus the list of autocompletion-results is

[android-developers] Re: Website for your app, how important do you feel it is?

2010-08-07 Thread Marcus Wolschon
On 8 Aug., 04:33, Brad wrote: > So I'm scaling back my > website and focusing more on Facebook for now - we'll see how it goes. So what about all the people NOT on facebook? No matter how that thing is growing, the complementary group is still the majority. > Oh and why oh why oh why can't som

[android-developers] How to implement your own LocationProvider

2010-08-03 Thread Marcus Wolschon
do to acomplish this? Regards, Marcus Wolschon -- 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-