Need Stock Rooted 2.17.651.5 PLEASE - HTC EVO 3D

Just as title of post says.... I'm in need of a stock rooted copy of 2.17.651.5. The only place I found it has a broken link. Thanks in advance!

whoshodade said:
Just as title of post says.... I'm in need of a stock rooted copy of 2.17.651.5. The only place I found it has a broken link. Thanks in advance!
Click to expand...
Click to collapse
Shooter_S_Sprint_WWE_2.17.651.5_deodex.zip
http://dev-host.org/hqkar642vqrn
Shooter_S_Sprint_WWE_2.17.651.5_odex.zip
http://dev-host.org/60nw6kjevvto
BOOKMARK ME!

thank you sir!

eXplicit815 said:
Shooter_S_Sprint_WWE_2.17.651.5_deodex.zip
http://dev-host.org/hqkar642vqrn
Shooter_S_Sprint_WWE_2.17.651.5_odex.zip
http://dev-host.org/60nw6kjevvto
BOOKMARK ME!
Click to expand...
Click to collapse
What's the difference between deodex and odex?
Thanks
Sent from my A500 using xda premium

ahernandez4110 said:
What's the difference between deodex and odex?
Thanks
Sent from my A500 using xda premium
Click to expand...
Click to collapse
De-odex: Apk files have respective odexes that devs use to supposedly save space. Deodexing means you convert it back to a .dex file and put it back inside the apk. This allows you to easily replace files (not having to worry about odexes), but the main point was to deodex ‘services.jar’ so that you can change all text to different colors (such as the clock color to white) and to deodex services.jar, you need to deodex everything. Deodexing will create longer boot times, but should be equal after that and it gives you the ability to make changes otherwise impossible to do.
Odexed roms are smaller, and have a faster boot time. The only problem with them is they're harder to theme / mod. De-odexed roms are slightly larger, and boot slower, but you cam mod the crap put of em. Just about all themed roms are deodexed. But not all. We're starting to see some odexed roms with themeing included. Not really sure how this is accomplished, but I'm still learning the ropes of modding.
Sent from my PG86100 using xda premium

brandonmaze said:
De-odex: Apk files have respective odexes that devs use to supposedly save space. Deodexing means you convert it back to a .dex file and put it back inside the apk. This allows you to easily replace files (not having to worry about odexes), but the main point was to deodex ‘services.jar’ so that you can change all text to different colors (such as the clock color to white) and to deodex services.jar, you need to deodex everything. Deodexing will create longer boot times, but should be equal after that and it gives you the ability to make changes otherwise impossible to do.
Odexed roms are smaller, and have a faster boot time. The only problem with them is they're harder to theme / mod. De-odexed roms are slightly larger, and boot slower, but you cam mod the crap put of em. Just about all themed roms are deodexed. But not all. We're starting to see some odexed roms with themeing included. Not really sure how this is accomplished, but I'm still learning the ropes of modding.
Sent from my PG86100 using xda premium
Click to expand...
Click to collapse
Igotthis from another site but I couldn't put the url in my post since I'm new here
Sent from my PG86100 using xda premium

Related

[Q] Differences of deodex vs. odexed ROMs

