[GUIDE]HOW-TO Holo Light On Settings.apk [4.0/ICS/CM9][4.1/JB/CM10][4.2/JB/CM10.1]

Search This thread
Hello Everyone's :D
Check it my first GUIDE on here ;)

How To Setting Holo Light


First step
1. Know how to compile and recompile
2. Disable your Signature Verifiication or you can follow this GUIDE GO HERE Thanks To Om @dugeriss
3. Now decompile your Settings.apk
and edit AndroidManifest.xml

Replace BLUE Code with RED Code

Code:
[COLOR="Blue"]android:theme="@*android:style/Theme.Holo"[/COLOR] = [COLOR="Red"]android:theme="@*android:style/Theme.Holo.Light"[/COLOR]
[COLOR="Blue"]android:theme="@*android:style/Theme.Holo.NoActionBar"[/COLOR] = [COLOR="Red"]android:theme="@*android:style/Theme.Holo.Light.NoActionBar"[/COLOR]
[COLOR="Blue"]android:theme="@*android:style/Theme.Holo.DialogWhenLarge"[/COLOR] = [COLOR="Red"]android:theme="@*android:style/Theme.Holo.Light.DialogWhenLarge"[/COLOR]
[COLOR="Blue"]android:theme="@*android:style/Theme.Holo.Dialog.Alert"[/COLOR] = [COLOR="Red"]android:theme="@*android:style/Theme.Holo.Light.Dialog.Alert"[/COLOR]
[COLOR="Blue"]android:theme="@*android:style/Theme.Holo.Panel"[/COLOR] = [COLOR="Red"]android:theme="@*android:style/Theme.Holo.Light.Panel"[/COLOR]
[COLOR="Blue"]android:theme="@*android:style/Theme.Dialog"[/COLOR] = [COLOR="Red"]android:theme="@*android:style/Theme.Holo.Light.Dialog"[/COLOR]

Change all code
You'r done now :laugh:

4. compile your Settings Project
6. sign in

7. decompile your framework-res.apk and go to res/values/colors.xml
Code:
    [COLOR="Blue"]<color name="background_light">#ffffffff</color>[/COLOR] Change with this     [COLOR="red"]<color name="background_light">#ff000000</color>[/COLOR]
8. Compile Your framework-res Project
9. sign in
10. Push to Your system
11. Done ! :victory:

Sorry For My Bad English:p

Press Thanks If I Help You :fingers-crossed:
 

Attachments

  • Screenshot_2014-05-23-00-53-44.png
    Screenshot_2014-05-23-00-53-44.png
    83.3 KB · Views: 4,548
  • Screenshot_2014-05-21-03-39-53.png
    Screenshot_2014-05-21-03-39-53.png
    98.7 KB · Views: 4,076
Last edited:

D2Y aka E

Senior Member
Feb 4, 2014
306
73
muara wahau (borneo)
Hello Everyone's :D
Check it my first GUIDE on here ;)

How To Setting Holo Light


First step
1. Know how to compile and recompile
2. Disable your Signature Verifiication or you can follow this GUIDE GO HERE Thanks To Om @dugeriss
3. Now decompile your Settings.apk
and edit AndroidManifest.xml

Replace BLUE Code with RED Code

android:theme="@*android:style/Theme.Holo" = android:theme="@*android:style/Theme.Holo.Light"
android:theme="@*android:style/Theme.Holo.NoActionBar" = android:theme="@*android:style/Theme.Holo.Light.NoActionBar"
android:theme="@*android:style/Theme.Holo.DialogWhenLarge" = android:theme="@*android:style/Theme.Holo.Light.DialogWhenLarge"
android:theme="@*android:style/Theme.Holo.Dialog.Alert" = android:theme="@*android:style/Theme.Holo.Light.Dialog.Alert"
android:theme="@*android:style/Theme.Holo.Panel" = android:theme="@*android:style/Theme.Holo.Light.Panel"
android:theme="@*android:style/Theme.Dialog" = android:theme="@*android:style/Theme.Holo.Light.Dialog"

Change all code
You'r done now :laugh:

4. compile your Settings Project
6. sign in

7. decompile your framework-res.apk and go to res/values/colors.xml
<color name="background_light">#ffffffff</color> Change with this <color name="background_light">#ff000000</color>
8. Compile Your framework-res Project
9. sign in
10. Push to Your system
11. Done ! :victory:

Sorry For My Bad English:p

Press Thanks If I Help You :fingers-crossed:

nice guide om
 

