[HOW-TO]Flappy Mods | Make your own Flappy Bird! - Android Software Development

{
"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"
}
Portal Post​
IMPORTANT :- My imbox is overflowing with PMs, please keep sending them but understand that I won't be able to reply immediately.
We all know FlappyBird that super irritating bird crashing into every obstacle it sees. Since FlappyDoge was released I am sure some of you decompiled that apk and snooped around a bit. I made this thread for the less advance users who haven't had the guts to do that! Think how cool it would be to show your friends your version of Flappy____ that has your face on it!
I've created some elements in Photoshop ( and attached the psd's ) so that you find editing the game even easier.
Here is an example I quickly did ( Really quickly ) :
Tutorial:
1. Decompile:
First off download the original FlappyBird Here
Then decompile it with this tutorial
Code:
C:\[B]Path to apktool[/B]>apktool d "Original FlappyBird.apk" workspace
2. Graphics:
Now we get to the actual modding, download my zip here. In there is a font folder, open that up and install the font.
Unzip then navigate to assets/gfx - This folder contains most of the Graphic elements of FlappyBird. ( The birds, Buttons, Score etc. )
In there is two files, a psd and png, open the atlas.psd in Photoshop and edit away, I categorized the parts already. Note:- If you don't have Photoshop, you can edit the png, it will be a little bit harder though.
Copy the "atlas.png" to the assets/gfx of the decompiled apk.
3. Splash:
In my Zip, navigate to drawable - Once again there is a psd and png file, edit as you like.
Copy the "splash.png" to /res/drawable of the decompiled apk.
4. Icon:
The folders: drawable-640dpi ; drawable-mdpi ; drawable-xhdpi ; drawable-xxhdpi contains different sizes of icons.
Edit them as you like, again there is psds and pngs. - You can easily change the color gradient in Photoshop!
Copy all the ic_launcher.png files to their corresponding folders in the decompiled apps /res directory.
5. App Name and Others:
In my Zip, navigate to /values in there is a strings.xml open it with your choice of advanced text editor ( e.g. Notepad++ ).
To change the app name, edit the following line:
Code:
<string name="app_name">Flappy Pulse</string>
Then copy the strings.xml to the decompiled apk's /res/values/ folder.
6. Recompile & Sign:
Again recompile using My guide.
Code:
C:\[B]Path to apktool[/B]>apktool b workspace Flappy[B]Example[/B].apk
Remember to sign your app otherwise it wont' install! - I always use Zipsigner
________________________________
That should do it! Hope you learned some things and had fun, enjoy raging at your own personalized Flappy_____
Thanks to @holabola for indirectly giving me the idea.

Reserved to showcase some Flappybird mods, mention me @PulseDroid if you want your mod here. Also feel free to request any mods.
NOTE:- Do NOT request a mod that removes the ads, that is seen as warez.

u can also do this without decompiling but then u wont change title of app
also i have made a version fully themed but
i wont post xD
is bit *#*#* my friends wanted i xD
Sent from my S500 using xda app-developers app

SpaceCaker said:
u can also do this without decompiling but then u wont change title of app
also i have made a version fully themed but
i wont post xD
is bit *#*#* my friends wanted i xD
Sent from my S500 using xda app-developers app
Click to expand...
Click to collapse
Yip, but whats a mod without changing the name
Also, the PSD's are remakes of the icon backgrounds and such so its' a bit easier.

Awesome job Glad to finally see a tutorial up. I think I may make a thread when I get home to host everyone's mods. Would anyone be interested in that?
Sent from my C6916 using XDA Premium 4 mobile app

Sent from my GT-N7100 using xda app-developers app
---------- Post added at 09:48 PM ---------- Previous post was at 09:34 PM ----------
you can also change the package name by editing the Android Manifest.xml file and the apktool.yml file

can i request flappy bird mods here?

killoid said:
can i request flappy bird mods here?
Click to expand...
Click to collapse
Sure go for it.

PulseDroid said:
Sure go for it.
Click to expand...
Click to collapse
thanks. can i have it without ads & sounds? cause the sound is so annoying.& can you make the score not to show while playing? it makes me nervous. all other is okk.

