Go To ( http://adf.ly/20PrE )-)-) [android-developers] Re: getting this error The apk must be signed with the same certificates as the previous version.

2011-11-28 Thread Mariux
Issue seems fixed, I cleaned Eclipse with -clean, overwrote the keystore with a previous version and now the exported apk can upgrade in Developer Console! -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email

[android-developers] Re: getting this error The apk must be signed with the same certificates as the previous version.

2011-11-28 Thread Mariux
Tried with Chrome, Firefox and IE. Same issue for all of them. In fact, this can't be a browser-related issue. If I manually sign the apk using jarsigner and then zipalign it, I'm able to upgrade the app. So probably it's something related to ADT mis-signing the apks!! I opened a bug here: http

Re: [android-developers] Re: getting this error The apk must be signed with the same certificates as the previous version.

2011-11-28 Thread Mariux
Actually I installed java 7 but the error was showing up with Java 6, so at this point I think is Java-independent.. -- 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 T

[android-developers] Re: getting this error The apk must be signed with the same certificates as the previous version.

2011-11-27 Thread Mariux
I installed and configured Java 7 and the issue is unchanged.. How can I be sure it uses the correct Jarsigner? The jre configured in eclipse is jre7 but it compiles with Compiler 1.6 because Android can't be compiled in 1.7.. -- You received this message because you are subscribed to the Googl

Re: [android-developers] Re: getting this error The apk must be signed with the same certificates as the previous version.

2011-11-27 Thread Mariux
Actually I'm on Java 6.. is Java 7 required for the latest ADT? -- 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-d

[android-developers] Re: getting this error The apk must be signed with the same certificates as the previous version.

2011-11-27 Thread Mariux
A workaround I've find out: 1) Export your app *unsigned* 2) Sign with your keystore using jarsigner (in your JRE directory) 3) Zipalign the apk Then you'll be able to upgrade the app. Still, you have to do this every time you want to upgrade the app, since exporting it from Eclipse generates t

[android-developers] Re: getting this error The apk must be signed with the same certificates as the previous version.

2011-11-27 Thread Mariux
I have the same exact issue. I have an app I updated last time on Oct 2 2011, signed only with my keystore. Today I tried to upgrade but I'm receiving the same message as above. The only thing that changed was the debug keystore, which expired Oct 11 and was recreated by Eclipse. THIS IS IMPORTA

[android-developers] Create a Bitmap to put in a canvas using BitmapFactory

2011-03-05 Thread Mariux
I want to create a bitmap from a drawable, which is in res/drawables. I know I should use BitmapFactory to do that, something like: Bitmap bitmap = BitmapFactory.decodeResource(getResources(), R.drawable.filename) as written here: http://developer.android.com/reference/android/graphics/BitmapFac

[android-developers] Re: Is it possible to use official Android icons in paid apps?

2011-01-28 Thread Mariux
t's a concern for you, talk to your own > lawyer. > > - Brill Pappin > > On Jan 28, 4:06 am, Mariux wrote: > > > > > > > > > Hello, > > > is there some sort of prohibition to use official Android icons in > > paid apps? > > >

[android-developers] Is it possible to use official Android icons in paid apps?

2011-01-28 Thread Mariux
hould be considered "part of the SDK" or "distinctive brand features"? Thanks Mariux -- 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.co

[android-developers] Sync and GPS Intents name

2010-12-03 Thread Mariux
Hi, does someone know what are the Intents launched by: 1) turning on/off GPS (using settings page launched as Settings.ACTION_SECURITY_SETTINGS) 2) turning on/off Sync (using ContentResolver.setMasterSyncAutomatically(false/true)) I need this for update widget views. Thanks Mario -- You rec

[android-developers] get result when Settings.ACTION_SECURITY_SETTINGS closes, in app widget

2010-12-01 Thread Mariux
, doesn't wait for it to close. Please help! Mariux -- 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 and

[android-developers] App Widget update problem

2010-11-29 Thread Mariux
Hi everyone! I'm trying to make a simple, Intent-driven, "wifi status" app widget. It simply displays a TextView with Wifi Status. I overrided onReceive() method in AppWidgetProvider, so it could trigger a "WifiManager.WIFI_STATE_CHANGED_ACTION". Obviously i added the intentfilter in AndroidMani