Hello,
I want to decompile the DefaultThemes.apk ! However,decompiling with apk manager 4.9 gives an error !
I dont want to just change the images,but add another theme !
What can be done ?
probably the best solution would be enable the cyanogenmod themes manager and install that theme...
nicom.mt said:
probably the best solution would be enable the cyanogenmod themes manager and install that theme...
Click to expand...
Click to collapse
But that isn't possible on stock ROM right ?? What to do for stock ROM ?
dont need to decompile, just change files using 7zip
metalrawk said:
dont need to decompile, just change files using 7zip
Click to expand...
Click to collapse
I want to add a theme,not replace existing !
defaultheme.apk need dependencies for being decompiled which is framework-res.apk and SemcGenericUxpRes.apk
you can find them on /system/framework
I do not use apkmanager so can't tell you the way to do it but with apktool i do this
Code:
apktool if framework-res.apk
apktool if SemcGenericUxpRes.apk
peexl said:
defaultheme.apk need dependencies for being decompiled which is framework-res.apk and SemcGenericUxpRes.apk
you can find them on /system/framework
I do not use apkmanager so can't tell you the way to do it but with apktool i do this
Code:
apktool if framework-res.apk
apktool if SemcGenericUxpRes.apk
Click to expand...
Click to collapse
Hello,thanks ! I was able to decompile the apk successfully. However,I added the desired files for new theme,added the ids,and edited the smali files ! I then recompiled it and signed it. However,after pushing it to the phone,it doesn't work,just a blank screen is displayed ! Here is my apk ! What shall I do to make it work ?
Thanks !
Edit : It is working after restarting phone,however new theme doesn't show up in themes menu,only old ones are shown !
i have this eror too...
decompile apkmanager v5.0 send log: cant find framework resourse of parkage of id:2.You must install proper framework file, see project wedsite for more info.??
How can i decompile this defaultthemes.apk?
sr my bad english..!
Solution?
What I do is using Root Explorer.apk I extract the file while on the phone (it automatically unfold it in a new folder called extracted). I copy the original files to a TMP folder in case I delete or make mistake with the original files when copy them over.
I then connect the phone via USB and change the files thats need to be changed and then I unplug the USB cable and again using the Root Explorer.apk I choose to zip it again. An from there I rename the new file to *.apk
Hope it helps
guys please help...i like too much defaultthemes but i did everything and they don't take effect to my phone...mini pro 2.3.7 mcm7 v21 i put them in the system/app change perm but nothing...maybe cause i have a theme from themechooser or something...in the start i didn't replace the default themes.apk there wasn't anything there... any ideas???thanks
nitsakh said:
Hello,thanks ! I was able to decompile the apk successfully. However,I added the desired files for new theme,added the ids,and edited the smali files ! I then recompiled it and signed it. However,after pushing it to the phone,it doesn't work,just a blank screen is displayed ! Here is my apk ! What shall I do to make it work ?
Thanks !
Edit : It is working after restarting phone,however new theme doesn't show up in themes menu,only old ones are shown !
Click to expand...
Click to collapse
how did yu decompile it? please tell me too.. i use apk manager!
Aarush said:
how did yu decompile it? please tell me too.. i use apk manager!
Click to expand...
Click to collapse
Use the following commands with apktool to decompile ::
Code:
apktool if framework-res.apk
apktool if SemcGenericUxpRes.apk
apktool d DefaultThemes.apk
hi mastah...
please help me,.
what tool can resign the apk file ?
i've modified and replacing some icons from apk file,but i dont have tool tha can be use to resign this apk.
i just resign this apk using zipsigner2 from market..but the resigned apk just can be installed on my phone not other phone..
would u give me link download tool for resign the apk file ?
or u can resign my attached file for me...
and i wish u all have good idea to modifying some background or the other of part in this apk file,that could be looking good
please..resigning and modifying this apk
thankz a lot before
allysque good.
use this guide
forum.xda-developers.com/showpost.php?p=3175518&postcount=2
DirtyAssClown said:
use this guide
forum.xda-developers.com/showpost.php?p=3175518&postcount=2
Click to expand...
Click to collapse
thankz a lot Dirty..it's very helpfull and work on my apk file
i am trying to edit infinity view apk.
I decompiled it using APK Multi tool and created a project but it always gives me error as shown in fig.
Plz tell me how to fix this error.
I think i have to import some files but don't know how to do them properly. i tried somethings but unable to resolve this error.
I think you also need framework files.
Sent from my Xperia Live using xda premium.
singh_dd93 said:
i am trying to edit infinity view apk.
I decompiled it using APK Multi tool .
Click to expand...
Click to collapse
Why are you editing with eclipse. What do you want to change exactly? Edit the xml file with notepad++ .. And compile back apk with apk tool again.
Thanks,
PALLAVI KALYANAM
pallavikv said:
Why are you editing with eclipse. What do you want to change exactly? Edit the xml file with notepad++ .. And compile back apk with apk tool again.
Thanks,
PALLAVI KALYANAM
Click to expand...
Click to collapse
That´s it my friend...
Use notepad++ to edit .xml and .smali files.
If anyone can help me integrate SDK tutorial or sequence mobilcore..tolong help me , God bless
hi
I want to modify my apk with Eclipse . but I don't know how to give apk to eclipse and modify package name and manifest.xml and .... .
Can anyone help me plz ?
TNQ .
I don't want to use Apk manager .
What do you mean?
You 've got only the apk file?
You cannot modify this...!!
You must have the source code of your app before compiling it to apk file.
So, modifying the source code you will able to compile again a new apk file....
Sent from my home using my tablet
Sorry .
I just want to modify my APP not Source with Eclipse & do some changes like renaming the android package name and MANIFEST.XML & change the icon & .... .
Isn't it possible ?
But I've done same changes using ApkMultitools .... .
Eclipse can't modify APK files, you need necessarily decompile your APK file using APKTool (or APK Multi-tool).
The correct way is firstly to own your code.
Then you have to edit it and compile in eclipse to generate your new *.apk file.
If the application is yours, I think that you have the source code you wrote...
Sent from my home using my tablet
hi developers...
i want to edit an apk from another site's apk...
this site's theme like my site...because same theme...
i think apk will work true if i edit true
i used apkstudio-2.0.3b-windows program and i edited smali/com files and manifest file for new add...
and i repack again...
but there is a problem
i install program but not worked....
if i click app it isnt opening...
where am i mistake ?
how can i fix it?