The approach that we use in my group is getting jar file and dependency file
from third party rather than apk file itself.
It is much more easier to integrate as well.
For some reason, if the third party have some logic to hide, they can put it
inside jar file.


On Wed, Dec 8, 2010 at 5:17 PM, Sarwar Erfan <[email protected]> wrote:

> Possible. This is what some thieves do with other's applications.
> You need to change the extension to .zip from .apk. Then extract the files.
> Remove to META-INF directory (to make it unsigned). Modify the contents.
> Then, make zip, change extension to .apk to .zip. Finally sign the apk with
> your own cert.
>
> Search in google or this group.
>
> I hope you really have an agreement, though I have never heard of this kind
> of agreement. If I was the first party to have any such agreement, I would
> send you an unsigned apk, you would add your contents, sign and publish.
> And, if I had done the major development, I would rather ask you to send me
> the part you developed, then add that and sign with my cert and then
> publish.
>
> Regards
> Sarwar Erfan
>
>  --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to [email protected]
> To unsubscribe from this group, send email to
> [email protected]<android-developers%[email protected]>
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
>



-- 
Beside the Planet of Big Blue Sea, lies the moon called proteus . Please
come and visit me :)

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to