[TOOL] Didact74's Multi-Tool v1.1 [9/3] - Verizon Samsung Galaxy S 4

I've been getting a little stale on modding lately so I figured I would spice up a tool I built a while ago that helps me when pulling and decompiling files. This tool will do the following.....
Completely revamped
Does a whole bunch ofstuff
Auto odexing not included yet...don't select it...lol...it will drop on the next release
All you need to do is make sure you have debugging on and your phone plugged into your usb cord.
You will also need your Samsung USB drivers installed.
To run the file simply extract the contents to any folder and double click the "RUN.bat"
Then follow the prompts.....
Drop your odex system and frame work files in the deodexing/framework_files and deodexing/app_files folders respectively if you want to try the deodexing features.
THIS IS A SOMEWHAT BETA RELEASE!!!! There are somethings that may not work properly so I am posting up so you can help me find the bugs. This will not damage your phone but I still have to say I am not responsible for any damage .
***EDIT.....forgot to mention this is a self contained program. It houses the necessary files for both APKTOOL and ADB. You can extract this zip anywhere and run. No special directories are required.
Please send me feedback about errors you have or ideas you would like to see go into an upcoming update.
To use the DEODEXING Feature you must drop your odex framework files into deodexing/framework_files.
Enjoy!!
Thanks Button!!
DOWNLOAD

Looks cool! Great work boss

This tool looks great - just what I've been looking for. Thanks for putting it together and sharing!

Can't wait for my eyes to open, gj !
Sent from my SCH-I545 using Tapatalk 2

Its pretty cool and versatile also. If you are familiar with BAT files at all you can mod it up to do most anything you like. I am going to try and expand on it a little when I get time to be more interactive if I get positive feedback about it. I would like to hear from those that have used it and what they think. Suggestions on improvements and options would be cool too.

Looks awesome! Can't wait to try it!
Sent from a Shaftamle Galaxy S4
"Thanks Button" is always appreciated!
http://mycolorscreen.com/Shaftamle/

Not sure how many have tried this tool but i have made HUGE improvements and added may new features to the next release. I am going to officially call this thing the Multi-Tool
It will do the following
pull files from phone
decompile files
recompile files
set framework
reboot/download-mode/recovery options
simple logcat functions
push files to phone
odex files
deodex files
....all from very simple interactive menu's.
SEE ATTACHED PIC......
I should have it ready by the end of the week....stay tuned!!

Didact74 said:
Not sure how many have tried this tool but i have made HUGE improvements and added may new features to the next release. I am going to officially call this thing the Multi-Tool
It will do the following
pull files from phone
decompile files
recompile files
set framework
reboot/download-mode/recovery options
simple logcat functions
push files to phone
odex files
deodex files
....all from very simple interactive menu's.
SEE ATTACHED PIC......
I should have it ready by the end of the week....stay tuned!!
Click to expand...
Click to collapse
Killing it here
Sent from my SCH-I545 using xda premium

Nice job.
I was just getting ready to set up my adb and apk environment and you did it for me.
Can this hurt anything if people use it on a rooted but locked bootloader when you set up the push capability. Just don't want people to get in trouble.
Thanks

Didact74 said:
Not sure how many have tried this tool but i have made HUGE improvements and added may new features to the next release. I am going to officially call this thing the Multi-Tool
It will do the following
pull files from phone
decompile files
recompile files
set framework
reboot/download-mode/recovery options
simple logcat functions
push files to phone
odex files
deodex files
....all from very simple interactive menu's.
SEE ATTACHED PIC......
I should have it ready by the end of the week....stay tuned!!
Click to expand...
Click to collapse
Awesome work. Cant wait to see what you have done!

UPDATE... bunch of new crap and new interface.
I need some testers to tell me whats not working.
ODEXING isnot functional yet...i know this, so dont select it
DEODEXING however IS functional.
Let me know of any bugs you find (because you will ) and any ideas you have for a future update.
Thanks!!

I have fixed the IMAGES section....the feature which allows you to pull system, data, boot, etc images. I will put the fix in the next release!
Keep the feed back coming...

Didact74 said:
I have fixed the IMAGES section....the feature which allows you to pull system, data, boot, etc images. I will put the fix in the next release!
Keep the feed back coming...
Click to expand...
Click to collapse
Who's the man, You da man. Nice work bro! The Odex option will be sweet:good::good:

will gladly give a test/report tomorrow dude
Nice work

@Didact74 : I used your puller_n_decompiler tool, and it worked GREAT, know I'll have to try this one for sure, what can I say, great work and thanks a ton.