irhamantap

Member
Mar 30, 2014
6
0
27
Tangerang
Hello Everyone's :D
Check it my first GUIDE on here ;)

How To Setting Holo Light


First step
1. Know how to compile and recompile
2. Disable your Signature Verifiication or you can follow this GUIDE GO HERE Thanks To Om @dugeriss
3. Now decompile your Settings.apk
and edit AndroidManifest.xml

Replace BLUE Code with RED Code

Code:
[COLOR="Blue"]android:theme="@*android:style/Theme.Holo"[/COLOR] = [COLOR="Red"]android:theme="@*android:style/Theme.Holo.Light"[/COLOR]
[COLOR="Blue"]android:theme="@*android:style/Theme.Holo.NoActionBar"[/COLOR] = [COLOR="Red"]android:theme="@*android:style/Theme.Holo.Light.NoActionBar"[/COLOR]
[COLOR="Blue"]android:theme="@*android:style/Theme.Holo.DialogWhenLarge"[/COLOR] = [COLOR="Red"]android:theme="@*android:style/Theme.Holo.Light.DialogWhenLarge"[/COLOR]
[COLOR="Blue"]android:theme="@*android:style/Theme.Holo.Dialog.Alert"[/COLOR] = [COLOR="Red"]android:theme="@*android:style/Theme.Holo.Light.Dialog.Alert"[/COLOR]
[COLOR="Blue"]android:theme="@*android:style/Theme.Holo.Panel"[/COLOR] = [COLOR="Red"]android:theme="@*android:style/Theme.Holo.Light.Panel"[/COLOR]
[COLOR="Blue"]android:theme="@*android:style/Theme.Dialog"[/COLOR] = [COLOR="Red"]android:theme="@*android:style/Theme.Holo.Light.Dialog"[/COLOR]

Change all code
You'r done now :laugh:

4. compile your Settings Project
6. sign in

7. decompile your framework-res.apk and go to res/values/colors.xml
Code:
    [COLOR="Blue"]<color name="background_light">#ffffffff</color>[/COLOR] Change with this     [COLOR="red"]<color name="background_light">#ff000000</color>[/COLOR]
8. Compile Your framework-res Project
9. sign in
10. Push to Your system
11. Done ! :victory:

Sorry For My Bad English:p

Press Thanks If I Help You :fingers-crossed:


Keren mas :D hehe bisa nih kayaknya private :D
 

green world

Member
Apr 30, 2014
15
3
jakarta
Hello Everyone's :D
Check it my first GUIDE on here ;)

How To Setting Holo Light


First step
1. Know how to compile and recompile
2. Disable your Signature Verifiication or you can follow this GUIDE GO HERE Thanks To Om @dugeriss
3. Now decompile your Settings.apk
and edit AndroidManifest.xml

Replace BLUE Code with RED Code

Code:
[COLOR="Blue"]android:theme="@*android:style/Theme.Holo"[/COLOR] = [COLOR="Red"]android:theme="@*android:style/Theme.Holo.Light"[/COLOR]
[COLOR="Blue"]android:theme="@*android:style/Theme.Holo.NoActionBar"[/COLOR] = [COLOR="Red"]android:theme="@*android:style/Theme.Holo.Light.NoActionBar"[/COLOR]
[COLOR="Blue"]android:theme="@*android:style/Theme.Holo.DialogWhenLarge"[/COLOR] = [COLOR="Red"]android:theme="@*android:style/Theme.Holo.Light.DialogWhenLarge"[/COLOR]
[COLOR="Blue"]android:theme="@*android:style/Theme.Holo.Dialog.Alert"[/COLOR] = [COLOR="Red"]android:theme="@*android:style/Theme.Holo.Light.Dialog.Alert"[/COLOR]
[COLOR="Blue"]android:theme="@*android:style/Theme.Holo.Panel"[/COLOR] = [COLOR="Red"]android:theme="@*android:style/Theme.Holo.Light.Panel"[/COLOR]
[COLOR="Blue"]android:theme="@*android:style/Theme.Dialog"[/COLOR] = [COLOR="Red"]android:theme="@*android:style/Theme.Holo.Light.Dialog"[/COLOR]

Change all code
You'r done now :laugh:

4. compile your Settings Project
6. sign in

7. decompile your framework-res.apk and go to res/values/colors.xml
Code:
    [COLOR="Blue"]<color name="background_light">#ffffffff</color>[/COLOR] Change with this     [COLOR="red"]<color name="background_light">#ff000000</color>[/COLOR]
