[DEV][MODS][EL30] Ext. Power Menu, Vol Rocker, 1x/3g, Rotation Lag, etc. - Epic 4G Android Development

Instead of posting each mod separately, i'm following Toadlife's lead in posting the mods to github for all to review. Look at the commits to see the mods.
I'm putting them up by modded file because the of the shared nature of the mods it was just easier to do the mods to each file as a group rather than each mod separately.
framework.jar
- Volume Rocker Mod (sound on, vibrate, sound off)
- Extended Power Menu
- Rotation lag mod
Note: the base for framework.jar is from Toadlife's hotspot hack, these mods are made on top of that file, see his github repo for the initial changes.
android.policy.jar
- Extended Power Menu
SystemUI.apk
- 3g/1x fix
- Battery-full notification mod
framework-res.apk
- Extended Power Menu
- 1% Battery Mod
- CRT Off Animation
- ICS Transition Animations
- AutoBrightness Levels (battery saving mod)
- SDCard/USBStorage Removability mod
The one file that's missing is framework-res because not much changed for the EL30 but i will post it too as it is relevant to the Extended Power menu.
I will also post links to the original ports asap crediting the devs, but in the meantime hope you all find this useful.

Special thanks to (in no particular order)
bbelos
toadlife
mkasick
randomking
hoffman1984
kennyglass123
k0nane
lidroid
capez
tortel
necrosan
chris41g
And many others plus the community as a whole!

Thanks for the hard work

Great idea! GitHub is pretty sweet for things like this

How would I put tthis into the files? Can I use root explorer?
Sent from my SPH-D700 using xda premium

nativesmiley said:
How would I put tthis into the files? Can I use root explorer?
Sent from my SPH-D700 using xda premium
Click to expand...
Click to collapse
This post is mostly for ROM devs as it's only the changes that are made to files, i can release a mod package, but you should be seeing more ROMs with the mods shortly, so i'd hold off.
roguejam said:
Great idea! GitHub is pretty sweet for things like this
Click to expand...
Click to collapse
The idea was Toadlife's on the github for the file smali sources from his hotspot hack and fixes to the extended power menu and scrolling status and it was a great one because of the ability to track changes all in one place.

Thanks Sensei. This saves everyone a lot of time.
Does anyone notice the diffs between EI22 and EL30 are mostly that the const-string/jumbo in EI22 are now just const-string in EL30?

SenseiSimple said:
The one file that's missing is framework-res because not much changed for the EL30 but i will post it too as it is relevant to the Extended Power menu.
Click to expand...
Click to collapse
There is one tiny change in one file of framework-res.apk regarding CIQ's removal. Should be harmless enough to use the EI22 modified frameworks from what I've seen, but I think I'll clean out mine anyway in the spirit of things.

RandomKing said:
There is one tiny change in one file of framework-res.apk regarding CIQ's removal. Should be harmless enough to use the EI22 modified frameworks from what I've seen, but I think I'll clean out mine anyway in the spirit of things.
Click to expand...
Click to collapse
there are other changes in framework-res apart from the manifest removing CIQ, they include changes to anim, and a few others... nothing major that impedes one from just dropping in the old mods/themes...

posted framework-res.apk​

Awesome!!
@sensai
Are u working on the scrolling power Widgets for el30?
Sent from my SPH-D700 using Tapatalk

For what it is worth....I installed the EI22 scrolling status on my EL30 rom (sleeper rom EL30) and the mod has worked flawlessly!
Sent from my SPH-D700 using XDA App

Naddict said:
For what it is worth....I installed the EI22 scrolling status on my EL30 rom (sleeper rom EL30) and the mod has worked flawlessly!
Sent from my SPH-D700 using XDA App
Click to expand...
Click to collapse
Hey i just got a chance to go over my threads after posting the update to EL30.
If the scrolling mod works ok for you, then that's cool - i'm working on a proper port... there are a lot of changes to SystemUI so it's not straighforward. as far as the boot screen issue you mentioned in the SleeperROM thread, download the update and see if that helps you with the file issue stuff like this is one of the reasons i got rid of ES File explorer but really, all the free file apps have root issues... Root Explorer is the best standby, but isn't free. Alternatively, you can use the terminal. Let me know in the sleeperrom thread if you want more info on that.