@Pulse when i converted mp3 to .ogg
for use as sound in assets folder it fcdhe apk
ofcourse we need root to logcat on 4.1+ devices nowadays so i couldnt logcat.
but have u managed to change sounds and such?
Sent from my S500 using xda app-developers app

SpaceCaker said:
@Pulse when i converted mp3 to .ogg
for use as sound in assets folder it fcdhe apk
ofcourse we need root to logcat on 4.1+ devices nowadays so i couldnt logcat.
but have u managed to change sounds and such?
Sent from my S500 using xda app-developers app
Click to expand...
Click to collapse
Yes, in the smali there is entries referring to the ogg sound files, use normal mp3 files and refer to them in the smali.
Can't remember path exactly will check tomorrow and add it to the thread.

If you don't have Photoshop you can use Krita or GIMP. They can open most PSD files perfectly and they are both free
Anyway thanks for the file, I think it is easier to edit

nastys said:
If you don't have Photoshop you can use Krita or GIMP. They can open most PSD files perfectly and they are both free
Anyway thanks for the file, I think it is easier to edit
Click to expand...
Click to collapse
I myself use Gimp 2.8 with a Photoshop CS6 theme, Photoshop shortcuts, Single-Window mode and the Photoshop Plugin Installer. With all of that it is far superior to Photoshop in terms of usefulness and size.
I'm working on a mod now. @PulseDroid do you mind if we put up the modified .apk files here?
EDIT: Lol, I completely forgot about the second post.

This is interesting, kinda seems like cheating

How do I remove the ads from the APK?

albwh said:
How do I remove the ads from the APK?
Click to expand...
Click to collapse
that would probably be a violation of some sort...

Virtuous Ten Studio is easier to use! You should have a guide for that

albwh said:
How do I remove the ads from the APK?
Click to expand...
Click to collapse
That is usually seen as warez. Although I don't know how it works after the app is taken down from the app store.
@jerbear294 @nastys
Hey guys, I don't know much about GIMP so bear with me. If you open up a PSD does it also show the rulers? Could you maybe provide me a screenshot of how it looks when you open my PSD?

PulseDroid said:
Code:
C:\[B]Path to apktool[/B]>apktool d Original FlappyBird.apk workspace
Click to expand...
Click to collapse
in case someone decides to copy paste blindly like me. Its supposed to be
Code:
apktool d "Original FlappyBird.apk" workspace

DIII said:
in case someone decides to copy paste blindly like me. Its supposed to be
Code:
apktool d "Original FlappyBird.apk" workspace
Click to expand...
Click to collapse
Oops yip, I usually remove the spaces from the names before decompiling. - Will fix OP.

Related

APK Easy Manager v1.0 - Apk Editing made easy! [Only for Windows]

