Hi all,
This will probably work on CyanogenMod 5.04.1 ONLY, since the framework is from cyanogen's GitHub. Source is available though, please compile and use it for your own ROM if you're interested
Please download the following files and do as follows:
For Browser.apk:
Code:
adb remount
adb push Browser.apk /system/app/
For framework.jar and framework-res.apk:
Code:
adb remount
adb push framework.jar /system/framework/
adb push framework-res.apk /system/framework/
Download (Unzip and find the files inside):
http://www.androidspin.com/downloads.php?dir=wysie/APP/&file=browser_and_framework_hdpi_110310.zip
Source:
http://github.com/Wysie/android_packages_apps_Browser
http://github.com/Wysie/android_frameworks_base
Change Log:
110310: Added IE6 user agent string. Don't need to push framework if you have pushed the earlier versions .
100310:
Added user agent prefs for Android, Desktop, iPhone (it's in AOSP actually, just not available as a pref)
060310:
Drawables are now cyanogenised (used mdpi previously, thanks eug89 for notifying me). Also added in the values for the brightness levels.
Wait for it......
yeah man! nice work! next cm release would contain good stuffs! i'm awaiting for the battery percentage patch too.
http://forum.xda-developers.com/showpost.php?p=5716993&postcount=21
Hey Wysie, check that out for adding the auto-brightness back in.
i am going to try this out ill get back
edit: after following steps and a reboot. i go to launch browser and it fc every time
edit: best mod ever thanks
edit: screen shots
Please make an enomther 1.61 version
chronzz: Try rebooting after you push framework.jar and framework-res.apk. After reboot, push Browser.apk .
DocRambone: I'll let him know on Twitter or something and see if he can compile one. It's too tedious for me to compile a version for each ROM (that's partially why I put it on github, anyone can use it )
Wysie said:
For framework.jar and framework-res.apk:
Code:
adb remount
adb push framework.jar /system/app/
adb push framework-res.apk /system/app/
Click to expand...
Click to collapse
Don't we have to push them in /system/framework ??
Wysie said:
chronzz: Try rebooting after you push framework.jar and framework-res.apk. After reboot, push Browser.apk .
Click to expand...
Click to collapse
let see how it goes
eug89 said:
Don't we have to push them in /system/framework ??
Click to expand...
Click to collapse
Someone should slap me lol. Sorry about it. 2AM+ here. Thanks eug89.
First post updated with fixed instructions.
By the way, to DocRambone, this is what enomther said:
@Wysie_Soh cool ... I like how you added (instead or altered existing) methods, that's appreciated. .. good timing for on this for me
Click to expand...
Click to collapse
I believe you'll get it in Enom's ROM soon .
Thanks for making this Wysie, works great :-]
Wysie said:
Someone should slap me lol. Sorry about it. 2AM+ here. Thanks eug89.
First post updated with fixed instructions.
By the way, to DocRambone, this is what enomther said:
I believe you'll get it in Enom's ROM soon .
Click to expand...
Click to collapse
PERFECT: seems NEW Enomther rom is cooking
Wysie said:
Someone should slap me lol. Sorry about it. 2AM+ here. Thanks eug89.
First post updated with fixed instructions.
By the way, to DocRambone, this is what enomther said:
I believe you'll get it in Enom's ROM soon .
Click to expand...
Click to collapse
I understand you
And for the drawables issue are you sure you used the right branch cause they seem the low-resolution one that are used for donut
eug89: I believe it's because I forgot to add +=hdpi to the build.mk. Will upload a higher res one tomorrow, got to sleep now. Thanks for the info!
It's possible to enagle gif animation on browser?
The image on browser are static.
I want to see it move.
Can U enable It?
Updated the first post with a new browser and framework .
Wysie said:
Updated the first post with a new browser and framework .
Click to expand...
Click to collapse
How is the new version working for ya Wysie?
Great work! Thanks!
New version no longer has any of the known issues
Thank you Wysie. Works great!
Thanks for this, working nice over here, I hate those on-screen controls... or at least I hated them!
Related
Full up to 360 rotation on 2.1 roms!!
Simply apply MCR3.1 360 Rotation Mod.zip like any other update.zip
This mod was made for MoDaCo Custom ROM r3.1 and it changes framework so it will most likely only work on this rom but it can easily be made for any rom.
Enjoy!!
Ok now its fully working, finally fixed the settings.apk!!
Thanks goes out to optedoblivion for the original 360 rotation mod, FloHimself for helping me out and keeping my head held high ;-) and mikkle for editing the new settings.apk and getting it working for us :-D
thanks for the sharing Dude
Can you explain what you did and how?
So if we have some modded framework we can modify it ad libitum!
Nice thanx
Nice work! Hope you can resolve that bug...
BlackLine7 said:
Can you explain what you did and how?
So if we have some modded framework we can modify it ad libitum!
Click to expand...
Click to collapse
I used smali to decompile framework.jar and replaced
classout/android/view/WindowOrientationListener.smali
classout/android/view/WindowOrientationListener$SensorEventListenerImpl.smali
classout/android/provider/Settings.smali
all "classout/android/provider/Settings$" files
With the ones from cyanogenmods desire rom
also the setting apk from cyanogens mod and that is why currently settings is bugged but im working on it now for a stable release!
FloHimself said:
Nice work! Hope you can resolve that bug...
Click to expand...
Click to collapse
Should hopefully be a matter of half hour work, I hope lol
liamstears said:
I used smali to decompile framework.jar and replaced
classout/android/view/WindowOrientationListener.smali
classout/android/view/WindowOrientationListener$SensorEventListenerImpl.smali
classout/android/provider/Settings.smali
all "classout/android/provider/Settings$" files
With the ones from cyanogenmods desire rom
also the setting apk from cyanogens mod and that is why currently settings is bugged but im working on it now for a stable release!
Click to expand...
Click to collapse
Ok nice!
Thanks for the info
Can anyone with the know how of editing apk's or smali or building from source please please please contact me via pm
http://forum.xda-developers.com/showthread.php?p=6959455#post6959455
Isn't working.installed it on mcr 3.1. Now i can't go in to settings .
starchildx said:
Isn't working.installed it on mcr 3.1. Now i can't go in to settings .
Click to expand...
Click to collapse
weird, defo is working!
And I have found a way around probs with wifi not working but its annoying and long winded, really need a proper fix
First post updated, settings now fully working!!
liamstears said:
First post updated, settings now fully working!!
Click to expand...
Click to collapse
mhh not a sooo nice fix so you want to extract only the needed changes for rotation from settings.smali from CM with the htc settings.smali? Is that right?
FloHimself said:
mhh not a sooo nice fix so you want to extract only the needed changes for rotation from settings.smali from CM with the htc settings.smali? Is that right?
Click to expand...
Click to collapse
Exactly!
But im not exactly good at this, still learning, i come from modding I8910 S60V5!! lol
FloHimself said:
mhh not a sooo nice fix so you want to extract only the needed changes for rotation from settings.smali from CM with the htc settings.smali? Is that right?
Click to expand...
Click to collapse
Can you help? Also I sent you a pm
liamstears said:
Exactly!
But im not exactly good at this, still learning, i come from modding I8910 S60V5!! lol
Click to expand...
Click to collapse
Ok. It may be time consuming with porting low level smali parts from one to another dissably file (maybe with all htc modded stuff in it).
If I'm right the "WindowOrientationListener" just works? So you could just write your own simple application for these rotation settings...
Seen your PM. I'm not at my box right now. I'll add you to msn when I'm back! Maybe we'll find a solution.
FloHimself said:
Ok. It may be time consuming with porting low level smali parts from one to another dissably file (maybe with all htc modded stuff in it).
If I'm right the "WindowOrientationListener" just works? So you could just write your own simple application for these rotation settings...
Seen your PM. I'm not at my box right now. I'll add you to msn when I'm back! Maybe we'll find a solution.
Click to expand...
Click to collapse
I dont think I quite have the knowlege to create my own app to do it but sounds like a solution maybe someone could come up with?
Would be nicer to have the settings in settings though
It worked when I flashed the first file, but stopped working after I applied the fix. My phone is now back to how it was
/Edit: I lie! It works fine
@liamstears
could you please post your disassembled stuff as zip?
i am surprised to see there are no threads or active threads discussing the mods that can be done to the transition animations.
i have found few threads in XDA which actually works on Xperia X10.
http://forum.xda-developers.com/showthread.php?t=831562
And the actual main thread.
http://forum.xda-developers.com/showthread.php?t=814072
i have attached the one which has all the effects together used (also which worked on my device)
Note:I have directly pushed framework_res.apk ,so not sure whether Metamorph thing works
Nice find ;-)
Will try it!
Sent from my X10i using XDA App
It's really nice, I liked it, thanks man !
Nice find i will try it
Sent from my X10i using Tapatalk
these are some great animations thanks man but if you want to keep your themed framwork just replace the folder called anim in framework.apk using winrar
please
jassired said:
i am surprised to see there are no threads or active
Note:I have directly pushed framework_res.apk ,so not sure whether Metamorph thing works
Click to expand...
Click to collapse
thanks but, please can you explain how to push directly?
I created a folder "X10" the root of my hard drive, and I have pull file 3: adb , AdbWinApi.dll , AdbWinUsbApi.dll
then I launched the command prompt and typed
Code:
adb push-res.apk framework / system / framework / framework-res.apk
but after he wrote:
Code:
can not stat 'framework-res.apk': No such file or directory
please help a Newbie
black97one said:
thanks but, please can you explain how to push directly?
I created a folder "X10" the root of my hard drive, and I have pull file 3: adb , AdbWinApi.dll , AdbWinUsbApi.dll
then I launched the command prompt and typed
Code:
adb push-res.apk framework / system / framework / framework-res.apk
but after he wrote:
Code:
can not stat 'framework-res.apk': No such file or directory
please help a Newbie
Click to expand...
Click to collapse
Copy and replace with the animations in framevork res / using. rar / and install new framevork using Chewitt installer
i find this thread http://forum.xda-developers.com/showthread.php?t=835004
but i don't undestand what to do with, and where is "Chewitt installer"?
sorry
black97one said:
i find this thread http://forum.xda-developers.com/showthread.php?t=835004
but i don't undestand what to do with, and where is "Chewitt installer"?
sorry
Click to expand...
Click to collapse
Ok i will upload full black theme installer with custom animation and,some changes to look perfect, your phone must be rooted and reed tutorial in your post, and ... here is what you get after http://i54.tinypic.com/28kmqkw.png
and download
http://www.megafileupload.com/en/file/284753/X10-Res-Mods-1-2-custom-change-rar.html
great thanks!
it work!!!
black97one said:
great thanks!
it work!!!
Click to expand...
Click to collapse
No big deal bro
very nice find, thank you for posting....it's working flawlessly, even if implemented in a theme....! Great!
Thanks buddy
I have already flash a framework with Metamorph who change the animations.
But your animations are toooo cooool, how can i get this?
Bluewall said:
I have already flash a framework with Metamorph who change the animations.
But your animations are toooo cooool, how can i get this?
Click to expand...
Click to collapse
Framework res-animation/rename.apk to rar-extract with rar or better with 7zip/, btw animations from 4g evo or here
mipepim said:
Framework res-animation/rename.apk to rar-extract with rar or better with 7zip/, btw animations from 4g evo or here
Click to expand...
Click to collapse
Please help me i dont know how to do it. I copy the framework-res.apk from system/framework to SD and renamre it from apk to rar and open with rar and replace the anim Folder from your Transistion.zip with the one in framework is this right? Where do i need to copy Transition.xml then and when im finished can i just rename it back tu apk and copy it to system/framework with Root Explorer or do i need to do something special?
mipepim said:
Framework res-animation/rename.apk to rar-extract with rar or better with 7zip/, btw animations from 4g evo or here
Click to expand...
Click to collapse
Thanks for digging them out. Makes it easier!
*Edit-
Where do i need to copy Transition.xml
Click to expand...
Click to collapse
Transition.xml is not used. It is for if you use this with Ninjamorph or something similar.
Is it working on U20i?
zyker said:
is it working on u20i?
Click to expand...
Click to collapse
you can try....
mipepim said:
you can try....
Click to expand...
Click to collapse
I drag the anim folder into framework-res.apk in winrar and it works!!
If this framework eats your cat, i'm not responsible.
http://forum.xda-developers.com/showpost.php?p=12340498&postcount=109
so i saw this post and decided that i want those icons. so i pulled my framework-res.apk from the current ROM i am using (overcome 1.4.4) and modded the files inside.
THOSE ICONS WERE NOT CREATED BY ME. CREDIT GOES TO ORIGNIAL CREATOR (dunno who, i tried to find but couldn't find it)
attached are NON-flashable zips from various ROMS that are available.
More info:
-the widget below the time is minimalist text.
-wallpaper is from this app called wallpapercasa free from the market which i highly recommend. this app has high res wallpapers made specially for tablets.
-"S" icon u see is samba filesharing free from the market as well. best wifi file transfer app IMHO from tab to computer or vice versa.
-from left to right, the icons are: bluetooth, wifi, silent mode, signal strength, battery(%) and alarm.
Credits:
Original creator of those icons.
Natious for his flashable zip.
alterbridge86 for his wonderful ROM.
Galaxyer for VA Green theme and black settings.
DistortedWisdom for blue honeycomb theme.
Biospin for black call settings page.
Update (13/4):
-added framework for BOYPPC-V3 rom. thanks to wallah.
-added framework for Overcome 1.5.0-Beta. thanks to mkhattab.
-made into cwm flashable zips
-made some changes to the framework as i realized that when i charge my tab, the animation is screwed up. this update should fix the problem.
Update (14/4):
-changed to non-flashable zips as there's some problem with the flashable zip.
Update (18/4):
-added ZHKC2.2.1
-will consider sourcing for more battery mods from other forums and add it here after my exams.
Update (19/4):
-added Overcome1.6.0
Update (21/4):
- added links for Blue Honeycomb theme by DistortedWisdom and VA Green theme by galaxyer and modded to work on Overcome 1.6.x by DistortedWisdom.
Update (23/4):
- added Settings.apk with black background [tested only on Overcome 1.6.1] preview: http://img812.imageshack.us/img812/1754/26105842.jpg
LATEST Update (24/4):
- added Blacksettings.rar - this is not a flashable. extract the apks and place them in /system/app for a black settings page. Currently only the account profiles page are not black. trying to fix it.
- Removed framework-res(Overcome1.5.0Beta) due to not so popular demand and lack of slots for uploading files.
Instructions for installing notification icons ONLY (without theme):
1. extract zip file.
2. copy the framework-res.apk in the zip file into your sd card using root explorer.
3. navigate to /system/framework
4. tap rw at the top.
5. paste the copied framework-res.apk and u will experience FCs and this is normal. DO NOT PANIC.
6. restart tab.
Instructions for Settings with black background:
1. download Blacksettings.zip and extract the apks inside to your sd card
2. copy or move all the apk using root explorer
3. navigate to system/app
4. tap on r/w at the top
5. [optional] backup your Phone.apk/Settings.apk/Accountsandsyncsettings.apk somewhere just in case it doesn't work for your rom. this has only been tested on Overcome 1.6.1
6. paste all apks
Instructions for installing themes ONLY (w/o icons mods):
1. place zip in internal or external sd card
2. boot into recovery
3. install zip
Link to download theme:
http://forum.xda-developers.com/showpost.php?p=13056715&postcount=67
The themes and battery icon mods are 2 different framework-res.apk.
They are works of 2 different people and i will only combine them and post it here when i am free or when >10 people request for it. the screenshots you see are the result of combining them. i do not want to combine them because the original framework might change again when alterbridge releases an update for Overcome ROM and I do not know how to mod it to work on the new framework if that happens. the themes are done by DistortedWisdom and Galaxyer. i will request from them if ever there is an update and post it here. meanwhile i'm still trying to how to theme properly. if i know how i won't bother them again. thanks
hit some thanks if i've helped.
Wow so beautiful mal, i love that !! Its posible to put on onether rom pls ?
Thanks a lot for this !!
Sent from my GT-P1000 using Tapatalk
wallah said:
Wow so beautiful mal, i love that !! Its posible to put on onether rom pls ?
Thanks a lot for this !!
Sent from my GT-P1000 using Tapatalk
Click to expand...
Click to collapse
i can try. post your framework-res.apk here.
Do I have just to drop the framework-res.apk in the folder system/framework and replace the original?
Sent from my GT-P1000 using Tapatalk
kay_kiat88 said:
i can try. post your framework-res.apk here.
Click to expand...
Click to collapse
Ok thanks i will do when im go home, thanks bro !!
Sent from my GT-P1000 using Tapatalk
badbull99 said:
Do I have just to drop the framework-res.apk in the folder system/framework and replace the original?
Sent from my GT-P1000 using Tapatalk
Click to expand...
Click to collapse
Yes, with a root explorer you copy/paste and replace the original one.
Sent from my GT-P1000 using Tapatalk
badbull99 said:
Do I have just to drop the framework-res.apk in the folder system/framework and replace the original?
Sent from my GT-P1000 using Tapatalk
Click to expand...
Click to collapse
you could do that. but you'll have a bunch of FCs. but it'll still work after you restart your tab. do what i did. read the first post. the hijacking method.
http://www.multiupload.com/PKT5XIF7P1
here you go bro, and thanks in advance
Backing up now, repackaged it with BOYPPC-GALXY TAB V3 full( 09.Apr). Will let you know how it works.
Can you help me create my own? Is there a guide you can point me to, or somethin......
Works great.
wallah said:
http://www.multiupload.com/PKT5XIF7P1
here you go bro, and thanks in advance
Click to expand...
Click to collapse
updated first post. get it from there.
ssserpentine said:
Backing up now, repackaged it with BOYPPC-GALXY TAB V3 full( 09.Apr). Will let you know how it works.
Can you help me create my own? Is there a guide you can point me to, or somethin......
Works great.
Click to expand...
Click to collapse
like i said i didn't create the icons. i simply repackaged those icon images into my framework. i already repackaged it for BOYPPC-V3 rom. download from first post. framework was contributed by wallah.
awesome man !!! thanks a lot, you are fast !!! i give a try and give a feed back
edit: just tested and works fine, thanks a lot dude !!!!
wallah said:
awesome man !!! thanks a lot, you are fast !!! i give a try and give a feed back
edit: just tested and works fine, thanks a lot dude !!!!
Click to expand...
Click to collapse
i realized that when i charge my tab the animation is screwed up. please check yours. if it's screwed up too, download the flashable zip which i just uploaded. it should fix the problem.
no problem here bro, everythings works nice !!! i tested charging, pluged in-pluged off, mount-unmont.....
Do you think you can make one for Overcome 1.5 Beta?
I believe it has a different base from 1.4.4 so the same framework will probably FC like mad
mkhattab said:
Do you think you can make one for Overcome 1.5 Beta?
I believe it has a different base from 1.4.4 so the same framework will probably FC like mad
Click to expand...
Click to collapse
upload the framework here. i'll do it tomorrow. i'm studying now lol.
kay_kiat88 said:
upload the framework here. i'll do it tomorrow. i'm studying now lol.
Click to expand...
Click to collapse
Thanks in advance
Here's the file
mkhattab said:
Thanks in advance
Here's the file
Click to expand...
Click to collapse
updated. download from first post.
kay_kiat88 said:
updated. download from first post.
Click to expand...
Click to collapse
wow!
That was super-quick!
Thanks so much
I get installation aborted with 1.50BETA.zip from CWM.
These appear to be flashable .zips, but the OP still states that they are not.
Are they?
Mod is down: The new thread: HERE
Moderators, feel free to delete this post.
Good Start Man, Hope someone will advise very soon.
Thanks for your effort.:good:
Only de- and recompiling will not really lead to anything.
You have to solve each error here step by step. And as you can see there are many entries missing when recompiling against a framework from a different device and/or Android version.
This means that resolving the missing entries (like simply deleting them in each file) won't help because even if the recompile succeeds it will never run because of errors in the dependencies of the apk etc..
you should specify where you've changed
Tried almost everything but i cant get it working. Also tried VRTheme ZIP but it doesnt work too, it doesn't recognize the 9.png files and show the UI stretched... This is not my work, its for Not-i, Majdinj, Zai89 and other amazing themers for this amazing device (sorry if i forgot other users). I've seen it in S2 forums (Themes and Themed roms too) with the TW2013 UI for 4.1.2 so i dont think it will be very hard to an experienced themer. Thanks for the support. Good Luck to everyone!
You are compiling a a 4.2.2-based apk file with 4.1.2 installed framework, if you see in another thread they must have same version or it is themed apk file.
Can just use X-plore open apk as zip file n copy all the themes but not xml to another apk open as zip file.
not much changes wif just a framework.res.apk n options is alittle too small to fit it..
so no point to make a mod just framework.res.apk
@galaxynote2
The pictures in the attachment aren't useful!
If you want to change the png's, then take them from the original apk out!
Don't decompile it!
So, never use 9.png's from decompiled apk!
Try it again with the 9.png's from the original apk. Just copy them from the apk to your new one. Don't decompile it.
If you try to add some 9.png (from decompiled source), then they looks ugly with the vrtheme system...
(and can't build it with apktool too...)
@tkari4 thank you for the answer! I will try again now..
galaxynote2 said:
@tkari4 thank you for the answer! I will try again now..
Click to expand...
Click to collapse
@galaxynote2
Not working, sorry never made something like that.
The solution for your problem:
Install the 4.2 framework-res.apk (command in the CMD window: apktool if c:/framework-res.apk)
Now decompile your 4.2 framework-res.apk
From the decompiled folders you can add the 9.png's to your 4.1 farmework-res.apk
Install the 4.1 framework-res.apk again
Build your apk and so must work...
tkari4 said:
@galaxynote2
Not working, sorry never made something like that.
The solution for your problem:
Install the 4.2 framework-res.apk (command in the CMD window: apktool if c:/framework-res.apk)
Now decompile your 4.2 framework-res.apk
From the decompiled folders you can add the 9.png's to your 4.1 farmework-res.apk
Install the 4.1 framework-res.apk again
Build your apk and so must work...
Click to expand...
Click to collapse
@tkari4 some progress (attached files). That is my result putting the non-decompiled images in a vr-theme:
Popups are still bugged, 9.png resizing doesnt worked.
Action bars themes (Holo Light and Holo Dark) are now working!
Almost all buttons, checks and ticks are now converted and working.
What to do:
Fix the bugged popups
Convert Text fields (wich are 9.png too so its the same as the popups problems...)
__________________________________________________________________________________________
Can you provide me an S4 framework? Im using the Touchwiz 2013 theme for 4.2.2 Galaxy S3 flasheable zip for converting. I cant find the S4 framework-res to download.
galaxynote2 said:
@tkari4
Can you provide me an S4 framework? Im using the Touchwiz 2013 theme for 4.2.2 Galaxy S3 flasheable zip for converting. I cant find the S4 framework-res to download.
Click to expand...
Click to collapse
Yeah, must have the original apk and decompile it with the 4.2 framework.
You can find it here: http://forum.xda-developers.com/showthread.php?t=2272392
tkari4 said:
Yeah, must have the original apk and decompile it with the 4.2 framework.
You can find it here: http://forum.xda-developers.com/showthread.php?t=2272392
Click to expand...
Click to collapse
@tkari4 Ok, downloaded... (Slow connection).
So, first i need to install the recently downloaded framework in apktool and then decompile my 4.1.2 Note Framework?
Nevermind! Recompiled without problems! I've modified some pngs to se if it works and worked, so now im porting the fully theme. Thank you!
galaxynote2 said:
After all S4 mods for our Note, this is the last touch to have the new Touchwiz Interface in this amazing device.
Click to expand...
Click to collapse
You are gonna be rocked,,
Waiting for download link, As I understand without TW interface out grear Note is useless.
Thanks for your effort and share.:good:
mjrifath said:
You are gonna be rocked,,
Waiting for download link, As I stand without TW interface out grear Note is useless.
Thanks for your effort and share.:good:
Click to expand...
Click to collapse
Could you don't quote the whole thread next time please? Just click the reply button thats all
Juhan Jufri said:
Could you don't quote the whole thread next time please? Just click the reply button thats all
Click to expand...
Click to collapse
Thanks for the info mate. Post edited:laugh:
When you realese this mod?
____________
YES WE SCAN!!!
This thread has to be closed since no updates from OP or there is no any valid MOD
mjrifath said:
This thread has to be closed since no updates from OP or there is no any valid MOD
Click to expand...
Click to collapse
for people who can't wait , you can try flashing this one
http://forum.xda-developers.com/showthread.php?t=2297906
el5arsawi said:
for people who can't wait , you can try flashing this one
http://forum.xda-developers.com/showthread.php?t=2297906
Click to expand...
Click to collapse
Thats for 4.2.2
Please op just provide the s4 style launcher
Sent from my GT-I9100 using xda app-developers app
Didact74's Multi-Tool v2.0
Hello everyone, I have been away from the scene for a little while due to an unGodly work schedule. Since work is slowing just a tad, I figured I would ease back in by trying to finalize my MULTI-Tool that I started a while back. I know there have been a few others who have dropped similar programs recently but I couldn't bare to just throw this thing away, so here it is.
A few things this program will do.....
Pull Files
Push Files
Deodex Files
Odex Files
Pull BootClassPath Info
Pull and set Framework files
Pull Partition Info
Pull Partition Images
Reboot Functions
Logcat Functions
And several variations of each of the above.
Right now its in a BETA stage because I am sure some issues will surface due to the fact that I cant test everything this can do myself without geting side tracked. Give it a whirl, post some feedback, and offer up some ideas that I can add to it if you want. Its a simple Batch File, no fancy GUI or anything yet. Maybe down the road....
A few things to keep in mind.....
This tool is meant for intermediate level developers who are comfortable
reading, writing, and making basic changes to thier phone. There is a lot
of stuff in this program and I have not been able to fully test all the
different possible scenarios. I ask that you have a working backup of your
phone before using this program. I highly doubt you will need it, but I
have to CMA!
Additionally, I ask you read each mini-tutorial at the start of each option
screen. It will give you some direction on how to proceed. If you come
across any issues or problems please let me know and I will do my best to
resolve them.
I am not a programmer! I know just enough JAVA, C++, and batch
script to scrape by. I am absolutley certain there are more efficient ways
to write the code in this program. Feel free to do so if you like.
ENJOY!
XDA:DevDB Information
Didact74's Multi-Tool, Tool/Utility for the Verizon Samsung Galaxy S 5
Contributors
Didact74
Version Information
Status: Beta
Created 2014-07-08
Last Updated 2014-07-26
Change Log
Initial Release
v2.0.0
Pull Files
Push Files
Deodex Files
Odex Files
Pull BootClassPath Info
Pull and set Framework files
Pull Partition Info
Pull Partition Images
Reboot Functions
Logcat Functions
v2.0.1
Added APKTool v2.0
Added baksmali v2.0.3
Added smali v2.0.2
Fixed Compiling Batch errors associated with older APKTool
v2.0.2
Fixed some diectory errors
Fixed some Odexing errors
v2.0.3
Home screen is streamlined
Added the option to deodex entire Odexed Rom from the Deodex menu
Added more efficient Deodex code
Didact74 said:
I see a few downloaders....lol. Hopefully a few will get some use out of it. I got a few PMs asking if they can use it for other devices. I know it works for the S5 and the Xoom, other than that I dont know. Its pretty universal I would assume, but let me know what you find out. Dont be worried about posting up your questions here.....it will help others if you do.
Click to expand...
Click to collapse
Where is the download link?
Misterxtc said:
Where is the download link?
Click to expand...
Click to collapse
See screenshot....
Didact74 said:
See screenshot....
Click to expand...
Click to collapse
Thanks, that looks great. I'll definitely give it a try. I was searching for another multi-tool this morning and it looks like I found a gem here.
Didact74 said:
Hello everyone, I have been away from the scene for a little while due to an unGodly work schedule.
Click to expand...
Click to collapse
welcome back didact!! it has been forever since i have seen you in these parts! did u get yourself an s5?
BeansTown106 said:
welcome back didact!! it has been forever since i have seen you in these parts! did u get yourself an s5?
Click to expand...
Click to collapse
Thanks Beans! Yes, work was nice enough to give me a choice of Android or Apple.....so here i am .
I am hoping to get into some modding in the coming weeks.
Recompiling doesn't work for me. I copied the decompiled framework-res.apk and the deodexed file to the load/framework folder and I get a file not found error. I also tried systemui and it said it compiled but there was no compiled file to be found.
Misterxtc said:
Recompiling doesn't work for me. I copied the decompiled framework-res.apk and the deodexed file to the load/framework folder and I get a file not found error. I also tried systemui and it said it compiled but there was no compiled file to be found.
Click to expand...
Click to collapse
Okay.....i will check in the morning and try to replicate the error. Thank you.
Didact74 said:
Okay.....i will check in the morning and try to replicate the error. Thank you.
Click to expand...
Click to collapse
Ok, I'm running Windows 8.1 if that matters.
I cant test Win8, I am running Win 7 x64 so I will need other feedback for that one.
I fixed an issue with the Batch picking out an .apk in the Framework folder so that should resolve part that issue. Originally I set all framwork folders up to recognize .jar files only, not remembering there are two .apks (framework-res.apk and twframework-res.apk) that reside in the framework folder as well. I have fixed that issue. The other part of that problem is I was not able to recompile framework-res with my version of apktool. All the other files I tried decompile and recompile with no issues. Not sure if there is a known issue recompiling some files in KitKat or not. If there are I will need to find out what they are and build them in to the program.
I was able to decompile and recompile SystemUI with no issues so I am having an issue duplicating that error. When recompiling and decompiling there are several options to choose from. Single files, entire directory, certain folders, etc. When you are performing these functions, which option are you selecting in the menu?
Have you tried any other features?
Didact74 said:
The other part of that problem is I was not able to recompile framework-res with my version of apktool. All the other files I tried decompile and recompile with no issues. Not sure if there is a known issue recompiling some files in KitKat or not. If there are I will need to find out what they are and build them in to the program.
Click to expand...
Click to collapse
What version of apktool did you use? I know that I was not able to use 1.5.2 on my kitkat (S3) framework-res and had to switch to a 2.0+ version to get it to work
CNexus said:
What version of apktool did you use? I know that I was not able to use 1.5.2 on my kitkat (S3) framework-res and had to switch to a 2.0+ version to get it to work
Click to expand...
Click to collapse
I am indeed using 1.5.2. This should be a simple fix then. I will locate 2.0 and add it to the setup.
Thank you sir!
Okay v2.0.1 is up with updated APKTool.
Compiling should be error free now....hopefully
Awesome work
v2.0.2 is up.
I had to post a download link in the changelog thread because the DEV Database is having an issue with uploads right now for some reason. See post #2 for the download link. I will change it back when the site is fixed.
v2.0.3 is now ready.
The downloads tab is now working again so I will be removing the hyperlink from page 2. Just download from the tab at the top of the first post again.
Updating changelog now.....
The legend is back! Nice to see you around again buddy
sbreen94 said:
The legend is back! Nice to see you around again buddy
Click to expand...
Click to collapse
LOL, the legend of never having time to do anything maybe.
Thanks though!
Didact74 said:
LOL, the legend of never having time to do anything maybe.
Thanks though!
Click to expand...
Click to collapse
Haha I feel your pain on that one. I would like an extension on the number of hours in the day