[android-developers] Setting .apk expiration

2012-09-19 Thread Marcelo Corvezola
Hi, I apologize if this easily availabe info I just couldn't find it.

Is there a way to set the .apk expiration cert. date for say, 1 day, or 
hours from build? 
Any links with info or tutorials on this would be great!

this is not for a google play app..thnx


-- 
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
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] Setting .apk expiration

2012-09-19 Thread Kristopher Micinski
No, this is not possible.

kris

On Tue, Sep 18, 2012 at 2:50 PM, Marcelo Corvezola mcorvez...@gmail.com wrote:
 Hi, I apologize if this easily availabe info I just couldn't find it.

 Is there a way to set the .apk expiration cert. date for say, 1 day, or
 hours from build?
 Any links with info or tutorials on this would be great!

 this is not for a google play app..thnx


 --
 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
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en

-- 
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
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


Re: [android-developers] Setting .apk expiration

2012-09-19 Thread Marcelo Corvezola
Ok, thnx!

On Wed, Sep 19, 2012 at 10:19 AM, Kristopher Micinski 
krismicin...@gmail.com wrote:

 No, this is not possible.

 kris

 On Tue, Sep 18, 2012 at 2:50 PM, Marcelo Corvezola mcorvez...@gmail.com
 wrote:
  Hi, I apologize if this easily availabe info I just couldn't find it.
 
  Is there a way to set the .apk expiration cert. date for say, 1 day, or
  hours from build?
  Any links with info or tutorials on this would be great!
 
  this is not for a google play app..thnx
 
 
  --
  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
  For more options, visit this group at
  http://groups.google.com/group/android-developers?hl=en

 --
 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
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en


-- 
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
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] Setting .apk expiration

2012-09-19 Thread Nikolay Elenkov
 On Tue, Sep 18, 2012 at 2:50 PM, Marcelo Corvezola mcorvez...@gmail.com 
 wrote:

 Is there a way to set the .apk expiration cert. date for say, 1 day, or
 hours from build?

On Thu, Sep 20, 2012 at 2:19 AM, Kristopher Micinski
krismicin...@gmail.com wrote:
 No, this is not possible.


How is this not possible? Just generate a new signing certificate for
each 'one-day' build
using a shell script/Ant/whatever and sign the thing. Whether this is
a good idea is
another matter. It is also doubtful whether the expiration date is
actually checked.

-- 
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
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


Re: [android-developers] Setting .apk expiration

2012-09-19 Thread Kristopher Micinski
On Wed, Sep 19, 2012 at 10:06 PM, Nikolay Elenkov
nikolay.elen...@gmail.com wrote:
 On Tue, Sep 18, 2012 at 2:50 PM, Marcelo Corvezola mcorvez...@gmail.com 
 wrote:

 Is there a way to set the .apk expiration cert. date for say, 1 day, or
 hours from build?

 On Thu, Sep 20, 2012 at 2:19 AM, Kristopher Micinski
 krismicin...@gmail.com wrote:
 No, this is not possible.


 How is this not possible? Just generate a new signing certificate for
 each 'one-day' build
 using a shell script/Ant/whatever and sign the thing. Whether this is
 a good idea is
 another matter. It is also doubtful whether the expiration date is
 actually checked.

I should have clarified: I was under the impression that the
certificate expirations still weren't checked... ... Are they?  I
would sort of hope so..

kris

-- 
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
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


Re: [android-developers] Setting .apk expiration

2012-09-19 Thread Kristopher Micinski
On Wed, Sep 19, 2012 at 10:11 PM, Kristopher Micinski
krismicin...@gmail.com wrote:
 On Wed, Sep 19, 2012 at 10:06 PM, Nikolay Elenkov
 nikolay.elen...@gmail.com wrote:
 On Tue, Sep 18, 2012 at 2:50 PM, Marcelo Corvezola mcorvez...@gmail.com 
 wrote:

 Is there a way to set the .apk expiration cert. date for say, 1 day, or
 hours from build?

 On Thu, Sep 20, 2012 at 2:19 AM, Kristopher Micinski
 krismicin...@gmail.com wrote:
 No, this is not possible.


 How is this not possible? Just generate a new signing certificate for
 each 'one-day' build
 using a shell script/Ant/whatever and sign the thing. Whether this is
 a good idea is
 another matter. It is also doubtful whether the expiration date is
 actually checked.

 I should have clarified: I was under the impression that the
 certificate expirations still weren't checked... ... Are they?  I
 would sort of hope so..

 kris

at least when you install it as a developer, so this isn't a viable
anti piracy scheme, if that's what he's asking, which I assume he
is...

kris

-- 
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
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en