8. Compile Your framework-res Project
9. sign in
10. Push to Your system
11. Done ! :victory:

Sorry For My Bad English:p

Press Thanks If I Help You :fingers-crossed:
Good job opa
 
  • Like
Reactions: shevchovski

Top Liked Posts

  • There are no posts matching your filters.
  • 14
    Hello Everyone's :D
    Check it my first GUIDE on here ;)

    How To Setting Holo Light


    First step
    1. Know how to compile and recompile
    2. Disable your Signature Verifiication or you can follow this GUIDE GO HERE Thanks To Om @dugeriss
    3. Now decompile your Settings.apk
    and edit AndroidManifest.xml

    Replace BLUE Code with RED Code

    Code:
    [COLOR="Blue"]android:theme="@*android:style/Theme.Holo"[/COLOR] = [COLOR="Red"]android:theme="@*android:style/Theme.Holo.Light"[/COLOR]
    [COLOR="Blue"]android:theme="@*android:style/Theme.Holo.NoActionBar"[/COLOR] = [COLOR="Red"]android:theme="@*android:style/Theme.Holo.Light.NoActionBar"[/COLOR]
    [COLOR="Blue"]android:theme="@*android:style/Theme.Holo.DialogWhenLarge"[/COLOR] = [COLOR="Red"]android:theme="@*android:style/Theme.Holo.Light.DialogWhenLarge"[/COLOR]
    [COLOR="Blue"]android:theme="@*android:style/Theme.Holo.Dialog.Alert"[/COLOR] = [COLOR="Red"]android:theme="@*android:style/Theme.Holo.Light.Dialog.Alert"[/COLOR]
    [COLOR="Blue"]android:theme="@*android:style/Theme.Holo.Panel"[/COLOR] = [COLOR="Red"]android:theme="@*android:style/Theme.Holo.Light.Panel"[/COLOR]
    [COLOR="Blue"]android:theme="@*android:style/Theme.Dialog"[/COLOR] = [COLOR="Red"]android:theme="@*android:style/Theme.Holo.Light.Dialog"[/COLOR]

    Change all code
    You'r done now :laugh:

    4. compile your Settings Project
    6. sign in

    7. decompile your framework-res.apk and go to res/values/colors.xml
    Code:
        [COLOR="Blue"]<color name="background_light">#ffffffff</color>[/COLOR] Change with this     [COLOR="red"]<color name="background_light">#ff000000</color>[/COLOR]
    8. Compile Your framework-res Project
    9. sign in
    10. Push to Your system
    11. Done ! :victory:

    Sorry For My Bad English:p

    Press Thanks If I Help You :fingers-crossed:
    5
    Reserved for something :D
    3

    hehe :D just a little guide om.. thanks :good:
    2
    Nice guide om :cowboy:
    2
    Hello Everyone's :D
    Check it my first GUIDE on here ;)

    How To Setting Holo Light


    First step
    1. Know how to compile and recompile
    2. Disable your Signature Verifiication or you can follow this GUIDE GO HERE Thanks To Om @dugeriss
    3. Now decompile your Settings.apk
    and edit AndroidManifest.xml

    Replace BLUE Code with RED Code

    android:theme="@*android:style/Theme.Holo" = android:theme="@*android:style/Theme.Holo.Light"
    android:theme="@*android:style/Theme.Holo.NoActionBar" = android:theme="@*android:style/Theme.Holo.Light.NoActionBar"
    android:theme="@*android:style/Theme.Holo.DialogWhenLarge" = android:theme="@*android:style/Theme.Holo.Light.DialogWhenLarge"
    android:theme="@*android:style/Theme.Holo.Dialog.Alert" = android:theme="@*android:style/Theme.Holo.Light.Dialog.Alert"
    android:theme="@*android:style/Theme.Holo.Panel" = android:theme="@*android:style/Theme.Holo.Light.Panel"
    android:theme="@*android:style/Theme.Dialog" = android:theme="@*android:style/Theme.Holo.Light.Dialog"

    Change all code
    You'r done now :laugh:

    4. compile your Settings Project
    6. sign in

    7. decompile your framework-res.apk and go to res/values/colors.xml
    <color name="background_light">#ffffffff</color> Change with this <color name="background_light">#ff000000</color>
    8. Compile Your framework-res Project
    9. sign in
    10. Push to Your system
    11. Done ! :victory:

    Sorry For My Bad English:p

    Press Thanks If I Help You :fingers-crossed:

    nice guide om