NOTE:I am creating this thread to share with you all how to get CRT animation in galaxy y.I dont know if there is any other thread where this has been discussed as it is not possible to go through all the threads.If this has been discussed then please ignore.
Now coming to the instruction how to do it:
go to system settings
go to display
go to animation
select "All Window animation"
Now install "Screen Off and Lock(its free on google play)"
now open the Screen Of and Lock settings
enable "Delay device locking"
select "Old TV style" in "Screen off Animation"
Done!!!
Thats it now you have CRT effect as your screen off animation
are u serious????
we want to enable it in framework-res.apk..
Well, still a good alternative since no one has yet managed to enabled it by modding the framework.
Its working but not with lock key.
I have to press icon on screen then its working.
Sent from my GT-S6102 using xda app-developers app
Yes man me too these happening any idea how to get these animation by pressing power button
Sent from my Ace-i
ALTAMAS said:
Its working but not with lock key.
I have to press icon on screen then its working.
Sent from my GT-S6102 using xda app-developers app
Click to expand...
Click to collapse
Yes u have to touch the onscreen key bcoz thats how the app is made.....and according to me its gud only as it saves the hardware key from being pressed again and again......
Hitesh2626 said:
Yes man me too these happening any idea how to get these animation by pressing power button
Sent from my Ace-i
Click to expand...
Click to collapse
In order to do so we need to edit the framework_res.apk......According to many tutorials it should contain a bools.xml file in values folder and we need to edit a particular line in it to make crt work.But unfortunately our framework_res.apk doesn't have that values folder as seen by me.....if any one can find bools.xml int their framework_res.apk after decompiling it then let me know.....
Nice effect, thx bro!!
Send from my GT-S5360 (Nemesis Hybrid KuroKernel BRAVIA™ xLoud™ Dolby Mobile™ Beats™ CyberShot™ 1GB Internal)
Arthur Kings said:
Nice effect, thx bro!!
Send from my GT-S5360 (Nemesis Hybrid KuroKernel BRAVIA™ xLoud™ Dolby Mobile™ Beats™ CyberShot™ 1GB Internal)
Click to expand...
Click to collapse
u r welcome
smith44 said:
In order to do so we need to edit the framework_res.apk......According to many tutorials it should contain a bools.xml file in values folder and we need to edit a particular line in it to make crt work.But unfortunately our framework_res.apk doesn't have that values folder as seen by me.....if any one can find bools.xml int their framework_res.apk after decompiling it then let me know.....
Click to expand...
Click to collapse
Oh really ??
Try to decompile the framework and you shall find bools.xml.
Instead of asking others to do it..
kaustubh.rockstar said:
Oh really ??
Try to decompile the framework and you shall find bools.xml.
Instead of asking others to do it..
Click to expand...
Click to collapse
dude first read the post before replying...i said i have already decompiled framework_res.apk but it contains no bools.xml....thats y i asked if some1 finds it then to report it...so that we can try editing it...........
smith44 said:
In order to do so we need to edit the framework_res.apk......According to many tutorials it should contain a bools.xml file in values folder and we need to edit a particular line in it to make crt work.But unfortunately our framework_res.apk doesn't have that values folder as seen by me.....if any one can find bools.xml int their framework_res.apk after decompiling it then let me know.....
Click to expand...
Click to collapse
Bools line deletion doesn't work, i tried it before.
This post is in compliance with the national potato safety regulation.
[Galaxy S 4 LTE]
smith44 said:
In order to do so we need to edit the framework_res.apk......According to many tutorials it should contain a bools.xml file in values folder and we need to edit a particular line in it to make crt work.But unfortunately our framework_res.apk doesn't have that values folder as seen by me.....if any one can find bools.xml int their framework_res.apk after decompiling it then let me know.....
Click to expand...
Click to collapse
i found your problem....
Having this kinda CRT is like having a JB themed GB rom in sgy .
Related
Hi all,
I know some of us are not comfortable with the black font color on the buttons in Rio's Hybrid2 ROM and also for XXLM6/8 ROM.
With the guidance of doles, I managed to modified the framework-res.apk making the font color white and also adding ICS sense to the progress bar.
This mod is similar to the mod theme provided by doles but mine is mainly for Hybrid2.
Simply download the framework-res.apk and put it into ur sdcard. Replace the one under /system/framework by using root explorer. Then Reboot. DONE~
I have added a flashable zip Hybrid2_ICS_button+progressbar+extended_menu.zip for convenience. It is together with extended menu.
Remember to do a nandroid backup just in case.
Thx
Sent from my GT-I8150 using XDA
Thank you very much i think they should implent this next version !
thanks very much man!!!
Man, i'm trying to make a theme for me with that tiny bars too
But I'm using the GingerIce rom, and the framework-res dont match
Can u help me ?
If you could do that theme for the GingerIce Rom I'll thank you so much
guigadourado said:
Man, i'm trying to make a theme for me with that tiny bars too
But I'm using the GingerIce rom, and the framework-res dont match
Can u help me ?
If you could do that theme for the GingerIce Rom I'll thank you so much
Click to expand...
Click to collapse
Yes, of course. This framework-res.apk is based on DXLC1.
U need to pull and decompile ur framework-res.apk by using apktool.
To change the font color on buttons
Go to res\values\ and open styles.xml by using notepad then search for
style name="Widget.Button"
change <item name="android:textColor"> to white
Code:
<item name="android:textColor">#ffffffff</item>
To change the progress bar
u can follow this thread http://forum.xda-developers.com/showthread.php?t=1374394
yewsiong said:
Yes, of course. This framework-res.apk is based on DXLC1.
U need to pull and decompile ur framework-res.apk by using apktool.
To change the font color on buttons
Go to res\values\ and open styles.xml by using notepad then search for
style name="Widget.Button"
change <item name="android:textColor"> to white
Code:
<item name="android:textColor">#ffffffff</item>
To change the progress bar
u can follow this thread http://forum.xda-developers.com/show....php?t=1374394
Click to expand...
Click to collapse
Page not found bro =\
If u can make this for meView attachment framework-res.apk
guigadourado said:
Page not found bro =\
If u can make this for meView attachment 1030126
Click to expand...
Click to collapse
Edited the link.
yewsiong said:
Edited the link.
Click to expand...
Click to collapse
Thanks man, I just need to use apktool to decompile the framework-res and find that string but i'm so noob in this thing, i dont know how to use this :|
guigadourado said:
Thanks man, I just need to use apktool to decompile the framework-res and find that string but i'm so noob in this thing, i dont know how to use this :|
Click to expand...
Click to collapse
I have edited the framework u gave but I do not have the same ROM version for testing. U backup ur original framework-res.apk 1st and the replace it with the one I give.
Please see the attachment.
yewsiong said:
I have edited the framework u gave but I do not have the same ROM version for testing. U backup ur original framework-res.apk 1st and the replace it with the one I give.
Please see the attachment.
Click to expand...
Click to collapse
Thank u so much bro.=DDDDDD
tnks tnks tnks tnks tnks tnks tnks tnks tnks \o/
It work on my stock rom, thanks dude..
Sent from my GT-I8150 using xda premium
i i put the file with es file explorer, but when i overwrite the old file, the phone become blocked, what can i do?
thanks in advice
Sorry for the bad english
Phoenix Fire said:
i i put the file with es file explorer, but when i overwrite the old file, the phone become blocked, what can i do?
thanks in advice
Sorry for the bad english
Click to expand...
Click to collapse
What do u mean "blocked"?
sorry i wanted to say stuck
when i touch on "overwrite" the phone remains stucked on the confirmation screen
Try this Root Browser
http://db.tt/qmXVPpOB
o O From My Ancora o O
andynroid said:
Try this Root Browser
http://db.tt/qmXVPpOB
o O From My Ancora o O
Click to expand...
Click to collapse
thanks, with it i correctly overwrited the old apk
Phoenix Fire said:
thanks, with it i correctly overwrited the old apk
Click to expand...
Click to collapse
Yes best to backup ori by renaming to .apk1 before pasting
o O From My Ancora o O
andynroid said:
Yes best to backup ori by renaming to .apk1 before pasting
o O From My Ancora o O
Click to expand...
Click to collapse
Yup. Always make a backup of original files. This is the way to save ur phone.
yewsiong said:
Yup. Always make a backup of original files. This is the way to save ur phone.
Click to expand...
Click to collapse
the problem was that after the overwriting, phone stuck on confirm panel, pulling out the battery and powering on, the phone remains stuck on blank screen after the boot animation, so i didn't know how to put the old file, so i wipe all and reflash the rom
This Mod is for ICS ROMs
Hello
I did find new effect, I don't know if it is already known to others but I did search about it and find nothing.
Anyhow, I named it "Sliding Window Effect"
To see the sliding window effect !! here is it on youtube:
http://youtu.be/NeVrvoo8jO4
How to do this Mod:
Decompile SystemUI.apk
Open SystemUI\res\values\bools.xml
Search for
Code:
<bool name="config_useCaptureView">false</bool>
Change it to
Code:
<bool name="config_useCaptureView">true</bool>
Now Compile it and enjoy this effect
BTW this Mod will be added to my Kitchen in the next ver.
If you liked my work encourage me by small donation HERE .... and if you will not...please click Thanks button.
Pretty cool effect, good work dude.
i will try to add in my rom thanks.
Looks cool mate. Looking forward to have it in my rom thx :thumbup:
cool mod, already trying but it gets annoying after half-day
anyway thanks thanks thanks and keep up the good work
your tool is awesome, and i m gonna pm you for a particoular request
This is nice!!!
Voted 5 stars,why people have so hate/evil/jealous inside them?
siberian tiger said:
This is nice!!!
Voted 5 stars,why people have so hate/evil/jealous inside them?
Click to expand...
Click to collapse
i agree.i haven't used thi mod but gave 5 stars.coz it's something different and looks nice.
5 stars here too!
no matter how much i like this mod, the important thing is that Gangs_kid shared a nu mod so 5 stars!
Been using this for a while but haven;t included it in my rom since it breaks manual brightness adjustment. I'm in the process of making a toggle for it.
Mirko ddd said:
cool mod, already trying but it gets annoying after half-day
anyway thanks thanks thanks and keep up the good work
your tool is awesome, and i m gonna pm you for a particoular request
Click to expand...
Click to collapse
I did get you pm and I replied
shoman94 said:
Been using this for a while but haven;t included it in my rom since it breaks manual brightness adjustment. I'm in the process of making a toggle for it.
Click to expand...
Click to collapse
What did you mean by "it breaks manual brightness adjustment" because I didn't notice a thing.
Please explain it to me so that I will try to find a solution for it.
Edit: I get it now and I will start finding fix for it
good work bro. hamooooooody
we r waiting 4 ur a new rom نسخة الايسكريم
وراك وراك
Can Anybody upload a video for the effect ?
and I'm not a developer ,how can I edit my system file step by step
Wow
Enviado desde mi GT-I9100 usando Tapatalk 2
Kadhim7 said:
Can Anybody upload a video for the effect ?
and I'm not a developer ,how can I edit my system file step by step
Click to expand...
Click to collapse
There is a video on youtube !! at the thread.
There are many threads explaining how to decompile on the forum also there is my Kitchen which will decompile and compile for you
GanGs_KiD said:
There is a video on youtube !! at the thread.
There are many threads explaining how to decompile on the forum also there is my Kitchen which will decompile and compile for you
Click to expand...
Click to collapse
Look what I did is
Extract systemUI.apk frim my phone
decompile it by using your kitchen
edit some png image
compile it
and copy it to my system is it ok ?
OMG MY My notification bar is just Gooooone *_*
siberian tiger said:
This is nice!!!
Voted 5 stars,why people have so hate/evil/jealous inside them?
Click to expand...
Click to collapse
Bcoz 90% of xda is made up of morons.
Good work, OP.
---------- Post added at 06:31 PM ---------- Previous post was at 06:29 PM ----------
Kadhim7 said:
Look what I did is
Extract systemUI.apk frim my phone
decompile it by using your kitchen
edit some png image
compile it
and copy it to my system is it ok ?
OMG MY My notification bar is just Gooooone *_*
Click to expand...
Click to collapse
Errors during compilation/recompilation? which rom, additional mods like JKay. Info required.
Kadhim7 said:
Look what I did is
Extract systemUI.apk frim my phone
decompile it by using your kitchen
edit some png image
compile it
and copy it to my system is it ok ?
OMG MY My notification bar is just Gooooone *_*
Click to expand...
Click to collapse
Think your missing the signature of the apk, best to copy the classes.dex, reaources.arsc and the res folder over from the compiled apk to the original SystemUI.apk that you have
Sent from my GT-I9100 using xda premium
I'm using wan am log from 12 with gray Kay theme
I want to learn how can I create my one notification bar?
Yes error appear could not find sourced :banghead:
Sent from my GT-I9100 using xda premium
Kadhim7 said:
Look what I did is
Extract systemUI.apk frim my phone
decompile it by using your kitchen
edit some png image
compile it
and copy it to my system is it ok ?
OMG MY My notification bar is just Gooooone *_*
Click to expand...
Click to collapse
Do it again but before starting you need to install framework-res.apk and twframework-res.apk Plz write your future issues to the kitchen thread so that others will benefit from the answers.
soyef said:
Think your missing the signature of the apk, best to copy the classes.dex, reaources.arsc and the res folder over from the compiled apk to the original SystemUI.apk that you have
Sent from my GT-I9100 using xda premium
Click to expand...
Click to collapse
Thank you FYI my kitchen will not sign the apk in fact it will keep your original signature YEAH
GanGs_KiD said:
Do it again but before starting you need to install framework-res.apk and twframework-res.apk Plz write your future issues to the kitchen thread so that others will benefit from the answers.
Thank you FYI my kitchen will not sign the apk in fact it will keep your original signature YEAH
Click to expand...
Click to collapse
install framework-res.apk and twframework-res.apk ?
I don't understand
they already in my system phone
How can i move to the center of the clear button the word "Clear" ???
See my ss. below
Can someone help me or give me a tutorial about that thanks
go to res/values/strings.xml
search
Code:
Clear
delete the word clear only from the code,
what file should i get and i just i want to move the word into the center not to remove it
im currently using creeds v4
keshaman said:
what file should i get and i just i want to move the word into the center not to remove it
im currently using creeds v4
Click to expand...
Click to collapse
first decompile the apk .(ders a thread for it .jus search)then u need to go in res folder and find the suitable xml files and edit using notepad ++
keshaman said:
what file should i get and i just i want to move the word into the center not to remove it
im currently using creeds v4
Click to expand...
Click to collapse
Code:
android:gravity=center
You can experiment with gravity
--------------------------------------------------------------
By staring at this post you have waived your right to privacy
Complaints will be trolled accordingly
Soul reaper said:
first decompile the apk .(ders a thread for it .jus search)then u need to go in res folder and find the suitable xml files and edit using notepad ++
Click to expand...
Click to collapse
what xml should i edit ???
deathnotice01 said:
Code:
android:gravity=center
You can experiment with gravity
--------------------------------------------------------------
By staring at this post you have waived your right to privacy
Complaints will be trolled accordingly
Click to expand...
Click to collapse
in status bar file or framework or what ?
can you mod it please ???
here is the file
i dunno which one but i upload the necessary file
aaaaaaannnnd u are in the wrong section...
this should be in q and a section
Sent From My Galaxy Y with InfectedHybridCreedSenseMobiledULTRASUPERSONICMonochromedInfiniteHoneyCombHyperParanoidNeoXBlastFusion EVOLUTION
keshaman said:
can you mod it please ???
here is the file
i dunno which one but i upload the necessary file
Click to expand...
Click to collapse
ask permission first from creed,
and i'm sorry but i can't since im not on my PC right now
deathnotice01 said:
ask permission first from creed,
and i'm sorry but i can't since im not on my PC right now
Click to expand...
Click to collapse
i cant edit it because notepads font is different
sir please just mod it .. im just going to use for my daily usage thats all
Hai,
This is easy guide to get back ripple effect in galaxy s III mini...
REQUIREMENTS:
1. Rotted only
2. Deodex and not deodex
INSTRUCTION:
1. DECOMPILE framework-res.apk
2. Go to
Framework-res/res/values-hdpi/
3. Open bools.xml
4. Find
Code:
<bool name="config_isWaterRippleEnabled">false</bool>
5. Change to
Code:
<bool name="config_isWaterRippleEnabled">true</bool>
save bools.xml
6. Recompile framework-res.apk
7. Push new framework-res.apk to system/framework, set permision to rw-r-r
8. Reboot
Done, and now you get back ripple effect in your S III mini.
And if you like my work, don't forget to click on "Thanks" button
Sent from my GT-I8190 using xda premium
what tool u use? link please..
can u provide some SS guide?
thanks
Apkmanager, or apktool
Sent from my GT-I8190 using xda premium
CahBagoes354 said:
Apkmanager, or apktool
Sent from my GT-I8190 using xda premium
Click to expand...
Click to collapse
help me enable ripple effect please ,
heres my framework http://www.mediafire.com/?gdr089y8t6xl1y2
Thanks first for you Mod/Guides !!!!!:good::good::good:
Houston we have a Problem :
Please can you help me ???
What doing wrong ??:crying:
cheech01 said:
Thanks first for you Mod/Guides !!!!!:good::good::good:
Houston we have a Problem :
Please can you help me ???
What doing wrong ??:crying:
Click to expand...
Click to collapse
you change the image .9. png
AW: [MOD][GUIDE] 4.1.2 Enable Ripple Effect
No...i have only change ripple Effekt to true..... but i have a Theme Installed before. Is this the problem?
This theme : http://forum.xda-developers.com/showthread.php?t=2156286
Sent from my GT-I8190 using xda premium
cheech01 said:
No...i have only change ripple Effekt to true..... but i have a Theme Installed before. Is this the problem?
This theme : http://forum.xda-developers.com/showthread.php?t=2156286
Sent from my GT-I8190 using xda premium
Click to expand...
Click to collapse
you have to patch it back in the picture, use draw9patch.
Sent from my GT-I8190 using xda premium
cheech01 said:
Thanks first for you Mod/Guides !!!!!:good::good::good:
Houston we have a Problem :
Please can you help me ???
What doing wrong ??:crying:
Click to expand...
Click to collapse
Which version of apktool do you have? It needs to be 1.5.2. Update your aapt as well.
finally managed to make the changes to my framework-res.apk
apktool version needed to be updated and then it worked
thanks to CahBagoes354
This don't work for me! I use apk-multi-tool to decompile and recompile framework-res.apk but when i push it i get bootloop.
Decompile and compile without any error. Do i need to do something more?
same here :/
Sent from my GT-I8190 using xda app-developers app
same here too...
same with xxamj3. phone boots well, when i lock the screen it goes bootloops and never opens
edit: my bad. compiled with new apktool and it works
burak185 said:
same with xxamj3. phone boots well, when i lock the screen it goes bootloops and never opens
edit: my bad. compiled with new apktool and it works
Click to expand...
Click to collapse
how do you manage to compile i always get error apktool didnt find sorces
hello , no find this file in framework-res values-hdpi ... how to search this ? i have xxamg4 stock rom
halfnakedprince said:
how do you manage to compile i always get error apktool didnt find sorces
Click to expand...
Click to collapse
This guide worked for me
CahBagoes354 said:
Hai,
This is easy guide to get back ripple effect in galaxy s III mini...
REQUIREMENTS:
1. Rotted only
2. Deodex and not deodex
INSTRUCTION:
1. DECOMPILE framework-res.apk
2. Go to
Framework-res/res/values-hdpi/
3. Open bools.xml
4. Find
Code:
<bool name="config_isWaterRippleEnabled">false</bool>
5. Change to
Code:
<bool name="config_isWaterRippleEnabled">true</bool>
save bools.xml
6. Recompile framework-res.apk
7. Push new framework-res.apk to system/framework, set permision to rw-r-r
8. Reboot
Done, and now you get back ripple effect in your S III mini.
And if you like my work, don't forget to click on "Thanks" button
Sent from my GT-I8190 using xda premium
Click to expand...
Click to collapse
Mod Edit Quote shortened
thanks...its work for me..
khaisttj92 said:
thanks...its work for me..
Click to expand...
Click to collapse
help me please ! thanx i have xxamj2
is there any1 here have deodexed framework-res.apk s3 mini xxAMG4.....i need it pls....tq
hi man, i have a dude, i can add my name in lockscreen?
look, when i paint my pattern here i wish can look my name
thanks and sorry for my bad english. i'm argentinian man!
Sent from my GT-S5360L using XDA Free
saltalabanca said:
hi man, i have a dude, i can add my name in lockscreen?
look, when i paint my pattern here i wish can look my name
thanks and sorry for my bad english. i'm argentinian man!
Sent from my GT-S5360L using XDA Free
Click to expand...
Click to collapse
i believe spacecaker have that guide sir
just search his name and you can change your name in lockscreen too
saltalabanca said:
hi man, i have a dude, i can add my name in lockscreen?
look, when i paint my pattern here i wish can look my name
thanks and sorry for my bad english. i'm argentinian man!
Sent from my GT-S5360L using XDA Free
Click to expand...
Click to collapse
1. Decompile framework res.apk
2. Go to res/values/string.xml
3. Edit with notepad++
4. Find this : Draw pattern to unlock
5. Replace with ur name
Note: This'll make the Draw pattern to unlock into ur name
thanks sir, before school i try do this.
thanks for two
Sent from my GT-S5360L using XDA Free mobile app
GalKill said:
1. Decompile framework res.apk
2. Go to res/values/string.xml
3. Edit with notepad++
4. Find this : Draw pattern to unlock
5. Replace with ur name
Note: This'll make the Draw pattern to unlock into ur name
Click to expand...
Click to collapse
when i go to res dont find values
saltalabanca said:
when i go to res dont find values
Click to expand...
Click to collapse
you didnt decompile the apk then - you probably just unzipped it
decompiling means you must use apktool to decompile the apk using baksmali
see my thread in my signature for apktool guide
wehn i decompile the apk with apk manager 5.0 cant view the value carpet help me
saltalabanca said:
wehn i decompile the apk with apk manager 5.0 cant view the value carpet help me
Click to expand...
Click to collapse
like I said use apktool and read my thread for the guide - link in my signature
i search with root explorer the framework-res.apk and i send the apk from gmail for hotmail and download with my computer. this are ok?
okay, i do all, how to add the newframework-res.apk to mi phone??
saltalabanca said:
okay, i do all, how to add the newframework-res.apk to mi phone??
Click to expand...
Click to collapse
rename it back to framework-res.apk and put in a flashable zip and flash in cwm with system mounted
cwm flashable template is
http://d-h.st/sr9
just open with winrar and put your framework-res.apk in system/framework
marcussmith2626 said:
rename it back to framework-res.apk and put in a flashable zip and flash in cwm with system mounted
cwm flashable template is
http://d-h.st/sr9
just open with winrar and put your framework-res.apk in system/framework
Click to expand...
Click to collapse
i sign the apk or no sign?
cant sign with drag2sign
saltalabanca said:
i sign the apk or no sign?
cant sign with drag2sign
Click to expand...
Click to collapse
no need to resign if you havent changed the androidmanifest.xml and dont use drag2sign to sign system apps - use zipsigner from the playstore
marcussmith2626 said:
no need to resign if you havent changed the androidmanifest.xml and dont use drag2sign to sign system apps - use zipsigner from the playstore
Click to expand...
Click to collapse
i flash the zip but nothing change :/
thanks of all mods
saltalabanca said:
i flash the zip but nothing change :/
thanks of all mods
Click to expand...
Click to collapse
did you mount system before you flashed the zip?
in cwm goto mounts and storage and mount system (if system is mounted it will display "unmount system")
remember if you are using a cm kernel like biels kernel you have to unmount system and remount it so its best to just unmount it and remount anyway just to make sure