I was looking in Q&A forum to find the answer to the differences of deodex vs. odexed ROMs, if I missed it in my searches just a simple link to the correct post will help thanks.
If there isn't already the topic, it has peek my curiosity on the differences of deodex vs. odexed. Do each offer there own advantages and disadvantages on the 3D?
And my main question is, what are the differences between the 2 and why are two different types of ROMs needed over one style. Thanks for clarifications.
Odex is faster (mik himself makes his rom odex for the reason) , deodex is better for theming and is slower yo boot just cause of some heavy mods some developers run. Which one is better? That'd up to you, I usually go with odex unless the rom has some great customization that I like
from a post on XDA..
Deodexed ROMs have their .apk's (which are basically the application packages) repackaged in a certain way. An "odex" can be thought of as a collection of parts of applications that have been pulled out and optimized before booting. This speeds up the boot process - in a way, it preloads part of the applications - but it also makes hacking those apps difficult because part of the original code is already extracted somewhere else.
Deodexing is just a process of putting those pieces back into the original applications. It takes a while to extract those parts and build the .dex cache (aka Dalvik cache), but only because the relevant parts aren't in an easy-to-access place for the system. The advantage of this is that an app can be modified effectively and the developer doesn't have to worry about conflicts from the separate odex part of the code.
So, short version: "Deodexed" ROMs have all their apps put back together. If an app can be themed, for example, a deodexed version of that app will not get messed up when the modified .apk tries to mesh with the odex of the original un-modified .apk. Because it's not there.
If you want an aftermarket theme, you need a deodexed ROM. I'm not sure if deodexing can be done to individual apps within a non-deodexed ROM.
Sent from my PG86100 using Tapatalk
Thanks jgalan14 for the response, greatly appreciate it
jgalan14 said:
. I'm not sure if deodexing can be done to individual apps within a non-deodexed ROM.
Click to expand...
Click to collapse
yes, individual apps can be deodex and loaded on the system with other odex apks.
only concern i would have is to make sure to remove the odex file for that specific apk when loading the deodex version.
great explanation on odex/deodex!
joeykrim said:
yes, individual apps can be deodex and loaded on the system with other odex apks.
only concern i would have is to make sure to remove the odex file for that specific apk when loading the deodex version.
great explanation on odex/deodex!
Click to expand...
Click to collapse
Are you developing for 3d? Man I remeber you from the moment days lol
Sent from my PG86100 using Tapatalk
Thanks for this! I have always wondered but couldn't find anything
Sent from my PG86100
jgalan14 said:
Odex is faster (mik himself makes his rom odex for the reason) , deodex is better for theming and is slower yo boot just cause of some heavy mods some developers run. Which one is better? That'd up to you, I usually go with odex unless the rom has some great customization that I like
from a post on XDA..
Deodexed ROMs have their .apk's (which are basically the application packages) repackaged in a certain way. An "odex" can be thought of as a collection of parts of applications that have been pulled out and optimized before booting. This speeds up the boot process - in a way, it preloads part of the applications - but it also makes hacking those apps difficult because part of the original code is already extracted somewhere else.
Deodexing is just a process of putting those pieces back into the original applications. It takes a while to extract those parts and build the .dex cache (aka Dalvik cache), but only because the relevant parts aren't in an easy-to-access place for the system. The advantage of this is that an app can be modified effectively and the developer doesn't have to worry about conflicts from the separate odex part of the code.
So, short version: "Deodexed" ROMs have all their apps put back together. If an app can be themed, for example, a deodexed version of that app will not get messed up when the modified .apk tries to mesh with the odex of the original un-modified .apk. Because it's not there.
If you want an aftermarket theme, you need a deodexed ROM. I'm not sure if deodexing can be done to individual apps within a non-deodexed ROM.
Sent from my PG86100 using Tapatalk
Click to expand...
Click to collapse
thanks that helps me out alot
jgalan14 said:
If you want an aftermarket theme, you need a deodexed ROM. I'm not sure if deodexing can be done to individual apps within a non-deodexed ROM.
Sent from my PG86100 using Tapatalk
Click to expand...
Click to collapse
That isn't 100% accurate.
Sent from my PG86100 using Tapatalk
EricSS619 said:
That isn't 100% accurate.
Sent from my PG86100 using Tapatalk
Click to expand...
Click to collapse
Yup is not I didn't have the time to explain it all
Sent from my PG86100 using Tapatalk

[MODs] 2.17.651.5 DEODEX (HotSpot,Camera,QuickSettings,7in1Boot,RoamOnly, etc)

