How do you disable the crt animations on Calk's rom? - Samsung Epic 4G Touch

Hey all, the crt animations are just plain buggy. Is there any way to permanently disable and remove it when running calks rom?
I know how to disable it via settings and display settings under turn off all animations but I want all animations minus the crt?
Thanks in advance you all.
Sent from my SPH-D710 using Tapatalk

Try downloading Spare Parts from Market and set transition animation to fast and leave window animation normal
Sent from my SPH-D710 using xda premium

I tried this method and it worked but now I just flashed a all in one theme for hotspot fix and rotational lag and it is showing crt again. Does anyone have a permanent disable or fix for this? To me the crt is extremely buggy and inefficient to use as it wastes my time. The wake is already slow as is I don't need to wait for the extra delay.
Sent from my SPH-D710 using Tapatalk

If you know how to decompile your framwork-res.apk file with apktool, you can disable.
Change "<bool name="config_animateScreenLights">false</bool>" to "<bool name="config_animateScreenLights">true</bool>"
Don't do that if you don't know how or haven't done a backup though. You'll get bootloop if you mess it up.

Hi - Any other way than spare parts to disable this? I'm not familier with the APK tool. I can look into if I need be, but if there is a more straight forward way.....
Spare parts isn't currently changing anything for me.
EpicAOSP ROM, AIO Mod

i beleive the most recent 2 new ROM versions have it disabled by default. but there is a zip somewhere in E4GT forums that allos you to disable. i'd do a search for that if you dont want to flash a new ROM.

do people really like it that much that it has to be included on every ROM? I was always kind of indifferent to it

Im with the OP. I cannot stand the CRT annimation. It was cool at first. For the first week or so, but now its just old. I don't get why all roms include it now. Is there a .ZIP that could be flashed or any other methods to remove (that dont risk bootloading)

PimpDaddyInc said:
Im with the OP. I cannot stand the CRT annimation. It was cool at first. For the first week or so, but now its just old. I don't get why all roms include it now. Is there a .ZIP that could be flashed or any other methods to remove (that dont risk bootloading)
Click to expand...
Click to collapse
The action is in the one of the xml files within your framework-res.apk. Now there seems to be work arounds but to to fix it you have to decompile the file and change the setting. Its honestly not a big deal to do and you may learn something along the way.
I believe these developers do a lot for us and certain small things like this we should all try and learn so we can help ourselves and not have to bother them.. IMHO

bralkan said:
Hi - Any other way than spare parts to disable this? I'm not familier with the APK tool. I can look into if I need be, but if there is a more straight forward way.....
Spare parts isn't currently changing anything for me.
EpicAOSP ROM, AIO Mod
Click to expand...
Click to collapse
Go to this link: http://forum.xda-developers.com/showthread.php?t=1307635
It explains how to decompile/recompile. Note that you will be working on framework.apk and not on systemui.apk
Then do as $roid said and
Change "<bool name="config_animateScreenLights">false</bool>" to "<bool name="config_animateScreenLights">true</bool>"

meatwadathf said:
Go to this link: http://forum.xda-developers.com/showthread.php?t=1307635
It explains how to decompile/recompile. Note that you will be working on framework.apk and not on systemui.apk
Then do as $roid said and
Change "<bool name="config_animateScreenLights">false</bool>" to "<bool name="config_animateScreenLights">true</bool>"
Click to expand...
Click to collapse
Still got to use APK tool for this though and honestly its not that hard...

CRT is the shiznit !
I love my counter rotational transponder !
Sent from my tofu plasma converter.

Related

[Q] CRT animations

Hey guys I have a question. Maybe you can help me maybe not - Well, let's see.
When I want to install a theme over a ROM it also flashes the themes CRT animations. Can I 'delete' the themes CRT animations so that I can stay at the ROMs CRT? Or isn't it possible for a noob?
I've got no experience of developing things but I imagine you would have to open up the zip file and delete the files which affect the CRT animations. Then repackage it.
I also thought about the same thing but I actually don't know which files to drop.
Neropren said:
I also thought about the same thing but I actually don't know which files to drop.
Click to expand...
Click to collapse
The CRT is built into the framework apk. If you delete it, bad things will happen like bootlooping. The only way is to not over write the framework-res.apk and in not doing that you will not get alot of the theme
Well, thanks for your answer dude. Now I've to ask the developer if he could do me and maybe someone else a favour.
Neropren said:
Well, thanks for your answer dude. Now I've to ask the developer if he could do me and maybe someone else a favour.
Click to expand...
Click to collapse
Not a prob man. Thread closed

