[EXR][4.3][MOD][ROOT] Sony Xperia Manage notifications && Status bar icons

Search This thread

funky0308

Inactive Recognized Themer
Aug 27, 2012
7,029
5,681
Osijek
Ya mate what he mean is there is xtra menu setting which is Home

In root of settings or in personalization submenu?
Are we talking about that what I removed for you?

I don't know for that because I'm always editing my settings.apk and I add what I need..

If I get this right, you have extra tab in settings for Home settings and that should be Z2/KK feature.

So, probably, some files, besides new home.apk are missing...

Sent from my C6903 using Tapatalk
 

iHeymanth

Senior Member
May 30, 2013
1,382
247
Vizag

Attachments

  • 1395054068804.jpg
    1395054068804.jpg
    50.7 KB · Views: 182
  • Like
Reactions: funky0308

funky0308

Inactive Recognized Themer
Aug 27, 2012
7,029
5,681
Osijek
I'm using the LEO posted settings.apk in #32 post

You tried with new Home.apk, from Z2?
You can always remove that from settings if it doesn't work.

Is there anyone who have working home in settings?

I'm sorry if that's something you already talked about, I'm in the car and it's kinda hard to search for all that - just trying to help here.

If nobody can't find a wat, upload your settings.apk and I'll try to check that this afternoon

BTW - tnx for screenshot ;)

Sent from my C6903 using Tapatalk
 

sfex3best

Senior Member
Jun 27, 2011
420
44
Tried this on my Xperia Z1 seems to be working. thanks
Though unfortunately if I go on Settings > Home = Force Close Settings > Sound > Volume = Force Close
 
Last edited:

iHeymanth

Senior Member
May 30, 2013
1,382
247
Vizag
You tried with new Home.apk, from Z2?
You can always remove that from settings if it doesn't work.

Is there anyone who have working home in settings?

I'm sorry if that's something you already talked about, I'm in the car and it's kinda hard to search for all that - just trying to help here.

If nobody can't find a wat, upload your settings.apk and I'll try to check that this afternoon

BTW - tnx for screenshot ;)

Sent from my C6903 using Tapatalk

yes. new z2 home worked fine but didnt get the ui swiping effects so went back to the serajr home which has cool effects .

jst flashed rizal lovins new rom. will test on it too.
 

Top Liked Posts

  • There are no posts matching your filters.
  • 14
    :eek::D

    Instructions:

    Make sure u have the Xperia ZUltra ( kk v4.4.2 ) SystemUI from @serajr..

    CREDIT: @serajr For The Original Thread http://xdaforums.com/showthread.php?t=2677224

    Screenshots:

    Screenshot_1.jpgScreenshot_2.jpgScreenshot_3.jpg


    Installation

    Download the zip
    flash it
    Reboot
    Done


    Download

    Settings Addon.zip




    have fun!!:victory:


    1.decompile /system/app/Settings.apk
    2.and open Settings.apk\res\xml\personalization_settings.xml,
    3.then add

    Code:
        <com.sonymobile.settings.preference.IntentPreference android:key="notifications" settings:dependOnIsValidIntent="true" settings:hasMetaData="true">
            <intent android:targetPackage="com.sonyericsson.settings" android:targetClass="com.sonymobile.settings.notifications.NotificationSettings" />
        </com.sonymobile.settings.preference.IntentPreference>
    
        <com.sonymobile.settings.preference.IntentPreference android:key="system_icons" settings:dependOnIsValidIntent="true" settings:hasMetaData="true">
            <intent android:targetPackage="com.sonyericsson.settings" android:targetClass="com.sonymobile.settings.systemicon.SystemIconSettings" />
        </com.sonymobile.settings.preference.IntentPreference>


    4.Compile Settings.apk and install it with flashable zip or adb:laugh:.
    4
    Nice....
    Do you have code necessary for settings to show that in menu?

    Or if you could upload settings.apk as well and I'll add it ;)

    Tnx...

    Sent from my C6903 using Tapatalk

    Add these lines in personalization_settings.xml

    Code:
    <com.sonymobile.settings.preference.CheckBoxPreference android:title="@string/auto_hide_notifications_title" android:key="clearViewedNotifications" android:summary="@string/auto_hide_notifications_description" android:defaultValue="false" settings:valueOfSettingsSystem="clear_viewed_notifications" />
    <com.sonymobile.settings.preference.IntentPreference android:key="notifications" settings:dependOnIsValidIntent="true" settings:hasMetaData="true">
    <intent android:targetPackage="com.sonyericsson.settings" android:targetClass="com.sonymobile.settings.notifications.NotificationSettings" />
    </com.sonymobile.settings.preference.IntentPreference>
    <com.sonymobile.settings.preference.IntentPreference android:key="system_icons" settings:dependOnIsValidIntent="true" settings:hasMetaData="true">
    <intent android:targetPackage="com.sonyericsson.settings" android:targetClass="com.sonymobile.settings.systemicon.SystemIconSettings" />
    </com.sonymobile.settings.preference.IntentPreference>
    2
    on nuts rom .136 deodex, settings>home fc with simple home installed already,
    and settings>sound>sound fc too. hope for fix. :)

    i thought Home option contains Grid selection options in it.

    Wifi, Sound>Volume, are also FCs.

    Sound FC solved
    in layout\preference_dialog_ringervolume.xml line7
    change “id/by_org” to “id/to_org_header” ;)

    for wifi there are some thing different in com\android\settings\wifi\AccessPoint.smali

    i fixed it https://drive.google.com/file/d/0B4OQgs1jsOL_RlloLUJqNXNaUWM/edit?usp=sharing

    anyone who can solve the talkback fc? here is the log related @kongaz2 i trust u ;)
    Code:
    03-16 05:00:30.709 E/AndroidRuntime(27869): 	at com.android.settings.AccessibilitySettings$ToggleAccessibilityServicePreferenceFragment.createEnableDialogContentView(AccessibilitySettings.java:828)
    03-16 05:00:30.709 E/AndroidRuntime(27869): 	at com.android.settings.AccessibilitySettings$ToggleAccessibilityServicePreferenceFragment.onCreateDialog(AccessibilitySettings.java:777)
    03-16 05:00:30.709 E/AndroidRuntime(27869): 	at com.android.settings.SettingsPreferenceFragment$SettingsDialogFragment.onCreateDialog(SettingsPreferenceFragment.java:264)
    2
    lol why i didnt think of that ..works .. thanks pressed :good:

    You are using niaboc theme... :)
    I'm building theme, to be precisely - I'm updating my themes and will theme systemUI quick settings but it'll be just a small change...
    I like how they are looking now... So I'll just add some "deep" to all of them :)

    Sent from my C6903 using Tapatalk
    1
    Guys, i flashed settings addon zip file....everything works fine to me....no fc's.....but don't know what is inside the home option :confused:

    try to use the SimpleHome