Hello mates ,
Here's my new EXtreme ApkTool, which will help you to re-engineer android application files (.apk).It's a windows based tool and it requires Java to run. Everything is coded under one application, so anyone (even noobies) can mod/edit android apps using this tool. If you wanna analyse the source more efficiently, You may also generate java source code using this tool.
Download
===================
>>> Download <<<
Screenshots
===================
{
"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"
}
Features
===================
* Coming with user interface.
* No need to type codes
* Compile APK/JAR
* Decompile APK/JAR
* Sign APK/JAR
* ZipAlign
* Extract readable java source from application
* DeOdex system apps
* Install/test app to device with a single click.
Requirements
===================
* A windows PC
* Java (latest is recommended)
IF you like my hard work , then feel free to hit :thumbup: /rate this thread. It will encourage me to do more.
XDA:DevDB Information
EXtreme ApkTool, Tool/Utility for the Android General
Contributors
AlfasMP
Version Information
Status: Alpha
Created 2016-06-11
Last Updated 2016-06-10
Instructions
=================
1 . Extract downloaded software package anywhere on your PC.
2 . Make sure you have Java installed on your windows machine. (type "java -version" without quotes on command prompt will show the java version. )
3 . Click on EXtreme ApkTool.exe to run the program.
4 . Copy framework apks, other apks,jars... in 2-Input folder.
5 . After decompiling, decompiled apk folders can be found on 3-Output
6 . After compiling, compiled apk will be in 4-Done
7 . If you sign or zipalign the compiled app, a new signed output can be obtained in folder 4-Done.
8 . If you choose to extract the java source from app, put app in folder 2-Input and obtain java sources in 3-Output.
9 . If you wanna de-odex your stock rom, copy app,framework,priv-app from your stock rom to 5-De_Odex folder, it will deodex and replace apks with newly created apks.
10. You may also install apps in your android device fastly by using Extreme ApkTool (no need to copy paste apks anymore.)
11. You may wipe all the folders by using Clear Folders option in the tool.
Changelog
=================
v1.0.0
* Initial version
Credits
=================
@mbc07 - de-odex script
Google & other opensource prjcts. - for libraries
Reserved by OP
Great, hoping the android version too.
hello very nice tools , works well . thank you
thank you
Sent from my Mi-4c using Tapatalk
Nice tool...thanks
Sent from my Fly IQ451 Vista using Tapatalk
Thank you
AlfasMP said:
Reserved by OP
Click to expand...
Click to collapse
HI thanks for your tool
Will you also be making the android version of this ??
QuazIqbal said:
Great, hoping the android version too.
Click to expand...
Click to collapse
yash92duster said:
HI thanks for your tool
Will you also be making the android version of this ??
Click to expand...
Click to collapse
Maybe some other time.
I am going to improve this tool (debugging, new features...) .
After finishing that job, I will think about the android version ( converting codes to android is a tougher job anyway ).
I will tell you when I am ready to develop the Android version.
So please subscribe this thread to get feature releases. :good:
Regards,
@AlfasMP
I have successfully decompiled, Edited res values and recompiled SystemUi.apk in my Galaxy S5 G900H
Thanks a lot for this Tool
Hope you would keep this tool upgraded :good::good:
AlfasMP said:
Maybe some other time.
I am going to improve this tool (debugging, new features...) .
After finishing that job, I will think about the android version ( converting codes to android is a tougher job anyway ).
I will tell you when I am ready to develop the Android version.
So please subscribe this thread to get feature releases. :good:
Regards,
Click to expand...
Click to collapse
Btw i am new to this kind of think i am 14 now but i want to know how to make this kind of application.. I mean which kind of software do we require and which language do we need to learn? Would appreciate if you like to reply and thanks for making this?
Sent from my Lenovo S850 using Tapatalk
Henil Dedania said:
Btw i am new to this kind of think i am 14 now but i want to know how to make this kind of application.. I mean which kind of software do we requir.....
Click to expand...
Click to collapse
Plz PM me if you wanna know anything about the tool. Since your concern is not about the thread, so instead of asking here you may text me if you wish. I can give you proper directions if you're ready to PM me.
I'm happy to help you there
Regards,
@AlfasMP
Hello
I tried decompiling and recompiling the services & framework.jar and its a success
all good
but
when I copy odex framework folder to 5 and hit deodex option
within a sec it says finished deodexing but nothing is there in done
any solution??
Thanks a lot for this tool:good::good:
yash92duster said:
@AlfasMP
Hello
I tried decompiling and recompiling the services & framework.jar and its a success
all good
but
when I copy odex framework folder to 5 and hit deodex option
within a sec it says finished deodexing but nothing is there in done
any solution??
Thanks a lot for this tool:good::good:
Click to expand...
Click to collapse
Hey , I'm not at my home right now.
When I get my PC, I will check it and return back to you( text you).
Sorry for the inconvenience.
Regards,
AlfasMP said:
Hey , I'm not at my home right now.
When I get my PC, I will check it and return back to you( text you).
Sorry for the inconvenience.
Regards,
Click to expand...
Click to collapse
That's ok
AlfasMP said:
Reserved by OP
Click to expand...
Click to collapse
Linux ?
DevUt said:
Linux ?
Click to expand...
Click to collapse
No sorry , windows only.
yash92duster said:
@AlfasMP
Hello
I tried decompiling and recompiling the services & framework.jar and its a success
all good
but
when I copy odex framework folder to 5 and hit deodex option
within a sec it says finished deodexing but nothing is there in done
any solution??
Thanks a lot for this tool:good::good:
Click to expand...
Click to collapse
Sorry, I could not find such a problem.
* Make sure you're not using a lollipop based stock (since lollipop & marshmallow is not supported by the tool for de odexing). I will add them in the future release .
* Make sure you copy the whole framework folder in 5-De_Odex folder .
Path maybe like Extreme ApkTool/5-De_Odex/framework/ framework files(jars&apk)
I hope this might solve your problem. In case this is not solving your problem , feel free to contact me
Regards,
AlfasMP said:
Sorry, I could not find such a problem.
* Make sure you're not using a lollipop based stock (since lollipop & marshmallow is not supported by the tool for de odexing). I will add them in the future release .
* Make sure you copy the whole framework folder in 5-De_Odex folder .
Path maybe like Extreme ApkTool/5-De_Odex/framework/ framework files(jars&apk)
I hope this might solve your problem. In case this is not solving your problem , feel free to contact me
Regards,
Click to expand...
Click to collapse
I tried deodexing marshmallow s5 g900h 6.0.1 framework
Anyway good job, will wait for your future release update for marshmallow support
Useful tool
Thanks a lot:good:
Related
Dear XDA members;
I developed a software that allows users to create their own ROMS.
This tool is firstly build for Xperia Devices, and now ported to all Android roms, so if there are some bugs please report here.
//About Rom WorkShop
Its too hard for some users create their own roms, because a beginner do not know where to start for rom development.
This tool (Rom WorkShop) gives you the possibility to create your rom with simple steps. I designed it like XTheme Tools UI (Wizard-Like UI)
so you can skip steps with only click.
Dear Rom WorkShop Users can you please use this stamp in your Rom's thread created with my Tool:
{
"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"
}
Code:
https://lh3.googleusercontent.com/-hWhIiRSbyJ8/Ue3n2CoRHXI/AAAAAAAAAT4/I3luggOr0sg/s150/romstamp.png
//Downloads
Rom WorkShop v1.0 #Update 2
Download Tutorial (First Run - Set up - First Rom)
Download Tutorial (Porting BASE Roms) must-see for everyone who change the BASE
//Screenshots
//Features
●Add Kernel
●Change Boot Screen
●Font
●Themes + SystemUI
●Launcher
●System Partition
●Data Partition
●Add Mods
●Edit Scripts (build.prop etc)
●And other
//How to Install & Use
It is very simple to install just extract files
> Run Rom WorkShop.exe
>Follow Steps
//Important
> Please do not navigate the tool from left-side menu You can do it but you Must NOT
>You Need to put in SystemPartition folder your favorite rom as BASE rom see this tutorial for this
Please click 'Thanks' button for motivation and support. Also feel free to comment and gıve review
and just click 'Newsworthy Thread'
reads very good,i give it a try. :good:
-CALIBAN666- said:
reads very good,i give it a try. :good:
Click to expand...
Click to collapse
Thanks for your comment mate, when you try may you give us a review. Because its a port and want to know how its works
no problem,after first look it should be very easy,i send report later for sure.
My windows 7 comp said I don't have the proper net to run this even though the computer is definitely up to date. I also ran as admin but that didn't help at all.
Adizzzle said:
My windows 7 comp said I don't have the proper net to run this even though the computer is definitely up to date. I also ran as admin but that didn't help at all.
Click to expand...
Click to collapse
It's caused because your computer do not have Installed .Net Framework,
please install first .Net Framework 4.5+ to your computer and try again mate. It should work when you install it
Awesome, can't wait to create my first ROM. This will definitely help a lot. Its working fine on my Windows 7 64 bit.
mc_becker56 said:
Awesome, can't wait to create my first ROM. This will definitely help a lot. Its working fine on my Windows 7 64 bit.
Click to expand...
Click to collapse
Thanks mate, both for download/try and for comment
good luck :good:
Snndev said:
It's caused because your computer do not have Installed .Net Framework,
please install first .Net Framework 4.5+ to your computer and try again mate. It should work when you install it
Click to expand...
Click to collapse
Downloading right now! Thank you kindly.
Adizzzle said:
Downloading right now! Thank you kindly.
Click to expand...
Click to collapse
Have a nice day friend thank you
can this be use to develop Motorola Atrix 2 ROM
BloodRaven2011 said:
can this be use to develop Motorola Atrix 2 ROM
Click to expand...
Click to collapse
Yes Sir, in theory it should be used for developing nearly all devices. But only tested on Xperia devices
So i wait comments from all the comunity if it works on diffrent devices.
If the result is positive i will continue updating and support the projecr at least 2 updates ( 1 bug fix and 1 new features)
Snndev said:
Have a nice day friend thank you
Click to expand...
Click to collapse
Sadly after entering the first bit of info I get this error:
Code:
Could not find a part of the path
' C:\Users\Adizzzle\Desktop\Project\Bacon\Bestats\basever.txt '
Is there anyway I can get past this? If I ignore error and continue,
I get more and and more errors while going through the program..
Adizzzle said:
Sadly after entering the first bit of info I get this error:
Code:
Could not find a part of the path
' C:\Users\Adizzzle\Desktop\Project\Bacon\Bestats\basever.txt '
Is there anyway I can get past this? If I ignore error and continue,
I get more and and more errors while going through the program..
Click to expand...
Click to collapse
Mate igrone all errors and continue but please check
First the folder structure in tutorials whatch them both.
Snndev said:
Mate igrone all errors and continue but please check
First the folder structure in tutorials whatch them both.
Click to expand...
Click to collapse
Sorry I r3ally should read everything clearly before posting issues. It won't happen again my good sir.
Adizzzle said:
Sorry I r3ally should read everything clearly before posting issues. It won't happen again my good sir.
Click to expand...
Click to collapse
No problem bro, I am here for giving service.
Thanks For This Awesome TOOL Bro....
But Please Can You Write Proper Instructions In First Post....
I Am Getting This Error Please Check Attach Screenshot.
Thanks A Lot Again...
husen4u said:
Thanks For This Awesome TOOL Bro....
But Please Can You Write Proper Instructions In First Post....
I Am Getting This Error Please Check Attach Screenshot.
Thanks A Lot Again...
Click to expand...
Click to collapse
Firstly thanks for your interest bro
This error is occurred when something goes wrong with BASE rom.
Please go to OP and download both tutorial files (Not Large)
For solution (of course what tutorials but) BASE folders must be in this structure
BASE
|
|______Bestats
| |
| |____basever.txt
| |____thumb.jpg
|
|
|_______SystemPartition
| |
| |_____app
| |_____bin
| |_____etc
| |_____flashtool
| |_____fonts
| |_____media
| |_____semc
| |_____tts
| |_____usr
| |_____vendor
| |_____xbin
| |_____build.prop
for remember: do not forget all folders is not same in all roms for examle on Samsung's roms there is not a folder called semc
but tool search for the fodler semc.
Yes sir everything is same i copy my system folder in system partition.... but still same error... thanks for reply
Sent from my GT-S7562 using xda app-developers app
i watched your tutorials and made everything like you but your tool tells me it can´t create a ROOT folder.
[CROSSPLATFORM][Decompile/Compile] Quick Mod Tool CrossPlatform [decompile and compile with speed]
Java Cross-Platform QuickMod tool
Click to expand...
Click to collapse
The latest cross platform build was brought to you by @userdelroot, thank him for the GUI cross platform version, he deserves it!
{
"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"
}
QUICK MOD TOOL
Sick of having to download multiple tools to get one job done? heres one that does JUST the basics
Installs framework
Decompiles .apk files
Decompiles .jar files(classes.dex)
Compiles .apk files
Compiles .jar files(classes.dex)
Decompiles classes.dex file
Cecompiles classes.dex file
Signs .apk files
Clear working files
Integrated process log
Integrated verbose log
Click to expand...
Click to collapse
DOWNLOADS
-Only 4MB
............
Mirror 1 | Mirror 2
Click to expand...
Click to collapse
INSTALLATION
Extract.
Place the files you wanna mod in the folders.
Run the tool and select what you wanna do.
Click to expand...
Click to collapse
CREDITS
userdelroot - this guy is the legend who made the linux version!
iBotPeaches
Brut.all
XDA:DevDB Information
QuickModTool, Tool/Utility for the Android General
Contributors
ricky310711, userdelroot
Version Information
Status: Stable
Current Stable Version: 1.2
Stable Release Date: 2013-11-22
Created 2013-11-21
Last Updated 2014-05-11
@ricky310711 thanks alot for this tool!!
why the heck hasnt anyone being using the crap out of this thing??????....its awesome...allow me to explain...i really like the ui of the focal camera but hate not being able to turn the sound off...so i used this...decompiled it....replaced the sounds with blank /silent mp3s and recompiled it and signed it...and it worked...only issue is that the video camera forced closed when trying to switch back...im going to do a logcat nad post the apk here so if anyone can help it would be greatly appreciated....
heres the apk... ill submit the logcat as soon as i can
https://drive.google.com/file/d/0B06L494jdQAlVzZubWdWS2FVVFU/edit?usp=sharing Focal Cam w/o Sound
Just one word.....AWESOME!!!!!GREAT WORK.:thumbup::thumbup::beer::beer:
MANY GREEEETZ!!!
cezeff said:
why the heck hasnt anyone being using the crap out of this thing??????....its awesome...allow me to explain...i really like the ui of the focal camera but hate not being able to turn the sound off...so i used this...decompiled it....replaced the sounds with blank /silent mp3s and recompiled it and signed it...and it worked...only issue is that the video camera forced closed when trying to switch back...im going to do a logcat nad post the apk here so if anyone can help it would be greatly appreciated....
heres the apk... ill submit the logcat as soon as i can
https://drive.google.com/file/d/0B06L494jdQAlVzZubWdWS2FVVFU/edit?usp=sharing Focal Cam w/o Sound
Click to expand...
Click to collapse
-CALIBAN666- said:
Just one word.....AWESOME!!!!!GREAT WORK.:thumbup::thumbup::beer::beer:
MANY GREEEETZ!!!
Click to expand...
Click to collapse
you both like it? i made an update that has a little more option like decompiling classes.dex for me and @SkywalkerZ but didnt release seeing as everyone seems to like other tools like apk manager etc, should i release the update?
Thanks
ricky310711 said:
you both like it? i made an update that has a little more option like decompiling classes.dex for me and @SkywalkerZ but didnt release seeing as everyone seems to like other tools like apk manager etc, should i release the update?
Click to expand...
Click to collapse
Hi,
I made this with your tool, thank you, and please, update
I just needed tu run the bat file as administrator tu fully working.
Le [email protected] said:
Hi,
I made this with your tool, thank you, and please, update
I just needed tu run the bat file as administrator tu fully working.
Click to expand...
Click to collapse
looks good! confirmed working on the SGS3 i9300 SmartDroid rom by me and SkywalkerZ!
i will update it in 5 minutes, and i will add request for admin when opening it!
Updated to 2.0
bug
Thank you for the update.
There is a problem of distorted display.
Just add this line that comes from the previous version:
mode con: cols = 124 lines = 35
at the beginning of file tool.bat
Not tested the new faetures yet.
Thanks again.
Le [email protected] said:
Thank you for the update.
There is a problem of distorted display.
Just add this line that comes from the previous version:
mode con: cols = 124 lines = 35
at the beginning of file tool.bat
Not tested the new faetures yet.
Thanks again.
Click to expand...
Click to collapse
Really? In V2 I didnt set the mode because I had problems when facing errors while doing task, I couldnt see far back!
ricky310711 said:
Really? In V2 I didnt set the mode because I had problems when facing errors while doing task, I couldnt see far back!
Click to expand...
Click to collapse
Please Make A Tool To Decompile Huawei Apks. I Cannot Decompile Huawei System Apks With Anytool In This Forum
Files Are Here If You Want To Check : Download
Thanks A Lot
husen4u said:
Please Make A Tool To Decompile Huawei Apks. I Cannot Decompile Huawei System Apks With Anytool In This Forum
Files Are Here If You Want To Check : Download
Thanks A Lot
Click to expand...
Click to collapse
did you install the framework?
ricky310711 said:
did you install the framework?
Click to expand...
Click to collapse
Yes i Did. Thanks For Reply
husen4u said:
Yes i Did. Thanks For Reply
Click to expand...
Click to collapse
You will have to take it up with @iBotPeaches as thats the developer of apktool...
ricky310711 said:
you both like it? i made an update that has a little more option like decompiling classes.dex for me and @SkywalkerZ but didnt release seeing as everyone seems to like other tools like apk manager etc, should i release the update?
Click to expand...
Click to collapse
yeah i would recommend whatever updates that you could push out...that would be great...its already an awesome tool
cezeff said:
yeah i would recommend whatever updates that you could push out...that would be great...its already an awesome tool
Click to expand...
Click to collapse
really it was just a little project i went through with for myself, to do the basics.. glad everyone likes it!
thanx for update,worx great. :good:
a new tooll in market...
but i think it have smaili error when i editing, it generates weird error i cant read it... annoyed but great tool..
I'll probably have to wait for a Linux version, but good job :good:
Wow, this is featured on the XDA Portal. Nice job. I will start using this, seems less uglier than most. I like it !!
Sent from my Nexus F...Fi...Fii...Ahem...*clears throat*... Five.
I made this tool specially for the owners of Sony Xperia devices. As in new frimware of Sony when we edit framework-res.apk we get infinite bootloop. I have made some framework mod for Sony devices. That's why people keep PM'ing me how did I edit framework-res.apk. So, here is the solution for them. This tool can be use for other manufacturers too.
{
"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"
}
Main Features :
User friendly
Automated Decompiling APK/JAR
Automated Recompiling APK/JAR
Automated Sign APK/JAR
Automated Zipalign APK/JAR
No need to copy META-INF folder after recompiling
Sony Xperia owners won't face bootloop after recompiling framework-res.apk
Changelog :
v4.2.0 :
Based on Apktool 2.0.3 (Android Marshmallow Supported)
v4.1.0 :
Based on Apktool 2.0.0-RC3 (Android Lollipop Supported)
v4.0.0 :
Based on Apktool 2.0.0-RC2
Added "Only Recompile" Option
Added "Recompile And Then Sign" Option
Added "Recompile And Then Zipalign" Option
Added "Recompile, Sign And Then Zipalign" Option
Wiping "Frameworks" Folder Option Added
v3.0.0 :
Based on Apktool 2.0.0-RC1
Added "More Menu" Option
Added "Decompile All Files" Option
Added "Recompile All Files" Option
Added "Sign All Files" Option
Added "Zipalign All Files" Option
v2.0.0 :
Based on Apktool 2.0.0-Beta9
Added Support For JAR Files
Added "Zipalign Files" Option
Added "Wipe Folders" Option
Fully Support Xperia Z1 Compact's Files
v1.0.0 :
Initial Release
Bugs :
You Should Find And Let Me Know (I DIDN'T FIND ANY)
Download :
v4.2.0 :
Advanced ApkTool v4.2.0 By BDFreak.rar
Mod edit: above link no longer available.
File may still be available here: https://forum.xda-developers.com/showpost.php?p=69215130&postcount=682
v4.1.0 :
Advanced ApkTool v4.1.0 By BDFreak.rar
v4.0.0 :
Advanced ApkTool v4.0.0 By BDFreak.rar
v3.0.0 :
Advanced ApkTool v3.0.0 By BDFreak.rar
v2.0.0 :
Advanced ApkTool v2.0.0 By BDFreak.rar
v1.0.0 :
Advanced ApkTool v1.0.0 By BDFreak.rar
How To Use :
Extract the downloaded file anywhere in your pc
Double click on "Advanced ApkTool.exe" to start the tool
Copy your framework files to the "2-In" folder & also the apk files you want to decompile
Install Framework first (Install OEM specfic framework also)
Decompile apk, the decompiled folder can be found inside "3-Out" folder
After editing Recompile it, recompiled file should be found inside "4-Done" folder
If needed sign the recompiled file, it will replace the recompiled file inside "4-Done" folder
You can also zipalign the recompiled file, it will replace the recompiled file inside "4-Done" folder
You can wipe any folder easily by wipe folder option
You can find more in more menu option
Thanks To :
@Brut.alls for ApkTool
@iBotPeaches for ApkTool
@Ticklefish for Tickle My Android
XDA:DevDB Information
Advanced ApkTool, Tool/Utility for the Android General
Contributors
BDFreak
Version Information
Status: Stable
Current Stable Version: v4.2.0
Stable Release Date: 2016-02-10
Created 2014-02-07
Last Updated 2016-02-10
Screenshots
Screenshots :
v4.2.0 :
v4.1.0 :
v4.0.0 :
v3.0.0 :
v2.0.0 :
v1.0.0 :
Reserved
Yipeee
I was Having Bootloop problem for a Longtime. Didn't Find Anyway to Solve thiz Prob But Your Tool Save Me . Now I can Edit My framework-res.apk without any problem
Yipeee
Thnx BDFreak :good:
So now we can recompile framework without patching it first?
If that's true - I love you mate
Sent from my C6903 using Tapatalk
Noobkunj said:
I was Having Bootloop problem for a Longtime. Didn't Find Anyway to Solve thiz Prob But Your Tool Save Me . Now I can Edit My framework-res.apk without any problem
Yipeee
Thnx BDFreak :good:
Click to expand...
Click to collapse
You are welcome...
funky0308 said:
So now we can recompile framework without patching it first?
If that's true - I love you mate
Sent from my C6903 using Tapatalk
Click to expand...
Click to collapse
Yes, no need to patch your framework anymore...
Great mate
:good:
Amazing!
Finally no more dirty patching!
A click and go! Definitely made my day!
Awesome tool brother.... recompiled my framework and it didn't give any errors
Levered said:
Great mate
:good:
Click to expand...
Click to collapse
Ayush Singh said:
Amazing!
Finally no more dirty patching!
A click and go! Definitely made my day!
Click to expand...
Click to collapse
Aneel said:
Awesome tool brother.... recompiled my framework and it didn't give any errors
Click to expand...
Click to collapse
Good to hear such feedbacks...
Nice work mate.. :thumbup:
Sent from my C2104 using XDA Premium 4 mobile app
Perfect
A Cool and Small tool,perfect for those modded colorizable frameworks and saves bootloops :good:
A small request,to add jar modding support and a zipalign option.
a small clear all Out folder as well.Just suggesting
You just have made the whole apktool experience alot easier wow! keep giving us surprises with all the helps you are providing to this community
The work is done and the respect is achieved along with titles.. Great work.. Probably a very important one for the never dieing Xperia Devices..
Sent from my Nexus 5 using Tapatalk
Ghostfreak NB said:
Nice work mate.. :thumbup:
Sent from my C2104 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Thank you...
Madaditya said:
A Cool and Small tool,perfect for those modded colorizable frameworks and saves bootloops :good:
A small request,to add jar modding support and a zipalign option.
a small clear all Out folder as well.Just suggesting
Click to expand...
Click to collapse
Will be added in next update, Thanks for the suggestions...
saqib nazm said:
You just have made the whole apktool experience alot easier wow! keep giving us surprises with all the helps you are providing to this community
Click to expand...
Click to collapse
All because of your inspiration...
vishal_android freak said:
The work is done and the respect is achieved along with titles.. Great work.. Probably a very important one for the never dieing Xperia Devices..
Sent from my Nexus 5 using Tapatalk
Click to expand...
Click to collapse
You just made my day...
BDFreak said:
I made this tool specially for the owners of Sony Xperia devices.
Click to expand...
Click to collapse
You Sir, are the Man! :good:
Incredible!
Simply amazing!. It is easy, fast and simple, you're great!. Thank you.
@BDFreak - mate...
I know I said that already but really, you made my....not day but weekend
Finally I decompiled, MOD and recompiled framework in 15min...
Hat down master
Sent from my C6903 using Tapatalk
Well Done Bro.. U r the Pro Master
If there are any Z1 Compact users that have this working can you share your exact method please, as I'm still getting bootloops regardless of which files I use.
AROMA Zip Maker By DC07.
Tool Featured On Portal Here
Hello XDAins,After my 2 months break from xda,I am back...but this time with a handy tool
The tool converts simple flashable zip to aroma installer based flashable zip.
I made this tool for devs here who wanna include aroma installer in there ROM/THEME but don't know how to and those who cannot follow the tough tutorials,So this is completely Noob Friendly
Instructions
-Extract the zip contents in a your working folder (for eg: /desktop/aromazipmaker)
-Place the META-INF only,of your rom/mod/update/theme etc in the folder
-Now open the aromazipmaker.exe
-Proceed with the steps as guided in the script
-and your output will be META-INF [the orignal meta-inf will be named as original-meta inf.....and the aroma one will be just meta-inf]
-Place the META-INF Back into your zip with 7zip or any tool
-Flash Through CWM Recovery.
Features
-Simple and Newbie Friendly
-Themes Support[3 Themes Honami i1, Holo Metro, xNXT xperia theme
-You can include your ROM/MOD/THEME's Changelog and Thanks,that is placed in Aroma's_META-INF/com/google/android/aroma/here
Credits/Thanks
*Adhi1419 for orignal idea
*amarullz
*Ayush Singh
*iamareebjamal
*Lalit Patil
Things You should know
-The zip have a minor bug,after the process is completed successfully,the both the folders are named Original_META-INF.So after the process is done,just refresh and you will see two different folders viz. Original_META-INF and META-INF.
-You only have to use the META-INF folder...that includes the aroma installer.
Q.How to know that the process have completed successfully?
A.As you see this...you have done it.
{
"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"
}
For adding advance menus,options visit here
Downloads and F.A.Qs in 2nd Posts
Have a Nice Day :good:
XDA:DevDB Information
AROMA Zip Maker, a Tool/Utility for the Samsung Galaxy Y GT-S5360
Contributors
DC07
Version Information
Status: Alpha
Current Beta Version: 0.1a
Beta Release Date: 2014-03-23
Created 2014-03-23
Last Updated 2014-03-24
Reserved
Downloads
1.In the downloads section
2.Get v0.1a here [mirror]
F.A.Q
Welocme to zip maker
Q.What is the use of this tool?
A.This tool automatically converts the meta-inf and replaces files to aroma's meta-inf.
Q.Does it support themes?
A.Yes,Ofcourse..I've included 3 themes viz.
i1-Honami Theme
xNXt-Xperia xNXT theme
metro-holofied metro theme
Q.I have some problems regarding the tool?
A.You can ask all your questions in the thread only,no pm please.
Last Words by the developer
If this tool helped you in some or the other way,Show your respect toward his work,by hitting thanks button,rating the thread five stars,suggestions for updates.
Reserved
For those who still cannot understand this guide,A Video tutorial for Using this tool is made by aniket.lamba
welcome back !! will try this later :fingers-crossed:
welcome to you
and good work
Neat. Gonna try this tonight, and congrats on making it on the portal!!!
Sent from my Galaxy Note II
Works good. Only change I really see is should have option to update zip to latest version of Aroma. Other than that works fine. Good job.
awesome work,damn cool and soo easy,many thanx.
May i ask which program you used to build the exe? Thanks
Edit: Advanced BAT to EXE converter
@DC07: i sent you a PM and i believe you will like it
I must not be doing something correctly? Not working for me. says it cannot find path?
Thank you very much sir for making it easier for us to create aroma flashable zip. Thanks also to all who contributed to this project.
Noob question. Sorry..
Can i just flash this zip on my GT-I9300 using cwm recovery 6.0.4.7?
Thanks
Sent from my GT-I9300 using XDA Premium HD app
nice guide
i'll try it later
leio rusher said:
Noob question. Sorry..
Can i just flash this zip on my GT-I9300 using cwm recovery 6.0.4.7?
Thanks
Sent from my GT-I9300 using XDA Premium HD app
Click to expand...
Click to collapse
No.
Nice, does it support naming the package, date etc??
if you need help with adding support for things like adding menus etc, let me know, I have aroma implemented completely in my new kitchen, multiple themes, language selection(multilanguage support aswell), setting the date rom/modname, version, and developer aswell
ricky310711 said:
Nice, does it support naming the package, date etc??
if you need help with adding support for things like adding menus etc, let me know, I have aroma implemented completely in my new kitchen, multiple themes, language selection(multilanguage support aswell), setting the date rom/modname, version, and developer aswell
Click to expand...
Click to collapse
Looking forward to it sir...
Regarding Naming the packages,changing/edifying the script,currently only manual editing is possible...but i'll make a script of that aswell :good:
Next Update will contain,auto editing the name of zip,Devs name and updated aroma binary
mikebeam said:
I must not be doing something correctly? Not working for me. says it cannot find path?
Click to expand...
Click to collapse
Extract the zip content in a fresh folder,do not rename anything!...now place your rom's META-INF in the same folder and run the script....It Should work :good:
mikebeam said:
I must not be doing something correctly? Not working for me. says it cannot find path?
Click to expand...
Click to collapse
maybe your path is too "long" or containing special characters ! just put the folder in C: Drive and follow instructions !
@op thks a lot mate ! way too easy
man this is awesome i was just looking forward to add aroma which was a difficult job thanks to you...
Mustafa Mubashir said:
man this is awesome i was just looking forward to add aroma which was a difficult job thanks to you...
Click to expand...
Click to collapse
thanks mate! :good:
Dex Manager v1.1 - Designed To Play With Classes.dex
{
"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"
}
Overview :-
DEX MANAGER Has Been Built With The Idea Of Providing The Easy Work With Classes.Dex To End User, It Is Fast, Stable, Smooth And NOOB FRIENDLY..!!
This is a GUI program Which Helps You To Decompile The Classes.dex And Compile It Back With Just Clicking Options,No Need To Write Codes Or Commands To Decompile And Compile, It Handles Everything With Itself.It Is Intended To Make Your Work Easy.It Is NOT Intended For Non-Legal Uses.It Could Be Used For GOOD Purposes.
Features :-
- Decompile\Compile Classes.dex From APK Or JAR File.
- Beautiful Theme
- Noob Friendly
- Much Faster And Clean,No Need To Put Commands Does Everything Automatically.
How Does It Work :-
- Drag And Drop "classes.dex" From Apk Or Jar To Dex Manager Root Directory By Opening The Apk Or Jar In WinRAR Or 7Zip.
- Option "Decompile" To Decompile The Dex File Which Gets Decompile In "Source" Folder.
- Now Modify The Code.
- Option "Compile" To Compile The Dex As "New_classes.dex" In Dex Manager Root Directory.
- Rename "New_classes.dex" To "classes.dex" And Drag And Drop To Apk Or Jar File.
- Option "Delete" Will Delete The "Source" Folder Dont Worry It Will Be Created By Itself When Performing Decompiling Next Time.
- Error Box Only Shows Error Of Decompiling And Compiling,If There Are No Error Shown You Will Get Desired Output.
Download :-
DIRECT
Mirror:-
RGhost
Changelog :-
v1.1 (Released On 12/August/2015)
- Updated Baksmali/Smali To v2.0.6.
- Now All Compile,Decompile And Delete Error Are Redirected To Errorbox.
- Add Option To Copy Error From Error Box To Clipboard.
- Now Dex Manager Reads baksmali.jar and smali.jar From Binaries Folder So When New Update Of Baksmali/Smali Comes You Can Copy Replace The Baksmali/Smali With Latest One.
- Change App Icon.
- Change App Skin Same As iTunes.
- Rework UI And Incresed UI Size.
- Code Refactor.
- Minor Optimization.
Requirements :-
-WinRAR Or 7Zip To Drag "Classes.dex" From Apk Or Jar File
-JRE
-Microsoft .Net Framework v4.0 And Above
License :-
Free
Credits :-
Thanks To JesusFreke For His Baksmali/Smali.
Featured On Portal :-
http://www.xda-developers.com/android/edit-classes-dex-manager
Thanks To @eagleeyetom For Featuring It To Portal
MESSAGE :-
DONT HESITATE FOR ANY QUESTIONS, FEEDBACK, REQUESTS, APPRECIATION
THANKS
Video To Help :-
nice
Great and usefull tool. Thank you.
ps: I am not sure regarding the UI. Looks old school (not tasty )
greg17477 said:
Great and usefull tool. Thank you.
ps: I am not sure regarding the UI. Looks old school (not tasty )
Click to expand...
Click to collapse
i can change it to tasty but some will find is tasty and some will say old was tasty
point is noted if any bug found or any new thing i got to update i will do it asap
Much love JASI
@Jasi2169 thanks alot bro
World Is Full Of Nice People. If U Can't Find One, Be One.
berryman13 said:
Much love JASI
Click to expand...
Click to collapse
thereassaad said:
@Jasi2169 thanks alot bro
Click to expand...
Click to collapse
Welcome both of you enjoy the world for free
You are a Saint :angel:
Thank You!!!
bigrammy said:
You are a Saint :angel:
Thank You!!!
Click to expand...
Click to collapse
i am just normal man thanks maybe you are saint
cheers
This looks like a wonderful tool that night save me as I'm having trouble with apktool with a lollipop 5.1 framework. However is there a Mac osx version? I know this thread is for windows but the pic above has Mac theme. I have searched but not found one.
Thanks.
luthepa1 said:
This looks like a wonderful tool that night save me as I'm having trouble with apktool with a lollipop 5.1 framework. However is there a Mac osx version? I know this thread is for windows but the pic above has Mac theme. I have searched but not found one.
Thanks.
Click to expand...
Click to collapse
No bro only windows version
yea you are right it has mac theme i will update this with new theme soon
regards
updated to v1.1
today 12/aug/2015
Jasi2169 said:
updated to v1.1
today 12/aug/2015
Click to expand...
Click to collapse
Hi
There is a new smali. Do you have plans to update you good tool?
Thanks in advance
Rajada said:
Hi
There is a new smali. Do you have plans to update you good tool?
Thanks in advance
Click to expand...
Click to collapse
Hello
As you can see dex manager takes smali and baksmali from binaries folder ,so download the smali n baksmali the new one and rename it to same as in binaroes folder and copy replace it,ur updated with new one
use this tool now its outdated
http://forum.xda-developers.com/android/software/tool-uret-android-reverser-toolkit-v1-0-t3320704
Link is dead. do you have a chance to renew?
Links are dead
Cant use the link provided in the OP
Confused
Aye, anybody know how to download ?
or the link is dead ?
I cant proceed to the downloading file... Are the links for download still active or dead
use this tool now its outdated
http://forum.xda-developers.com/android/software/tool-uret-android-reverser-toolkit-v1-0-t3320704
Toggle signature
Previous XDA Account Jasi2169 :- Link Is Deleted On My Request
This Jaspreet_Singh Is Renamed To Jasi2169