SenseiSimple said:
Hey i just got a chance to go over my threads after posting the update to EL30.
If the scrolling mod works ok for you, then that's cool - i'm working on a proper port... there are a lot of changes to SystemUI so it's not straighforward. as far as the boot screen issue you mentioned in the SleeperROM thread, download the update and see if that helps you with the file issue stuff like this is one of the reasons i got rid of ES File explorer but really, all the free file apps have root issues... Root Explorer is the best standby, but isn't free. Alternatively, you can use the terminal. Let me know in the sleeperrom thread if you want more info on that.
Click to expand...
Click to collapse
Scrolling status mod only changes one line from the original systemui smali...the other smali files are added in, so the port should not be hard to do.

toadlife said:
Scrolling status mod only changes one line from the original systemui smali...the other smali files are added in, so the port should not be hard to do.
Click to expand...
Click to collapse
i don't remember that it was so easy, i remade the change and got FC when trying out the systemUI BUT i think that may have been another issue related to androidmanifest.xml and repackaging the app with apk manager (was also causing me grief with framework-res - boot loops). I'll knock that one out today!
Thanks toadlife

SenseiSimple said:
i don't remember that it was so easy, i remade the change and got FC when trying out the systemUI BUT i think that may have been another issue related to androidmanifest.xml and repackaging the app with apk manager (was also causing me grief with framework-res - boot loops). I'll knock that one out today!
Thanks toadlife
Click to expand...
Click to collapse
I got it working. It as a little tricky as there are a few subtle changes around the area that has be modified. It was more than "one line" like I said previously. I had to go back to the original tutorial by lidroid to be reminded of what exactly needed to be changed.
I'll post it in awhile. The wife is calling now....

Related

[MOD]*done* Add reboot,recovery,download mode to power off menu

