[Tutorials] Add author information at about the phone

Search This thread

ljg211314

Senior Member
Jul 20, 2013
53
54
HangZhou
First you have to know how to decompile

well,then

Let Tutorials Begin!

1.decompile settings.apk

2.goto res/xml open device_info_settings.xml

3.Find the last line </ PreferenceScreen>,
Add this line in the above

<Preference android:title="@string/123" android:key="123" android:summary="@string/456" style="\?android:preferenceInformationStyle" />

Attention to the alignment
123.jpg


4.Then the values ​​/ strings.xml find the last line </ resources>

Also note that the alignment

added above the <string name="123"> ROM Developer </ string>
<string name="456"> your name </ string>

(above 456 behind the is the author *information)

Then you can compile it.

well done

A little preview
456.png




my_logo.PNG
 

Attachments

  • 123.jpg
    123.jpg
    43.2 KB · Views: 172
  • 456.png
    456.png
    221.7 KB · Views: 191
Last edited:
  • Like
Reactions: velan1 and raminta

Top Liked Posts

  • There are no posts matching your filters.
  • 2
    First you have to know how to decompile

    well,then

    Let Tutorials Begin!

    1.decompile settings.apk

    2.goto res/xml open device_info_settings.xml

    3.Find the last line </ PreferenceScreen>,
    Add this line in the above

    <Preference android:title="@string/123" android:key="123" android:summary="@string/456" style="\?android:preferenceInformationStyle" />

    Attention to the alignment
    123.jpg


    4.Then the values ​​/ strings.xml find the last line </ resources>

    Also note that the alignment

    added above the <string name="123"> ROM Developer </ string>
    <string name="456"> your name </ string>

    (above 456 behind the is the author *information)

    Then you can compile it.

    well done

    A little preview
    456.png




    my_logo.PNG