Re: [android-developers] INSTALL_FAILED_DUPLICATE_PERMISSION

2015-02-25 Thread marten
Thanks for sharing the link. I wasn't aware of this bug report. Yes both apps are mine, but even though they have the signature, some user complain about this error. Maybe they installed the apps form different sources, i.e. Amazon and Google Play. cheers Marten Am Freitag, 20. Februar 2015

Re: [android-developers] INSTALL_FAILED_DUPLICATE_PERMISSION

2015-02-20 Thread marten
and that's certainly not what this is intended for. If there is someone from Google in this Forum: How is this intended to work? thanks Marten Am Donnerstag, 19. Februar 2015 19:21:40 UTC+1 schrieb Marina Cuello: Hi! I'm not sure how to help, because've only met this problem when

[android-developers] INSTALL_FAILED_DUPLICATE_PERMISSION

2015-02-18 Thread Marten Gajda
? thanks Marten -- Marten Gajda Schandauer Straße 34 01309 Dresden Germany tel: +49 177 4427167 email: mar...@dmfs.org twitter: twitter.com/dmfs_org VAT Reg. No.: DE269072391 -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

Re: [android-developers] GCM extras Bundle from value

2015-02-05 Thread marten
didn't make it through, but that's a different story. So everything works as intended. cheers Marten Am Mittwoch, 4. Februar 2015 09:31:46 UTC+1 schrieb Mukesh Srivastav: Hello Marten, Not sure why do you want to change the SENDER ID, the sender id would remain same/constant unless you

[android-developers] GCM extras Bundle from value

2015-02-03 Thread Marten Gajda
=do_not_collapse}] Is this intended behavior? Is it just temporary? Is there any way to get the sender id back in there? thanks Marten -- Marten Gajda Schandauer Straße 34 01309 Dresden Germany tel: +49 177 4427167 email: mar...@dmfs.org twitter: twitter.com/dmfs_org VAT Reg. No.: DE269072391 -- You

Re: [android-developers] Including custom permissions in client app

2013-06-07 Thread marten
as the permission is just an implementation detail of how our packages transfer their data among themselves - nothing for the user to allow or deny. On Sun, Jun 2, 2013 at 11:29 AM, marten marten...@googlemail.comjavascript: wrote: Am Samstag, 1. Juni 2013 17:28:31 UTC+2 schrieb latimerius

Re: [android-developers] Including custom permissions in client app

2013-06-02 Thread marten
Am Samstag, 1. Juni 2013 17:28:31 UTC+2 schrieb latimerius: On Sat, Jun 1, 2013 at 3:39 PM, Marten Gajda mar...@dmfs.orgjavascript: wrote: I have an existing app A that's already installed by a couple of users and I have developed a new app B that has a content provider and custom

[android-developers] Including custom permissions in client app

2013-06-01 Thread Marten Gajda
Android version will complain about the duplicate definition of the permission? thanks Marten -- Marten Gajda Schandauer Straße 34 01309 Dresden Germany tel: +49 177 4427167 email: mar...@dmfs.org twitter: twitter.com/dmfs_org VAT Reg. No.: DE269072391 -- -- You received this message because

[android-developers] Re: per account settings in Jelly Beans

2012-07-24 Thread Marten Gajda
Am 21.07.2012 18:11, schrieb yvolk: Marten, thank you for the tips. The Remove Account in the menu of the Sync screen is not obvious at all :-; I have a feeling that Accounts related stuff will be changed in the nearest Android updates, so maybe we are are too soon to adapt something

[android-developers] Re: per account settings in Jelly Beans

2012-07-21 Thread Marten Gajda
Marten Am 21.07.2012 15:11, schrieb yvolk: Hi Marten, I've noticed this also. Account management abilities of Jelly Bean are far less that in previous versions: - no per account settings as you mentioned; - now a User can add but can not Remove an Account. Very sad degradation of features