Disclaimer: I am not responsible for what happens to your phone-use at your own risk. Always do a nandroid backup before using mods
This is a port of untermensch's vibrant mod found here: http://forum.xda-developers.com/showthread.php?t=811532
*completed mod now available with aosp lockscreen included*
*note: these mods include framework-res.apk and need to be included in the base of a theme or rom/flashing over the top of one will overwrite previous theming done to framework-res with stock images and break some pre-existing mods*
Thanx and credit to him for getting me this far, I have made a few changes to his instructions to make it work on epic. The below mod only has the reboot option added. I have yet to try his latest instructions to add reboot recovery but it might work too. Just wanted to get this over to the Epic side for discussion and help if it isn't as easy to port the rest of it.
Add reboot option to power off menu http://www.mediafire.com/?hoetfjbq77hm77s flash in clockwork recovery (its only android policy.jar) and make sure your system is deodexed. We can add more things into it to get android policy jar mods to play together later.
Here's a .zip that has both the AOSP lockscreen mod and reboot button mod together: http://www.mediafire.com/?010dchn522nxge9
Complete mod port plus aosp lockscreen click here
Note: this .zip includes framework-res.apk,framework.jar and android.policy. jar. The recovery function gets you to stock recovery but you can still get into clockwork by flashing the update.zip you should have on your sdcard already. If any one knows how to get it to go straight to clockwork like rom manager does I would like to have it do that.
Complete mod port plus aosp lockscreen-no full battery popups click here
All three in one now, this is just like the one above but also has services.jar
Complete mod port only click here
Includes framework-res.apk,framework.jar and android.policy.jar
Complete mod port with no popups click here
Includes framework-res.apk,framework.jar,services.jar and android.policy. jar
Works Perfect.....Ty
Sent from my SPH-D700 using Tapatalk
raiderep said:
This is a port of untermensch's vibrant mod found here: http://forum.xda-developers.com/showthread.php?t=811532
Thanx and credit to him for getting me this far, I have made a few changes to his instructions to make it work on epic. The below mod only has the reboot option added. I have yet to try his latest instructions to add reboot recovery but it might work too. Just wanted to get this over to the Epic side for discussion and help if it isn't as easy to port the rest of it.
Add reboot option to power off menu http://www.mediafire.com/?hoetfjbq77hm77s flash in clockwork recovery (its only android policy.jar) and make sure your system is deodexed. We can add more things into it to get android policy jar mods to play together later.
The reboot recovery mod looks like it will need framework mods as well if you are interested in trying to get the rest of this going. Care to jumpin?
Click to expand...
Click to collapse
Has this been tested?
just asking cause yesterday I flashed a normal app! flash 10.1 and my phone was stuck blackscreened lol and had to odin ect AND I am very happy with the phone now so I dont wan't to result to that again
I've been waiting for this to get ported - thank you!
It flashed with no problem, but it replaced my Vanilla lock screen with the TouchWiz one. If I flash the Vanilla lock screen back on, will the reboot option still be there?
Holdin down power+voldown+camera after touching reboot gets you into recovery. I know a software button is better but in the mean time.
Sent from my Android using CDMA or WIFI
265ada said:
Has this been tested?
just asking cause yesterday I flashed a normal app! flash 10.1 and my phone was stuck blackscreened lol and had to odin ect AND I am very happy with the phone now so I dont wan't to result to that again
Click to expand...
Click to collapse
I've been using it for a few days with no issues. The only thing that might happen is what happened to ragnarox, read his quote below...
ragnarokx said:
It flashed with no problem, but it replaced my Vanilla lock screen with the TouchWiz one. If I flash the Vanilla lock screen back on, will the reboot option still be there?
Click to expand...
Click to collapse
Until both are put into the same AndroidPolicy.jar then its one or the other. I will get them both together eventually, this is just a start
and here you go, both together now: http://www.mediafire.com/?010dchn522nxge9
raiderep said:
I've been using it for a few days with no issues. The only thing that might happen is what happened to ragnarox, read his quote below...
Until both are put into the same AndroidPolicy.jar then its one or the other. I will get them both together eventually, this is just a start
and here you go, both together now: http://www.mediafire.com/?010dchn522nxge9
Click to expand...
Click to collapse
You are amazing, thank you!
OP updated with completed mod coupled with aosp lockscreen
Is that a soft key to get into download moss I see?
Sent from my Emotionless Beast of an Epic using the XDA App
mysteryemotionz said:
Is that a soft key to get into download moss I see?
Sent from my Emotionless Beast of an Epic using the XDA App
Click to expand...
Click to collapse
Yes indeed not sure how much need there is for it but it was in the mod so I added it also.
Mediafire not working for me. Using Opera, ie and epic to try to dl.
raiderep said:
Yes indeed not sure how much need there is for it but it was in the mod so I added it also.
Click to expand...
Click to collapse
That's nice. I know we talked in private but u got an idea to make this work with my theme. This is going to be interesting
Sent from my Emotionless Beast of an Epic using the XDA App
What update.zip gets you into clockwork by using stock recovery?
Sent from my spot on the earth
deciple said:
What update.zip gets you into clockwork by using stock recovery?
Sent from my spot on the earth
Click to expand...
Click to collapse
It should haber been installed when you flashed CWM on you're phone
Sent from my Emotionless Beast of an Epic using the XDA App
Ok, yeah, in my clockworkmod folder I found the (recovery-update.zip) file, however, for those who don't know, you have to rename it just update and it works
Sent from my spot on the earth
mysteryemotionz said:
That's nice. I know we talked in private but u got an idea to make this work with my theme. This is going to be interesting
Sent from my Emotionless Beast of an Epic using the XDA App
Click to expand...
Click to collapse
The only way for certain is to re-theme this framwork-res with your images. You might try swapping just your drawable-hdpi folder into this one and if there is anything left out track it down and add it back. I am not sure where values folder goes when it re-compiled so you don't want to write over it as it will cause issues.
OP has a new .zip with all three mods in one now, let me know if there are any issues with it.
sent by an Epic4g through the cosmos
raiderep said:
The only way for certain is to re-theme this framwork-res with your images. You might try swapping just your drawable-hdpi folder into this one and if there is anything left out track it down and add it back. I am not sure where values folder goes when it re-compiled so you don't want to write over it as it will cause issues.
OP has a new .zip with all three mods in one now, let me know if there are any issues with it.
sent by an Epic4g through the cosmos
Click to expand...
Click to collapse
This was my plan but I also edited some xml files. So if I just drop the hole contents of my framework in yours replacing everything but the values folder in theory I should be good?
Sent from my Emotionless Beast of an Epic using the XDA App
mysteryemotionz said:
This was my plan but I also edited some xml files. So if I just drop the hole contents of my framework in yours replacing everything but the values folder in theory I should be good?
Sent from my Emotionless Beast of an Epic using the XDA App
Click to expand...
Click to collapse
What xmls did you edit? What I was getting at is use this as a base and re-do the theme to it but if you accidentally over write the values folder it will not work properly. Since I don't know where valuse goes when its been compiled(it only shows when decompiled) you run the risk of breaking the mod. Its certainlgy worth a shot though.
sent by an Epic4g through the cosmos
raiderep said:
What xmls did you edit? What I was getting at is use this as a base and re-do the theme to it but if you accidentally over write the values folder it will not work properly. Since I don't know where valuse goes when its been compiled(it only shows when decompiled) you run the risk of breaking the mod. Its certainlgy worth a shot though.
sent by an Epic4g through the cosmos
Click to expand...
Click to collapse
I moved the clock down on the tw lock screen. Its in the layout folder named zz_keyguard_clock.xml I believe this is coming off the top of my head
Sent from my Emotionless Beast of an Epic using the XDA App