So I updated all of the mods I use in my ROM for the new 2.17.651.5 base. I thought it might be helpful to others if I put them all in one place. Most of these mods were made using threads by SteelH and others who actually tell you how these things are done. If anyone wants to know how a certain mod is made (of those listed below), PM me or post and I'll explain how I did it.
Flash these at your own risk (good idea to make a backup of /system and /data before flashing).
The mods in this post are for deodex ROMs.
You can find mods for odex ROMs here. Thanks Rydah805!
7in1_Reboot_2.17.651.5.zip adds Power menu and reboot options (not sure if hot restart works correctly).
Download DEODEX
HDR_Panorama_2.17.651.5.zip adds HDR and Panorama modes to HTCCamera.
Download DEODEX
MMSSize_SMSBackup_SMSSecureBox_2.17.651.5.zip adds the mirror entry back to the app drawer, adds 1M, 2M, 5M MMS, adds SMS backup option, and SMS Secure Box option. The MMS size should be flashable to make it work thanks to Vin255764. The mirror app will still require you to place default.xml from the flashable .zip into /system/customize/MNS/ of your ROM before you flash your ROM. I'll try to find how to add the mirror app to a current ROM. If you really want all of these features and know how to backup/restore your stuff, just clear /data after flashing the .zip and it should work ok from my limited understanding (I just make my own ROMs ).
Download DEODEX
RemoveUSBDebugging_2.17.651.5.zip removes the USB debugging icon.
Download DEODEX
RoamOnlyOption_2.17.651.5.zip adds Roam Only under Settings-Wireless&Networks-Mobile Network Settings-Roaming.
Download DEODEX
SprintHotSpotHack_2.17.651.5.zip changes two 0's to 1's so you can use this without paying for it.
Download DEODEX
SystemUI_mods_2.17.651.5.zip removes GPS recticle, removes recent apps from pulldown, changes to display 3G/1x properly, and adds extended quick settings.
Download DEODEX
SystemUI_mods_WithRecentApps_2.17.651.5.zip is the same as above without recent apps removed.
Download DEODEX
Please post if something doesn't work and ALSO if things do work .
Thanks to everyone who has figured out how to do these mods and Brut.all for making apktool so easy to use.
<3
Sent from my NookColor using Tapatalk
thank you! i've come to rely on roam only now that i spend part of my day in a spotty sprint area.
How hard would it be for you to make that systemui.apk but with recent apps?
Might be silly question but I'm guessing it doesn't matter whether I'm using an odex or deodex version of .5 right? I can flash these on either one? Haven't quite figured out the odex/deodex thing but I believe that only affects themes. Thanks
chrisfales said:
Might be silly question but I'm guessing it doesn't matter whether I'm using an odex or deodex version of .5 right? I can flash these on either one? Haven't quite figured out the odex/deodex thing but I believe that only affects themes. Thanks
Click to expand...
Click to collapse
Sorry, these are all deodex. I'll update OP. I think if you delete the .odex and use the deodex, it may work (but I don't know to be honest).
Thanks for these mods and your quick response!!! Any chance for odex versions? My phone seems to really like odex roms for some reason. Probably placebo but what can ya do. If not, no biggy. Just awesome to have great devs here sharing their hard work! Mucho appreciated
mwalt2 said:
Sorry, these are all deodex. I'll update OP. I think if you delete the .odex and use the deodex, it may work (but I don't know to be honest).
Click to expand...
Click to collapse
crucial929 said:
How hard would it be for you to make that systemui.apk but with recent apps?
Click to expand...
Click to collapse
Not very. Just change a 2 to a 0 in StatusBarFlag.smali inside SystemUI.apk. Added to original post as SystemUI_mods_WithRecentApps_2.17.651.5.zip.
chrisfales said:
Thanks for these mods and your quick response!!! Any chance for odex versions? My phone seems to really like odex roms for some reason. Probably placebo but what can ya do. If not, no biggy. Just awesome to have great devs here sharing their hard work! Mucho appreciated
Click to expand...
Click to collapse
I can probably do that since the decompiled .smali's are all the same. I'll try to do it some time when I'm bored .
Thank you mwalt2 for the mods. Your contribution is much appreciated.
so flashing "MMSSize_SMSBackup_SMSSecureBox_2.17.651.5.zip" alone will give me the option to have up to a 5mp mms?
i still see 300k,600k,1m even after flashing
crucial929 said:
so flashing "MMSSize_SMSBackup_SMSSecureBox_2.17.651.5.zip" alone will give me the option to have up to a 5mp mms?
i still see 300k,600k,1m even after flashing
Click to expand...
Click to collapse
It's supposed to, but I may have messed something up. Where is the option at? I can't seem to find it at the moment .
edit - I found the setting. Mine shows 1M, 2M, and 5M. I'll look at the .zip and try to get it fixed.
edit #2 - I had an error in the updater scripts to set the permissions. They should all be fixed and you can flash again or just fix permissions on \system\customize\default.xml and \system\app\Mms.apk with a root file explorer.
mwalt2 said:
It's supposed to, but I may have messed something up. Where is the option at? I can't seem to find it at the moment .
edit - I found the setting. Mine shows 1M, 2M, and 5M. I'll look at the .zip and try to get it fixed.
edit #2 - I had an error in the updater scripts to set the permissions. They should all be fixed and you can flash again or just fix permissions on \system\customize\default.xml and \system\app\Mms.apk with a root file explorer.
Click to expand...
Click to collapse
ok mine is still showing the 300k,600k,1m but sending full size pics .. good enough lol
thanks again
crucial929 said:
ok mine is still showing the 300k,600k,1m but sending full size pics .. good enough lol
thanks again
Click to expand...
Click to collapse
That's the xml then. I'm pretty sure it's probably a permissions issue. As you have it now, the 300k will correspond to 1m, 600k to 2m, and 1m to 5m. I'll try to test it more tomorrow (has it worked for anyone else?).
i flashed the mms zip and the sizes dont change (which i dont care about lol) and i also cannot get the mirror app to show up in my app drawer. how do i fix it?
if its not too much trouble could you make a separate zip that just adds the mirror app to the app drawer??
I flashed the boot menu, HDR/pan cam,sysUI with recent apps,MMS on stock ROM with latest updates with twrp2.0 recovery and none of the 4 worked....
Thanks. They all seem to work great. Test them tomorrow. Actually came back to 2.17.651.2 from fresh 4.1 just to try these.
Flashed them all at once. Smooth
It's so late, I only wish I had some espresso ....
mnomaanw said:
I flashed the boot menu, HDR/pan cam,sysUI with recent apps,MMS on stock ROM with latest updates with twrp2.0 recovery and none of the 4 worked....
Click to expand...
Click to collapse
they all worked for me. the mms zip didnt seem like it did anything but i did notice it gave me the secure box (but it didnt give me the mirror app in the app drawer like it said).
alexnaoumi said:
i flashed the mms zip and the sizes dont change (which i dont care about lol) and i also cannot get the mirror app to show up in my app drawer. how do i fix it?
if its not too much trouble could you make a separate zip that just adds the mirror app to the app drawer??
Click to expand...
Click to collapse
me neither....running stock 2.17 hboot 1.40. Gonna try again....
oooops,just noticed these are for deodexed roms. Mine is odexed.
Thanks sent, gotta ha e them extended quick settings!
Sent from my PG86100 using xda premium
So, my phone is just the stock update from HTC that i unlocked and rooted...hboot 1.5. Does that mean I'm deodoxed? Can I flash these or do I have to to flash a stock ROM that is odexed or deodoxed?
Sent from my PG86100 using xda premium

