Hello. I've research how to modify default apks from android OS. I don't know if I'm over the correct or the wrong way, but the posibility I'm trying to carry on it's something like this:
I want to add a new functionality to gallery options (another send to posibility as SMS, mail...) using a jar I've already deveoped. The steps I'm following are: 1- I've downloaded Gallery source from git://android.git.kernel.org/platform/manifest.git. 2- I've generate the apk for MyGallery.apk, with sources I've downloaded. 3- I've unistalled the default Gallery from Phone. 4- I try install MyGallery.apk but I get some problems with my apk sign because the resources that my apk uses such as android.media package are signed in a distict way tha my apk. So, my question is: How can I sign my apk in order to be able to install it on the device? Is this process able to be done or are there any other ways to get a custom default apk running on the phone? Thank's a lot. -- 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

