Firefly Open Source Community

Title: How to set 'Developer Options', Animation Scales to '0' on first boot? [Print This Page]

Author: dewet    Time: 8/22/2015 17:50
Title: How to set 'Developer Options', Animation Scales to '0' on first boot?
Hi

I want to enable 'Developer Settings' and settings under it like the animations and set the animations to '0' on first boot.
What files need to be edited?
For bluetooth, wifi on on first boot it was bool.xml in Settingsprovider.apk
But these settings are in Settings.apk file.
I want to change to bold items value on first boot.


    <string-array name="window_animation_scale_entries">
        <item>Animation off</item>
        <item>Animation scale .5x</item>
        <item>Animation scale 1x</item>
        <item>Animation scale 1.5x</item>
        <item>Animation scale 2x</item>
        <item>Animation scale 5x</item>
        <item>Animation scale 10x</item>
    </string-array>
    <string-array name="window_animation_scale_values">
        <item>0</item>
        <item>.5</item>
        <item>1</item>
        <item>1.5</item>
        <item>2</item>
        <item>5</item>
        <item>10</item>
    </string-array>
    <string-array name="transition_animation_scale_entries">
        <item>Animation off</item>
        <item>Animation scale .5x</item>
        <item>Animation scale 1x</item>
        <item>Animation scale 1.5x</item>
        <item>Animation scale 2x</item>
        <item>Animation scale 5x</item>
        <item>Animation scale 10x</item>
    </string-array>
    <string-array name="transition_animation_scale_values">
       <item>0</item>
        <item>.5</item>
        <item>1</item>
        <item>1.5</item>
        <item>2</item>
        <item>5</item>
        <item>10</item>
    </string-array>
    <string-array name="animator_duration_scale_entries">
        <item>Animation off</item>
        <item>Animation scale .5x</item>
        <item>Animation scale 1x</item>
        <item>Animation scale 1.5x</item>
        <item>Animation scale 2x</item>
        <item>Animation scale 5x</item>
        <item>Animation scale 10x</item>
    </string-array>
    <string-array name="animator_duration_scale_values">
        <item>0</item>
        <item>.5</item>
        <item>1</item>
        <item>1.5</item>
        <item>2</item>
        <item>5</item>
        <item>10</item>
    </string-array>
    <string-array name="entries_auto_hdmi_mode">
        <item>Open</item>
        <item>Close</item>
    </string-array>
    <string-array name="auto_hdmi_chang_mode">
        <item>1</item>
        <item>0</item>




Welcome Firefly Open Source Community (https://bbs.t-firefly.com/) Powered by Discuz! X3.1