[MOD][STOCK][GB ONLY]14 toggle QP, CRT, & TouchWiz w/landscape! updated 3/22/12[CWM]

[MOD][STOCK][GB ONLY]14 toggle QP, CRT, & TouchWiz w/landscape! updated 3/22/12[CWM]
I'm intending these mods for those of us that like that stock feel to their phones, but want a little something extra.
GINGERBREAD ONLY.
These mods were all done and tested using an
AT&T Galaxy Note SGH-i717 with the stock rom intact,
still odexed except for when mentioned below.
Modded TouchWiz
I've modded the Galaxy Note's TouchWiz to have 6 columns and 7 rows. I've also removed the icon text on the main pages and the launcher.
The app drawer has 6 columns and 6 rows.
TouchWiz30Launcher.apk has been deodexed so the flashable zip will delete TouchWiz30Launcher.odex and replace with a back up.
DAGr8 helped out with getting landscape mode working, so this has been updated with landscape mode now.
To add a sixth app to the dock, go into the app drawer, hit menu, select edit, and drag whatever app you want to add to the dock.
Wipe your dalvik-cache before flashing.
Remember, the revert file is for STOCK ODEXED AT&T. If you're already deodexed, this will not revert your TW launcher, just cause you problems.
If you want to go back to stock, use the revert zip, but remember to first move your icons into a 5x5 area starting in the top left of your screen, otherwise you'll lose them when you go back to the stock TouchWiz. Remove one of the apps from the dock, too, or you'll lose your app draw icon off the screen.
Screenshots below.
CWM flashable zips attached to second post.
14 toggle quickpanel
This is lidroid's 14 toggle quickpanel mod brought to the Galaxy Note using the stock systemui.apk.
This will work on the AT&T SGH-i717 stock, odexed ROM. This is what I have, so this is what it's been tested for. I cannot promise that it will work on any other SGH-i717 variant. If someone tests it out and it works for the other versions, let me know and I'll add it to the post title.
CWM flashable zip for flashing the mod will copy three files to system/app and one file to system/framework.
System/app gets the modded, deodexed SystemUI.apk, a renamed systemui.odex.bak for safekeeping, and the QuickPanelsSettings.apk to customize the toggles. The systemui.odex is removed in favor of the back up.
System/framework gets the lidroid-res.apk.
I've also included a CWM flashable revert to stock. This will delete QuickPanelSettings.apk, lidroid-res.apk, copy the stock systemui.apk, and restore the systemui.odex.
3/10/12: As requested, ICS blue quickpanel added to the second post. Screenshot below.
CWM flashable zips attached to second post.
Known Issue:
lidroid's QuickPanelSettings app isn't scaled for the GNote's awesome screen, so it doesn't fill it. It's completely functional. I'll try fixing this in the future.
Credits:
lidroid for the original mod tutorial
sileshnair for helping me out with the GNote mod
CRT Animation for screen off
AT&T only! Get Telus/Bell here
I've modded the stock framework-res.apk to bring the CRT animation for screen off to the stock ROM.
If you flash the CRT Animation zip, you will lose any UOT kitchen theme or other framework theme you may have already flashed. It is not my fault if you didn't read this before you flash it. There is a revert zip also, but this will take it back to stock, not to any previous themeing you may have done.
CWM flashable zips attached to second post.
Added Blownco's blue battery mod customized with the CRT animation to the second post. All credit goes to Blownco for the blue battery mod.
***Disclaimer: as with any mod, you're flashing at your own risk. I'm not responsible for anything that goes wrong with your phone.*** Make a back up before flashing.
GINGERBREAD ONLY.
14Toggle_Mod_for_GNote.zip - flash this for the mod
14Toggle_Mod_for_GNote_ICS.zip - flash this to get your ICS fix
14Toggle_Mod_for_GNote_revert.zip - flash this to revert back to stock
--
***AT&T only*** Get avwuff's Telus/Bell mod here!
CRT animation for GNote.zip - flash for the CRT animation at screen off
CRT animation for GNote_revert.zip - flash to return to stock
N0te-blue-batt_with_crt.zip - this is Blownco's blue battery mod with the CRT animation added
Note: Based on some reports of issues when flashing the ICS blue and CRT animations back to back without rebooting, I would recommend rebooting between mod flashes. To fix, revert to stock and then reflash with reboots in between each mod.
--
Touchwiz_Mod_for_GNote_6x7_landscape.zip - flash this for TouchWiz with 6 columns, 7 rows, no icon text on homescreens. Have a second launcher installed. Thanks to DAGr8 for his help with this.
Touchwiz_Mod_for_GNote_revert.zip - flash this to revert to stock, odexed TouchWiz. Revert for stock, odexed AT&T only!
Flash this mod at your own risk. I would recommend having a second launcher installed so your phone can finish booting if this doesn't work on your phone. And make sure you download the revert file.
Wipe your dalvik-cache before flashing this mod!
--
It's recommended that you download both the mod and revert zips so that you have them available to flash in CWM if you need them.
Always do a back up first!
GINGERBREAD ONLY.
Looks great! This should allow me to clean up my screen even more, thanks for sharing!
Any chance for an ICS blue instead of the green?
Maybe this is a stupid question but will this work for the rom that came on the phone. I noticed you said odexed and I'm not sure if the stock rom out of the box is odexed or not.
Sent from my SAMSUNG-SGH-I717 using xda premium
Pandemoniumone said:
Looks great! This should allow me to clean up my screen even more, thanks for sharing!
Any chance for an ICS blue instead of the green?
Click to expand...
Click to collapse
I'm not much of a themer, but if someone wants to pick it up and try, I would have no problem adding it to the OP. It might be difficult because lidroid compiled his lidroid-res.apk in an unconventional manner, which is making it difficult for other people to successfully decompile and recompile.
kiltedthrower said:
Maybe this is a stupid question but will this work for the rom that came on the phone. I noticed you said odexed and I'm not sure if the stock rom out of the box is odexed or not.
Click to expand...
Click to collapse
The stock ROM out of the box is odexed.
The stock systemui.apk has deodexed for the mod, with the systemui.odex renamed to systemui.odex.bak for safe keeping.
Worked like a charm thanks for the good work!!!!!!
nakunz said:
Worked like a charm thanks for the good work!!!!!!
Click to expand...
Click to collapse
What cwm are you running? Just download and flash?
Sent from my SAMSUNG-SGH-I717 using xda premium
ryanbmw51 said:
What cwm are you running? Just download and flash?
Sent from my SAMSUNG-SGH-I717 using xda premium
Click to expand...
Click to collapse
I'm using Beta 4. Just download the file, boot into recovery, install from SD card.
lactardjosh said:
I'm using Beta 4. Just download the file, boot into recovery, install from SD card.
Click to expand...
Click to collapse
Exactly what I did with that CWM version. Be sure not only to backup, but to download the revert.zip and keep in in your sd card (or internal, whichever) just in case.
Woohoo...just flashed update to cwm beta 4 without a hitch...then nandroid backup and flashed this mod...working beautifully. Thank you so much. Some ics theming would be epic too!!!
Thanks again!
Sent from my SAMSUNG-SGH-I717 using xda premium
Has anyone using TPC V2 tried this, or will it just bork the framework since his ROM is deodexed?
tonyc0642 said:
Has anyone using TPC V2 tried this, or will it just bork the framework since his ROM is deodexed?
Click to expand...
Click to collapse
It should work on deodexed. Just make backup of your current SystemUI.apk
Great!
This worked perfect with no problems. I am on TPC v2 with dag .2 and the ICONs for TPC. The only thing was the that icons reverted back to original and I had to reflash the ICON pack.
Overall great mod! Much appreciated!
Great job! Thanks so much for sharing this with us!
Sent from my SAMSUNG-SGH-I717 using XDA
Updated with a CRT animation for screen off.
Moved the zips to the second post.
you are a boss! I flashed and it worked great but it replaced my blue battery % mod and as much as i like the crt I need that battery mod. So in a perfect world I will have both lol.
Thanks again!
Sent from my SAMSUNG-SGH-I717 using xda premium
ryanbmw51 said:
you are a boss! I flashed and it worked great but it replaced my blue battery % mod and as much as i like the crt I need that battery mod. So in a perfect world I will have both lol.
Thanks again!
Sent from my SAMSUNG-SGH-I717 using xda premium
Click to expand...
Click to collapse
Send me the flashable zip for your battery mod and I'll see if I can put it in for you.
Pandemoniumone said:
Looks great! This should allow me to clean up my screen even more, thanks for sharing!
Any chance for an ICS blue instead of the green?
Click to expand...
Click to collapse
ryanbmw51 said:
Woohoo...just flashed update to cwm beta 4 without a hitch...then nandroid backup and flashed this mod...working beautifully. Thank you so much. Some ics theming would be epic too!!!
Thanks again!
Sent from my SAMSUNG-SGH-I717 using xda premium
Click to expand...
Click to collapse
Updated the second post with an ICS blue version.
lactardjosh said:
Send me the flashable zip for your battery mod and I'll see if I can put it in for you.
Click to expand...
Click to collapse
Sent you pm
Sent from my SAMSUNG-SGH-I717 using xda premium
lactardjosh said:
Send me the flashable zip for your battery mod and I'll see if I can put it in for you.
Click to expand...
Click to collapse
lactardjosh said:
Updated the second post with an ICS blue version.
Click to expand...
Click to collapse
I can't thank you enough for this, phenomenal work!! Really looking forward to using the CRT animation as well, I have the same blue battery mod as ryanbmw51 so I'll hold off for now.

