Hi
I want to set default value of windows animation scale in dev setting from 1x to 0,0x in my Rom
So i put this script in updater-script
Code:
run_program("/system/xbin/sqlite3", "/data/data/com.android.providers.settings/databases/settings.db", "update system set value=0.0 where name='transition_animation_scale';");
run_program("/system/xbin/sqlite3", "/data/data/com.android.providers.settings/databases/settings.db", "update system set value=0.0 where name='window_animation_scale';");
but it didn't work.
I m wrong ? please help thanks
i need to know about this too
we need skilled developer here
I am working on this as we speak..
It is not easy...but I wont give up until I find it!
Related
Hi GT-I5800 holders. Today i made a script that automatically change bootanimation resolution to 240x400 and pu**** to phone. The script is still in alpha testing and there is a big bug: fps auto change to 15. I'm working on it if someone has the solution please tell me.
If you want to try this just download and execute the script as root. It will do the rest of process.
NOTES:
-Linux only
-Telephone MUST be in USB Debug mode
If someone know batch scripting can try to port this to windows please.
superfrancy97
Sorry for bad english i'm italian.
There is already an app for that http://forum.xda-developers.com/showthread.php?t=1034679
Hi all,
in order to learn something useful on ROM customization i begin to strip down the original SE ROM (that comes with latest update 2.1.1.C.0.0), but as always I've some doubts:
* stock market application is in some way restricted? Should I install a common one?
* how could I customize applications autostart (e.g. on event BOOT_COMPLETE and so on) without using a specific application (is there a configuration file for this or any application sets up its hooks to events)?
* is there a way to know all possible properties accepted in "build.prop"?
* if I disable the boot animation (I really hate it ;-P) in "build.prop" and in "init.rc", what boot animation's files could I remove?
Thanks
ff0000.it said:
Hi all,
in order to learn something useful on ROM customization i begin to strip down the original SE ROM (that comes with latest update 2.1.1.C.0.0), but as always I've some doubts:
* stock market application is in some way restricted? Should I install a common one?
* how could I customize applications autostart (e.g. on event BOOT_COMPLETE and so on) without using a specific application (is there a configuration file for this or any application sets up its hooks to events)?
* is there a way to know all possible properties accepted in "build.prop"?
* if I disable the boot animation (I really hate it ;-P) in "build.prop" and in "init.rc", what boot animation's files could I remove?
Thanks
Click to expand...
Click to collapse
1) Up to you.
2) Android uses a broadcast intent to announe the BOOT_COMPLETE, any app which has a reciever registered for this intent will be notified by android. And I think android reads the apk of each file every boot.(correct me if im wrong)
3)I don't know
4)the bootanimation is stored in /system/media/bootanimation.zip
Hi ruifung,
ruifung said:
1) Up to you.
2) Android uses a broadcast intent to announe the BOOT_COMPLETE, any app which has a reciever registered for this intent will be notified by android. And I think android reads the apk of each file every boot.(correct me if im wrong)
3)I don't know
4)the bootanimation is stored in /system/media/bootanimation.zip
Click to expand...
Click to collapse
1. I'm so glad about It :-D
2. so i'm wondering what application like "gemini app manager" does when you change an application's autorun behaviour and faith (or Murphy) is by my side because his blog is in Japanese... hooray!!! :-D :-| :-/
3. ok, i'll try further investigation
4. ok, and what about these:
Code:
# ls /system/etc/semc/chargemon
anim2.rle
anim5.rle
anim1.rle
anim8.rle
anim7.rle
anim6.rle
anim4.rle
anim3.rle
When iam right is 4. The animations that the phone display when charges
Sent from my U20i with MiniCM6 v5.0 FINAL
Hey
how's everybody??
My question is how can i change the default system settings in my custom rom?? like brightness / screen time-out / USB debugging .. etc
i have an idea but i don't know how to do it, backup the settings and but the restore file into the rom files, so it will restore it while the user try to insall in rom, but i don't know how to do it
sorry about my poor English
Hi mate,
You should be able to change screen brightness and screen timeout settings in Settings>Display
And USB Debugging is in Settings>Applications>Development
They are simple changes and you really don't need to save the settings off.
systemcrasher said:
Hi mate,
You should be able to change screen brightness and screen timeout settings in Settings>Display
And USB Debugging is in Settings>Applications>Development
They are simple changes and you really don't need to save the settings off.
Click to expand...
Click to collapse
First off thanks for ur replay .. i know its so simple to change them since the rom had installed, but i want to change them from apk files or the other system files
so the user going to have the new settings just when he finished installing the rom files through CWM
one more time i'm sorry about my bad English
Hi friends,
Can anyone tell me about some tutorial for changing android system settings by code.
System Settings like:
Ringtones
Vibration
Volume
Brightness
etc
If anyone please tell me the names of the classes in which I have to look into, it will also be helpful.
Thanks
First of all it would be better if u have root
Further you need the terminal emulator app
Afterwards u could use try and error or look out for linux comands in the internet
Have you tried this? http://stackoverflow.com/questions/10018163/change-ringtone-in-android
Your app must have the android.permission.WRITE_SETTINGS permission.
ok so im trying to make screen stream mirroring work and i havent been able too. i downloaded the startup tool for non rooted devices . I followed the instructions and when I run the windows batch file the command prompt window says not enough storage available to process this command . I googled that to see if I could find a solution and it said to do this :
To do this follow the steps below:
1. Click on Start > Run > regedit & press Enter
2. Find this key name HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\LanmanServer\Parameters
3. Locate IRPStackSize
4. If this value does not exist Right Click on Parameters key and Click on New > Dword Value and type in IRPStackSize under the name.
5. The name of the value must be exactly (combination of uppercase and lowercase letters) the same as what I have above.
6. Right Click on the IRPStackSize and click on Modify
7. Select Decimal enter a value higher than 15(Maximum Value is 50 decimal) and Click Ok (i changed my value to 50)
8. You can close the registry editor and restart your computer.
that didnt work and it seems to be the only solution out there any ideas on how to make this work . im running android marshmelon 6 so i shouldnt even have to do that... but i havent manage to make the app work thats why i am trying this .... if any one can help me to make the app work one way or another i would appreciate itr . nb: I am kinda new at this so try to explain it so that is easy to understand thanks