[GUIDE]Adding Extra Pages in Settings

Search This thread

shadman0

Senior Member
Nov 8, 2013
346
124
Delhi
www.milkshakerom.blogspot.com
Hello Today I Have Bring {GUIDE}.All the Credits goes to PineappleOWL.So I have Modify Some Things.

Downloads-Link in Attachment

Instructions:
Pull Setting from Your Phone
apktool d Settings.apk
Downloads the File and extract
Open AndroidManiFiest
find
HTML:
 <uses-library android:name="touchwiz" />
below add this
HTML:
<activity android:name="ExtraPages" />

recomnile settings
decomnile its again
open Pubic.xml from for values/public
find extra_pages note ids code
open smali/com/shadman0/ExtraPages
Find
[HTM]L0x7f04003b[/HTML]
change it to accroding to your Public.xml
open string add this
HTML:
<string name="extra_pages">Extra Pages</string>
befor </resources>
open res/xml/settings.xml
paste this before Resources
HTML:
<com.android.settings.IconPreferenceScreen android:title="@string/extra_page"         settings:icon="@drawable/milkshake_bar">
        <intent android:targetPackage="com.android.settings" android:action="android.intent.action.MAIN" android:targetClass="com.android.shadman0.ExtraPages" />
    </com.android.settings.IconPreferenceScreen>

Credits:
PineappleOWL
 
  • Like
Reactions: JCVillegas78

Top Liked Posts

  • There are no posts matching your filters.
  • 1
    Hello Today I Have Bring {GUIDE}.All the Credits goes to PineappleOWL.So I have Modify Some Things.

    Downloads-Link in Attachment

    Instructions:
    Pull Setting from Your Phone
    apktool d Settings.apk
    Downloads the File and extract
    Open AndroidManiFiest
    find
    HTML:
     <uses-library android:name="touchwiz" />
    below add this
    HTML:
    <activity android:name="ExtraPages" />

    recomnile settings
    decomnile its again
    open Pubic.xml from for values/public
    find extra_pages note ids code
    open smali/com/shadman0/ExtraPages
    Find
    [HTM]L0x7f04003b[/HTML]
    change it to accroding to your Public.xml
    open string add this
    HTML:
    <string name="extra_pages">Extra Pages</string>
    befor </resources>
    open res/xml/settings.xml
    paste this before Resources
    HTML:
    <com.android.settings.IconPreferenceScreen android:title="@string/extra_page"         settings:icon="@drawable/milkshake_bar">
            <intent android:targetPackage="com.android.settings" android:action="android.intent.action.MAIN" android:targetClass="com.android.shadman0.ExtraPages" />
        </com.android.settings.IconPreferenceScreen>

    Credits:
    PineappleOWL