Hi,
Recently I have modified and replaced phone.apk successfully and now I want to change framework-res.apk because I want to change the lockscreen of my device. But how can I compile framework-res.apk from source?
Many thanks in advice
Hello, I have the following problem:
What I do:
Code:
apktool if framework-res.apk
apktool if framework-miui-res.apk
apktool d [all apps one by one]
Translate string/arrays depending on the apps, in values-fr (for french language)
apktool b [all apps one by one]
But some apps like Phone/Contacts/MiuiHome/MiuiGallery/Miui/MMS don't want to be rebuild
it seems that this is the basic apps
Does any one have some suggestions or help?
Sorry for posting in Q&A, new user on the forums and can not reply in the apktool 1.5.2 thread. Many features have been added to the apktool as it has been developed and the tool is AWESOME, but one feature that appears to be broken is the debug switch -d that should output .java files with smali code wrapped in fake java classes. This is necessary for line by line debugging with NetBeans or Android Studio.
Is there any plans for re-implementing the debug of apktool for smalidebugging as outlined here: code.google.com/p/android-apktool/wiki/SmaliDebugging?
I can go back to apktool 1.4.x where the switch works but unfortunately support for res packages for the apk that I am decompiling does not exist in earlier versions of apktool.
Thanks for all the work put into apktool!!
Fixed in 2.0
doowah said:
Sorry for posting in Q&A, new user on the forums and can not reply in the apktool 1.5.2 thread. Many features have been added to the apktool as it has been developed and the tool is AWESOME, but one feature that appears to be broken is the debug switch -d that should output .java files with smali code wrapped in fake java classes. This is necessary for line by line debugging with NetBeans or Android Studio.
Is there any plans for re-implementing the debug of apktool for smalidebugging as outlined here: code.google.com/p/android-apktool/wiki/SmaliDebugging?
I can go back to apktool 1.4.x where the switch works but unfortunately support for res packages for the apk that I am decompiling does not exist in earlier versions of apktool.
Thanks for all the work put into apktool!!
Click to expand...
Click to collapse
Ok, finally found the answer to the question above, according to code.google.com/p/android-apktool/ this will be fixed in 2.0.
doowah said:
Ok, finally found the answer to the question above, according to code.google.com/p/android-apktool/ this will be fixed in 2.0.
Click to expand...
Click to collapse
It is already possible, you just have to build it yourself
https://code.google.com/p/android-apktool/source/browse/?name=wip-2.0
https://code.google.com/p/android-apktool/wiki/BuildApktool
Hi,
I have looking for tutorial modding BBM for cloning, So I have BBM1, BBM2 on the same device. Where the first I should modified? I use APK tool to decompile and notepad+ for my editing. My first effort I tried to compare BBM original source file and BBM modified/cloned with WinMerge. In *.xml file I see a lot of difference files, but for *.so (library) nothing touch. My goal is I want using the newest BBM version cloned... Would you give me some clue for this?
Thanks
Having trouble with SystemUI and framework-res.apk...can't decompile. Are there additional frameworks that need to be installed?