This is basically like APK Manager but made simpler, it is made for modders who wants to edit multiple apks at once and built them at once!
It includes two builders and two decompilers for full compatibility of APK's whether from ICS and Gingerbread.
Download: APK Easy Manager v1.0
Features:
Graphical User Interface
Lighter Size
More Organized
APK's that's needed to be decompiled can be placed anywhere
Supports Drag and Drop
Decompile and Build Multiple APK's at once!
Supports Both ICS and Gingerbread APK's
Built for no0bs and novice modders
Works on all Windows Platform which Supports net framework 2.0
To Do list:
Add the option to have parallel decompiling and building!
Improve GUI
Add an application icon
Known Bugs:
Can't be maximized properly
Requirements:
Java (JRE will do)
.Net Framework 2.0
only
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"
}
TIP: Even though the box says Drop ______ Here, you can just drop it in the listbox
Thank you for your work....
just a question does it do all signing, compressing process at its own???
krish_nank said:
Thank you for your work....
Click to expand...
Click to collapse
your welcome, it's really intended for personal use only but I decided to share it with you guys since there were too many things to click and press on the normal apk manager...and btw the app was made less than a day xD
hi trettet thanks for the toold downloading now guna give it ago thanks
So can't wait to finish work looks like it make things easyer
Sent from my MT15i using Tapatalk
How about the framework-res.apk in /bins?
Should they stay or be replaced with ones from my phone?
signing??
Sent from my LT18i
wintel_mac said:
How about the framework-res.apk in /bins?
Should they stay or be replaced with ones from my phone?
Click to expand...
Click to collapse
it depends...if your apk won't decompile and build properly even using both Decompilers and Builders, replace the framework-apk's from your phone...
rashid.fairus said:
signing??
Sent from my LT18i
Click to expand...
Click to collapse
will add that on the next version...
Can I get the code of an apk, somehow? Or will this application just allow me to modify resources of apk?
thankyou, it's helped
nice work....
no offence but i cnt get it to work well ever....i get d apk decompiled properly most of time ut compilation never works for me....either der is an error or d modd isnt actually applied...
by d way i knw how to use apktool n apkmanager ut wanted to give dis a try
Sent from my GT-I9100G using XDA
tnx
Tnx a lot , for me it is a good app
Superb Tool
hi,trettet thanks for sharing this wonderful tool..
IMHO this is by far the easiest tool to decompile & compile apk
It would be handy if you can implement the following features also:
*Batch Sign
*Batch Zip-align
*Batch Install Apk
*Batch Rename
By implementing these features,this would an complete tool dealing anything related to apk..."One tool to rule them all"
Here is an icon for the tool which i have created..
View attachment 998369
Can get it to decompile easily but when i try compiling it back cmd stars saying "smaling" for a second then it exits nothing else happens!
181charan said:
Can get it to decompile easily but when i try compiling it back cmd stars saying "smaling" for a second then it exits nothing else happens!
Click to expand...
Click to collapse
Has anybody actually been able to get this to work? I get the same thing... It says "smaling," then runs a few more lines of script, but exits so quickly that I can't even read any of it.
---------- Post added at 11:01 PM ---------- Previous post was at 10:56 PM ----------
trettet said:
it depends...if your apk won't decompile and build properly even using both Decompilers and Builders, replace the framework-apk's from your phone...
Click to expand...
Click to collapse
What exactly do you mean "replace the framework-apk's from your phone?" I am not finding anything on my phone with a name like this...
I'm just getting into developing
ggoodman1022 said:
Has anybody actually been able to get this to work? I get the same thing... It says "smaling," then runs a few more lines of script, but exits so quickly that I can't even read any of it.
---------- Post added at 11:01 PM ---------- Previous post was at 10:56 PM ----------
What exactly do you mean "replace the framework-apk's from your phone?" I am not finding anything on my phone with a name like this...
I'm just getting into developing
Click to expand...
Click to collapse
System/framework/framework-res.apk
Sent from my Galaxy Nexus using Tapatalk 2
HumanXv2 said:
System/framework/framework-res.apk
Sent from my Galaxy Nexus using Tapatalk 2
Click to expand...
Click to collapse
So, do I just copy that file, and place it in the same directory for the app that I want it to build?
Basically, what I've done is decompiled an app, edited a few text files within it (I couldn't get edits to stick simply within root browser) and now I want to build the app. The instructions say to just drag & drop the path into the manager and click "Start Building."
But with, or without the framework-res.apk from the phone, it just says "Smaling" for about ten seconds, then runs more script and closes before I can read any of it. But nothing shows up in the result folder...

[TOOL] Remote Theme Injector - theme your favorite paid apk

