quinolin, on 14 January 2012 - 07:14 AM, said:
Can you elaborate how this is accomplished? Can this be done in apk multi-tool alone or does this include any steps using apktool (e.g., apktool if framework-res.apk)
This is only true for non-system apps, correct?
Thanks again for getting this thread started, looking forward to seeing the content expanded and refined over time.
The easiest way to do this is exactly how your showing it!
But for those who don't know take the framework-res.apk outta whatever rom your working with and place it in the "other" folder of your apkmultitools. Hold Shift and right click choose open cmd window here and simply type in "apktool if framework-res.apk".
Now when it comes to aosp or stock android there are no apps that really need dependency's. However moto or htc phones do sometimes require this. Moto for example has blur-res.apk or something like that. These dependencies can all be set the same exact way as setting the framework-res.apk.
Also keep in mind when working with different roms be it stock or custom or blur or sense. You need to make sure your using the framework and other dependent apk's for that rom. ie. don't use a blur framework with a sense rom.
Edited by travp624, 14 January 2012 - 07:52 AM.