This is just the plain CRT effect. No custom roms, no pre-made files or anything. (You need root)
I've searched for this on XDA, Google, other forums etc. but I couldn't find it.
It always showed up ROMs including this feature, not the actual feature itself
DO A BACKUP BEFORE EDITING ANY FILES!
Also, you need root
1. Pull framework-res.apk from the /system/framework/ folder via ADB (Alternate way below*)
2. Decompile framework-res.apk with APKTool/APK Manager (Whatever you prefer..)
3. Navigate to /res/values/ and open the bools.xml file with Notepad++ (Notepad works too )
4. Search for "config_animateScreenLights" and change the "true" to "false".
5. Save, and compile the file. Open the fresh-compiled file and copy resources.arsc to the original apk. (Overwrite the existing one)
Click to expand...
Click to collapse
Transfer the framework-res.apk file back to your phone, and then switch it with the original one
You must reboot to make it work!
*If you don't know how to push/pull files via adb, you can use Root Explorer and copy it to the /sdcard/ folder, then transfer it to your PC.
If you switch it back with root explorer, programs will start to force close. Just reboot and you'll be fine
Click to expand...
Click to collapse
CWM Flashable template
Use the attachment below as a template for flashing with CWM.
Open the .zip file, and place your framework-res.apk in system/framework/
Then extract it to your phone and flash it
Click to expand...
Click to collapse
Thank you very much, Worked
tried it on KF2
Don't forget to share what you make mentioning what fw it is from
Sent from my GT-I9100 using XDA App
Rawat said:
Don't forget to share what you make mentioning what fw it is from
Sent from my GT-I9100 using XDA App
Click to expand...
Click to collapse
Doesn't matter, it's integrated in every Android 2.3 devices.
Sent from my GT-I9100 using XDA App
thanks for this, could you possibly make a similar "how to" for the overscroll glow effect?? Been searching everywhere and can't find a simple guide
viva.fidel said:
thanks for this, could you possibly make a similar "how to" for the overscroll glow effect?? Been searching everywhere and can't find a simple guide
Click to expand...
Click to collapse
I'll see what I can do
Edit: Looks like there's something wrong with my firmware.. I don't have a classes.dex files within framework.jar
And it's hell of a process to do it, so I might have to re-concider this :/
Edit 2: I dont have a deodexed rom, and when I try to deodex it, it fails
Is the Pixelbug still there?
Sent from my GT-I9100 using XDA App
i think metamorph app supports editing system files... can u make a compatible zip?
DooMLoRD said:
can u make a compatible zip?
Click to expand...
Click to collapse
Sorry, I'm waaaaay to lazy to create a zip compatible for every single firmware out there. I can't take a framework file from KE2 and think it works on a phone with KF3..
fuzzl said:
Is the Pixelbug still there?
Sent from my GT-I9100 using XDA App
Click to expand...
Click to collapse
Pixelbug?
No idea what that is, but I can't see any pixels being stuck or anything.
Thanks, but...
Would you like to explain step 5 a bit further? I'm a bit confused. I'm using apk manager and it asks me a bunch of things and you don't tell me where to overwrite the arsc-file, etc.
sackynuts said:
Thanks, but...
Would you like to explain step 5 a bit further? I'm a bit confused. I'm using apk manager and it asks me a bunch of things and you don't tell me where to overwrite the arsc-file, etc.
Click to expand...
Click to collapse
Ah, so sorry.
Open the original framework-res with WinRar. And do the same with the modified. In there you'll see the resources.arsc file
If you don't know how to use APK Manager, use google.
Not trying to be rude, I'm just in a little hurry
I'll ask a mod later if he can move on of my posts up, and then I can perhaps create a more user friendly guide
Sent from my GT-I9100 using XDA App
bruflot said:
I'll see what I can do
Edit: Looks like there's something wrong with my firmware.. I don't have a classes.dex files within framework.jar
And it's hell of a process to do it, so I might have to re-concider this :/
Click to expand...
Click to collapse
No worries, thanks for having a look though
Sent from my GT-I9100 using XDA App
viva.fidel said:
No worries, thanks for having a look though
Sent from my GT-I9100 using XDA App
Click to expand...
Click to collapse
Well, I can take a further look, but only if you upload your framework.jar file and then send it to me.
Sent from my GT-I9100 using XDA App
bruflot said:
Doesn't matter, it's integrated in every Android 2.3 devices.
Sent from my GT-I9100 using XDA App
Click to expand...
Click to collapse
I read your thread, and know what you posted.
What I'm saying is that if someone makes the anim for example KF3, it would only take a few seconds to upload so other people could use, while diy CRT anim takes at least 5 mins even if you know what you're doing.
bruflot said:
I have always liked the CRT effect, but it got kinda annoying to always have a custom ROM installed to have it (I prefer stock ROMs )
I've searched for this on XDA, Google, other forums etc. but I couldn't find it.
It always showed up ROMs including this feature, not the actual feature itself
DO A BACKUP BEFORE EDITING ANY FILES!
Transfer the framework-res.apk file back to your phone, and then switch it with the original one
You must reboot to make it work!
I don't know the adb commands for switching the system files, so if anyone could tell them to me?
Sent from my GT-I9100 using XDA App
Click to expand...
Click to collapse
So to send a file to system in adb I used
Code:
abd push (new apk with mods) /sdcard // used to temp move it
adb shell
su
mount -o remount,rw /system
mv /sdcard/framework-res.apk /system/framework/framework-res.apk
Is that what you were asking?
bruflot said:
Well, I can take a further look, but only if you upload your framework.jar file and then send it to me.
Sent from my GT-I9100 using XDA App
Click to expand...
Click to collapse
That I can do no problem, appreciate you willing to look into this, used to have CM7 on my old HTC Desire and missing the overscroll effect! The only how-to thread on this I could find was [MOD][PORT][04-16] Android 2.3 Overscroll Glow MOD for Galaxy S I9000 (Gingerbread) but it's only for specific SGS firmwares, might be of some help to you still
Hmm...I don't have a res/values folder (just res, there is no values). There is also no Books.xml anywhere in the apk. I'm on stock rooted KE7...Is the value somewhere else on my version? Am I doing something wrong?
TheSopranos16 said:
Hmm...I don't have a res/values folder (just res, there is no values). There is also no Books.xml anywhere in the apk. I'm on stock rooted KE7...Is the value somewhere else on my version? Am I doing something wrong?
Click to expand...
Click to collapse
And you decompiled it right? I know i you were to just open the apk it would have a res but not res/values.
I followed the instructions ... and used APK Manager, I complied, signed, and before i quit it asked me to delete a file...resources.arsc
do i have to do that?
also, i noticed the APK Manager made signed apk of less size as compared to original file
original apk file size = 8.05 mb
complied, signed apk = 5.16 mb
is that normal?
infra4800 said:
I followed the instructions ... and used APK Manager, I complied, signed, and before i quit it asked me to delete a file...resources.arsc
do i have to do that?
also, i noticed the APK Manager made signed apk of less size as compared to original file
original apk file size = 8.05 mb
complied, signed apk = 5.16 mb
is that normal?
Click to expand...
Click to collapse
yeh same thing happend to mine, works fine though also use LCD Density to change the DPI to 240 to get rid of the pixelated crt animation
Okay so here is my problem i want to change the stock folder icon without another app i just need to know the location of the image i looked in framework-res.apk i dont see it in there and i have looked in the system apks but i still cant find is so can someone please tell me the location of the folder icon
mkeller96 said:
Okay so here is my problem i want to change the stock folder icon without another app i just need to know the location of the image i looked in framework-res.apk i dont see it in there and i have looked in the system apks but i still cant find is so can someone please tell me the location of the folder icon
Click to expand...
Click to collapse
What icon are you tryin to change? It would be in the app apk file...
If it's a system on try com.htc.resources.apk or look through your app list..
Are you talking about the folder icon or a app icon?????
Okay so here is my problem i want to change the stock folder icon without another app i just need to know the location of the image i looked in framework-res.apk i dont see it in there and i have looked in the system apks but i still cant find is so can someone please tell me the location of the folder icon
You do not need two threads for this
http://forum.xda-developers.com/showthread.php?t=1593088
First of all sorry for my english
Now question: How can I change my LockScreen Icons from stock to look like this one?
(I really was looking for some kind of info in and out the forum but didn't find anything)
Thank you anyway
I think you want to change which icons are used? Don't worry, I had the same problem finding the location too.
Go to:
Settings, Security and Lock Screen, Lock Screen Options, Shortcuts.
How this helps!
Sent from my GT-I9300 using Tapatalk 2
you would have to change the icon in apk itself unless someone creates a mod which allows changing them.
res/drawable-xhdpi
dstech said:
I think you want to change which icons are used? Don't worry, I had the same problem finding the location too.
Go to:
Settings, Security and Lock Screen, Lock Screen Options, Shortcuts.
How this helps!
Sent from my GT-I9300 using Tapatalk 2
Click to expand...
Click to collapse
nope, I want to change Shortcut skin but thank you anyway
watsa said:
you would have to change the icon in apk itself unless someone creates a mod which allows changing them.
res/drawable-xhdpi
Click to expand...
Click to collapse
can you explain a little bit more how to get there? or any link that explain it?
thanks
Greezaaa said:
nope, I want to change Shortcut skin but thank you anyway
can you explain a little bit more how to get there? or any link that explain it?
thanks
Click to expand...
Click to collapse
1. Pull the apk from your phone to PC (Use root explorer or something similar) - ex. SecPhone.apk for changing Phone icon
2. add ".zip" to its name at the end.
3. Open with winzip
4. find and replace the old icon with new one
Which apk is the lockscreen apk?
You need to pull the SystemUI.apk from \System\APP folder in your ROM or flashable rom file
then open the .APK with Winzip
goto res/drawable-xhdpi folder and edit the Icons as wanted,
Delete the SystemUI.zip from the flashable ROM
Click add ZIP and re add the new SystemUI.zip to the flashable package
Go into CWM and Flash
New try
watsa said:
1. Pull the apk from your phone to PC (Use root explorer or something similar) - ex. SecPhone.apk for changing Phone icon
2. add ".zip" to its name at the end.
3. Open with winzip
4. find and replace the old icon with new one
Click to expand...
Click to collapse
Not worked... ;( But thank you anyway mate!
bunglebp said:
You need to pull the SystemUI.apk from \System\APP folder in your ROM or flashable rom file
then open the .APK with Winzip
goto res/drawable-xhdpi folder and edit the Icons as wanted,
Delete the SystemUI.zip from the flashable ROM
Click add ZIP and re add the new SystemUI.zip to the flashable package
Go into CWM and Flash
Click to expand...
Click to collapse
Trying now dont understand exsactly how to do it but I will try on some rom and if I have some question I will post them here
Thank you!
which apk did you try? phone? that icon should be in contacts apk
watsa said:
which apk did you try? phone? that icon should be in contacts apk
Click to expand...
Click to collapse
used SecPhone.apk and found ic_launcher_phone.png so I changed it then installed apk and nothing, I was trying with cache wipe but same results
SecContacts.apk has diferent Icon so the problem is in other I think
anyway trying the bunglebp sugestion right now
Sorry my english I know its bad
best of luck in finding those icons in systemui.apk
DONE!
Thank you everybody for your help
I got what I was looking for, well almost all just need to know what is cam app name and where look for it
did it like Watsa told it b4, just need flash zip I think so for SecPhone.apk need to change b4 instaling rom
but for com.whatsapp-2.apk didnt need flash, could change it with root explorer and winrar
Thank you for your help guys
system/app/samsungcamera.apk
Hi
I have this problem with my friends galaxy ace GT-S5839i:
I need someone to help me here because I don't know what to do
I pulled the file framework-res.apk from system and then changed the extension to zip, and changed an image inside one of the folders.
After that I zipped the pack again (tried several zip options) and changed the extension back to apk
My first question: Is this ok?
I copied the changed file to sdcard and using es explorer moved the file to system/framework. Imediately After answering if I wanted to overwrite the phone freezes and never booted again.
I restored the rom and tried several times with same result
I tought the problem would be trying to overwrite a file that's in use but then I found a tool the decompiled the original apk, changed the image, compiled and signed it and made a flashable zip of it.
It gsve always error in trying to flash this on recovery so I extrated the compiled and signed new framwork apk and moved it to system with es explorer... The difference now is that it didn't froze the phone but started to show fc's everywhere. Rebooted, wipede cash and dalvik, messed up woth permissions... Everything I could think of and the result os always tbe same...
Please can amyone share a light here?
Thanks
Sent from my GT-I9300 using xda premium
im not totaly clude up in modding apk's but i know you dont sighn a system apk that might be the problem or its been recompiled incorectly. how did you recompile it.
gluonyc said:
Please can amyone share a light here?
Click to expand...
Click to collapse
Give the second link in my sig a once over, might clear it up for you.
gavster26 said:
im not totaly clude up in modding apk's but i know you dont sighn a system apk that might be the problem or its been recompiled incorectly. how did you recompile it.
Click to expand...
Click to collapse
I decompiled and recompiled using a script I found at xda - can't remember now where I got it...
Sent from my GT-I9300 using xda premium
XperienceD said:
Give the second link in my sig a once over, might clear it up for you.
Click to expand...
Click to collapse
Ok
I'm gonna look into it, thanks
Edit: Nothing I found there worked...
The only solution was install a different rom (previously had a stock rooted 2.3.6) v4.1
Changed the framework file from the rom and flashed it...
Its working now but still don't know why the previous actions didn't work
Thanks
Sent from my GT-I9300 using xda premium