Themers on XDA face a huge problem when it comes to paid apks. They can't theme apks and distribute their work since that would be considered warez.
Since we - the moderators - spend a lot of time closing threads where someone accidentially published such a theme, Forum Moderator Whiskey103 came up with an idea.
What if the themer doesn't distribute the entire apk, but only his themed parts? This would be totally allowed on XDA.
So Whiskey asked me if I can come up with a solution to this problem. And today we announce RTI - The remote theme injector!
Note: while this project is intended for paid apks, it still works with free apks too of course. This app might help you migrating themes to a new version of the apks too.
RTI basically consists of two parts:
The patcher (or themer)
And the editor which is needed to create themes
Patcher
This is a little windows app which takes the target apk and a theme file (more on that later) and automatically injects the theme into the desired apk.
Todo this, the apk gets decompiled, patched, recompiled, signed and zipaligned. All this happens automatically and requires no input from the user (which is in this case the user who wants to USE the theme)
The user has to provide the target apk on his own, this ensures no apks are distributed as part of the theme.
It can be pulled via ADB or Rootexplorer from the phone for example.
Editor
The first app was for applying a theme, the editor is for creating such themes.
It's a simple wizard style app which guides the themer through the required steps to create a theme file.
Each theme file contains not only the actually themed files but also its own version of apktool to ensure maximum compatibility and a set of settings specifically for the target apk
The settings include:
Package name of the target apk
Version number of the target apk
Which sign method to use (keep old signature, sign with a default key, sign with own key)
Whether the apk gets zipaligned or not
The workflow for the user is very easy:
Download theme (it contains the patcher and the theme file (or even multiple themes)
Fetch target apk from phone and copy it in the same directory as the patcher
Start patcher and wait until it's done
Install themed apk on device
The workflow for the themer isn't much harder:
Theme your apk just as you are used to it
provide TWO folders to the Editor, both folders need to contain the decompiled output of apktool
The first folder contains the unthemed, decompiled apk, the second one contains the themed and decompiled apk
Set the required settings in the editor and wait until generating the theme is done
Provide the user a download which contains the patcher and your created theme file
Screenshots:
Editor:
{
"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"
}
Patcher:
Changelog
2.12.1.5665
Added support for smali modification for advanced themes
Some bug fixes and UI improvements
1.9.5.191
Important: This version brings some breaking changes, so please do not mix an old rti file with the new patcher. It won't work. You have to recreate your theme files if you want to use the new patcher.
Changed signing options. Removed java jarsign and added signapk.jar instead. This has a far better compatibility and doesn't require an installed Visual C++ runtime.
Possible signing options now:
Use 'test keys': Use a pre defined set of keys from me to sign the apk
Use 'own keys': you have to provide your own set of keys (key.pk8 and certificate.pem) to sign the apk
Keep old signature: NOT recommend, this has a few use cases, but usually won't work. Use one of the other two options if you are not sure.
Improved error detection on the folder selection page. It can tell you some common errors now if you make them.
1.7.6.113
Initial release
Example themes
Tapatalk Pro/Free by Whiskey103
XDA Premium Red and Blue by Whiskey103
Requirements (this is both for Editor and Patcher)
Windows XP SP3 or newer (excluding all Windows 8 versions)
Microsoft .NET framework 4.0 FULL
Oracle JRE (Java) (Always try to use the latest Java version)
Download
RTI 2.12.1.5665
Old versions:
RTI 1.9.5.191
RTI 1.7.6.113
Credits
Whiskey103 for the excellent idea
brut.all for apktool
Google for Android
My girlfriend for tolerating my work on XDA
My dog for keeping me happy
I will write a guide here, for now just screenshots and a little explanation on how to use the "Patcher"
We will do our best to answer the questions about how to use and all that
Basically i came up with the idea because of the fact we have to delete a lot of themed paid apps.
Thats not nice since i know there is much time spend on it.
So now we have a solution for all the themed Swype apk,s etc etc
I really felt sorry sometimes after i had to remove some masterpiece because it was "warez"
If we start to use this, its all fine
BIG Thanks to Diamond who really liked the project from the beginning, without him this wasn't even possible.
He really was enthusiast from the moment i contacted him till where we are now.
Once again, thanks Diamond
The patcher:
You have to download a patcher theme (XDA Premium App example) my thread for screenshots
Extract that folder and grab the installed apk from your phone with Rootexplorer or ES File Explorer.
Place that apk in the extracted theme folder and run the RemoteThemeInjector.exe
In this case the RTI (Remote Theme Injector) will give you a list since i placed two themes in one folder. Just make your choice.
The patcher will do his job and spit out a Themed APK.
Copy that Themed APK to your phone (SD-Card) and install it after you removed your previous installed version of the App.
Once the apk is installed , goto menu / more / settings / Display Style / and select XDA Free.
The Editor
this is awesome!! thanks so much guys!!!
Amazing idea to solve this issue. Thanks to ALL for this...well done!
:beer:
Sent from my Nexus S using xda premium
Thanks you guys,great job,good workaround.
What am i missing?
edit: fixed -java issue
Thanks for the tools.
Thanks Diamondback and Whiskey
This is an outstanding idea. Many thanks to Whiskey and Diamondback for the hard work, and for finding a creative solution to further customize our experiences without risking warez.
It's great to see xda members and mods maintaining such a balance and protecting the interests of both the devs and users simultaneously. Well done.
Cheers for this!
Sent from my HTC One X using Tapatalk 2
Thanks for the files!
Thanks for the great feedback
One thing I'd like to ask for: If you are a themer and created a theme with this app, can you please post a link here so we can see waht awesome work done?
If you want I can also add you to the "example themes" section in the OP.
Is this just creating bsdiff patches or something similar? Or is it more tantamount to resource hacking?
Do the apps HAVE to be paid?
Sent from my SGH-T959V using xda app-developers app
mierkat09 said:
Do the apps HAVE to be paid?
Sent from my SGH-T959V using xda app-developers app
Click to expand...
Click to collapse
Nope, it will work on all apps.
Sent from my HTC One X using xda premium
dumpydooby said:
Is this just creating bsdiff patches or something similar? Or is it more tantamount to resource hacking?
Click to expand...
Click to collapse
There's no black magic or so involved, I just take every modified file and copy it over the original one. Nothing complicated
Just added this to whiskey103's thread. . Awesomeness!
http://forum.xda-developers.com/showthread.php?p=28517947
Sent from my Nexus S using xda premium
Gonna have to check this out thanks guys
Sent from my Xoom using Tapatalk 2
and this is why I am in love with XDA
Could I use this to theme SwiftKey 3 keyboard?
This is awesome to say the least, it looks like I'm going to have a new 3am addition to fight off . Works gonna need to pony up some serious red bull.

Need help from themers

Hey guys!! I need some help in theming a rom so any help/suggestions will be appreciated.
See the 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"
}
I have only started modding status bar but cant get any color combinations in mind... what should be the colour below?The 15 toggles look good!
How to change the colour of the tabs?? Whenever I change the colour in framework it leads to FC's
Thanks for your help guys!
Tab pngs in framework-res and twframework-res .. you should be aware on how to edit .9.pngs.
If I am not mistaken you need to:
1. Decompile your app.
2. Edit your .9.png with gimp or photoshop.
3. Use the .9.png editor that came with android sdk to verify your changes.
4. Recompile your app.
5. Test and repeat if necessary.
Correct me if I am wrong.
Sent from Saint Andrew Fields
Go hell_lock!! Goodluck brow
bumslayer said:
If I am not mistaken you need to:
1. Decompile your app.
2. Edit your .9.png with gimp or photoshop.
3. Use the .9.png editor that came with android sdk to verify your changes.
4. Recompile your app.
5. Test and repeat if necessary.
Correct me if I am wrong.
Sent from Saint Andrew Fields
Click to expand...
Click to collapse
Tried that bro.. used apk manager to compile the apk and it was not giving any errors... seems like I gotta see the files in other roms
hell_lock said:
Tried that bro.. used apk manager to compile the apk and it was not giving any errors... seems like I gotta see the files in other roms
Click to expand...
Click to collapse
The fcs are coming from wrongly made .9 pngs.Like i said before,dont touch the dark lines and dots which determine the content and stretchable area.Cut of the part which you want to modify,make modifications and merge it with the surrounding lines again.Like bumslayer said,you can use draw9patch tool from sdk.But that's an extremely time consuming process.It'll let you convert any png to .9 patch png but only one at a time.
Here's what I use: xUltimate-D9PC
This one "compiles" the .9.png files. All you have to do now is drag them to the res/drawable-ldpi folder of the apk without even decompiling the app with apktool. Easy, no?
And yes, you can thank me now (credits to the original poster, of course).
So hell_lock, bro. Did xUltimate-d9pc work for you?
The tabs on setting and others are changed, but not for Task Manager
Sent from my GT-S5360
Baskhara said:
The tabs on setting and others are changed, but not for Task Manager
Sent from my GT-S5360
Click to expand...
Click to collapse
Change the tabs in twframework-res too.
b16h22 said:
Change the tabs in twframework-res too.
Click to expand...
Click to collapse
Okay will try it soon
Sent from my GT-S5360
Try unpacking systemui.apk and then using a kitchen to customize and finally compiling and signing it with your preffered choice of signer
Reply if u want me to reccomend some good kitchens or signer
Please hit thanks if i helped
---------- Post added at 06:50 PM ---------- Previous post was at 06:49 PM ----------
hell_lock said:
Hey guys!! I need some help in theming a rom so any help/suggestions will be appreciated.
See the screenshots:
I have only started modding status bar but cant get any color combinations in mind... what should be the colour below?The 15 toggles look good!
How to change the colour of the tabs?? Whenever I change the colour in framework it leads to FC's
Thanks for your help guys!
Click to expand...
Click to collapse
That looks like technoduos
Please hit thanks if i helped
First of all, my rom is not inspired by technoduos lol!! I will try modding the tabs rite now... n can anyone help me on screenshot 1?
hell_lock said:
First of all, my rom is not inspired by technoduos lol!! I will try modding the tabs rite now... n can anyone help me on screenshot 1?
Click to expand...
Click to collapse
What kind of help?
EDIT: lol.found the question.Black or dark grey is the best option to make it understated.
I attached some screenshots of technoduos.make sure you dont theme your rom like that lol
Please hit thanks if i helped
mrappbrain said:
I attached some screenshots of technoduos.make sure you dont theme your rom like that lol
Please hit thanks if i helped
Click to expand...
Click to collapse
Thanks!! My status bar is in initial stages and would look very different from that.
Guys I am pissed off now!! I use activity_title_bar from USSR and it works but when I make my own it FC's!! I have applied 9 patch and tried all sorts of stuff!! I have no option other than to copy png from his rom... is it an offence here?? Cuz these days people are getting sued for copying.
hell_lock said:
Guys I am pissed off now!! I use activity_title_bar from USSR and it works but when I make my own it FC's!! I have applied 9 patch and tried all sorts of stuff!! I have no option other than to copy png from his rom... is it an offence here?? Cuz these days people are getting sued for copying.
Click to expand...
Click to collapse
Hey bro,why dont you try my method.Tried and tested.
sent while doin' some burnouts
b16h22 said:
Hey bro,why dont you try my method.Tried and tested.
sent while doin' some burnouts
Click to expand...
Click to collapse
I have tried it before but you insist so I am trying it again.... nope did not work... my mod is attached for analysis.
hell_lock said:
I have tried it before but you insist so I am trying it again.... nope did not work... my mod is attached for analysis.
Click to expand...
Click to collapse
Looks like the image is conflicting with the lines.I'm on mobile so i cant show you how.
sent while doin' some burnouts