claude96 said:
@Didact74 : I used your puller_n_decompiler tool, and it worked GREAT, know I'll have to try this one for sure, what can I say, great work and thanks a ton.
Click to expand...
Click to collapse
Thanks man. Update with some new features coming in a few days.

Didact74 said:
Thanks man. Update with some new features coming in a few days.
Click to expand...
Click to collapse
Great, more good news, thanks a mill ton for all your great mods n tools n tuts n all.

Related

[MOD] Screen Animations ANY ROM

This is a meta morph do not flash in cwm if you do not know what a meta morph is read up on it at my link how to apply a meta morph​
OK guys i put together a bunch of meatamorph files for you guys to be-able to install with different animations i hope you like it if anything wont install or work please let me know and i will fix it right away.
Look here for videos on what a few of these look like Videos here
Install instructions:
How-To Apply a Metamorph
http://forum.xda-developers.com/showthread.php?p=11695218#post11695218
2. Manually Add Animations: should work for most roms
This process will be helpful for those wanting to mix and match animations from the folders. In fact, why don't you create your own mix and post it here so everyone else can appreciate your awesomeness. I'll add new mixes below if they come in.
-Simply get a hold of the anim folder with the animations you want to use and the framework-res.apk from the rom you're interested in modifying (/system/framework/framework-res.apk).
- Open up the framework-res.apk in 7zip (right click on it, and select "open archive").
- Drag the anim folder with the animations (which you can download below) into /res folder in your framework-res.apk. This will replace the files currently in /res/anim.
- Exit out of 7zip.
- You now need to push the modified framework-res.apk onto the phone. You can do this by placing the modified framework-res.apk in the root sdcard folder, and entering the following into terminal emulator on your phone or using ADB when the sdcard is mounted:
su
mount -o rw,remount -t ext3 /dev/block/mmcblk1p21 /system
cp /sdcard/framework-res.apk /system/framework
mount -o ro,remount -t ext3 /dev/block/mmcblk1p21 /system
reboot
If you're using terminal emulator, your phone will probably reboot before you finish re-mounting and/or typing reboot.
If you want to install the framework-res.apk that you just made in CWM recovery you can put it in this .zip make sure to put your framework-res.apk in the framework folder for this to work Your anim .zip
3.ninjamorph insatll find it in the market.
- create a new project of your framwork-res.apk.
- on your sdcard put the anim you want in this folder but first extract the folder out of the .zip first. (sdcard\androidthemes\workspace\framework-resapk\res\anim)
- make a copy incase you dont like the altered animations!!!
-replace the folder attached with the one in this zip
-go back to ninjamorph and finish project your phone should automatically reboot and there ya go animations are changed.
These will work with any rom and any phone enjoy
If you have any prob please post witch animation you used, that did not work so i can look into it.
BlurAnimations.zip
Bounce.zip
Custom my set up.zip
My set up 2.zip
Drop in.zip
Flip1.zip
Flip2.zip
Flyin and flip.zip
Fly in 1.zip
Fly in 2.zip
fold.zip
Shift.zip
Sliding1.zip
Slide2.zip
If you would like more custom one with animations together let me know what you would like
Theses are the .xml files in the anim folderi will tell you witch ones i know and what they do if you know what others do that i did not mention please let me know and i will update this thank you.
This is the anim of the opening of a new page
activity_close_enter.xml
activity_close_exit.xml
Theses are if you go back on your page
activity_open_enter.xml
activity_open_exit.xml
Dialog box is the box that comes up if you were for example adding a widget to the home screen
dialog_enter.xml
dialog_exit.xml
Theses will control how the keyboard comes into the screen
input_method_fancy_enter.xml
input_method_fancy_exit.xml
This is the anim when you unlock your screen
lock_screen_exit.xml
The options panel is the panel if your on any screen and you click on your settings button for example if your on the home screen and you click on your settings button you will see a options panel that askes if you want to add a widget change wall paper etc...
options_panel_enter.xml
options_panel_exit.xml
I think this one speaks for its self
search_bar_enter.xml
search_bar_exit.xml
please post others
I am having problems getting any of them to install it just sits there and says applying.
Mine also just says applying. On Rubik's dl30
Sent from my SCH-I500 using XDA App
Go to: Settings-> Applications-> Development-> check USB debugging. It should work now.
Also check out Anim Mod on the market for easy animation switching
May I ask what these do
Updated try out fly in 2 i really like it im working on bounce next hope you like it if your having trouble installing these im very sorry but i test them before i release them so i hope you can get them to work.
Jacked up AOSP vanilla froyo version .5. I don't really have much experience with MM though. I followed the instructions exactly. Just a warning...
Sent from my SCH-I500 using XDA App
cabjmb said:
Jacked up AOSP vanilla froyo version .5. I don't really have much experience with MM though. I followed the instructions exactly. Just a warning...
Sent from my SCH-I500 using XDA App
Click to expand...
Click to collapse
Well with anything you should always make a back up and i have never jacked up my phone from using any of these if you can thos let me know witch you used that you say jacked up your phone.
calebv2 said:
Well with anything you should always make a back up and i have never jacked up my phone from using any of these if you can thos let me know witch you used that you say jacked up your phone.
Click to expand...
Click to collapse
The custom one. I had just installed .5 though so I just did a reinstall and I was fine. Maybe I'll try again later tonight. I really liked the animations in the doctored version of SC you posted originally. Maybe I'll just pull the /anim file and replace the one in my framework-res though. I didn't mean to sound ungrateful. I really appreciate the work you put into these. I just wanted to post a warning in case there is something specific to the AOSP Froyo that would keep this from working.
Edit: Just tried again in MM and it worked fine. I must have messed it up the first time. Thanks again for the awesome animations!
cabjmb said:
The custom one. I had just installed .5 though so I just did a reinstall and I was fine. Maybe I'll try again later tonight. I really liked the animations in the doctored version of SC you posted originally. Maybe I'll just pull the /anim file and replace the one in my framework-res though. I didn't mean to sound ungrateful. I really appreciate the work you put into these. I just wanted to post a warning in case there is something specific to the AOSP Froyo that would keep this from working.
Edit: Just tried again in MM and it worked fine. I must have messed it up the first time. Thanks again for the awesome animations!
Click to expand...
Click to collapse
no prob and thank you
I am using your "Custom" theme, and it is working great, thanks.
I did also try "Flip 1" and even after reboot it seemed to do absolutely nothing but change my background, that might have been MM's fault who knows.
Running the custom on Rubik's dl30 and its awesome. Thanks to whoever told me to enable USB debugging haha. Had these on my DX and was really wanting them back. Thanks man.
Sent from my SCH-I500 using XDA App
Have you guys seen the Gingerbread Screen Off Animation that looks like a TV turning off, with the line and a small flash (not sure exactly how to describe it). And when i say "screen-off" i mean by tapping your power button, not holding it in to power down, but to turn-off the screen and lock the phone.
It might be kinda stupid to some, but i think it's pretty neat and unique...
possible?
lucas.scott said:
Running the custom on Rubik's dl30 and its awesome. Thanks to whoever told me to enable USB debugging haha. Had these on my DX and was really wanting them back. Thanks man.
Sent from my SCH-I500 using XDA App
Click to expand...
Click to collapse
No problem. It's one of those little steps that is rarely mentioned. Enjoy!
Any documentation out there on which xml file controls what (other than guessing from their name)?
obliviator33 said:
Any documentation out there on which xml file controls what (other than guessing from their name)?
Click to expand...
Click to collapse
Ill post later on the ones that I know do what
calebv2 said:
Ill post later on the ones that I know do what
Click to expand...
Click to collapse
Thanks. I have been playing around mixing/matching the animations with some decent results. Is there a program that can convert just the xml files from to and from the binary and text formats?
I am using apk manager to compile/decompile the entire .apk file but that is kind of annoying.
obliviator33 said:
Thanks. I have been playing around mixing/matching the animations with some decent results. Is there a program that can convert just the xml files from to and from the binary and text formats?
I am using apk manager to compile/decompile the entire .apk file but that is kind of annoying.
Click to expand...
Click to collapse
updated 2nd post

