Hey...I Have Been Using Apktool .For Decomipiling And Recompiling Apps....
All Goes Well But The Problem Comes When I Recompile My Framework-res.apk....
I Decompile It Without Any Problm..But when I Recompile it without editing any Files then also it Shows Error in recompiling Please do help
depends what the error is
if its just a no default translations error just ignore it - long as the apk compiles
marcussmith2626 said:
depends what the error is
if its just a no default translations error just ignore it - long as the apk compiles
Click to expand...
Click to collapse
Wait i wil provide u the errors if i can..
Related
I'm having trouble trying to recompile my XML edits, when I compile my APK by APK Manager, it doesn't compile the XML into a binary. Whereas its unreadable to humans, is there a tool I'm missing to try and compile the XML?
Chinam4n said:
I'm having trouble trying to recompile my XML edits, when I compile my APK by APK Manager, it doesn't compile the XML into a binary. Whereas its unreadable to humans, is there a tool I'm missing to try and compile the XML?
Click to expand...
Click to collapse
I would suggest:
- go to apk manager thread
- describe you prob
- name "what" u decompile/compile
- attach a logcat
Hi all,
Just want to ask what tool are you using to decompile/recompile apk files.
I'm using ApkManager 4.9, it works pretty well but I have an issue when recompiling ClockPackage.apk (it seems that resources.arsc is not well rebuilt, I have no errors when recompiling but there is an error in logcat and alarm doesn't ring).
Thanks ;
Use apktool
Thanks !
I'm going to try these ones.
Same issue with your tool ...
it seems that the .ogg files in raw folder are not referenced when recompiling ClockPackage.apk ...
any idea ?
Solved with apktool -f option !
don't know why but ... it works ..
So ive been trying to modify the framework-res.apk and i can decompile it but just cant recompile it, Even if i just decompile with no edits then re-compile it errors out with APKTool or XdaAutotool or apk multi tool. Anyone have an luck????
supercobaltss said:
So ive been trying to modify the framework-res.apk and i can decompile it but just cant recompile it, Even if i just decompile with no edits then re-compile it errors out with APKTool or XdaAutotool or apk multi tool. Anyone have an luck????
Click to expand...
Click to collapse
Are you using the S5 framework and twframework-res? Or perhaps you have an out of date decompiler. Did you copy META-INF and AndroidManifest.xml from your the old apk to the recompiled apk? It's hard to guess at the problem since you didn't give us crucial details on what tool versions and steps you used or exact error messages you saw. There are a number of threads on the subject, so do a search to see what is working for others.
Hi all,
I 've just noticed that using apktool is possible to keep the original signature after hacking the smali code of an apk file.
I've tested it on one of my apks, and I've noticed that, after building the modified apk with the -c option, the new apk fail to install on my device:
Failure [INSTALL_PARSE_FAILED_MANIFEST_MALFORMED]
Click to expand...
Click to collapse
Why?
Many thanks
I want to change the text color of toggles.
I changed only the textColor=#ff6f6f6 and shadowColor=#00000000 in layout/power_widget.xml
And after compiling & signing i pushed it to system/framework and the phone stuck in bootloop.
Please Help!
Nobody here that can help me.
Sachin Kumar53 said:
Nobody here that can help me.
Click to expand...
Click to collapse
you need to add the lidroid-res apk to the apktool folder in userdata.
or if i recall use
apktool -f lidroid-res.apk
it fails to decompile because it misses "various framework items"
Sometimes it can be due to using different framework-res.apk's