You shouldn't need to change the actual byte code to do this. If you change the package name inside the AndroidManifest - this should be sufficient to be able to avoid a "INSTALL_FAILED_ALREADY_EXISTS".
Not sure if APKTool do this? But it's not too tricky to figure out just hacking around with a hex editor. After doing so, it would obviously need to be resigned. -Tim Strazzere On Wed, Nov 10, 2010 at 11:40 AM, mytharak <[email protected]> wrote: > There is a tool called APKtool by brut.all that may do what you > require, but changing the package name in all the files would be a lot > more painful than rebuilding and redistributing. Changing a package > name is trivial in Eclipse. > > -- > You received this message because you are subscribed to the Google Groups > "Android Security Discussions" 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-security-discuss?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Android Security Discussions" 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-security-discuss?hl=en.