[HOWTO] Theming your Sense framefork for newbies

It's not much, but I thought everyone should be able to theme their Legend
Requirements: WinZip(or any other zipping program), Android SDK, testsign, some graphics editor...
So what you need to start with is your framework files:
framework-res.apk, com.htc.resources.apk ... both are located in SYSTEM:framework/
These files are just renamed zip files, so rename them back to .zip and extract them (you can also edit them inside WINRAR or something, but it is more comfortable if you extract them)
In these, images are usually saved in res/drawable-mdpi or such, but you have to think here, allways modify all files from one resource
Now locate the images you want to edit but I only know how to edit .png files (.9.png files are for a different howto, probably not by me as I've never really mastered it)
Pick those you want to edit, and edit them (I'm not gonna tell you how here, I usually use photoshop to do that )
Once you have edited those images, it is recomended to optimize those png's (Firstly to make them smaller, but more importantly, most of the times the png's from Windows graphics editor didn't work for me...)
To optimize png's you can use:
OptiPNG: DOWNLOAD This one is drag'n'drop batch conversion capable...
Pngcrush: DOWNLOAD Command line utility, but it has more settings
...or something else, but I find these two the best
Once you have these optimized, copy and re-write them to folders you took them from to edit...
Now you need to zip these back, for framework files I was told it is usual to zip them as "store", but correct me someone if I'm wrong.
After you have zipped those, they will have to be re-signed. To do this, use testsign from code.google.com
Then run this in cmd line (or create a .bat file as I did, it's much easier):
Code:
java -classpath testsign.jar testsign [COLOR="DarkRed"]file.zip[/COLOR] [COLOR="DarkRed"]file-signed.zip[/COLOR]
Now that you have signed it, it is recomended to zipalign it:
(zipalign.exe is located in /tools in your SDK)
Run this in cmd line:
Code:
zipalign 4 [COLOR="DarkRed"]infile.zip[/COLOR] [COLOR="DarkRed"]outfile.zip[/COLOR]
(4 is alignment in bytes)
Now that you have aligned the .zip, rename it to the original name and then you just need to push it back to your phone:
Code:
adb shell mount /system
adb push [COLOR="DarkRed"]com.htc.resources.apk[/COLOR] /system/framework/[COLOR="DarkRed"]com.htc.resources.apk[/COLOR]
or
adb push [COLOR="DarkRed"]framework-res.apk[/COLOR] /system/framework/[COLOR="DarkRed"]framework-res.apk[/COLOR]
And you're done
I hope this helps someone! Enjoy!
note: This way you should be able to modify any apk I think
Is this the thing that has the potential to break the power menu in BlaY0's ROM, among other things?
Amongst other things...but this works on any ROM as long as you follow the guide I've succesfully ported my BattMod and Cryshop's navbar/lockscreen to B0.8 while doing these exact steps
Dr.Romca said:
Amongst other things...but this works on any ROM as long as you follow the guide I've succesfully ported my BattMod and Cryshop's navbar/lockscreen to B0.8 while doing these exact steps
Click to expand...
Click to collapse
can you post them?
stegg said:
can you post them?
Click to expand...
Click to collapse
Why? He gave you quite simple instructions on how to construct it yourself, so he wouldn't need to do that for every single release for any of you.
Sent from my HTC Legend
Right on I think it's simple enough...besides, I had to figure this all out myself...
It's nice when people use that round head sitting on their neck
BlaY0 said:
Why? He gave you quite simple instructions on how to construct it yourself, so he wouldn't need to do that for every single release for any of you.
Sent from my HTC Legend
Click to expand...
Click to collapse
you have some personality disorder, you'd better see someone specialised in mental health care
stegg said:
you have some personality disorder, you'd better see someone specialised in mental health care
Click to expand...
Click to collapse
I will do that as soon as you contribute at least one theme for three different roms and then supply new updates for every new release of those roms...
Sent from my HTC Legend
stegg said:
you have some personality disorder, you'd better see someone specialised in mental health care
Click to expand...
Click to collapse
Oh come on stegg, that was uncalled for I just think it's a better idea to share how I did it rather then do all the work for you. Hell it would be a full time job - making themes for everyone
...too bad there isn't a "what the hell?" button ...
Question ; are there any limitations to what you can port like different functioning slide bar / nav bar?
Sent from my HTC Legend using XDA Premium App
This howto only tells you how to replace png's inside those framework .apk packages. And you can change navbar as well, but you'd have to make it in the same shape as long as you don't want to decompile the apk...
Cool thanks, I'm giving this a go now
Sent from my HTC Legend using XDA Premium App
I guess my device has to be rooted to do this?
You are correct, sir
Damn...

[TOOL] Framework Flasher 1.1.4 (1/14/12) - Easily modify and flash framework-res.apk

Finally! After days of struggling to figure out how to modify my ROM's framework-res.apk and create a working flashable update.zip to install the framework-res.apk changes, I have finally figured out how (big thanks to the guys here: http://forum.xda-developers.com/showthread.php?p=20962080#post20962080) and have created an automated script to help others struggling with the same problem.
Framework Flasher 1.1.4
Feel free to download and experiment with it. This is my first gift to the XDA/Android Hacking community, and I plan on doing more. I just want to test the waters for now Feedback would be nice. Let me know if I've helped you in some way!
---------------------------
What does it do?
It extracts your framework-res.apk file and allows you to edit the files. After editing, the script will compile, sign the apk, create your update.zip with the correct structure for flashing, and then sign the .zip. Everything you need to modify and flash your framework-res.apk file.
How do I use it?
Download the .zip from the link below and extract it somewhere on your PC. Drag the framework-res.apk file that you want to modify and/or flash into the /place-framework-res-here/ directory. Double-click on RunMe.bat and off you go! Do the steps (1-5) in order and you shouldn't have any problems.
Who needs this?
A LOT of people according to how many google searches I did in the past 3-4 days.
Will it work for files other than framework-res.apk?
Currently, no. However it would be easy to implement that functionality if I saw that people would benefit from it.
I found a bug... what do I do?
Post it in this topic. I'll do what I can to make continual updates as long as I see people are benefiting from it. I'm sure there are bugs in it somewhere, so just let me know.
Where do I download this snazzy piece of software?
http://www.mediafire.com/?1nc14hkhs2yrqmt
The little disclaimer
If you download this tool, please say thanks! Not only does it motivate me to continue to improve this software, but it also let's me know how many users are using it! Thanks!
This script is mainly intended for use with editing script files (xml, etc.), and normal (non 9png) images. 9pngs have been successfully repacked using this tool! If you run into any problems, be sure to make it known!
This tools was created to work with the Droid X2. If you are experiencing problems using it, first ensure that you are in fact using a Droid X2.
Change Log
1.1.4 (1/14/12)
- Corrected the Log error. You can now see error logs!
- Corrected an error processing problem where Framework Flasher would instantly close without warning
1.1 (1/7/12)
- Made compatibility tweaks
- Removed unnecessary overhead
1.0 (1/6/12)
- Initial Release
When reporting errors, please ensure that there are no spaces in your file path, and include what ROM and version you are running.
Hello
This is an awesome little tool you got here. I haven't tried it yet but I'll likely give it a shot eventually.
You should add functionality for SystemUI.apk, that's the other "real big" file people like to edit. Just a suggestion based on what I know about theming
Very nice!
So r u telling me this will modify everything including the. 9 png images..also can u get into the xml files as well or images only...i use apk manager and with the. 9 pngs u cannot touch the 9 patches or change the image without using draw 9 patch to ensure the apk will recompile
Sent from my DROID X2 using xda premium
PoorCollegeGuy said:
Hello
This is an awesome little tool you got here. I haven't tried it yet but I'll likely give it a shot eventually.
You should add functionality for SystemUI.apk, that's the other "real big" file people like to edit. Just a suggestion based on what I know about theming
Very nice!
Click to expand...
Click to collapse
Thanks. I will definitely look into adding this. I'll update the OP with any changes or updates.
Kevin3328 said:
So r u telling me this will modify everything including the. 9 png images..also can u get into the xml files as well or images only...i use apk manager and with the. 9 pngs u cannot touch the 9 patches or change the image without using draw 9 patch to ensure the apk will recompile
Sent from my DROID X2 using xda premium
Click to expand...
Click to collapse
Not tested 9pngs with this, it's mainly intended for scripting (xml files, etc. along with normal non 9png images). I've updated the OP to include a little disclaimer stating this fact. Thanks for pointing that out.
.9.png seems to work
Thanks Wesf90 for the tool. I was curious about the .9.png myself. Looking at the script it decompiles and compiles using apktool just like the apkmanager script does so just by looking at your RunMe.bat it looks like it would be fine. I did test it out to be sure though. So I took the framework-res from eclipse 2.0.3 changes some 9.png files and recompiled without any issues. It is important to note that you need to be careful when editing 9.png files to NOT change the black "patches" around the edge of those images. Doing so will cause bad patches and will generate errors when re-compiling. So for example if you apply a filter to the entire image double check that the color value of the black patches are still 000000 (I've done this ). If you don't mess with the patches all should be fine. It also depends on the original framework-res you are starting with. If you use one that has broken 9.pngs in it to start then you will need to fix them before re-compiling (I've done this too ).
Nice work. I especially like that step 4 that creates the update.zip. That is not in apkmanager that I've been using. So following steps 1,2,3,4 sure does make it simpler for a beginner which was your goal. Keep up the good work!
hedwig34 said:
Thanks Wesf90 for the tool. I was curious about the .9.png myself. Looking at the script it decompiles and compiles using apktool just like the apkmanager script does so just by looking at your RunMe.bat it looks like it would be fine. I did test it out to be sure though. So I took the framework-res from eclipse 2.0.3 changes some 9.png files and recompiled without any issues. It is important to note that you need to be careful when editing 9.png files to NOT change the black "patches" around the edge of those images. Doing so will cause bad patches and will generate errors when re-compiling. So for example if you apply a filter to the entire image double check that the color value of the black patches are still 000000 (I've done this ). If you don't mess with the patches all should be fine. It also depends on the original framework-res you are starting with. If you use one that has broken 9.pngs in it to start then you will need to fix them before re-compiling (I've done this too ).
Nice work. I especially like that step 4 that creates the update.zip. That is not in apkmanager that I've been using. So following steps 1,2,3,4 sure does make it simpler for a beginner which was your goal. Keep up the good work!
Click to expand...
Click to collapse
Thanks for the test run. I've updated to OP to state that 9pngs have been tested.
Creating the update.zip was the hardest part for me, learning how to use update-script and updater-script. Hopefully this will help everyone else get on the right path.
is it possible, that after the editing was done, to simply push the framework to its place? without flashing recovery?
Dude XDA did a writeup on this.. but the article states there is no. 9 compatibility .... which is not true your program decompiles just like apk manager and apk tool do... .9 can be edited the patches simply can't be touched.. making this an awesome little tool !!!
Sent from my DROID X2 using xda premium
Sweet tool, just what I've been looking for
Just wanted to drop in and say thanks for this tool (button hit, donation forthcoming).
I tried this with my framework-res file from and ICS 4.0.1 ROM I'm running and it decompiles perfectly, but after I make edits and try and recompile, the script just closes.
I tried looking at the log in the folder of the tool and it didn't have any information except the date/time I ran the script.
Any thoughts? Would love to make use of this if you think it should work for me. Thanks again!
XT69 said:
is it possible, that after the editing was done, to simply push the framework to its place? without flashing recovery?
Click to expand...
Click to collapse
Yes, definitely possible if you have ADB access. I may add this feature, but the idea of the tool is primarily to allow users to create a flash-able file for their's, or others', phones. I'll put it on my to-do list though
Kevin3328 said:
Dude XDA did a writeup on this.. but the article states there is no. 9 compatibility .... which is not true your program decompiles just like apk manager and apk tool do... .9 can be edited the patches simply can't be touched.. making this an awesome little tool !!!
Sent from my DROID X2 using xda premium
Click to expand...
Click to collapse
Yeah I noticed that about the 9pngs in the article, however several people (including yourself) have stated that 9png's work fine. So hopefully XDA will eventually update the post.
zaxondis said:
Just wanted to drop in and say thanks for this tool (button hit, donation forthcoming).
I tried this with my framework-res file from and ICS 4.0.1 ROM I'm running and it decompiles perfectly, but after I make edits and try and recompile, the script just closes.
I tried looking at the log in the folder of the tool and it didn't have any information except the date/time I ran the script.
Any thoughts? Would love to make use of this if you think it should work for me. Thanks again!
Click to expand...
Click to collapse
Interesting. I plan on releasing another update soon, so send me the file you tried (I sent you a PM), I plan on weeding out small bugs quickly. Once the update is ready, hopefully I can have this bug fixed (or at least resolved)
Wes
zaxondis said:
Just wanted to drop in and say thanks for this tool (button hit, donation forthcoming).
I tried this with my framework-res file from and ICS 4.0.1 ROM I'm running and it decompiles perfectly, but after I make edits and try and recompile, the script just closes.
I tried looking at the log in the folder of the tool and it didn't have any information except the date/time I ran the script.
Any thoughts? Would love to make use of this if you think it should work for me. Thanks again!
Click to expand...
Click to collapse
had the same here!
other then that great tool
Ok to u guys having this happen... try to decompile and them recompile immediately ... if this works odds are u damaged a .9 png... those images have a black 1 pixel boarder that cannot be touched
Sent from my DROID X2 using xda premium
Maybe a dumb question but do we flash this in recovery or is this for pc use?Thanks I been itching to try this on my Iced Sam Vib...
Program is for PC use when u r done it will create a flashing zip for u
Sent from my DROID X2 using xda premium
Dougfresh said:
Maybe a dumb question but do we flash this in recovery or is this for pc use?Thanks I been itching to try this on my Iced Sam Vib...
Click to expand...
Click to collapse
Yes, you're absolutely correct. Once you go through the steps and create the update.zip file, simple place that file onto your sd card. Then flash the .zip in recovery.
Wes
Doesn't work for me. It says that echo is off.
Thanks wesf90. Going to DL, and check this out.
Work with any Android?
Will this work with any Android system, like the GS2? Sorry if I missed the answer somewhere above.
Thx.
disclaimernotice said:
Doesn't work for me. It says that echo is off.
Click to expand...
Click to collapse
Does this happen as soon as you start it?

? help making an update.zip

I have a theme that I would like to share with HTC amaze community but every zip format & signed it say installation aborted. On my own phone any help would be appreciated. Theme includes systemui, frameworkres, & fusion. I tried the zipsigned apk from the market but no luck. How can I make an themed signed zip ?
Inbox me the folders that you want the zip to install to and I'll send you a zip file with the folders and scrips and instructions to add your files to it.
When it comes to a computer i'm more of a noob. All of my own themes i've done thru ninjamorph. No offence i'd need more info then that sorry man.
justin lamantia said:
When it comes to a computer i'm more of a noob. All of my own themes i've done thru ninjamorph. No offence i'd need more info then that sorry man.
Click to expand...
Click to collapse
I'll give you a zip that's gonna install everything you have placed in the systems folder, that will includes things that go into the app/data/framework folders, etc, okay? To not lose the signature, you'll open the file with winrar and drop n' drop your sub-folders into their respective places, you can keep the script/empty zip for future use.
Update.zip: http://d-h.st/Pwo
It empty, put your files into the system/ folder.
Dark Nightmare said:
I'll give you a zip that's gonna install everything you have placed in the systems folder, that will includes things that go into the app/data/framework folders, etc, okay? To not lose the signature, you'll open the file with winrar and drop n' drop your sub-folders into their respective places, you can keep the script/empty zip for future use.
Update.zip: http://d-h.st/Pwo
It empty, put your files into the system/ folder.
Click to expand...
Click to collapse
Thank u just received it . I work 12 long hrs days and come home to three kids and a tired wife as soon as I can I will try to do it . And again thank u
justin lamantia said:
Thank u just received it . I work 12 long hrs days and come home to three kids and a tired wife as soon as I can I will try to do it . And again thank u
Click to expand...
Click to collapse
Just let me know if you need anything else.:highfive:
I don't kno if I'm doing something wrong. I tried to flash the theme.zip on my phone it just keeps saying installation aborted & says do to status 6 which ever that's means any ideas why this wouldn't work I'm s-off ,super.cid , 4ext recovery & sim-unlock could it be any of the scripts inside.
justin lamantia said:
I don't kno if I'm doing something wrong. I tried to flash the theme.zip on my phone it just keeps saying installation aborted & says do to status 6 which ever that's means any ideas why this wouldn't work I'm s-off ,super.cid , 4ext recovery & sim-unlock could it be any of the scripts inside.
Click to expand...
Click to collapse
You see my hq camera mod zip file for telus? Use that, it's in the themes and apps section.
Dark Nightmare said:
You see my hq camera mod zip file for telus? Use that, it's in the themes and apps section.
Click to expand...
Click to collapse
Ok I downloaded it. U swapped the apks & flashed it to my phone & it worked there's just one thing I have to rechange then it'll be ready but now the next thing is to upload the theme should I use drop box and register or something else?
I could upload it to devhost for you under my account so it won't be deleted and stuff. Dropbox is good too.
Dark Nightmare said:
I could upload it to devhost for you under my account so it won't be deleted and stuff. Dropbox is good too.
Click to expand...
Click to collapse
Thank u I've already registered to drop box. I'm about to set it up in themes and apps. I hope everyone enjoys it. I couldn't do it without you man thank u again. Let's find out.
justin lamantia said:
Thank u I've already registered to drop box. I'm about to set it up in themes and apps. I hope everyone enjoys it. I couldn't do it without you man thank u again. Let's find out.
Click to expand...
Click to collapse
Welcome dude, no worries, we're doing a little tutorial for you themers so you could write your own scripts and make your own zips.

[Mod] AutoSmoothScrolling [Windows only]

Hey everyone I decided to take the smooth scrolling mod to the next level. I was reading @zephiK didn't have the time to update the mod for every update that comes out. So I decided to get back in the game a little and completely automate the process so now you guys as users can do the "heavy" lifting (heavy in quotes since it's really an automated process for the most part lol). It basically pulls your framework.jar from your currently running ROM, modifies it, and pushes it back to your device. It should work on any ROM that doesn't have a different AbsListView.smali from the one I use (aside from the smooth scrolling parts, that's fine). If there's more demand for this (or I get locked out of my dropbox because of too many downloads) then I'll throw it up on my site instead. Until then, enjoy! Only supported on Windows. If anyone wants to make a linux/mac version, feel free to.
BE SURE TO ALWAYS BACKUP JUST IN CASE!
If you try this on another ROM and it doesn't work because the AbsListView is different somehow, let me know and I will make other versions to support other ROMs
DOWNLOAD
adb pull's your framework.jar from the currently running ROM.
Sets up a couple of folders for use later when putting the files back into a .jar.
Uses a jar command to extract all of the contents of the jar file.
Runs the baksmali code (with a small edit to remove the pause).
Copies the AbsListView.smali to the baksmali'd area.
Copies the android folder in "decompiled" into "smali-me".
Runs the smali code (again, with a small edit).
Deletes classes.dex and framework.jar in the root folder.
Renames modded-classes.dex to classes.dex.
Moves classes.dex, META-INF, and preloaded classes into the Temp folder.
Creates a new framework.jar file from what's provided in the Temp folder.
Moves that file back into the root directory.
Cleans up most of the folders/files.
Pushes the new framework.jar to your device, sets permissions, and reboots.
Finally it removes the framework.jar in the root directory to finish the clean up process.
Changelog:
10-5-14
Initial release
10-6-14
Added option to work with a zip file.
Reworked the initial batch file to allow for more automation (took out some pauses) and now has a menu to select your option.
Added a changelog.
Updated the Cleanup.bat to account for the new folder created when using the zip method.
Confirmed working ROMs:
SlimSaber by fusionjack
Sabermod cm11 by Robbie
Good work man! And 1st ?
Added to OnePlus One index thread:
[INDEX] OnePlus One Resources Compilation Roll-Up
Transmitted via Bacon
Wouldn't install at all for me. I'm on Paranoid Android (SaberMod Edition)..10-02-2014 build..
Oh well... Always good to see users putting in work?
OmegaBlaze said:
Wouldn't install at all for me. I'm on Paranoid Android (SaberMod Edition)..10-02-2014 build..
Oh well... Always good to see users putting in work?
Click to expand...
Click to collapse
Install as in you tried to flash it? It's a windows based mod.
prsterero said:
Install as in you tried to flash it? It's a windows based mod.
Click to expand...
Click to collapse
Yikes?
Forgot all about that?
OmegaBlaze said:
Yikes?
Forgot all about that?
Click to expand...
Click to collapse
Haha right in the title and op
When I install this onto my device w/ CM11 nightlies (10/05) it stops everything from working/launching/FC.
dylanraga said:
When I install this onto my device w/ CM11 nightlies (10/05) it stops everything from working/launching/FC.
Click to expand...
Click to collapse
So you ran the batch file and after it rebooted things stopped working? If so if you send me the framework.jar file in system/framework/ then I'll make a version for cm11
prsterero said:
So you ran the batch file and after it rebooted things stopped working? If so if you send me the framework.jar file in system/framework/ then I'll make a version for cm11
Click to expand...
Click to collapse
can this also work by simply placing the proper jar file in a folder on your pc and doing it that way. I ask because I sometimes download remotely and would like to have all this done and placed back into the rom prior to flashing. I have manually edited this file before but interested in your method as well
thx
playya said:
can this also work by simply placing the proper jar file in a folder on your pc and doing it that way. I ask because I sometimes download remotely and would like to have all this done and placed back into the rom prior to flashing. I have manually edited this file before but interested in your method as well
thx
Click to expand...
Click to collapse
It should if you modify the script. If you don't know batch, then I could try and write a version for that as well if you would like.
prsterero said:
It should if you modify the script. If you don't know batch, then I could try and write a version for that as well if you would like.
Click to expand...
Click to collapse
That would be nice Thx. I would prefer to do it all on my PC and push file over or put in a zip if I do it for others
Sent from my A0001 using Tapatalk
playya said:
That would be nice Thx. I would prefer to do it all on my PC and push file over or put in a zip if I do it for others
Sent from my A0001 using Tapatalk
Click to expand...
Click to collapse
I'll get to work on it. Got a midterm today, so may not get it done
@prsterero It works. However:
It has to be placed on desktop.
I had to change JDK folder name in the script to jdk1.8.0_20 as I have a never version installed.
Oh nevermind, the readme...
Irseq said:
@prsterero It works. However:
It has to be placed on desktop.
I had to change JDK folder name in the script to jdk1.8.0_20 as I have a never version installed.
Oh nevermind, the readme...
Click to expand...
Click to collapse
The power of readme files haha
playya said:
That would be nice Thx. I would prefer to do it all on my PC and push file over or put in a zip if I do it for others
Sent from my A0001 using Tapatalk
Click to expand...
Click to collapse
Give it a shot now. The link is in the OP. I ran through it and it seems to work correctly, but I can't flash the zip to test it out. Let me know if you have any issues
prsterero said:
Give it a shot now. The link is in the OP. I ran through it and it seems to work correctly, but I can't flash the zip to test it out. Let me know if you have any issues
Click to expand...
Click to collapse
Will do
Sent from my A0001 using Tapatalk
Now confirmed working with Robbie's sabermod cm11
Confirmed not working for me on cm-11-20141216-NIGHTLY-bacon :/
The modified ROM is able to boot, but every app that uses the new AbsListView immediately crashes (this even include the power menu, I had to hard reboot my phone !). I have Xposed installed and running with modules such as ForceFastScroll that might interfer with the mod... This needs further testing!
Anyway, great job mate!
I need this and the link is down what's up with it

Categories

Resources