Energy Tweak on Stock Rom Fixed

Hi All,
First of all want to clear that my development skills are ZERO but like to have lesson from a great place XDA......
I want to use Energy Tweak on ICS Stock Rom any help will be appreciated and welcomed.
I already pushed it in System/App but not working I suppose some changes in framework or associated files are missing.
Thanks in advance
Currently I am on ARHD 4.0, Stock Kernel, S-off & rooted
Edit Fixed: Please refer http://forum.xda-developers.com/showpost.php?p=43961784&postcount=5
SuperAfnan got it working for his rom maybe he can help... But it probably has some source code for sure maybe some codes in framework n stuff not sure cuz even the viper Tweaks are not portable that easily.. In my knowledge
Sent from my HTC_Amaze_4G using xda premium
lalit387 said:
Hi All,
First of all want to clear that my development skills are ZERO but like to have lesson from a great place XDA......
I want to use Energy Tweak on ICS Stock Rom any help will be appreciated and welcomed.
I already pushed it in System/App but not working I suppose some changes in framework or associated files are missing.
Thanks in advance
Currently I am on ARHD 4.0, Stock Kernel, S-off & rooted
Click to expand...
Click to collapse
Hello Lalit!
Well if you want energy tweaks you might need to push SystemUI.apk from system/app as well as framework-res.apk and com.htc.resources.apk and framework files. You might just want to push the whole framework folder and systemui.apk.
If you got those files from energy's blue rom then your theming will probably turn blue. So try it from fast amaze or energy's stock themed rom.
ravike14 said:
SuperAfnan got it working for his rom maybe he can help... But it probably has some source code for sure maybe some codes in framework n stuff not sure cuz even the viper Tweaks are not portable that easily.. In my knowledge
Sent from my HTC_Amaze_4G using xda premium
Click to expand...
Click to collapse
Yeah I'm pretty sure it's just framework stuff. But he needs to push those other apks since they all work together.
Sent from my SAMSUNG-SGH-I747 using Tapatalk 2
SuperAfnan said:
Hello Lalit!
Well if you want energy tweaks you might need to push SystemUI.apk from system/app as well as framework-res.apk and com.htc.resources.apk and framework files. You might just want to push the whole framework folder and systemui.apk.
If you got those files from energy's blue rom then your theming will probably turn blue. So try it from fast amaze or energy's stock themed rom.
Yeah I'm pretty sure it's just framework stuff. But he needs to push those other apks since they all work together.
Sent from my SAMSUNG-SGH-I747 using Tapatalk 2
Click to expand...
Click to collapse
Well,we need replace SystemUI.apk ,framework-res.apk ,com.htc.resources.apk and framework files.So what frameworkfiles about?
Energy Tweak Workaround
Many Thanks Guys:highfive:
Not worked in first shot but after some trail and error method it's worked
Replaced systemUi.apk in system\app
Paste tweak.apk to system\app
Replaced framework folder from super sense 1.0 to system\
corrected permission as 644
Reboot
Done:fingers-crossed:
Will try to make flash able zip file:fingers-crossed:
lalit387 said:
Many Thanks Guys:highfive:
Not worked in first shot but after some trail and error method it's worked
Replaced systemUi.apk in system\app
Paste tweak.apk to system\app
Replaced framework folder from super sense 1.0 to system\
corrected permission as 644
Reboot
Done:fingers-crossed:
Will try to make flash able zip file:fingers-crossed:
Click to expand...
Click to collapse
good
Is it possible to port venom tweaks like this method??
shubham211995 said:
Is it possible to poot venom tweaks like this method??
Click to expand...
Click to collapse
No, that is for Sense 4 only and you would definitely be kanging them since they would probably never let anyone use their proprietary tweaks. If they did everyone would have it for their roms already. So don't even think of kanging that or they will send a robot viper to bite you. Sorry.
But NRG Tweaks is more than enough.
Sent from my SAMSUNG-SGH-I747 using Tapatalk 2
Thats Great
lalit387 said:
Many Thanks Guys:highfive:
Not worked in first shot but after some trail and error method it's worked
Replaced systemUi.apk in system\app
Paste tweak.apk to system\app
Replaced framework folder from super sense 1.0 to system\
corrected permission as 644
Reboot
Done:fingers-crossed:
Will try to make flash able zip file:fingers-crossed:
Click to expand...
Click to collapse
well done dear!
waiting for zip, which i can flash on stock rom
fahadskhan said:
well done dear!
waiting for zip, which i can flash on stock rom
Click to expand...
Click to collapse
Fadi you want a flashable zip? OK I'll make you one in 12 hours probably lol. But I recommend flashing Super Sense since it has all the tweaks.
If there are apps or widgets missing please tell me now so I can add them in. Then I will add the option to remove apps in aroma, giving options.
Sent from my SAMSUNG-SGH-I747 using Tapatalk 2
SuperAfnan said:
No, that is for Sense 4 only and you would definitely be kanging them since they would probably never let anyone use their proprietary tweaks. If they did everyone would have it for their roms already. So don't even think of kanging that or they will send a robot viper to bite you. Sorry.
But NRG Tweaks is more than enough.
Sent from my SAMSUNG-SGH-I747 using Tapatalk 2
Click to expand...
Click to collapse
Ok thank you for your answer.
I don't know this fact so I asked that.
HappY Eid Mubarak
SuperAfnan said:
Fadi you want a flashable zip? OK I'll make you one in 12 hours probably lol. But I recommend flashing Super Sense since it has all the tweaks.
If there are apps or widgets missing please tell me now so I can add them in. Then I will add the option to remove apps in aroma, giving options.
Sent from my SAMSUNG-SGH-I747 using Tapatalk 2
Click to expand...
Click to collapse
hi dear brother
yes that so cool if u add option in aroma installation for htc widget n also add an option for remove complete hTc sense with nova or apex launcher.
like viperamaze 1.7.0.1........in that rom's aroma installer chevy also include the aption for remove complete htc sense and also for apps removing option.
i hope u ill do so:good:
thanks
ahh leave the the flashable zip then n i m using super sense rom now :d
:thumbup:
Sent from my HTC_Amaze_4G using xda app-developers app
SuperAfnan said:
Fadi you want a flashable zip? OK I'll make you one in 12 hours probably lol. But I recommend flashing Super Sense since it has all the tweaks.
If there are apps or widgets missing please tell me now so I can add them in. Then I will add the option to remove apps in aroma, giving options.
Sent from my SAMSUNG-SGH-I747 using Tapatalk 2
Click to expand...
Click to collapse
give me a zip file, plz! thanks
Flashable zip
@SuperAfnan
Can i get Flashable Zip of Energy Tweaks ??
Thank you
Edit: Nevermind!
Sent from my SAMSUNG-SGH-I747 using xda app-developers app