[REQ] Stock Theme with 8 Lockscreen Mod

8/9/11 - 10 PM: Since the mod itself is very deep in the framework-res code, the request has been changed to a stock theme with ONLY the 8 Lockscreen mod. At least this way, anyone who feels bold enough to overlay their own themes onto this modded base may do so.
I greatly appreciate maddoggin's on the 8 Lockscreen mod, but I just don't want to change the theme settings that I have now (plus piling themes on top of one another gave me phone problems). All I want is the mod itself, no status bars, no themes, no icon changes, just the mod.
That is, unless someone can tell me what do modify from maddoggin's initial theme to leave just the lockscreen mod.
Dante of the Inferno said:
I greatly appreciate maddoggin's on the 8 Lockscreen mod, but I just don't want to change the theme settings that I have now (plus piling themes on top of one another gave me phone problems). All I want is the mod itself, no status bars, no themes, no icon changes, just the mod.
That is, unless someone can tell me what do modify from maddoggin's initial theme to leave just the lockscreen mod.
Click to expand...
Click to collapse
+1 i Agree. im satisfied with me theme just looking for the mod
+ 1 as well.
Would do it myself but just not sure enough on what I'm doing.
Sent from my SPH-D700 using XDA App
the mod is baked into framework-res... which would make it impossible to get the mod without changing half of your theme (battery icons, notifications, window frames anything that resides in framework-res) in other words you would need to do it individually for each theme.
schnowdapowda said:
the mod is baked into framework-res... which would make it impossible to get the mod without changing half of your theme (battery icons, notifications, window frames anything that resides in framework-res) in other words you would need to do it individually for each theme.
Click to expand...
Click to collapse
Exactly... But if anyone would take the time (not me) it may be possible to do with metamorph.... Maybe not 100% sure tho.
Sent from my SPH-D700 using XDA App
thats true.. if anybody wants to try taking a gingerbread metamorph for framework-res and adding the xmls and required images to it. i got it to work once for froyo with window animations... i dont run ginger so i wont be able to mess around with this one.
schnowdapowda said:
the mod is baked into framework-res... which would make it impossible to get the mod without changing half of your theme (battery icons, notifications, window frames anything that resides in framework-res) in other words you would need to do it individually for each theme.
Click to expand...
Click to collapse
Does that mean that it's like the CRT mod or is the appropriate code even deeper than that? Should I just aim my request directly at maddoggin, then?
In that case how about a request for a stock theme with the lock mod, crt and overscroll.
Sent from my SPH-D700 using XDA App
thisdyingcause said:
In that case how about a request for a stock theme with the lock mod, crt and overscroll.
Sent from my SPH-D700 using XDA App
Click to expand...
Click to collapse
While that solution does work for me, it may not work for someone else who desires a non-stock theme (again, layering multiple themes can cause problems which means a data wipe is needed). Ideally, maddoggin could release the code for modding framework-res so all the themers can successfully integrate it, but if worst comes to worst (and it's programming, so it often does), then I'll change the request to a modded stock theme.
Dante of the Inferno said:
While that solution does work for me, it may not work for someone else who desires a non-stock theme (again, layering multiple themes can cause problems which means a data wipe is needed). Ideally, maddoggin could release the code for modding framework-res so all the themers can successfully integrate it, but if worst comes to worst (and it's programming, so it often does), then I'll change the request to a modded stock theme.
Click to expand...
Click to collapse
He has man. Not every theme has incorporated it. The easy way to do it is to swap in your preferred images.
Cd's or tapes?
I haven't seen a code release thread anywhere for it. I did a search for it, but all I have seen is various theme threads giving credit.
So if we were to try and "snatch and replace" just the 8 ls mods...inside fr res...what would these 8..be called in the folder becaue i am dying to try...gettin bored with 6 lol?? I been puttin all kinds of themes together to get where i am now..why stop? Thanks in advance..
Dante of the Inferno said:
I haven't seen a code release thread anywhere for it. I did a search for it, but all I have seen is various theme threads giving credit.
Click to expand...
Click to collapse
i dont know why people think there is "code" or "source" to be released! i understand you may want to do this your self and use how ever you want to use i truly understand that! thats how it all started for me i saw other samsung phones with this mod and told my self why doesnt the epic have it andd i requested and requested untill i just said "**** IT" imma do it myself! well you want to know how i did it! theres no damn "source" or speciail magic trick or even a guide on how to do it! i grabbed the mod from 3 different phones dude! the fascinate, galaxy 19000 and the captivate. and i searched the forums and figured out how to make it all work on our phone! thats how it was done! no source no tricks! of course i got help from the guys i dl the mods from but thats it! so im sorry the lock mod isnt exactly to your liking dude and anyone else for that matter. but if you want something done try searching around the forums and figure out how to do it yourself otherwise shut the **** up, quit whinning and be happy that have 8 damn locks to choose from at all!
I can understand your frustation Maddoggin. I don't think he intended to upset you. I think he simply would like someone to teach him what mods were necessary to implement this into a stock theme template. As you described it is a lengthy and arduos task to pull from many sources. I think he simply hopes you will share you modifications to the framework-res that implement this so that he can either create a stock theme template or someone else can. Guys please be sure to not hound our devs. We have seen enough move on to other phones. Maddoggin has every right to say no and someone can do what he did or we can simply try to persuade him to help you learn more.
latinmaxima said:
I can understand your frustation Maddoggin. I don't think he intended to upset you. I think he simply would like someone to teach him what mods were necessary to implement this into a stock theme template. As you described it is a lengthy and arduos task to pull from many sources. I think he simply hopes you will share you modifications to the framework-res that implement this so that he can either create a stock theme template or someone else can. Guys please be sure to not hound our devs. We have seen enough move on to other phones. Maddoggin has every right to say no and someone can do what he did or we can simply try to persuade him to help you learn more.
Click to expand...
Click to collapse
I am always open to help someone out that's has never been a problem I help those who ask for help! But I won't walk you through the whole process! You WILL learn or you WILL give up! All you have to do is open up my files! You want to know the source is! The source is the s5tock files! That's the damn source! You compare my files with the stock ones and get the difference! That's the mod! What some people are asking for is for me to give them only the files needed for the mod! That's ****ing ridiculouse! That would take me more time to do than it did to make it work on our phone! There are so many files modded it would be almost impossible and in anycase this mod isn't mine to give away it belongs to the man who created it and he will be of less help than me trust me!
Sent from my SPH-D700 using XDA Premium App
When I update my files to the new leak (when a deodexed rom is posted) I will make a stock version of the mod nothing else no battery % nothing just plain stock version! That's the best I can do! Sorry for getting frustrated! But I put in allot of time making this mod work on each release and I don't get paid for it **** my wife is mad at me cause I spend more time on this mod than I do with her! Lmao! So yeah it gets frustrating when you hear someone isn't happy with your work! Sorry!
Sent from my SPH-D700 using XDA Premium App
Maddoggins right... I respect this guy. He's to the point and does what he wants but he's nice if you need any help... the only reason he's pissed is because people have asked about this thousands of times in his thread and if you want it then make it.
Sent from my SPH-D700 using XDA App

[JRO03C/IMM76I] Small Navigation Bar

Hi,
I've made a small change in to the framework-res.apk (and SystemUI.apk for JellyBean) in order to have the navigation bar the same size as the status bar.
This was only tested with stock JRO03C and IMM76I. Proceed with the usual nandroid backup prior to apply.
Files with .jb.zip are ment to be used with JRO03C. Those without are for IMM76I.
Put me in a boot loop on bamf rom. Yes I wiped cache and dalvic. Had to nandriod
I dont think that this will work on other ROM's other than stock(for which it was made) due to the different framework-res. If anyone tries it be sure to make a backup
Would love to get this on bamf..
There should be a way to make it work on all roms
__________________________________________________
Sent from my SPH-L700-GNEX-using Tapatalk 2
Try using cm9s framework that might make it a universal flash for all roms
__________________________________________________
Sent from my SPH-L700-GNEX-using Tapatalk 2
Just wondering, what exactly did you change in framework to get it to that size?
AOKP already has this feature built in the ROM for over a month now.
The reason why it's not working for you guys is because the OP states,
This was only tested with stock IMM76I. Proceed with the usual nandroid backup prior to apply.
Click to expand...
Click to collapse
Meaning it'll ONLY work for stock IMM76I. If you're on other ROMs, those ROMs have a modified SystemUI.APK. So it's causing problems.
There should be a way to make it work on all roms
Click to expand...
Click to collapse
It won't because like I said before, every ROM does something different to SystemUI.APK so it won't work. AOKP has this feature built in
zephiK said:
AOKP already has this feature built in the ROM for over a month now.
The reason why it's not working for you guys is because the OP states,
Meaning it'll ONLY work for stock IMM76I. If you're on other ROMs, those ROMs have a modified SystemUI.APK. So it's causing problems.
It won't because like I said before, every ROM does something different to SystemUI.APK so it won't work. AOKP has this feature built in
Click to expand...
Click to collapse
I'm not stupid but there is a way to make it flash able for a roms, bc I wouldn't mind trying to add a link to my port if this was possible but then again I can also make just for miui
__________________________________________________
Sent from my SPH-L700-GNEX-using Tapatalk 2
Anon9mouz said:
I'm not stupid but there is a way to make it flash able for a roms, bc I wouldn't mind trying to add a link to my port if this was possible but then again I can also make just for miui
__________________________________________________
Sent from my SPH-L700-GNEX-using Tapatalk 2
Click to expand...
Click to collapse
I never said you are stupid. But every ROM in the world having this small "mod" with the SAME EXACT SystemUI.APK is impossible. That's like saying that every ROM must have the same framework-jar.apk.
Various ROMs in the dev forum already have this feature. And it's even better, you get to CHOOSE what size you want it to be (46,40,36,30).
It's easy to do this mod yourself. That way you can do it on whatever rom you are running. It can be done in 2 or 3 minutes once you know what to type. GUIDE HERE.
Link to working apktool for ICS HERE. Take framework-res.apk from your rom and place it in the same directory as apktool. Type 'apktool if framework-res.apk'. Then type 'apktool d framework-res.apk', make the changes in the guide, type 'apktool b framework-res'. You will get your new apk inside that directory.
mwalt2 said:
It's easy to do this mod yourself. That way you can do it on whatever rom you are running. It can be done in 2 or 3 minutes once you know what to type. GUIDE HERE.
Link to working apktool for ICS HERE. Take framework-res.apk from your rom and place it in the same directory as apktool. Type 'apktool if framework-res.apk'. Then type 'apktool d framework-res.apk', make the changes in the guide, type 'apktool b framework-res'. You will get your new apk inside that directory.
Click to expand...
Click to collapse
^^ either that or download a ROM with this feature. AOKP is one of them. You can control the size of the nav bar in ROM Control (you can change it back if you like as well). Very easy to do.
Don't most custom roms have this option in settings? I'm on liquidsmooth and have seen this on most of the roms I've used in the past few months. There are tons of options but I use 36px (I've used lower but accuracy comes into play).
Liquidsmooth also lets you set custom icons on the fly, nav transparency, background colors, icon colors, etc. Pretty slick.
player911 said:
Don't most custom roms have this option in settings? I'm on liquidsmooth and have seen this on most of the roms I've used in the past few months. There are tons of options but I use 36px (I've used lower but accuracy comes into play).
Liquidsmooth also lets you set custom icons on the fly, nav transparency, background colors, icon colors, etc. Pretty slick.
Click to expand...
Click to collapse
Same with AOKP.. tbh most LS features are from AOKP's "ROM Control"
I think people are missing the point. Despite the fact that this phone is a modder's dream, there are good reasons why someone would want to keep their phone on the stock ROM (stability, not having to "re-do" your phone once a day/week, if it ain't broke why fix it) but still might want to do little tweaks here and there if possible.
Example: I wanted to see the battery % on the notification bar, but could not justify the 2-3 hours of work reinstalling 100+ apps and tweaking endless system settings on my daily driver phone just to get it, regarelss of what else was in whichever ROM I'd download to get it.
So, even though I don't plan to use this particular mod, I'm glad there are people working on tweaking stock roms and will encourage them as much as possible.
Here's a modified framework for a small nav bar for those on CM9. I have a Verizon CDMA Nexus so it should work fine on Toro. Not sure how it will fair on others...so be cautious.
I also included one that minimizes the nav bar to 0.0 dp for a full screen experience. This should keep the ICS action bar overflow menu displayed for compatible apps. Works best with LMT launcher or GestureControl.
Flash in CWM. As always, make a back up! Enjoy!
Also included a CM9 stock framework if you want to revert back.
Zephik maybe you should tell everyone one more time that aokp has it, just in case
Archpope said:
I think people are missing the point. Despite the fact that this phone is a modder's dream, there are good reasons why someone would want to keep their phone on the stock ROM (stability, not having to "re-do" your phone once a day/week, if it ain't broke why fix it) but still might want to do little tweaks here and there if possible.
Example: I wanted to see the battery % on the notification bar, but could not justify the 2-3 hours of work reinstalling 100+ apps and tweaking endless system settings on my daily driver phone just to get it, regarelss of what else was in whichever ROM I'd download to get it.
So, even though I don't plan to use this particular mod, I'm glad there are people working on tweaking stock roms and will encourage them as much as possible.
Click to expand...
Click to collapse
I think you're exaggerating a bit there. I installed AOKP b31 some time ago and apart from trying out b35 yesterday, I'm still on b31 all that time before on a single flash without having to 'redo'. Also, if you're rooted you can just use Titanium Backup for all those apps. Currently running 350+ apps and using TiBu only takes 30 minutes unattended.
I agree that some people prefer stock, but those people are the ones that will never have any intention of flashing anything on their phone.
Sent from my Galaxy Nexus using XDA
Thanks its nice to be able to tweak the look of stock ics
Works great with ARHD4.0.1, thank you
Sent from my Galaxy Nexus using xda premium