[24APRIL2011][Mod] Themes + Notifications Icon Mod + Settings w/ black background

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] - Smooth Crt Off Screen

HEY GUYS...
What Ive done is ported over the smoothness of CRT animation screen-off. Its pretty simple for anyone to do this and has some mods from SkyIceCreamSandwich from Sean. Hope you enjoy it and If you like what im doing so far all you have to do is hit thanks.
INSTRUCTIONS.
Extract From Rar then take build.prop and put it in your phone's system folder and rename the older build.prop to build.propbak = backup. Once done all you have to do is reboot. Make sure before doing that you older build.prop is renamed otherwise won't work. As stated above this build.prop has mods that are from SkyIceCream and if your dev has different mods please discuss it with them and they'll adjust it based on their roms and input it for you.
ENJOY
Master&Slave™
To enable the CRT off animation just decompile the framework, open up the bools file and search for something like animate_screen_lights....make sure that value is false and re compile and viola. Your kernel should be able to handle the animation, Kernels with higher clock speeds tend to better..
Click to expand...
Click to collapse
Why exactly did you do to the build.prop?
Will this work on stock Rogers ROM?
Sent from my SGH-I727R using Tapatalk
helio2k said:
Will this work on stock Rogers ROM?
Sent from my SGH-I727R using Tapatalk
Click to expand...
Click to collapse
well it won't because rogers's firmware is odexed and when a rom is odexed its difficult to get the crt animation in the framework. i can take a shot at it soon once i finish up my theme work im doing with port. but don't insert this build.prop if you're on stock rogers rom otherwise big troubles :O well not big troubles but won't work anyways. but give me time ill look into it for ya.
Will this work on stock/rooted?
Sent from my SAMSUNG-SGH-I727 using xda premium
slakker97 said:
Will this work on stock/rooted?
Sent from my SAMSUNG-SGH-I727 using xda premium
Click to expand...
Click to collapse
as i have stated earlier if the rom is deoxded and rooted it should work. ive not tried to do it odexed rom just yet but will try it soon. need little time im just finishing up a project.
wali01x said:
well it won't because rogers's firmware is odexed and when a rom is odexed its difficult to get the crt animation in the framework. i can take a shot at it soon once i finish up my theme work im doing with port. but don't insert this build.prop if you're on stock rogers rom otherwise big troubles :O well not big troubles but won't work anyways. but give me time ill look into it for ya.
Click to expand...
Click to collapse
Thank you for the reply well I was able to root my Samsung successfully will wait for the once you complete you project.
P.S
If you require test subject pm me
Sent from my SGH-I727R using Tapatalk
helio2k said:
Thank you for the reply well I was able to root my Samsung successfully will wait for the once you complete you project.
P.S
If you require test subject pm me
Sent from my SGH-I727R using Tapatalk
Click to expand...
Click to collapse
thanks and yes it won't be too long just couple more days. and ill pm you also as soon as i get a chance.
Thanx greatly appreciated
Sent from my SGH-I727R using Tapatalk
I don't understand how any change in the build.prop is going to enable the CRT off animation -- I just did a merge with my current build prop and cannot find anything unaccounted for which would do this.
promiseofcake said:
I don't understand how any change in the build.prop is going to enable the CRT off animation -- I just did a merge with my current build prop and cannot find anything unaccounted for which would do this.
Click to expand...
Click to collapse
it doesn't add crt animation through build.prop what this build.prop does is smooth out the crt animation in the roms that have crt animation. if you don't have it, you can send me the framework-res.apk and i can add it for you but now a days every rom has it anyways. and some roms already have crt on animation too..
wali01x said:
it doesn't add crt animation through build.prop what this build.prop does is smooth out the crt animation in the roms that have crt animation. if you don't have it, you can send me the framework-res.apk and i can add it for you but now a days every rom has it anyways. and some roms already have crt on animation too..
Click to expand...
Click to collapse
I see! Didn't quite read that correctly. Yeah, I was able to add it to my framework super easily, thanks.
Worked like a charm. Even opened my current one to compare mods and they all appear pretty much the same. Except this also includes some nice extras like extra touch responsiveness and forced launcher in to ram etc. Thanks!
Any chance you can tell us the line that you added in order to smooth out the CRT off animation? Sometimes it can be a pain to just replace a whole file if only one thing is changed.
sure no problem please make sure your framework-res.apk has crt working before doing any buildprop edits. if you dont' have crt off animation working then go to framework-res.apk and twframework-res.apk. download apk manager for your computer to modify this. once there then follow instructions to putting these files into place here for moding folder. open apk manager press 22 then enter then select framework-res.apk and then do i believe 10 to decompile apk with dependencies then it'll ask you for dependencies then drag twframework into the apk manager screen and press enter and that should decompile the apk then go into projects folder and from there go to framework-res.apk then res folder then go into values folder then bools folder.for next step you need notepad ++ if you can download that once done then right click onto bools.xml and open with notepad ++ after that once opened go to the line where it says screen animation where it says true change that to false. once done save and close it. then go into apk manager then press 11 to compile apk and once done that then it'll ask you if its a system.apk then type Y and enter and it'll do its stuff then it'll ask you to go to keep folder in apk manager folder where u went for you projects. once in keep folder then delete resource.xml b/c u edited a xml file. once done then go back to apk manager and press enter and it'll have a unsignedframework-res.apk ready for you take that to desktop rename it to framework-res.apk and find a signed zip online either from modaco website or ask anyone that has some info for. and create a framework folder then place your framework-res.apk into it and drag it to the zip and you're done. send it back to your phone and go into cwm and flash it and you're good to go. then go into build.prop and add line debug.composition.type=gpu and then save your build.prop and reboot phone and you got crt animation off with smooth butter
for those that have crt animation go to buildprop and edit this line
debug.composition.type=c2d to debug.composition.type=gpu
again if anyone can write better instructions to it feel free and i'll pin it right onto top.. thanks
I noticed that there are different types of CRT screen off animations (IE. CM7 screen off CRT vs Sky ICS screen off CRT).
Is one or the other "smoother"? For me, both seem to blink off smooth, but I did prefer the Cm7 one over the SkyICS one.
Has anyone else noticed this? Also, anyone have CRT ON for Sky ICS?
projeqht said:
I noticed that there are different types of CRT screen off animations (IE. CM7 screen off CRT vs Sky ICS screen off CRT).
Is one or the other "smoother"? For me, both seem to blink off smooth, but I did prefer the Cm7 one over the SkyICS one.
Has anyone else noticed this? Also, anyone have CRT ON for Sky ICS?
Click to expand...
Click to collapse
mm if u notice it smooths it out just like you said but if you look @ seans and other's rom crt off you'll see it shut downs slowly but with this its faster because its using gpu power to control the animation rather then cores..
gimme little bit of time :O i feel like im jumping alot of things all @ once >_< im gonna look to get crt animation on within couple of days or so again can't promise but i'l bring it soon..
wali01x said:
mm if u notice it smooths it out just like you said but if you look @ seans and other's rom crt off you'll see it shut downs slowly but with this its faster because its using gpu power to control the animation rather then cores..
gimme little bit of time :O i feel like im jumping alot of things all @ once >_< im gonna look to get crt animation on within couple of days or so again can't promise but i'l bring it soon..
Click to expand...
Click to collapse
NP man take your time, I was just wondering if it was available or not
So this mod doesn't actually change your ROM's CRT off animation correct? It just changes the settings so that your phone uses GPU instead of core power for the graphics?
projeqht said:
NP man take your time, I was just wondering if it was available or not
So this mod doesn't actually change your ROM's CRT off animation correct? It just changes the settings so that your phone uses GPU instead of core power for the graphics?
Click to expand...
Click to collapse
this mod just smooths out crt animation to feel smooth on turning off screen rather then pixel shut off type which roms are using here.. and exactly like u said . but yes i'll do it as soon as i can. thank you
Hey Wali I tried out your Mod last night on Seans Sky ICS ROM after being unsatisfied by the "unsmooth" CRT OFF animation. I did what you said:
1) Pulling build.prop with ADB
2) Edit the line: debug.composition.type=c2d to debug.composition.type=gpu
3) Pushing build.prop to my sd card with ADB
4) Used Busy box to copy the new build.prop over to internal storage /system/build.prop, over writing the old one.
Gotta say it does look much better, this is exactly what I was looking for that I was missing from other ROMs like Cm7. Now the CRT OFF animation looks like its animated better.
It's not exactly "smoother", as when the CRT Off animation was powered by c2d the shut off animation was still smooth, but the GPU version enhances it too look much "nicer".
Thanks for the tip Wali! Great work as always Keep it up!