Deodex on a Touchwiz Rom

I've read into the subject of Deodex vs Odex many times before, so I know general differences as well as supposed advantages/disadvantages to both. So my question is this, besides the general ability to theme every aspect of a ROM, what other major uses are there for Deodexing a touchwiz based ROM? I know that some mods require you to be deodexed, which isn't a big deal to me because all of the mods I flash regularly do not require that. Hopefully someone knowledgeable in this area can clarify for me:good:
There aren't any besides modding.
Sent from my SGH-I717R using xda premium
like agoattamer said only use for a deodex rom is to theme it. if you like the themeing of deodex but want speed and smaller file size of odex you can set up your deodexed rom with all changes you want made to it and then run the script found here( http://forum.xda-developers.com/showthread.php?p=44228706 ) to reodex the rom. you can also odex apks in data/app. just keep in mind that not all downloaded apps like to be odexed but most will not give issue. i think only apps i had to reinstall to get back to deodex was amazon app store and a game downloaded from amazon
Agoattamer said:
There aren't any besides modding.
Sent from my SGH-I717R using xda premium
Click to expand...
Click to collapse
s89281b said:
like agoattamer said only use for a deodex rom is to theme it. if you like the themeing of deodex but want speed and smaller file size of odex you can set up your deodexed rom with all changes you want made to it and then run the script found here( http://forum.xda-developers.com/showthread.php?p=44228706 ) to reodex the rom. you can also odex apks in data/app. just keep in mind that not all downloaded apps like to be odexed but most will not give issue. i think only apps i had to reinstall to get back to deodex was amazon app store and a game downloaded from amazon
Click to expand...
Click to collapse
Thanks to both of you. You confirmed what I thought originally. And thanks s89281b, I actually have that script already and use it on all of my ROMS except the touchwiz ones. So now that my question is confirmed, I'll use this on touchwiz ROMS as well. I have tried digging into theming a little, but I'm putting that on pause so no need for deodex atm
Sent from my SAMSUNG-SGH-I717 using Tapatalk HD

Categories

Resources