any way to decompile apk Galaxy S4
Related
apktool if framework-res.apk? isn't it?
While recompile systemui.apk i get "W:could not find source" . Even if i make no changes & recompile i get the same error.....Whereas i do not get this error while recompiling music.apk n memo.apk....
btw i imported framework res and tw framework res....any solution??
Sent from my GT-S5360 using Tapatalk 2
delroydsouza said:
While recompile systemui.apk i get "W:could not find source" . Even if i make no changes & recompile i get the same error.....Whereas i do not get this error while recompiling music.apk n memo.apk....
btw i imported framework res and tw framework res....any solution??
Sent from my GT-S5360 using Tapatalk 2
Click to expand...
Click to collapse
dont worry - its looking for some sources that are in a different apk for reference
the apk will still compile and work if all changes are correct
if you are using evo-x4 make sure you are using ics framework and not the one in the rom zip
also once you have recompiled delete the new apk
open then decompiled folder
unzip the orig apk with winrar
take out META-INF and AndroidManifest.xml
place this in your decompiled folder in build/apk
recompile the folder again
I got the same thing when I modded android.policy.jar
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.
Hey,
I have been trying to edit an apk using the apktool but I can' recompile (java) error even though I have java + jdk installed.
Could someone here try to recompile my folder?
http://puu.sh/ifHi1/e4db4632a4.zip
~ Meltina.
:good::fingers-crossed:
I'm trying to get into modding apks and have a simple question. When i look up what odexed apks are, it looks like each apk has its own odex file and deodexed apk don't but they have a classes.dex inside the apk instead. Im running 7.1.1 stock with root and have odex file in each app folder but when i look inside the app itself with 7zip it too shows a classes.dex file as well. My question i guess, is do all apps have classes.dex but only deodex apk have the odex file missing in their respective folder? When following a tut they say to decompile the odex file to get the classes.dex file to then put inside the apk then decompile the apk with classes.dex file to get decompiled smali folder.