which ApkTool are you guys Using for Decompile 6.0.1 .apks - Galaxy S 5 Q&A, Help & Troubleshooting

Guys I m little confused , I want to decompile 6.0.1 apk files i tried Advanced apkTool, ApkTool , FinalQuickApkTool but none of them work for me. I want to know that which Apktool you are using for make modification in systemfiles .Any help would be really appreciated. Srry for my bad English.
Thanks in advance?

badmashchamp said:
Guys I m little confused , I want to decompile 6.0.1 apk files i tried Advanced apkTool, ApkTool , FinalQuickApkTool but none of them work for me. I want to know that which Apktool you are using for make modification in systemfiles .Any help would be really appreciated. Srry for my bad English.
Thanks in advance?
Click to expand...
Click to collapse
What error do you get?
Sent from my Galaxy S5 using XDA Labs

badmashchamp said:
Guys I m little confused , I want to decompile 6.0.1 apk files i tried Advanced apkTool, ApkTool , FinalQuickApkTool but none of them work for me. I want to know that which Apktool you are using for make modification in systemfiles .Any help would be really appreciated. Srry for my bad English.
Thanks in advance
Click to expand...
Click to collapse
use Tickle my Andoid latest version

badmashchamp said:
Guys I m little confused , I want to decompile 6.0.1 apk files i tried Advanced apkTool, ApkTool , FinalQuickApkTool but none of them work for me. I want to know that which Apktool you are using for make modification in systemfiles .Any help would be really appreciated. Srry for my bad English.
Thanks in advance?
Click to expand...
Click to collapse
Impossible. Look at my xda guide for decompiling and compile apks.

Related

[Q] change normal xml to android xml?

hi all,
could someone help me with changing the "launcher.xml" below to an android xml?
i´m a noob and want this file for my theme...
thx
nobody can help me?
please
What is it you want done? What do you mean by "change"?
i changed some things in the xml file, and i want to compile the xml to a android-xml file.... apktool and eclipse don´t work for me.... can you help me?
mindtwista said:
i changed some things in the xml file, and i want to compile the xml to a android-xml file.... apktool and eclipse don´t work for me.... can you help me?
Click to expand...
Click to collapse
AFAIK there's no way to do that with a single xml...
Sent from my Nexus One

[Q] Decompile framework-res - please help

Hi all, can someone help for me with decompile framework-res.apk
when i use apktool for this i have in log
Exception in thread "main" brut.androlib.AndrolibException: Multiple resources: spec=0x01080293 drawable/ic_ab_back_holo_dark, config=-hdpi
at brut.androlib.res.data.ResConfig.addResource(ResConfig.java:65)
at brut.androlib.res.data.ResConfig.addResource(ResConfig.java:58)
at brut.androlib.res.decoder.ARSCDecoder.readEntry(ARSCDecoder.java:197)
at brut.androlib.res.decoder.ARSCDecoder.readConfig(ARSCDecoder.java:166)
at brut.androlib.res.decoder.ARSCDecoder.readType(ARSCDecoder.java:131)
at brut.androlib.res.decoder.ARSCDecoder.readPackage(ARSCDecoder.java:106)
at brut.androlib.res.decoder.ARSCDecoder.readTable(ARSCDecoder.java:83)
at brut.androlib.res.decoder.ARSCDecoder.decode(ARSCDecoder.java:49)
at brut.androlib.res.decoder.ARSCDecoder.decode(ARSCDecoder.java:40)
at brut.androlib.res.AndrolibResources.installFramework(AndrolibResources.java:459)
at brut.androlib.Androlib.installFramework(Androlib.java:447)
at brut.apktool.Main.cmdInstallFramework(Main.java:199)
at brut.apktool.Main.main(Main.java:72)
Click to expand...
Click to collapse
and folder framework-res is empty.
How to solved??
Make sure you're using the most up-to-date apktool and aapt files,
check that you've installed all your framework files before decompiling and
do nothing if you're on 4.2. apktool isn't fully compatible with 4.2. yet.
Sent from my SK17i using xda premium
thanks for the replay,
i try most of apktools,
yeah when i decompile framework-res from 4.1 all working fine, but this one it's from 4.2.
maby there is problem
thanks
(i just try to make smaller navbar )
I found correct files!!!
Thanks all for help.
How did you decompiled 4.2 files?? I'm using apktool 1.5.0 latest version
maxrdlf95 said:
How did you decompiled 4.2 files?? I'm using apktool 1.5.0 latest version
Click to expand...
Click to collapse
Later will send you the files that I use.
I try 1.5.0 and not working for me.
krystiano said:
Later will send you the files that I use.
I try 1.5.0 and not working for me.
Click to expand...
Click to collapse
hey man , how did u get it to work ,, not all 4.2 roms work with me :/

[Q] How to mod/edit apk's via ApkTool

Hi guys, can you teach me how edit or mod these default apk's on our phone :
-mms.apk
To Samsung Galaxy S3 theme.
Thanks. )
Dude just use guides see in general section use search button
Sent from my GT-S5360 using Tapatalk 2
rmhoh said:
Hi guys, can you teach me how edit or mod these default apk's on our phone :
-mms.apk
To Samsung Galaxy S3 theme.
Thanks. )
Click to expand...
Click to collapse
Hey I have not edited the mms.apk which u have told.But you just asked for theming so i can help the simple theming guide
Use apktool to decompile these apk files after which you get the folder which contains res,smali etc files
As you are not modding just want to change the theme go to the res folder and open the drawable-hdpi,drawable-ldpi.
Replace the images you want to change with that from s3 and build it ....
Voila you got a themed app ...
Incase you want to edit the UI also like by adding more buttons kind of thing then you might consider doing some stuff around with the layouts and smali code..
In case of smali, learn from this site ..
http://androidcracking.blogspot.in/search/label/smali
Gud Luck.
Thanks i think this might help you,
optimus
PS:I think most of the res required for system files are present in framework.
Use the search button...
There are a lot of tuts forit...
But You can Also use APK Manager, its easy but not very good as apjtool...
Sent from my GT-S5360 using Tapatalk 2

