Re: [android-developers] Re: How to unsign the signed apk file?

2010-11-03 Thread Nency Robert
HI Chris, Also want to know how to know the signature of any apk file? please share commands/procedure/tools for it. Thanks. On Tue, Nov 2, 2010 at 7:20 PM, Chris Stratton cs07...@gmail.com wrote: Open the apk as a zip file and remove the META-INF directory On Nov 2, 4:26 am, Nency Robert

[android-developers] Re: How to unsign the signed apk file?

2010-11-03 Thread Sarwar Erfan
On Nov 3, 12:29 pm, Nency Robert avayam...@gmail.com wrote: HI Chris, Also want to know how to know the signature of any apk file? please share commands/procedure/tools for it. Thanks. You will need Jarsigner. Get all information here:

Re: [android-developers] Re: How to unsign the signed apk file?

2010-11-03 Thread Kostya Vasilyev
Let's see - removing the signature from an apk, then signing it with a different key... If this is your own application, I don't see a reason to do this. If this is someone else's application - ! - are you trying to pirate someone else's work? -- Kostya 03.11.2010 9:49, Sarwar Erfan пишет:

Re: [android-developers] Re: How to unsign the signed apk file?

2010-11-03 Thread Nency Robert
HI Kostya, The baseline is I want to use robotium on android's standard applications (like gallery, alarm etc). I want to automate tests for it. To use robotium, the sign should be same for junit test app and the std android app. So I have to change any one of them. And to change any one of

[android-developers] Re: How to unsign the signed apk file?

2010-11-03 Thread Chris Stratton
In what way would changing the signature and _only_ the signature be an aid to piracy? On Nov 3, 4:57 am, Kostya Vasilyev kmans...@gmail.com wrote: Let's see - removing the signature from an apk, then signing it with a different key... If this is your own application, I don't see a reason to

[android-developers] Re: How to unsign the signed apk file?

2010-11-03 Thread DanH
Well it would allow you to do essentially what the OP wants to do -- have some other app monkey in the internals of the subject app. Could be used to smoke out an encryption scheme, eg. But security on a phone (especially an Android) is a myth. On Nov 3, 10:54 am, Chris Stratton

[android-developers] Re: How to unsign the signed apk file?

2010-11-02 Thread Chris Stratton
Open the apk as a zip file and remove the META-INF directory On Nov 2, 4:26 am, Nency Robert avayam...@gmail.com wrote: HI All, I want to know How to unsign the signed apk file? Please help. Thnkx -- You received this message because you are subscribed to the Google Groups Android