(REQ) Decompile - recompile System.apk - G2 Q&A, Help & Troubleshooting

Can anyone decompile and recompile for me my system.apk ? i have change a string for have the signal-icon on the left side but i can´t recompile the apk. i´m shure that a developer can do this and is not more than 5 min. work.
Thanks in advance

Moved here as this does not belong in the Dev Sections, please read the Form Rules on posting....

Nussi29 said:
Can anyone decompile and recompile for me my system.apk ? i have change a string for have the signal-icon on the left side but i can´t recompile the apk. i´m shure that a developer can do this and is not more than 5 min. work.
Thanks in advance
Click to expand...
Click to collapse
I have the same but when i recompile it and then install it ,it gives me app not installed even after uninstalling it

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

Anyone knows how to make a rom multilanguage?

Sorry to post here but I think people dont answer me in FAQ
Sent from my GT-S5360 using XDA
Decompile framework-res.apk (custom), copy all folder values-xxx and paste put in framework-res.apk (original).
shocklads said:
Decompile framework-res.apk (custom), copy all folder values-xxx and paste put in framework-res.apk (original).
Click to expand...
Click to collapse
What if I modded the values of one language eg english so do I need to perform those mods on all the other languages?
http://forum.xda-developers.com/showthread.php?t=1760400
look at this thread,is windows rom translator from a xda member,i hope that helps a little bit.
shocklads said:
Decompile framework-res.apk (custom), copy all folder values-xxx and paste put in framework-res.apk (original).
Click to expand...
Click to collapse
Hi,
is still decompile framwork res.apk and port them on stock framwork res.apk for samsung firmware work with new android version??
best regard

[Q]Quick Toggles

It is possible to move quick toggles(lidroid toggles) using xml?
u mean move from top to bottom?
i think u must edit smali not xml
correct me if I'm wrong
Chronique said:
u mean move from top to bottom?
i think u must edit smali not xml
correct me if I'm wrong
Click to expand...
Click to collapse
yes you're right. but like me, im a noob i try to edit different SystemUI but they have different codes in smali. A found a tutorial but its not application if you don't have a knowledge in java. ))
im noob too
u can search guide in xda
many developer can help u...
evanlocked made a guide about this,
i used his method but haven't had any luck,
even b16h22 (dev of evo) tried to help me and we couldn't get them working,
me too
not luck about edit smali

[Q] create a rom.

hi all, im trying to create a rom, and this is my progress. how to edit the framwork? please help
http://imgur.com/PCZShgL
http://imgur.com/wArD5yx
http://imgur.com/xUEjJon
saltalabanca said:
hi all, im trying to create a rom, and this is my progress. how to edit the framwork? please help
http://imgur.com/PCZShgL
http://imgur.com/wArD5yx
http://imgur.com/xUEjJon
Click to expand...
Click to collapse
Your question is too vague - state exactly what you want to do if you want support from members
There is lots of things you can edit in framework-res and android.policy
Best to type into Google what you want to do and search for a guide
It looks from your pics you have just created a working folder in kitchen
You need to decompile the apk you want to edit with apktool then edit xmls smalis and pngs - again search for a guide for exactly what you want to do
marcussmith2626 said:
Your question is too vague - state exactly what you want to do if you want support from members
There is lots of things you can edit in framework-res and android.policy
Best to type into Google what you want to do and search for a guide
It looks from your pics you have just created a working folder in kitchen
You need to decompile the apk you want to edit with apktool then edit xmls smalis and pngs - again search for a guide for exactly what you want to do
Click to expand...
Click to collapse
i replace the framework, and the systemUI dont think how to edit all, im very noob
saltalabanca said:
i replace the framework, and the systemUI dont think how to edit all, im very noob
Click to expand...
Click to collapse
again too vague - you cant just say you want to replace the SystemUI - that is an entire apk - Unless you are just going to replace it with a SystemUI.apk from another rom but I would not recommend that as if you are going to release the rom you wouldn't have permission to do so plus the apk may have dependences of other apks and mods that you would also need to include
You need to know exactly what you want to mod
If you want to mod the SystemUI.apk you would need to decompile the apk with apktool and edit what you want - You will find guides to do this if you search google - You will find a guide to decompiling apks in my signature which has all my threads.
If you want to add lidroid toogles for example search for galaxy y xda how to add lidroid toggles in google
Same if you want to edit the framework to add extended power menu search for that
You cant just say I want to replace this and that apk
Also calling yourself a noob is no excuse - You have to learn how to use google and how to use the search feature to find what you want to do and then read everything - Once you have understood the basics and you know what you want to achieve only then if after trying you can post in the respective threads for any support relating to the thread

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