cant decompile home.apk using apktool. nothing files found on values folder, except styles.xml file with blank content. please help. here i attach log sreenshot. thx in advance..
Try use framework-res from 4.3+
DanielFlorin said:
Try use framework-res from 4.3+
Click to expand...
Click to collapse
hi,
thanks you for reply..
my problem had solved yesterday..
just install
framework-res.apk
SemcGenericUxpRes.apk
systemui.apk
Related
i see some framework-res.apk use mdpi-v4, land-mdpi-v4, en-mdpi-v4, nodpi-v4 in framework-res.apk.
anyone know how to build it?
thx for your answer
agresive said:
i see some framework-res.apk use mdpi-v4, land-mdpi-v4, en-mdpi-v4, nodpi-v4 in framework-res.apk.
anyone know how to build it?
thx for your answer
Click to expand...
Click to collapse
those that you talk about where rebuilded (recomplided) with apktool (or apk manager)...one decompiled it can't be recompiled...when themin you nedd the original framework-res.apk...you theme it and then you recompile
adi4motion said:
those that you talk about where rebuilded (recomplided) with apktool (or apk manager)...one decompiled it can't be recompiled...when themin you nedd the original framework-res.apk...you theme it and then you recompile
Click to expand...
Click to collapse
original framework-res.apk from original ROM? if i use apk manager, how i can do it?
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
can someone give me the stock 587 rom android.policy.jar?
thx guys
poria1999 said:
Hi
can someone give me the stock 587 rom android.policy.jar?
thx guys
Click to expand...
Click to collapse
in attach you have android.policy.jar + android.policy.odex (if you need that too)
Thx bro
I open the androidpolicy.Jar and I can't find the classes.dex ...
Where is it?
poria1999 said:
Thx bro
I open the androidpolicy.Jar and I can't find the classes.dex ...
Where is it?
Click to expand...
Click to collapse
You have to decompile it then you will get .dex file.
僕のLT18iから送られてきた
popthosegaskets said:
You have to decompile it then you will get .dex file.
僕のLT18iから送られてきた
Click to expand...
Click to collapse
Hi thx for ur help...
how I can decompile it?
I think I have to firstly find .dex file after that decompile it
take look at this thread
http://forum.xda-developers.com/showthread.php?t=2251719
poria1999 said:
Hi thx for ur help...
how I can decompile it?
I think I have to firstly find .dex file after that decompile it
take look at this thread
http://forum.xda-developers.com/showthread.php?t=2251719
Click to expand...
Click to collapse
Open the .jar file using 7zip.
You can then extract .dex file from the .jar file.
僕のLT18iから送られてきた
popthosegaskets said:
Open the .jar file using 7zip.
You can then extract .dex file from the .jar file.
僕のLT18iから送られてきた
Click to expand...
Click to collapse
Hi
There is not any .dex file...
only thing is there is this
android.policy\META-INF\MANIFEST.MF
Try this method:
http://forum.xda-developers.com/showthread.php?t=1296802
僕のLT18iから送られてきた
Hi
Thx from everyone that who helped me my finally I could decompile android.policy.jar...
For who don't know :for decompile stock odexed rom jar files u have to deodex ur Rom( the jar file u want to decompile)first...
Hi there
I tried to decompile SystemUI.APK for my xperia S so i didnt theme anything
just decompile and compile perfectly no errors with apktool
1-installed system ui and framework-res.apk
2-decompile
3-compile
4-put it in my rom "system/app
now there is nothing no systemui no status bar
so what the wrong i did \?
thanx in advance
abo hani said:
Hi there
I tried to decompile SystemUI.APK for my xperia S so i didnt theme anything
just decompile and compile perfectly no errors with apktool
1-installed system ui and framework-res.apk
2-decompile
3-compile
4-put it in my rom "system/app
now there is nothing no systemui no status bar
so what the wrong i did \?
thanx in advance
Click to expand...
Click to collapse
Try this hope work for you!
- Reboot to recovery
- Fix permissions
Reboot.
ab-samy said:
Try this hope work for you!
- Reboot to recovery
- Fix permissions
Reboot.
Click to expand...
Click to collapse
I putted it in my rom and flashed it and fixed permissions same thing i guess
abo hani said:
I putted it in my rom and flashed it and fixed permissions same thing i guess
Click to expand...
Click to collapse
Try to decompile & recompile using ApkMultiTool (i always using this powerful tool for moding and editing apks specially system apks) without any problem.
ab-samy said:
Try to decompile & recompile using ApkMultiTool (i always using this powerful tool for moding and editing apks specially system apks)
Click to expand...
Click to collapse
I tried "apktool , apkchanger and apkmulti tool " and same thing
I’v tried normal apk works perfectly but when doing it with system app it always crashed
Is decompiling of jar and apk files only possible on deodexed roms ?
I was trying to decompile framework.jar file but couldn't find the classes.dex file
abhay.unrated said:
Is decompiling of jar and apk files only possible on deodexed roms ?
I was trying to decompile framework.jar file but couldn't find the classes.dex file
Click to expand...
Click to collapse
You need deodexed roms for decompiling buddy.... You can't decompile/modify an odexed jars and apks.. Their classes.dex are optimized and removed from them..
There are scripts/programs you can use to deodex an entire rom. use Google or the Search Bar for that :silly:
Alright !
Thanks for clearing my doubt
abhay.unrated said:
Alright !
Thanks for clearing my doubt
Click to expand...
Click to collapse
No need to say thanks dude, .. just click or tap it.. yes. there's a button..
Done. :good:
abhay.unrated said:
Is decompiling of jar and apk files only possible on deodexed roms ?
I was trying to decompile framework.jar file but couldn't find the classes.dex file
Click to expand...
Click to collapse
Single apps can also be deodexed using certain tools
Sent from my GT-S5282 using Tapatalk