[GUIDE][MOD] How to add custom banner in Settings "About Device"

Search This thread

nathanjp

Senior Member
Feb 18, 2013
511
243
Toronto


1. Download Settings Files.zip

2. Decompile your Settings.apk

3. Extract custombanner.xml of Settings Files.zip and place it in res/layout in decompiled Settings.apk

4. Open /res/xml/device_info_settings.xml

You'll see several <Preference android:title tags

5.Add this just a line above the first Preference tag:

Code:
<PreferenceCategory android:layout="@layout/custombanner" android:title="" />

6. Save the file and exit

7. Now make a .png banner for your ROM or find one on the internet. It has to be a .png
Resize your banner to 480x300 and rename it to custombanner.png

8. Place the custombanner.png in res/drawable

9. Recompile Settings.apk and Replace the settings.apk in your ROM

10. Enjoy :):good:
 
Last edited:

nathanjp

Senior Member
Feb 18, 2013
511
243
Toronto
Reserved for Screenshots

Screenshots
 

Attachments

  • Yj4Vi4Y.png
    Yj4Vi4Y.png
    175.9 KB · Views: 1,797
  • Screenshot_2013_12_10_18_42_49.jpg
    Screenshot_2013_12_10_18_42_49.jpg
    30 KB · Views: 1,677
Last edited:

sitifire

Senior Member
Apr 4, 2013
114
62
Tanjungpandan


1. Download Settings Files.zip

2. Decompile your Settings.apk

3. Extract custombanner.xml of Settings Files.zip and place it in res/layout in decompiled Settings.apk

4. Open /res/xml/device_info_settings.xml

You'll see several <Preference android:title tags

5.Add this just a line above the first Preference tag:

Code:
Code:
<PreferenceCategory android:layout="@layout/myawesomerom" android:title="" />

6. Save the file and exit

7. Now make a .png banner for your ROM or find one on the internet. It has to be a .png
Resize your banner to 480x300 and rename it to custombanner.png

8. Place the custombanner.png in res/drawable

9. Recompile Settings.apk and Replace the settings.apk in your ROM

10. Enjoy :):good:

Thanks bro... it works on my Samsung Galaxy Mega GT-I9152, but I Think there's only one mistake with your guide bro... in step number 5 :
Code:
<PreferenceCategory android:layout="@layout/myawesomerom" android:title="" />
it should be
Code:
<PreferenceCategory android:layout="@layout/custombanner" android:title="" />
Please correct me if I was wrong...Thanks...
 
Last edited:
  • Like
Reactions: nathanjp

nathanjp

Senior Member
Feb 18, 2013
511
243
Toronto
Thanks bro... it works on my Samsung Galaxy Mega GT-I9152, but I Think there's only one mistake with your guide bro... in step number 5 :
Code:
<PreferenceCategory android:layout="@layout/myawesomerom" android:title="" />
it should be
Code:
<PreferenceCategory android:layout="@layout/custombanner" android:title="" />
Please correct me if I was wrong...Thanks...

Thanks for pointing that when i war writing the xml file i thought of using myawesomerom but instead i used custombanner. Thats why i made a mistake will correct it immediately. Thanks for letting me know
 

Top Liked Posts

  • There are no posts matching your filters.
  • 11


    1. Download Settings Files.zip

    2. Decompile your Settings.apk

    3. Extract custombanner.xml of Settings Files.zip and place it in res/layout in decompiled Settings.apk

    4. Open /res/xml/device_info_settings.xml

    You'll see several <Preference android:title tags

    5.Add this just a line above the first Preference tag:

    Code:
    <PreferenceCategory android:layout="@layout/custombanner" android:title="" />

    6. Save the file and exit

    7. Now make a .png banner for your ROM or find one on the internet. It has to be a .png
    Resize your banner to 480x300 and rename it to custombanner.png

    8. Place the custombanner.png in res/drawable

    9. Recompile Settings.apk and Replace the settings.apk in your ROM

    10. Enjoy :):good:
    1


    1. Download Settings Files.zip

    2. Decompile your Settings.apk

    3. Extract custombanner.xml of Settings Files.zip and place it in res/layout in decompiled Settings.apk

    4. Open /res/xml/device_info_settings.xml

    You'll see several <Preference android:title tags

    5.Add this just a line above the first Preference tag:

    Code:
    Code:
    <PreferenceCategory android:layout="@layout/myawesomerom" android:title="" />

    6. Save the file and exit

    7. Now make a .png banner for your ROM or find one on the internet. It has to be a .png
    Resize your banner to 480x300 and rename it to custombanner.png

    8. Place the custombanner.png in res/drawable

    9. Recompile Settings.apk and Replace the settings.apk in your ROM

    10. Enjoy :):good:

    Thanks bro... it works on my Samsung Galaxy Mega GT-I9152, but I Think there's only one mistake with your guide bro... in step number 5 :
    Code:
    <PreferenceCategory android:layout="@layout/myawesomerom" android:title="" />
    it should be
    Code:
    <PreferenceCategory android:layout="@layout/custombanner" android:title="" />
    Please correct me if I was wrong...Thanks...
    1
    Works perfect on sprint Galaxy Note 3 running stock deodexed lollipop rom. Thanks for this. It's awesome!!