Hello
any can help me with change BaiduNetworkLocation.apk to NetworkLocation.apk in MIUI6 and edit framework-res.apk ?
i try edit framework-res.apk in APKTools but i have error when building apk file
Thanks
Related
Hey all, have yet another question. Is it possible to recompile xml files that have been decompiled using AXMLPrinter2? I tried to use aapt but it wouldn't work (got a lot of 'no resource identifier found for ...' errors).
Thanks.
u can't recompile xml pre-compiled files.
M
...
Try apktool.
Hi I am tring to add a file to Roise.apk
...\Rosie.apk\res\values-iw
The new file is strings.xml
I recompiled it and i get Force Close evey Time
Can i give to some one thr original apk and the strings.xml
and he will recompile it for me without FC?
tnx
im trying to edit the settings.apk to add/remove entries from it.
My question is, can this be done through decompiling the apk and editing xmls, or do i need to edit the source code/java files?
how can i edit Resource.arsc framework/res file plz help me any easy way.:angel:
You need to decomplie the apk resource.arsc is in.. Do the edits to values and the things you want.. Then recompiling the apk .. Use apktool .. Search the tutorials .. Its not too easy
Sent from my GT-N7100
when i decompile the classes.dex , change some code in it, and recompile the "classout" folder back to .dex, the code changes to original code... any solution ?