modhatter6811
Android Enthusiast
I can't seem to decompile/recompile framework-res.apk correctly. I can decompile it and recompile it without it throwing errors but the recompiled version is smaller than the original when I make no changes to it. Is this normal? (I'm using apktool v1.5.2) Also, could someone knowledgeable confirm if this is the right process? This works fine for the SystemUI.apk,(with the added step of loading it right after framework-res) but does it work on framework-res.apk?
1. apktool if framework-res.apk
2. apktool d framework-res.apk *name
3. Make changes
4. apktool b *name
5. Extract original META-INF folder and AndroidManifest.xml from the unchanged apk, then place them into /*name/build/apk/
6. apktool b *name
*Also, if someone could point me to a tutorial or guide about making flashable zips and compiling roms that works for our cwm and phone, I will love you forever. (I got the %1 battery mod working on stock and want to make it flashable if possible.)
1. apktool if framework-res.apk
2. apktool d framework-res.apk *name
3. Make changes
4. apktool b *name
5. Extract original META-INF folder and AndroidManifest.xml from the unchanged apk, then place them into /*name/build/apk/
6. apktool b *name
*Also, if someone could point me to a tutorial or guide about making flashable zips and compiling roms that works for our cwm and phone, I will love you forever. (I got the %1 battery mod working on stock and want to make it flashable if possible.)