[android-developers] per account settings in Jelly Beans

2012-07-16 Thread Marten Gajda
syncAdapterSettingsAction. I've tried to set this value to my account preferences activity, but I coulnd't find out how to invoke this action from within Android? Can someone enlighten me please? cheers Marten -- You received this message because you are subscribed to the Google Groups Android Developers

Re: [android-developers] why is the account managed by AccountManager is delete automatically ?

2012-07-12 Thread marten
to be placed on the SD card. Ok, but this also happens on the Galaxy Nexus (which doesn't feature a SD card slot). Afaik it didn't happen with Android 4.0.4, but it happens for users who upgraded to Jelly bean. What can I do to prevent this. Marten On Mon, Mar 21, 2011 at 8:22 PM, 琅琅 wuxiaojun2

[android-developers] People App in Android 4.0.3

2012-01-10 Thread marten
or edit birthdays of the synced contacts. Is that intended? cheers Marten -- 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

[android-developers] Re: Unhandled algorithm md5 requested

2011-04-16 Thread marten
all. It works for me. Maybe someone can use it ... On 14 Mrz., 20:30, marten marten.ga...@googlemail.com wrote: I had a look into the Eclair sources. It seems the available algorithms are hard-coded in MessageDigest.java. So there is no way to add another one without modifying the sources. Can

[android-developers] Unhandled algorithm md5 requested

2011-03-14 Thread marten
;-) . cheers Marten -- 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: Unhandled algorithm md5 requested

2011-03-14 Thread marten
., 08:39, marten marten.ga...@googlemail.com wrote: Hello, I'm writing a CardDAV implementation for Android and came across some problem when trying to connect to the OSX/Darwin CardDAV server. The default setup for this server is to advertise BASIC and DIGEST authentication. The default

[android-developers] Re: Account name with spaces throws Exception on Android 2.2

2011-02-17 Thread marten
Ok, thanks. I guess, I stick to URL-safe Base64 since it currently works well for me. Regards Marten On 17 Feb., 01:59, Dmitri Plotnikov dplotni...@google.com wrote: Hi Marten, I have verified that in the current code base a source ID with special characters works fine.  Not really sure

[android-developers] Re: Account name with spaces throws Exception on Android 2.2

2011-02-12 Thread marten
(which works fine so far). Can you confirm this as an Android bug? cheers Marten On 4 Feb., 05:04, Dmitri Plotnikov dplotni...@google.com wrote: Hi Marten, I have filed an internal bug for this and will fix it right away. There is no apparent workaround.  I guess people normally don't run

[android-developers] Account name with spaces throws Exception on Android 2.2

2011-02-03 Thread Marten Gajda
. resolveAccount from ContactsProvider2.java uses a different check now, maybe the %20 is not properly replaced. Is there a known work-around (aside from removing spaces in the account name)? cheers Marten -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Account name with spaces throws Exception on Android 2.2

2011-02-02 Thread marten
in sampleSyncAdapter. resolveAccount from ContactsProvider2.java uses a different check now, maybe the %20 is not properly replaced. Is there a known work-around (aside from removing spaces in the account name)? cheers Marten -- You received this message because you are subscribed

[android-developers] Re: Custom Contact Sync Adapter - Icons and Titles

2011-01-25 Thread marten
the pretty_name and secondary_text for my sync-source? It seems to me this is not some Motorola or Samsung proprietary stuff. Thanks Marten On 27 Dez. 2010, 02:34, WATTO wattostud...@gmail.com wrote: Hi guys, Based on the SampleSyncAdapter provided in the Android API documentation, I have

[android-developers] No TextToSpeech during phone-ring with wired headset

2010-12-10 Thread marten
developing on a Motorola Defy, Android 2.1), an Android or an API issue. But maybe someone can give me a hint or has experienced the same problem. Currently I don't have access to another Android phone (besides the simulator, which doesn't support TTS at all). regards Marten -- You received