How can I change default CyanogenMod settings from sources? For example, how can I change Screen-off animation to OFF from ON?
Help please
0x0v3rfl0w said:
How can I change default CyanogenMod settings from sources? For example, how can I change Screen-off animation to OFF from ON?
Help please
Click to expand...
Click to collapse
CyanogenMod settings > Display > tick screen animation on n screen animation off...
Is tis u asked?
Sent using LGE Xda Secret phone
dax4182 said:
CyanogenMod settings > Display > tick screen animation on n screen animation off...
Is tis u asked?
Sent using LGE Xda Secret phone
Click to expand...
Click to collapse
from sources.
0x0v3rfl0w said:
from sources.
Click to expand...
Click to collapse
I forgot it, if i can remember i can help u, sorry...
Sent using LGE Xda Secret phone
All what you can change, you can do it in xml files. Overwrite specified settings in a
overlay in your device folder. In the case of CRT Screen animation, the value is searched in frameworks/base/core/res/res/xml/config.xml...
DONT do that direct in android sources, its a high risk to damage the complete build - do
changes only in your overlay folder!!!
andy572 said:
All what you can change, you can do it in xml files. Overwrite specified settings in a
overlay in your device folder. In the case of CRT Screen animation, the value is searched in frameworks/base/core/res/res/xml/config.xml...
DONT do that direct in android sources, its a high risk to damage the complete build - do
changes only in your overlay folder!!!
Click to expand...
Click to collapse
i don't found config.xml in that directory! ):
EDIT: I found it!!! It's in "frameworks/base/core/res/res/xml/config.xml".
Thank you Andy!
Related
Here is the Build.prop
I re-edited it to get GPU rendering
Very butter-smooth Animation
Added working Flashable Zip
Use streakmod recovery
Zip has the necessary stuff and new bootanimation
Method
1)install root explorer or similar app (i prefer es file manager)
2)Allow root permissions for the file mnager.
3)mount system s r/w
4)copy and replace the build.prop in /system/
With the attached build.prop
After succesfully passing the 4th step
Reboot your device.
Now see the power of your gpu rendered animation
Have a good day.
Enjoy
Download link
Primary
http://www.4shared.com/file/W3sQlMLv/build.html
Mirrors
http://www.multiupload.com/7NMIDQN3VM
Download Link For the strmod flashable zip.
http://www.4shared.com/file/NBTYKA3B/GB_SD_24_CRT_GPU.html
Please dont forget to hit thanks button
just modify build.prop in system like this
debug.composition.type=mdp"
to:
"debug.composition.type=gpu"
thn save and exit (root explorer) and restart.
works perfect on my StreakDroid 2.4.3
Thanks!!! works fine on 2.4.3
Please post in Themes and Apps as this is not development.
Thanks to maxicet for the info re: GPU rendering. I believe DJ_Steve will be adding it default to the next build of GB.
sajibcy said:
just modify build.prop in system like this
debug.composition.type=mdp"
to:
"debug.composition.type=gpu"
thn save and exit (root explorer) and restart.
works perfect on my StreakDroid 2.4.3
Click to expand...
Click to collapse
Much better way of going about this change. IMO
I'm sure many people make changes to their build.prop, myself included. I wouldn't want to replace my current file and then have to make all those changes again.
Worked for me - I had to change Spare Parts to make the animations "Normal" speed to see the CRT animation. Looks beautiful!
Mike's Aria said:
Much better way of going about this change. IMO
I'm sure many people make changes to their build.prop, myself included. I wouldn't want to replace my current file and then have to make all those changes again.
Click to expand...
Click to collapse
oh yea...easy and simple. thnx to maxicet who bring this out.
Great but since the buildprop sets density to 240, the phone process constantly force closes...
Sent from my Dell Streak using xda premium
greekunit690 said:
Great but since the buildprop sets density to 240, the phone process constantly force closes...
Sent from my Dell Streak using xda premium
Click to expand...
Click to collapse
Did you find a fix for this? I'm getting the same FC on the phone process.
juxtyce said:
Did you find a fix for this? I'm getting the same FC on the phone process.
Click to expand...
Click to collapse
Delete the line for the density setting and reboot. It will go back to stock density. If you really want to maintain the new setting, there is a thread on here about it.
juxtyce said:
Did you find a fix for this? I'm getting the same FC on the phone process.
Click to expand...
Click to collapse
You can go up to 180 with no problems...if you want more I read somewhere on here about flashing a zipfile of phone and contacts.apk or just use alternate. I for one like the go dialer and go contacts.
Sent from my Dell Streak using xda premium
I changed the
"debug.composition.type=mdp"
to:
"debug.composition.type=gpu"
But Youtube and any video become white while playing!
HishamN said:
I changed the
"debug.composition.type=mdp"
to:
"debug.composition.type=gpu"
But Youtube and any video become white while playing!
Click to expand...
Click to collapse
which rom u r using? if 2.4.2 thn update to newer. im using 2.4.3. works perfect.
sajibcy said:
which rom u r using? if 2.4.2 thn update to newer. im using 2.4.3. works perfect.
Click to expand...
Click to collapse
Sorry I forgot the version, its same as yours 2.4.3!
Hi, i like overclocking and i would like to know where are these settings saved (like build.prop or i.e INI file just as windows) so that i can modify the ROM i'm using to be pre-OC'd whenever i re-install it.
Thanks in advance
Chefry22 said:
Hi, i like overclocking and i would like to know where are these settings saved (like build.prop) so that i can modify the ROM i'm using to be pre-OC'd whenever i re-install it.
Thanks in advance
Click to expand...
Click to collapse
What rom you using? If its minicm or cyaongen based go to settings then cyanogen settings then performance then cpu settings
sent from the inside of my ass
Just found this
http://forum.xda-developers.com/showthread.php?t=1306044
so if you are still on Gingerbread and wants that CRT animation again, just download and put it on system/lib folder with rw-r--r-- permission
This is not my work (basically just ported from 2.3.3 ROM to 2.3.4 ROM) and unfortunately no ICS CRT anim unless somebody who have the source code can create one for us on ICS.
hansip87 said:
Just found this
http://forum.xda-developers.com/showthread.php?t=1306044
so if you are still on Gingerbread and wants that CRT animation again, just download and put it on system/lib folder with rw-r--r-- permission
This is not my work (basically just ported from 2.3.3 ROM to 2.3.4 ROM) and unfortunately no ICS CRT anim unless somebody who have the source code can create one for us on ICS.
Click to expand...
Click to collapse
Great...im sure a good dev like you and other out there will find the way,just about the time
Finally CRT animation on 2.3.4
Thanks for posting this hansip87!
hansip87 said:
Just found this
http://forum.xda-developers.com/showthread.php?t=1306044
so if you are still on Gingerbread and wants that CRT animation again, just download and put it on system/lib folder with rw-r--r-- permission
This is not my work (basically just ported from 2.3.3 ROM to 2.3.4 ROM) and unfortunately no ICS CRT anim unless somebody who have the source code can create one for us on ICS.
Click to expand...
Click to collapse
How does one get the source code for ICS?
If you think you can do it, just let me know and I'll search the globe for frameworks and such
[SIC] said:
How does one get the source code for ICS?
If you think you can do it, just let me know and I'll search the globe for frameworks and such
Click to expand...
Click to collapse
Well, it's an .so file, not a framework one mate. same problem with Rotation Effect that only resides on ICS but not in GB caused by native nature of the effect (C++ based). So yeah can only look at the original source code, not just a disassembled like smali code
hansip87 said:
Well, it's an .so file, not a framework one mate. same problem with Rotation Effect that only resides on ICS but not in GB caused by native nature of the effect (C++ based). So yeah can only look at the original source code, not just a disassembled like smali code
Click to expand...
Click to collapse
Ok, so we cannot dissect an ICS ROM with CRT and steal from that
Originally Posted by qrim
How I can install only CRT screen off animation?
see this post
1. extract .zip
2. put libsurfaceflinger.so to /system/lib
3. set permission rw-r--r--
4. reboot ur phone
I did it and my phone does not start, Sony Ericsson must be provided and will not go forward! Need help!
(I extract .zip, put libsurfaceflinger.so to /system/lib and then phone reboot automatically).
Hello Everybody,
anyone has this on ICS already succesfully ported?
X-Ray-S said:
Hello Everybody,
anyone has this on ICS already succesfully ported?
Click to expand...
Click to collapse
No :-(
Sent from my ST18i
the aokp team kang rom is based on ICS and has CRT animation screen off. Maybe someone can look into it!
Sent from my ST18i using XDA
for me i will wait for ics CRT Animation screen
Would this work for ICS on Ray?
http://forum.xda-developers.com/showthread.php?t=1578854
I would try it myself but I'm a big wus.
booshankly said:
Would this work for ICS on Ray?
http://forum.xda-developers.com/showthread.php?t=1578854
I would try it myself but I'm a big wus.
Click to expand...
Click to collapse
Nope. The case is different. With Samsung, it was turned off. With Sony, it was replaced in the native file. So no use.
sent from my white ray using XDA App
Hi,
can somebody make a flashable.zip of Setting from Ferlabs New Generation/JAF Rom? He took the Setting from T.E.A.M i guess.. ThGo has same Settings.. I want them in Achotjans Rom and it is perfect!
Thanks.
Here you go man i think this is what you are looking for,the only think its that this have the fera logo on it also the fera legend on settings but its working just flash it trough xrec or cwm
http://db.tt/3abEkJKT
Sent from my x10 using xda premium
Hi ,
thanks for you answer - no bro this isnt what I am searching for I want the Tweaks from T.E.A.M
Extra UI Settings
System Tweaks
I want these two options - so I can change Battery etc..
To change the logo, just unzip it and fo to framework folder and replace the logo - then you got normal settings logo
Hi Dezhezzi
TigerStyleZ said:
Hi ,
thanks for you answer - no bro this isnt what I am searching for I want the Tweaks from T.E.A.M
Extra UI Settings
System Tweaks
I want these two options - so I can change Battery etc..
To change the logo, just unzip it and fo to framework folder and replace the logo - then you got normal settings logo
Click to expand...
Click to collapse
System
Setting, "Global Equalizer" delete line ?
TigerStyleZ said:
Hi ,
thanks for you answer - no bro this isnt what I am searching for I want the Tweaks from T.E.A.M
Extra UI Settings
System Tweaks
I want these two options - so I can change Battery etc..
To change the logo, just unzip it and fo to framework folder and replace the logo - then you got normal settings logo
Click to expand...
Click to collapse
these are baked into the actual framework the app does nothing other than tell them what to do.
Pvy.
Hello.
I need set screen resolution 720x480 (480p) in my custom android firmware for X96s
I tried in build.prop:
- const.window.w and const.window.h
- debug.drm.mode.force=720x480
- ro.sf.lcd_density.
I tried to delete DroidTvSettings.apk from firmware...
nothing works(((
Please help me!
antagon said:
Hello.
I need set screen resolution 720x480 (480p) in my custom android firmware for X96s
I tried in build.prop:
- const.window.w and const.window.h
- debug.drm.mode.force=720x480
- ro.sf.lcd_density.
I tried to delete DroidTvSettings.apk from firmware...
nothing works(((
Please help me!
Click to expand...
Click to collapse
I also tried to change resolution using ADB. size of elements of screen is changing, but real resolution (wich i chek in monitor), not change
antagon said:
I also tried to change resolution using ADB. size of elements of screen is changing, but real resolution (wich i chek in monitor), not change
Click to expand...
Click to collapse
What you are changing here seems to be DPI and not resolution, you've tried removing settings app, gave you tried replacing or adding the settings from an Android TV rom, these settings have reloloution options to choose from manually
aidanmacgregor said:
What you are changing here seems to be DPI and not resolution, you've tried removing settings app, gave you tried replacing or adding the settings from an Android TV rom, these settings have reloloution options to choose from manually
Click to expand...
Click to collapse
thank you!
where cn i find "settings from an Android TV rom". please help
aidanmacgregor said:
What you are changing here seems to be DPI and not resolution, you've tried removing settings app, gave you tried replacing or adding the settings from an Android TV rom, these settings have reloloution options to choose from manually
Click to expand...
Click to collapse
I have 2 files:
1. level2\system\system\priv-app\TvSettings
2. level2\vendor\app\DroidTvSettings
I tried to delete level2\vendor\app\DroidTvSettings - system is working, bu i cannnot to chnge resolution.
when I delete level2\system\system\priv-app\TvSettings - system not working.
Could You write some instruction
aidanmacgregor said:
What you are changing here seems to be DPI and not resolution, you've tried removing settings app, gave you tried replacing or adding the settings from an Android TV rom, these settings have reloloution options to choose from manually
Click to expand...
Click to collapse
I find source code:
GitHub - khadas/android_vendor_amlogic_apps_DroidTvSettings at khadas-vims-pie
Contribute to khadas/android_vendor_amlogic_apps_DroidTvSettings development by creating an account on GitHub.
github.com
GitHub - khadas/android_packages_apps_TvSettings at khadas-vims-pie
Contribute to khadas/android_packages_apps_TvSettings development by creating an account on GitHub.
github.com
but i caanot to make apk
How can i do it
antagon said:
I find source code:
GitHub - khadas/android_vendor_amlogic_apps_DroidTvSettings at khadas-vims-pie
Contribute to khadas/android_vendor_amlogic_apps_DroidTvSettings development by creating an account on GitHub.
github.com
GitHub - khadas/android_packages_apps_TvSettings at khadas-vims-pie
Contribute to khadas/android_packages_apps_TvSettings development by creating an account on GitHub.
github.com
but i caanot to make apk
How can i do it
Click to expand...
Click to collapse
I will upload some apks for you to try replacing said settings See if that works for you
aidanmacgregor said:
I will upload some apks for you to try replacing said settings See if that works for you
Click to expand...
Click to collapse
super. What link i can find this apk?
aidanmacgregor said:
I will upload some apks for you to try replacing said settings See if that works for you
Click to expand...
Click to collapse
Hello, aidanmacgregor. I'm really need it. And I'm waiting it. Please help)