[GUIDE] Easily Compile And Decompile Apk With Easy Apk Dissassmbler - Galaxy Y GT-S5360 General

EASY APK DISSASSMBLER .
EASY WAY TO COMPILE AND DECOMPILE APK .
FIRST OF ALL ALL CREDITS GOTO CREATOR OF THIS AWSOM TOOL .
CREDITS-ORION.BAK
So im just sharing his awsom work here .
ORIGINAL THREAD-http://forum.xda-developers.com/showthread.php?p=14049173
WHAT IS IT?
A awsom utility which is a helper/user interface for apktool and other great tool
to modify resources like xml ,png and dex and other ressource.
FEATURES
DECOMPILE APK
RECOMPILE AND SIGN IT AUTOMATCALLY
Disassemly a classes.dex with smali
Assembly a classes.dex with baksmali
Sign an apk
Convert an xm binary to xml
HOW TO USE?
:silly: Its so simple that it dosen't need any instruction :laugh: . But still i gave instruction for better help.
Just put any apk to apk dissassmbler folder
Run and press 0 and enter the name of apk for decompile.
Modify apk .
U can also launch n use notepad++ by pressing 7 if u dont have notepad++ preinstalled
After modification compile it by pressing 1 and entering the name of decompiled folder.
And it wll recompile and sign it automatically.
DONE.
-------------------------------------------------------------------------------------------------------------------------------------------------
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
DOWNLOAD
Note: You need to have java installed and have java in the path.

Related

Why does my XML look like this?

...and how do I make it stop? I've tried Notepad++ with the XML plugin, Eclipse, EditPlus, Notepad, WordPad, and none of them seem to be encoding it properly.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
did you decompile the apk? or did you just extract the apk?
No... he didnt. Decompile the apk and it will come out normal.
Sent From My Sprint Galaxy Nexus
IINexusII said:
did you decompile the apk? or did you just extract the apk?
Click to expand...
Click to collapse
Oh... derp. I extracted it. That explains it.
I just spent about an hour trying to figure out why I can't build a decompiled apk. I was able to decode it just fine, but I get a bunch of errors when I try to build it. I gave up and thought I'd try smali to edit classes.dex and I thought I'd be able to edit the XML by simply extracting it from the apk.
I'm trying to modify the stock Jellybean launcher (following these directions) because Apex is too choppy and I don't like Nova.
I was able to edit launcher.smali, recompile it, put it back into the apk and flash it without any force closing issues (had to substitute a few things). Now I need to do the rest in XML but I can't recompile with apktool or anything.
Never mind. I've got it:
http://forum.xda-developers.com/showthread.php?p=28862729#post28862729

[Q] Apktool , Install framework-res resource

How can I run ICS and Original Apk Tool ?
http://forum.xda-developers.com/showthread.php?t=1558171
And how can I install framework-res resources ?
Yes. Original to decompile and compile. Use ICS to compile if you are having problems with the Original one.
To install sources on Windows
open cmd [if you are running x64 with java x32, open C:\Windows\SysWOW64\cmd.exe]
cd [your apktool folder] [exemple: cd C:\Users\YourUsername\Documents]
apktool if framework-res.apk
done.
To install sources on Linux
open terminal
cd [apktool folder again]
apktool if framework-res.apk
done. Actually it's the same steps as on windows, but anyway...
Just remember you must have java jre/jdk installed. And the framework-res.apk must be together with the apktool.jar.
Screen shot is here ;
Now what can I ? I clicked apktool.bat but not opened :/
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Arnadel said:
Screen shot is here ;
Now what can I ? I clicked apktool.bat but not opened :/
Click to expand...
Click to collapse
In this case, you need to run framework-if.bat Running apktool.bat won't be different. You can also path\apktool if framework-res.apk

Theme Your Settings.apk (New Icons)

Theme Your Settings.apk (New Icons)​
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
This is a guide by Shirish Bharde a.k.a Phantom Rippers to get these new icons in the your Settings.apk...
It is time consuming and u need to be very patient.
It's for extreme noob but i shall try my best understand u in all possible ways.
Take a backup of ur current Settings.apk before following it​
Let's start now
Things u need -
Apktool
Settings.apk
Brain.jar
Step 1:
- Download SettingsIcons.zip from attachments, extract it merge the files to respective folders
- Decomile ur Settings.apk (i m not gonna explain u how to decomile and recomile , there are already many guides for that )
Step 2:
- Navigate to /res/drawable-hdpi/
- Find proper icons fot proper change
Step 3:
- Rename the downloaded icons and replace it with the originals
Step 4:
- Ah! Done Now. Recompile the apk , sign it , and do all your stuff that you wish
Download here :
Just Hit Thank you button if i helped u in anyway ​
Closed as per OP's request.
Thread closed

Theme Your Settings.apk (New Icons)

Theme Your Settings.apk (New Icons)​
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
This is a guide by Shirish Bharde a.k.a Phantom Rippers to get these new icons in the your Settings.apk...
It is time consuming and u need to be very patient.
It's for extreme noob but i shall try my best understand u in all possible ways.
Take a backup of ur current Settings.apk before following it​
Let's start now
Things u need -
Apktool
Settings.apk
Brain.jar
Step 1:
- Download SettingsIcons.zip from attachments, extract it merge the files to respective folders
- Decomile ur Settings.apk (i m not gonna explain u how to decomile and recomile , there are already many guides for that )
Step 2:
- Navigate to /res/drawable-hdpi/
- Find proper icons fot proper change
Step 3:
- Rename the downloaded icons and replace it with the originals
View attachment 3391827
Step 4:
- Ah! Done Now. Recompile the apk , sign it , and do all your stuff that you wish
Download here : Icons.zip
Just Hit Thank you button if i helped u in anyway ​
Closed as per OP's request.
Thread closed

Theme Your Settings.apk (New Icons)

Theme Your Settings.apk (New Icons)​
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
This is a guide by Shirish Bharde a.k.a Phantom Rippers to get these new icons in the your Settings.apk...
It is time consuming and u need to be very patient.
It's for extreme noob but i shall try my best understand u in all possible ways.
Take a backup of ur current Settings.apk before following it​
Let's start now
Things u need -
Apktool
Settings.apk
Brain.jar
Step 1:
- Download SettingsIcons.zip from attachments, extract it merge the files to respective folders
- Decomile ur Settings.apk (i m not gonna explain u how to decomile and recomile , there are already many guides for that )
Step 2:
- Navigate to /res/drawable-hdpi/
- Find proper icons fot proper change
Step 3:
- Rename the downloaded icons and replace it with the originals
View attachment 3391827
Step 4:
- Ah! Done Now. Recompile the apk , sign it , and do all your stuff that you wish
ScreenShots:
Download here : Icons.zip
Just Hit Thank you button if i helped u in anyway ​

Categories

Resources