¿a que te refieres exactamente?
Mas o menos...aqui te dejo los pasos:
3. CRT OFF ANIMATION.- Decompile framework-res.apk with apktool or similar.
- Go to framework-res.apk\res\values\ and open bools.xml with notepad++
- Search for line Quote:
<bool name="config_animateScreenLights">true</bool>
- Replace true with false. As shown below Quote:
<bool name="config_animateScreenLights">false</bool>
- Save the file and close it.
- Now compile back apk file and push back to system/framework.
- Now open your build.prop with root explorer or similar on your phone.
- search for Quote:
debug.sf.hw=1
- add # infront of this line. Like this Quote:
#debug.sf.hw=1
- save it and restart your phone