[MOD] Disable low battery, battery temperature pop-ups and full battery notification

The reason for this little hack is the fact those 2 pop-ups can become an extreme double-annoyance while driving in hot weather. Imagine, your battery is below 15%, yet scorching hot, beyond the charging cut-off threshold. Connect a charger and you get bombarded with the "charging paused, battery temperature too high" pop-ups. Disconnect it and you get a low battery ones. This little patch deals with the issue by simply disabling the annoying pop-ups. It also disables the annoying battery full notification.
Please note, this doesn't modify any functionality, it just disables the pop-ups. The battery will not and should not charge when overheated.
Instructions:
Download and unpack "BatteryPatch.zip", you should now have "Patch.js" jscript along with the "utils" directory.
Fetch your "/system/app/SystemUI.apk" from the device, place it in the same directory, along with the "Patch.js".
Apply the patch by launching "Patch.js" and push the patched SystemUI.apk back to the device.
Updates:
Not every ROM seems to have the battery full notification and/or battery overheating popup. Patching those is now optional, the script will show a warning in case it fails to patch those instead of erroring out completely.
There are some ROMs out there with showLowBatteryWarning method looking somewhat different from what i've seen on my S3. In order to try & let the patch work on more ROMs, the showLowBatteryWarning method is now being bypassed entirely. Hopefully, no ROM does anything important inside that method, besides showing the annoying low battery popups. In any case, as usual, you use the patch - you take the risk.
PS: For those willing and able to apply the patch manually, download the second zip and do a 3 way merge.
===> reserved <===
Nice mod...just added it to my rom.. purposely drained the battery...no notification pop up (hopefully won't get the temp warning anyway)
Lovely work
Already given 8 thanks today...I will come back!
_neutron_ said:
Nice mod...just added it to my rom.. purposely drained the battery...no notification pop up (hopefully won't get the temp warning anyway)
Lovely work
Already given 8 thanks today...I will come back!
Click to expand...
Click to collapse
Thanks. Temp warning should not be there any longer, too. But the rest of them (bad charger, overcurrent, stuff like that) are still there, i don't think killing those is a good idea.
The reason i did this was primarily the temperature warning. I've been looking all over the forum on how to disable it, but couldn't find any info, so i though, "what the hell, i can find it myself, it's not such a big deal"... during the search i've noticed the low bat one, too, and though "hmm, i hate that one too, lets kill it as well".
Thats about it.
Just patched and tested the full battery notification as well, first post updated.
Lovely, gonna test this when I get home
Thanks for the update
sorry to sound like a total noob, but im completely new to apktool. was reading up on it and trying it, but im slightly confused. what options do you chose exactly when decompiling? i couldnt find the power smali file after decompiling
There are plenty of explanations/tutorials on this around the forum. About not having the smali after decompiling... any chance your rom is odexed? In this case you wont be getting any smali files, cause all the code is in the odex file, not the apk. You will have to deodex it in this case and, possibly, reodex it before placing it back on the device (not sure about it, specifically i am unsure how the odex dependecies work).
Sadly, i cannot provide a ready to use apk, there are too many versions being in use, especially considering the 15 toggles mod, the battery icon mod as well as many other visual mods also patch stuff inside this apk, increasing the number of variations even further. So, sorry, no ready to use apk.
Is there a flashable file?
Sent from my GT-I9300 using Tapatalk 2
baste07 said:
Is there a flashable file?
Click to expand...
Click to collapse
Nope, and it is extremely hard to make. In fact, impossible, with the currently available CWM tools, as far as i know. It would be "for ROM version <insert_version_here> with 15 toggles and circle battery", "for ROM version <insert_version_here> without 15 toggles and green battery" etc etc etc kind of variations, and as i already mentioned, i doubt this is a viable option.
Anyone can prove me wrong and provide a way of writing a CWM script that would decompile (deodex if needed) an existing apk, apply a patch, recompile it and than replace it ? Out of all the things needed, i only know how to do the "replacing" part
Can i ask a massive favour?
im now havin problems with my systemui in regards to it recording the changes (decompiling & recompiling - i think i have an issue with my pc but i cant figure it out)
Could you apply the changes to the attached file for me?
InfX said:
There are plenty of explanations/tutorials on this around the forum. About not having the smali after decompiling... any chance your rom is odexed? In this case you wont be getting any smali files, cause all the code is in the odex file, not the apk. You will have to deodex it in this case and, possibly, reodex it before placing it back on the device (not sure about it, specifically i am unsure how the odex dependecies work).
Sadly, i cannot provide a ready to use apk, there are too many versions being in use, especially considering the 15 toggles mod, the battery icon mod as well as many other visual mods also patch stuff inside this apk, increasing the number of variations even further. So, sorry, no ready to use apk.
Click to expand...
Click to collapse
ah that explains why there is no smali file. thanks for the help!
I also cannot get this mod to work, wishing easier method coming soon, like one zip file thru recovery or similar... i dont have patience to this sorta things.
Sent from my GT-I9300 using xda app-developers app
_neutron_ said:
Can i ask a massive favour?
im now havin problems with my systemui in regards to it recording the changes (decompiling & recompiling - i think i have an issue with my pc but i cant figure it out)
Could you apply the changes to the attached file for me?
Click to expand...
Click to collapse
Done. Enjoy.
GalaxyS3man said:
I also cannot get this mod to work, wishing easier method coming soon, like one zip file thru recovery or similar... i dont have patience to this sorta things.
Sent from my GT-I9300 using xda app-developers app
Click to expand...
Click to collapse
Well, if you know of someone that could have possibly coded an infrastructure for doing this kind of patches onboard, automatically, i would be glad to get pointed to the right direction, and will integrate it there. Currently, i don't know of any.
Seriously, though... is it possible to baksmali in recovery mode somehow ? Can one run patch, sed and similar utilities there ? If yes, can i see an example ? Cause if that's possible, it can make a "flashable zip" for stuff like that possible.
hmm, so if i have these files in my app folder:
systemui.apk
systemui.odex
I cannot just add/replace the code as described?
reprazent said:
hmm, so if i have these files in my app folder:
systemui.apk
systemui.odex
I cannot just add/replace the code as described?
Click to expand...
Click to collapse
You can deodex, patch the smali while having it handy during deodexing, and, possibly, reodex it back into an odex file and replace just the odex. Never did it myself, though. I find odexed roms to be too much of a hassle while modding stuff to use those.
Is it ok if i ask help too?
InfX said:
You can deodex, patch the smali while having it handy during deodexing, and, possibly, reodex it back into an odex file and replace just the odex. Never did it myself, though. I find odexed roms to be too much of a hassle while modding stuff to use those.
Click to expand...
Click to collapse
I been trying for days...help, i go crazy with those popups
Thats what i have on my rooted S3 I just like Omega rom, tried several others non Samsung based aswell.
Sent from my GT-I9300 using xda app-developers app
GalaxyS3man, your apk is NOT odexed. Took me barely 2 minutes to apply the patch. Here we go...
PS: TBH, i've been under impression people on XDA are perfectly familiar applying and/or finding out this kind of stuff, really

[Q] Nexus screen buttons

Does anyone know if there is a working app mod or hack to enable the incredible2 to have nexus-like on-screen buttons and disabling the lights and functions of the hardware buttons like on ParanoidAndroid has it?
cowboyv said:
Does anyone know if there is a working app mod or hack to enable the incredible2 to have nexus-like on-screen buttons and disabling the lights and functions of the hardware buttons like on ParanoidAndroid has it?
Click to expand...
Click to collapse
This is the main reason I stick with PA. If someone can mod the framework of the rom you are using, it may be option, but most of the roms don't have that built in. You might mention it in the thread of the rom you use and see if someone can hook you up.
Yeah, I'm wondering if maybe you can copy and paste the frameworks folder from PA rom to the other rom and if that would activate the on screen buttons.
I doubt that would be a good idea, but I'm not the one to answer that one.
Sent from my Incredible 2 using xda premium
cowboyv said:
Yeah, I'm wondering if maybe you can copy and paste the frameworks folder from PA rom to the other rom and if that would activate the on screen buttons.
Click to expand...
Click to collapse
Just a warning, that very well may put your phone into a boot loop, if you decide to try it......BACKUP first
Sent from my Incredible 2 using xda app-developers app
@Phantom: according to this thread it's just a matter of decompiling framework-res.apk, making some changes and then recompiling the whole thing, which is why I'm thinking maybe it is as simple as copying/pasting the apk.
@Tricsuit: Yeah, I know. I already learned my lesson and before attempting stupid ideas like this one, I run a full back up of the rim, settings, apparently and data, and then make sure to save the back up file in my box to be able to retrieve it from my computer just in case something else hiccups.
cowboyv said:
@Phantom: according to this thread it's just a matter of decompiling framework-res.apk, making some changes and then recompiling the whole thing, which is why I'm thinking maybe it is as simple as copying/pasting the apk.
@Tricsuit: Yeah, I know. I already learned my lesson and before attempting stupid ideas like this one, I run a full back up of the rim, settings, apparently and data, and then make sure to save the back up file in my box to be able to retrieve it from my computer just in case something else hiccups.
Click to expand...
Click to collapse
Thanks for the share m8, I will try to look into this one more over the weekend. If you decide to give it a go with a copy and past let me know how it works out.
Yeah, I'm on call for the next couple of days so I won't be able to play with the rom, but if I'm able to make it work I'll post it here. :beer:
Welp, I began to toiler around with this, succeed in decompiling res-framework.apk, changing the bools, arrays and dimens values and added the menu images, basically all the way down to step 5, but I can't seem to recompile it back into .apk... uhm... a little help guys? ^^;

Categories

Resources