[MOD][ICS4.0.3]smooth ice v.3.1 Extended Power Menu & No Carrier Statusbar

Updated 2 April 12 11:30 edt
This is a CWM flashable zip for that adds the extended power menu (Download/Ringer/Airplane/Power/Reboot/Recovery) and removes the carrier name from the status bar.
Download CWM flashable zip: http://ge.tt/7lfn3oF/v/0?c
It uses the SysUI, framework-res, and android.policy from remf4i's smooth ice v.3.1 ROM. It should work with other deodexed roms built from the March ICS leak, but I make no guarantees. I have only tested it with smooth ice so far, so post your results.
The extended power menu was loosely based on this: http://forum.xda-developers.com/showthread.php?t=811532 but I had to make a bunch of additional smali edits to get it working.
The carrier mod is based on this guide: http://forum.xda-developers.com/showthread.php?p=24316085#post24316085
Also, this is the first time I've done any smali edits. Or rom editing in general. But it seems to be working well so far after a few flashes/nandroid restores just to test it out.
Added extended power menu! The icons are fugly and don't match, but they were the first ones that came up on Google images.
Just wanted to get the functionality in there so that other devs can add it to their roms.
damn u just beat me too it! Well good work!
Goot Work
Nice, just the two things I needed.
great little add on without messing with the ROM,
Should be added to future Wipe
It removed my the blue clock mod =(
this should be moved to themes and apps
ojx said:
It removed my the blue clock mod =(
Click to expand...
Click to collapse
Did you try flashing the clock after this mod?
ojx said:
It removed my the blue clock mod =(
Click to expand...
Click to collapse
Yeah, sorry about that...it's because I modified the framework files that came with smooth ics, which doesn't have the blue clock mod by default. If I have some free time I'll whip up some clock and battery mods.
Works perfectly !!
Excellent work !! + Thanks button
I have been waiting for these mods and kaymmm delivered. Highly recommended !
Can anyone confirm this working in the nexusmod ics?
Sent from my SAMSUNG-SGH-I727 using xda premium
Thanks
Really awesome update, flashing it right now.
greekunit690 said:
Can anyone confirm this working in the nexusmod ics?
Sent from my SAMSUNG-SGH-I727 using xda premium
Click to expand...
Click to collapse
Yes. Wipe cache after flash and reboot. It will take a bit to get through boot animation. I'm on nexusmod ics at the moment. Works good and looks good.
Sent from my SAMSUNG-SGH-I727 using xda premium

[LIST]Summary of modified files in XXLSZ Mods [31.01.2012]]

Idea: I want to make a small list of all files (apks or jars or ...) that are modified when using a specific mod.
Motivation: When using mods I'm never sure if it'll work because I "forgot" which files were replaced by other mods before. Especially when you have to check all folders in the CWM-zip of the Mod. And when 2 Mods change the same file it will result in one Mod not working anymore. So this will give me (or us?) some kind of control.
Solution: The following list - formatting might change later. I will check all actual mods and add information here. Please feel free to give hints to more files changed by mods or tweaks. I will add links to the threads of the mods or origin (esp. majdini's thread) later - first collecting some entries.
Files in /system/app can be in /preload/... - depending on Mod or your specific Custom Rom - but that's not relevant here.
Changelog:
2013/03/01: Added eybee's informations from this post. Thanks!
android.policy.jar in /system/framework
- 4-Way Reboot Menu
- Disable Homebutton-Lag
- Enabling Ink Effect
- Skip Track with volume buttons
- Torch on lockscreen
Flashbarservice.apk in /system/app
- Unlimited Apps in Multiwindow
Framework-res.apk in /system/framework
- kmokhtar79's Themes
framework2.jar in /system/framework
- Disable Scrolling Cache
SamsungCamera.apk in /system/app
- jobnik's Camera Mod for Power and Volume buttons
SecGallary2_Galaxy.apk in /system/app
- Enabling Airview
SecMMS.apk in /system/app
- Displaying Sent Time (not Receive Time) in SMS
SecPhone.apk in /system/app
- Enabling Call Record
- Disabling Ascending Ringtone
SecSettings.apk in /system/app
- Enabling Smart Rotation
services.jar in /system/framework
- CRT TV off effect
- Unlimited Apps in Multiwindow
SystemUI.apk in /system/app
- kmokhtar79's Themes
- not-i 23 toggles Mod
LidroidSettings.apk in /system/app
- not-i 23 toggles Mod
Lidroid-res.apk in /system/framework
- not-i 23 toggles Mod
This is going to be useful and educative - a good summary :good:
Re: [LIST]Summary of modified files in XXLSZ Mods [28.02.2012]]
Good idea.try to compile all xxlsz things.
Sent from my GT-N7000 using xda premium
this mods for odexied or deoxided ?
sehooo said:
this mods for odexied or deoxided ?
Click to expand...
Click to collapse
No discussions or Q&A here about the Mods - you have to search in each thread for each mod what the specific requirements are. There is no answer valid for all Mods.
Re: [LIST]Summary of modified files in XXLSZ Mods [28.02.2012]]
Thanks for this great list.
Will continue to fill and trying to complete the list on sat and sun with all maintained Mods for XXLSZ.
It always gets interesting here when two mods change the same apk/jar.
Re: [LIST]Summary of modified files in XXLSZ Mods [28.02.2012]]
ThaiDai said:
Will continue to fill and trying to complete the list on sat and sun with all maintained Mods for XXLSZ.
It always gets interesting here when two mods change the same apk/jar.
Click to expand...
Click to collapse
I know its a lot of work (possibly too much) but would be great to see specific mods and links.... making the list repo style... but Idk if that's too much work
android.policy.jar
- Disable Homebutton-Lag
- Torch on lockscreen
- Skip Track with volume buttons
framework2.jar
- Disable Scrolling Cache
Added this to OP. Danke Dir.
asf58967 said:
I know its a lot of work (possibly too much) but would be great to see specific mods and links.... making the list repo style... but Idk if that's too much work
Click to expand...
Click to collapse
Did you read the OP?
I will add links to the threads of the mods or origin (esp. majdini's thread) later - first collecting some entries.
Click to expand...
Click to collapse
I want to link to the original threads where the Mod is described or used for the first time (in the N7000 world). I can't collect all threads where a specific Mod is used in a collection of other Mods. As I said: weekend...
Great Post
Great Post
Removed. Not worth starting a cyber battle with you. Thank you for the thread.
Download?
eybee1970 said:
android.policy.jar
- Disable Homebutton-Lag
- Torch on lockscreen
- Skip Track with volume buttons
framework2.jar
- Disable Scrolling Cache
Click to expand...
Click to collapse
rogerthebest said:
Download?
Click to expand...
Click to collapse
This is no download thread. If you want one Mod: you are already in the Forum for it. Search the posts here for the mod you need please.
And eybee's Mods are in his Rom thread.
Request
Could you please to add a list sorted by functions,I know some files will be repeated,but it will be more helpfull.

Categories

Resources