[SHARE]APKTool For Phones! [23.04.14]

APKTool For Android!
Click to expand...
Click to collapse
​
OP Updated with proper instructions. Do not forget to follow the same. :good:
Due to some problems using the latest version, I'm uploading the previous version in the Downloads, take a look.
Don't forget to hit Thanks and Rate this thread button if you find it useful! :angel:​
Hello Friends!
I am here to share an Awesome Utility for our Great Themers who can now edit .apk files on the device itself!
This is the APKTool which can run on android itself!
Some features like:
Decompile dex files
Decompile apk
Sign Apk
Make Odex
Zipalign
Extracting META-INF
dex2jar
jar2dex
Creating ROM Dump of current Rom
Are available in this app!
It works quiet good on my XSola, but I am sure It will run smoothly on devices with good amount of RAM! :good:
Here are few previews of the app:
Previews:
{
"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"
}
Downloads:
Download APKTool For Android! v4.4
Download APKTool For Android v4.3 (Old Version)
Instructions:
- Download apktool4.4_armhf.zip (recommended version) ( ~50MB ).
- Extract the zip to your preferred location.
- Install apktool.apk (Or similar name) from the zip file.
- Open the App, Navigate to the folder you have extracted the zip, long press it and select set as apktool data folder.
- Now navigate to /system/framework -> Tap on framework-res.apk -> Select 'import as framework' (This will be imported as framework 1)
-Tap on SemcGenericResUxp.apk and again select 'import as framework' (This will be imported as framework 2)
The tool extracts the app to the folder wherever the app is! So please do not extract any app directly through /system folder! :good:
ENJOY THE REST!
Good Luck! :good:
Nice thread mate. :good:
Such a useful thread bro... Keep it up
Rajeev said:
Such a useful thread bro... Keep it up
Click to expand...
Click to collapse
Always to do possible help to you bro.
I have checked..... Does not decompile apk properly. Tried decompile radio but not decompiled fully. Missing some files.
Sent from my old Neo V
great jobssssss:silly:
AndroidNoob69 said:
I have checked..... Does not decompile apk properly. Tried decompile radio but not decompiled fully. Missing some files.
Sent from my old Neo V
Click to expand...
Click to collapse
Thanks for your feedback @AndroidNoob69 . And, I think even i had got an error about it. But did you tried recompiling it again? (Maybe with making some changes)
@Rajeev bro , do you get errors like these?
Sent from my Xperia Sola using XDA Premium 4 mobile app
cpkunki said:
Thanks for your feedback @AndroidNoob69 . And, I think even i had got an error about it. But did you tried recompiling it again? (Maybe with making some changes)
@Rajeev bro , do you get errors like these?
Sent from my Xperia Sola using XDA Premium 4 mobile app
Click to expand...
Click to collapse
I already used this tool in ma XZ and Compiled Conversation.apk and some other apks without any problems....
Rajeev said:
I already used this tool in ma XZ and Compiled Conversation.apk and some other apks without any problems....
Click to expand...
Click to collapse
Ya even me too! I got some errors while decompiling Home.apk, but while recompiling, it was all okay!
Sent from my Xperia Sola using XDA Premium 4 mobile app
Hey @cpkunki.. I am getting errors while decompiling and recompiling both..plz help me.. 1st screenshot while decompiling and second one while recompiling..
Sent from my LT28h using XDA Premium 4 mobile app
@cpkunki while recompiling..
Sent from my LT28h using XDA Premium 4 mobile app
This is not the full apktool and @cpkunki is not the maker of the app. As mentioned, this app does not decompile and compile properly as it is missing sony framework tables.
Sent my Carbonised Xperia P
You should install framework related apps then recompile ...
But i think there isn't anyway to do it !
Thanks for the share was looking for it
Sent from my Xperia Acro S using Tapatalk
I am so sorry @Chocklety Boyee , but as @AndroidNoob69 said, I have not created this app or I do not know how to debug things because I am still a learner on XDA.
I asked one of my friend, (A Samsung user) he said try putting the app in the /system folder and decompile it.
I did that before posting this thread. Yes it got decompiled, but the problem was that I couldn't delete the folder where the app was decompiled, only its contents got deleted.
Try doing the same, but please make a backup before doing so :fingers-crossed:. Don't blame me .
And do tell me the results.
..
@abo hani, glad you liked it.
How to edit and recomplie xml file in mobile?
mamenvn said:
How to edit and recomplie xml file in mobile?
Click to expand...
Click to collapse
For that you can use any all in one File manager like this one
Or if you just want an XML editor, you can search on play store,
you will get these:
Axel (XML Editor / Viewer)
XML Editor
And so on..
cpkunki said:
For that you can use any all in one File manager like this one
Or if you just want an XML editor, you can search on play store,
you will get these:
Axel (XML Editor / Viewer)
XML Editor
And so on..
Click to expand...
Click to collapse
The apk is not working after edit with xml editer
I encourage you guys not to use apktool on phones. It is and is never the full version. It is missing framework files and there is no way you can install them.
Sent my Carbonised Xperia P
mamenvn said:
The apk is not working after edit with xml editer
Click to expand...
Click to collapse
Oh! I don't know bro. Sorry!
AndroidNoob69 said:
I encourage you guys not to use apktool on phones. It is and is never the full version. It is missing framework files and there is no way you can install them.
Sent my Carbonised Xperia P
Click to expand...
Click to collapse
Wait bro!
Did you follow the instructions correctly?
Especially this one - Open the App, Navigate to the folder you have extracted the zip, long press it and select set as apktool data folder ?
And also, this IS working on phones like Xperia Z. Because @Rajeev bro was able to add his own Banner, 'Developer Name' in About Phone in Settings!
And also, the main developer is not mad to create such a project in Google code and on GitHub. :silly:
I used this app in ma mobile.. I already told u that i created 3 mods using this app.. One is Rom name under About Phone setting, second one is full transparent caller screen and third one is systemui transparency...

[TOOL][WINDOWS] Dex Manager v1.1 - Designed To Play With Classes.dex [UPDATED]

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

Categories

Resources