Re: [android-developers] Changing from one dev machine to another, keystore question

2010-08-30 Thread { Devdroid }
On 27 August 2010 17:53, Chris Stewart cstewart...@gmail.com wrote: If I'm understanding your first sentence, I'm at work and cannot test it for myself right now. I'm not sure what you're saying beyond that point. I am talking about asymmetric key cryptography which is also used to sign apps.

[android-developers] Changing from one dev machine to another, keystore question

2010-08-27 Thread Chris Stewart
To this point, I've been doing development on multiple machines but always packaging for deployment on the same machine. If I want to package for deployment on another machine, will simply copying the keystore file to the new machine do the trick? Anything else I need to be concerned about when

Re: [android-developers] Changing from one dev machine to another, keystore question

2010-08-27 Thread Chris Stewart
If I'm understanding your first sentence, I'm at work and cannot test it for myself right now. I'm not sure what you're saying beyond that point. -- Chris Stewart http://chriswstewart.com Fantasy Footballhttp://chriswstewart.com/android-applications/fantasy-football/- Android app for MFL

Re: [android-developers] Changing from one dev machine to another, keystore question

2010-08-27 Thread Greg Donald
On Fri, Aug 27, 2010 at 10:11 AM, Chris Stewart cstewart...@gmail.com wrote: To this point, I've been doing development on multiple machines but always packaging for deployment on the same machine.  If I want to package for deployment on another machine, will simply copying the keystore file to

Re: [android-developers] Changing from one dev machine to another, keystore question

2010-08-27 Thread Brad Gies
Sure... the key is the same, no matter what machine it's on. I've even emailed it to myself and installed it on different machines. On 27/08/2010 8:53 AM, Chris Stewart wrote: If I'm understanding your first sentence, I'm at work and cannot test it for myself right now. I'm not sure what

Re: [android-developers] Changing from one dev machine to another, keystore question

2010-08-27 Thread { Devdroid }
On 27 August 2010 17:11, Chris Stewart cstewart...@gmail.com wrote: To this point, I've been doing development on multiple machines but always packaging for deployment on the same machine.  If I want to package for deployment on another machine, will simply copying the keystore file to the new