[Q] Need Help in Modding Statusbar

I need help in theming the statusbar. which .png files from /drawablw-ldpi do I need to edit ? I tried to edit some but it didn't work.. Please help me.. Any help is much appreciated.. Thank you...!
kbadulis74 said:
I need help in theming the statusbar. which .png files from /drawablw-ldpi do I need to edit ? I tried to edit some but it didn't work.. Please help me.. Any help is much appreciated.. Thank you...!
Click to expand...
Click to collapse
may be u can see resolution png
you have to provide better information so we could assist you further
which thing you want to change??
Sent from my GT-S5360 using xda premium
kbadulis74 said:
I need help in theming the statusbar. which .png files from /drawablw-ldpi do I need to edit ? I tried to edit some but it didn't work.. Please help me.. Any help is much appreciated.. Thank you...!
Click to expand...
Click to collapse
you need to change all the png files you want, but for 9 patch png's (.9.png) you'll need to decompile the apk

how to decompile and decompile setting.apk ???

how to decompile and decompile setting.apk
I always fail to do decompline or recompline setting.apk when I did not edit at all also still failed to file. where the problem lies ?? setting.apk the error of his or her apktol ?? but if decompline or recompline SystemUI or fremawork successfully ...
darw andi said:
how to decompile and decompile setting.apk
I always fail to do decompline or recompline setting.apk when I did not edit at all also still failed to file. where the problem lies ?? setting.apk the error of his or her apktol ?? but if decompline or recompline SystemUI or fremawork successfully ...
Click to expand...
Click to collapse
Chances are that you havent loaded the correct framework
If it is a touchwiz rom (based on stock rom) you also need to load tw-framework using the if command
Also some roms are compiled with framework of a higher version than the rom eg compiled with jellybean framework so load that framework-res instead eg from cm10
But the chances are its because you didnt also load the tw framework from the rom
Also please note that questions should be posted in the question and answe section
marcussmith2626 said:
Chances are that you havent loaded the correct framework
If it is a touchwiz rom (based on stock rom) you also need to load tw-framework using the if command
Also some roms are compiled with framework of a higher version than the rom eg compiled with jellybean framework so load that framework-res instead eg from cm10
But the chances are its because you didnt also load the tw framework from the rom
Also please note that questions should be posted in the question and answe section
Click to expand...
Click to collapse
thanks before
My problem has been resolved
I use apk manager via pc
Hey guyzz
Since m not the developer,can anyone decompile apk for me please:what::what:
Thank u
vai8080 said:
Hey guyzz
Since m not the developer,can anyone decompile apk for me please:what::what:
Thank u
Click to expand...
Click to collapse
Which apk ?
Islam2001 said:
Which apk ?
Click to expand...
Click to collapse
It is the setting apk:what::what:
Can u do it for me
vai8080 said:
It is the setting apk:what::what:
Can u do it for me
Click to expand...
Click to collapse
U mran the stock ?
Islam2001 said:
U mran the stock ?
Click to expand...
Click to collapse
It is the zip in which there is settings apk as well as keyguard apk , which I want to modify it
Can u help ..
vai8080 said:
It is the zip in which there is settings apk as well as keyguard apk , which I want to modify it
Can u help ..
Click to expand...
Click to collapse
Learn how to decompile apks yourself
It's easier doing it on a pc but can also be done on a phone if you don't have a pc
My pc guide can be found in the link in my signature
For phone guide Google search apktool mobile (you need armv6 version)
marcussmith2626 said:
Learn how to decompile apks yourself
It's easier doing it on a pc but can also be done on a phone if you don't have a pc
My pc guide can be found in the link in my signature
For phone guide Google search apktool mobile (you need armv6 version)
Click to expand...
Click to collapse
I have tired to decompile apk with pc but I was failed
So can u do it for me:what::what:
vai8080 said:
I have tired to decompile apk with pc but I was failed
So can u do it for me:what::what:
Click to expand...
Click to collapse
No - much better to learn how to do it yourself else how are you going to mod it & recompile it or do anything else in the future
If you can't decompile it you are most likely using the wrong framework-res.apk - use framework-res.apk from cm10
Without screenshot of your cmd window I can't see how you are trying to do it
Full guide in my signature - Just use correct framework-res.apk - note just because it's a Gingerbread rom doesn't mean it was built with Gingerbread framework - so if it doesn't decompile use cm10 framework
marcussmith2626 said:
No - much better to learn how to do it yourself else how are you going to mod it & recompile it or do anything else in the future
If you can't decompile it you are most likely using the wrong framework-res.apk - use framework-res.apk from cm10
Without screenshot of your cmd window I can't see how you are trying to do it
Full guide in my signature - Just use correct framework-res.apk - note just because it's a Gingerbread rom doesn't mean it was built with Gingerbread framework - so if it doesn't decompile use cm10 framework
Click to expand...
Click to collapse
K thanks man

Categories

Resources