[EXR][4.3][MOD][ROOT] Sony Xperia Manage notifications && Status bar icons - Sony Cross-Device General

Instructions:
Make sure u have the Xperia ZUltra ( kk v4.4.2 ) SystemUI from @serajr..
CREDIT: @serajr For The Original Thread http://forum.xda-developers.com/showthread.php?t=2677224
Screenshots:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
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:.

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

funky0308 said:
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
Click to expand...
Click to collapse
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>

@niaboc79
Awesome mate...
Thanks for this...
Deleted, OP is updated and everything is there...
Thanks
Sent from my C6903 using Tapatalk

could u make a zip for the home size grid as well @ jzqs

demonicangell™ said:
could u make a zip for the home size grid as well @ jzqs
Click to expand...
Click to collapse
FC right now:crying:

It's working great...
Tnx mate for this...finally easy way to enable/disable status bar icons...

jzqs said:
FC right now:crying:
View attachment 2630230View attachment 2630231
Click to expand...
Click to collapse

@jzqs
Hi
I tried to edit the Settings.apk but i get this error
Code:
Apk Manager 5.0.2\other\..\projects\testSettings.apk\res\values\styles.xml:92: error: Error: No resource found that matches the given name: attr 'android:textUnderlineThickness'.
I just wanted to know which version of APKTOOL you are using ?
When I use framework-res and SemcGenericUxpRes of Xperia ZL I can not even decompile the setteings, but using Xperia ZU framework-res and SemcGenericUxpRes I'm able to decompile it but when compiling it I get the same error.
Thanks.

working fine ..thanks a lot ..
but my settings icon got messed up on the quick settings panel ..it has gone more up compared to the others that are in the centre of the

Settings>HOME fc solution?
Sent from my LT25i using XDA Premium 4 mobile app

ghemanth said:
Settings>HOME fc solution?
Sent from my LT25i using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Just wait buddy...OP will somehow fix the issue or maybe my great mate Funky will try to find a way to fix it.Just be patient.

anakdayak said:
Just wait buddy...OP will somehow fix the issue or maybe my great mate Funky will try to find a way to fix it.Just be patient.
Click to expand...
Click to collapse
That's only for XS?
Sent from my C6903 using Tapatalk

talkback switch FC

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

Settings->wifi fc
Very nice work
Waiting fixed version
Tapatalk-kal küldve az én C5303-el

pemith said:
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
Click to expand...
Click to collapse
try to use the SimpleHome

Leo said:
try to use the SimpleHome
Click to expand...
Click to collapse
got it buddy....thank :good:

ghemanth said:
Settings>HOME fc solution?
Sent from my LT25i using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Oohh...now I get it...
I'm not using whole settings, I don't need simple Home.
I modified ihackers settings because that's ROM what I'm using...
Sent from my C6903 using Tapatalk

funky0308 said:
Oohh...now I get it...
I'm not using whole settings, I don't need simple Home.
I modified ihackers settings because that's ROM what I'm using...
Sent from my C6903 using Tapatalk
Click to expand...
Click to collapse
i thought Home option contains Grid selection options in it.
Wifi, Sound>Volume, are also FCs.

Related

[Tutorial]Howto Add Cpu Control & Stats in Settings.apk !

Hello People !!
As you know i have Cpu control and stats under developer options
as in my modified settings.apk and i wanna share to ya`ll howto add
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
REQUIREMENTS:
You need to know how to decompile, compile and sign an apk.
Notepad++
A Deoxeded Rom.
Settings.apk
The attachment from below
[Black and White CpuSettings + Stats]
+++++++++++++++++++++++++
1. Download the atachemtent witht the cpu apps
2. Decompile settings.apk
3. Go to res/values/strings.xml
add the following lines:
Code:
<string name="cpu_control">CPU Control</string>
<string name="cpu_control_summary">Manage CPU frequencies and governor</string>
<string name="cpu_stats">CPU Stats</string>
<string name="cpu_stats_summary">Monitor CPU usage</string>
<string name="cpu_setting_header">System</string>
Save it and close it
5. Now navigate to res/xml/development_prefs
add the following lines:
Code:
<PreferenceCategory android:title="@string/cpu_setting_header" android:key="cpu_setting_header">
<PreferenceScreen android:title="@string/cpu_control" android:key="cpu_control" android:summary="@string/cpu_control_summary">
<intent android:targetPackage="it.sineo.android.noFrillsCPUClassic" android:action="android.intent.action.MAIN" android:targetClass="it.sineo.android.noFrillsCPUClassic.activity.MainActivity" />
</PreferenceScreen>
<PreferenceScreen android:title="@string/cpu_stats" android:key="cpu_stats" android:summary="@string/cpu_stats_summary">
<intent android:targetPackage="com.bvalosek.cpuspy" android:action="android.intent.action.MAIN" android:targetClass="com.bvalosek.cpuspy.ui.HomeActivity" />
</PreferenceScreen>
</PreferenceCategory>
6. Save and close it
7. Recompile the settings
8. Make a flashable zip with the 2 apps
Cpusettings.apk and cpustats.apk and
your modified settings.apk
9. Flash and enjoy
..Credits.. ​
@DaRk-L0rD For Little Help
@ZN6: For the CPU apps​
Enjoy this tut !!
Very very nyc and useful guide bro... Not as much of hard.. Its looking very easy for me.. Surely will try
Rajeev said:
Very very nyc and useful guide bro... Not as much of hard.. Its looking very easy for me.. Surely will try
Click to expand...
Click to collapse
thanks bro @Rajeev
its kinda easy todo
Very nyc tut
Good work bro

			
				
dipesh1502 said:
Very nyc tut
Click to expand...
Click to collapse
AndroidNoob69 said:
Good work bro
Click to expand...
Click to collapse
DaRk-L0rD said:
Click to expand...
Click to collapse
Thanks brothers and teammates @dipesh1502, @AndroidNoob69 and @DaRk-L0rD
Sent From Cybertron With My Powerfull Xperia P
13 downloads
5 thanks
Thanks lazy ones !
I added my xperia sp official 4.3 settings and not avalibe this development.
Please help.
jancsessz said:
I added my xperia sp official 4.3 settings and not avalibe this development.
Please help.
Click to expand...
Click to collapse
I dont know what you mean be clear please !
Btw
Wow someone founed this thread.. Great !!
Sent From Cybertron With My Powerfull Xperia P
Pandemic said:
I dont know what you mean be clear please !
Btw
Wow someone founed this thread.. Great !!
Sent From Cybertron With My Powerfull Xperia P
Click to expand...
Click to collapse
I assume this method won't work on Samsung devices, right??
I mean this tut should be only for Sony devices, cuz it's under [Development Projects for Sony Devices], am I right?
this is just adding an app to settings? this is really universal not just for this device.
ricky310711 said:
this is just adding an app to settings? this is really universal not just for this device.
Click to expand...
Click to collapse
With this tutorial you will add the cpu settings and stats under the developer option menu. If you want to add them in the settings menu, you have to edit the settings_header.xml in the xml folder.
Most likely this tutorial works for all devices
Yeah this is on the portal !!
http://www.xda-developers.com/andro...ttings-into-sony-xperia-device-settings-menu/
Happy me ^^
Sent From Cybertron With My Powerfull Xperia P
DaRk-L0rD said:
With this tutorial you will add the cpu settings and stats under the developer option menu. If you want to add them in the settings menu, you have to edit the settings_header.xml in the xml folder.
Most likely this tutorial works for all devices
Click to expand...
Click to collapse
development settings is the right place for it
and yeah its universal! ill be adding it to the S3(SmartDroid) soon
thanks to the OP! good job!
ricky310711 said:
development settings is the right place for it
and yeah its universal! ill be adding it to the S3(SmartDroid) soon
thanks to the OP! good job!
Click to expand...
Click to collapse
@ricky310711
Yes indeed and then down below in developer options what i have, my pleasure and ok let me know if it works for Samsung
Sent From Cybertron With My Powerfull Xperia P
Pandemic said:
Hello People !!
As you know i have Cpu control and stats under developer options
as in my modified settings.apk and i wanna share to ya`ll howto add
....​
Click to expand...
Click to collapse
Hi,
can't u add already compiled .apk??? so, who don't have compile skill can take benefit from it.... ​
nnneha said:
Hi,
can't u add already compiled .apk??? so, who don't have compile skill can take benefit from it....
Click to expand...
Click to collapse
Has to be device and android version specific mate.
Pandemic said:
@ricky310711
Yes indeed and then down below in developer options what i have, my pleasure and ok let me know if it works for Samsung
Sent From Cybertron With My Powerfull Xperia P
Click to expand...
Click to collapse
works fine on the SGS3 gt-i930.

[May 10th] [How to + Mod] Let's follow kk White UI + KK CM Theme, Holo Blue genocide!

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Screenshots & Mod for Stock Deodexed!
:good:
Just one other for me!
ANY way you could make a flashable ZIP out of this?
Sent from my Nexus 5 using XDA Premium 4 mobile app
cool! anything for theming power widget?
Does it work on odexed stock ROM?
Inviato dal mio Nexus 5 utilizzando Tapatalk
Can anyone do this for stock or cataclysm?
Sent from my Nexus 5 using Tapatalk
Gh1r0 said:
Does it work on odexed stock ROM?
Inviato dal mio Nexus 5 utilizzando Tapatalk
Click to expand...
Click to collapse
Same question. Stock ROM?
unforgivenmercy said:
Can anyone do this for stock or cataclysm?
Sent from my Nexus 5 using Tapatalk
Click to expand...
Click to collapse
Here is a flashable zip for cataclysm
Cataclysm White Accent Download Post Link
how would i change the gradient color? i would like to make it look like the white theme for cataclysm but for stock roms
o galaxy 23 o said:
how would i change the gradient color? i would like to make it look like the white theme for cataclysm but for stock roms
Click to expand...
Click to collapse
Navbar and systemUI have the same background
Code:
<com.android.systemui.statusbar.phone.PhoneStatusBarView
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:systemui="http://schemas.android.com/apk/res/com.android.systemui"
android:id="@+id/status_bar"
[COLOR="Red"][B]android:background="@drawable/system_bar_background"[/B][/COLOR]
android:orientation="vertical"
android:focusable="true"
android:descendantFocusability="afterDescendants"
android:fitsSystemWindows="true"
>
<com.android.systemui.statusbar.phone.NavigationBarView
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:systemui="http://schemas.android.com/apk/res/com.android.systemui"
android:layout_height="match_parent"
android:layout_width="match_parent"
[COLOR="Red"][B] android:background="@drawable/system_bar_background"[/B][/COLOR]
>
so I think You should change these values
Open SystemUI/res/values/colors.xml
Code:
<drawable name="system_bar_background">@color/system_bar_background_opaque</drawable>
[COLOR="RoyalBlue"][B]<color name="system_bar_background_opaque">#[COLOR="DarkOrange"][B]ff000000[/B][/COLOR]</color>[/B][/COLOR] <!-- 100% black -->
[COLOR="RoyalBlue"][B]<color name="system_bar_background_semi_transparent">#[COLOR="DarkOrange"][B]66000000[/B][/COLOR]</color> [/B][/COLOR]<!-- 40% black -->
which APKTOOL should i use? the ones ive downloaded arent working properly
o galaxy 23 o said:
which APKTOOL should i use? the ones ive downloaded arent working properly
Click to expand...
Click to collapse
I use this
https://code.google.com/p/android-apktool/
o galaxy 23 o said:
which APKTOOL should i use? the ones ive downloaded arent working properly
Click to expand...
Click to collapse
You will have issues with all roms that use the Dark toggle. No apktool can decompile and recompile those yet
zelendel said:
You will have issues with all roms that use the Dark toggle. No apktool can decompile and recompile those yet
Click to expand...
Click to collapse
i just want to get the all white theme like the one here but for stock
http://forum.xda-developers.com/showthread.php?t=2537527
o galaxy 23 o said:
i just want to get the all white theme like the one here but for stock
http://forum.xda-developers.com/showthread.php?t=2537527
Click to expand...
Click to collapse
Stock roms dont really theme all that well due to the odex files.
zelendel said:
Stock roms dont really theme all that well due to the odex files.
Click to expand...
Click to collapse
dang! thanks for the tip
- ADDED DIALER INSTRUCTIONS
- UPDATED RESOURCES WITH DIALER ONES
- UPDATED FOLLOW KK UI MOD FOR NEXUS 5!!
A beer for the one who makes this Working As a flashable zip on cataclysm!
Sent from my Nexus 5 using XDA Premium 4 mobile app
Radixtrator said:
A beer for the one who makes this Working As a flashable zip on cataclysm!
Sent from my Nexus 5 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
You can post all the .apk and the framework-res.apk from Cata and I can make it XD

[GUIDE][JB 4.1.2+] How To Remove "Swipe Up Or Down" At The Lockscreen

Hello Everyone
I'm Going To Guide You On How To Remove "Swipe Up Or Down" Text At The Lockscreen
This Method Will Work For Sony Official Android 4.1.2 Jelly Bean & Above Including The Latest KitKat
What Do You Need
1. A Computer With Android SDK Installed
2. APK Tool (Any Kind That Able To Decompile & Recompile APK)
3. Notepad++
4. Xperia™ Smartphone With Rooted ROM & Deodexed ROM
5. Time
So The Guide Starts Here
1) Open Any File Manager That Allowed To Navigate To System
2) Go To System/App & Copy The XperiaLockScreen.apk For 4.2.2+ / UxpNxtLockScreen.apk For 4.1.2 To Your Computer
3) Decompile The APK
4) Navigate To res/layout & Open The unlock_hint.xml With Notepad++
5) You Will Find This
Code:
<TextView android:textSize="@dimen/lockscreen_text_size_medium" android:gravity="center" android:layout_gravity="center" android:id="@id/hintText" android:paddingLeft="@dimen/lockscreen_text_padding" android:paddingRight="@dimen/lockscreen_text_padding" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/lockscreen_short_unlock_hint" android:shadowColor="@color/text_shadow_color" android:shadowDx="@integer/text_shadow_dx" android:shadowDy="@integer/text_shadow_dy" android:shadowRadius="@integer/text_shadow_radius" />
6) Delete This Whole Line & Save It
7) Download The Pictures Here & Replace Them In res/drawable-xxhdpi
8) Replace The Pictures In drawable-xhdpi Folder If You Got 720 x 1280 Screen Resolution & drawable-hdpi For 480 x 854 While drawable-mdpi For 320 x 480
9) Recompile The APK & Replace It In System/App & Set Permissions To RW-R-R
10) Done!
Reply To This Thread If You Have Any Questions Or Problems Relating To This Guide....
Please Hit
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Button If You Appreciated / If You Like It
Nice Guide For The New Users Bro.. :good:
how to make it use the default background of launcher??
AGuyfromH3LL said:
how to make it use the default background of launcher??
Click to expand...
Click to collapse
I don't get you...
Sent from my Sony Xperia™ Z using XDA Premium
Ben Ling said:
I don't get you...
Sent from my Sony Xperia™ Z using XDA Premium
Click to expand...
Click to collapse
making lockscreen wallpaper to use the default wallpaper of the launcher like in aosp roms
AGuyfromH3LL said:
making lockscreen wallpaper to use the default wallpaper of the launcher like in aosp roms
Click to expand...
Click to collapse
no idea...
Sent from my Nexus 7 using XDA Premium
Excuse me, am I the only one who can't see the line of code in browser or was it not posted?
XPS_93 said:
Excuse me, am I the only one who can't see the line of code in browser or was it not posted?
Click to expand...
Click to collapse
I can't see the code using XDA app
But on browser should work.
Sent from my Sony Xperia™ Z using XDA Premium
Ben Ling said:
I can't see the code using XDA app
But on browser should work.
Sent from my Sony Xperia™ Z using XDA Premium
Click to expand...
Click to collapse
Bro, Unable to see the code in browser too
Yes. The code need to fix.. Better use " Quote " instead of " Code " @Ben Ling bro
Ben Ling said:
I can't see the code using XDA app
But on browser should work.
Sent from my Sony Xperia™ Z using XDA Premium
Click to expand...
Click to collapse
anthonythangaraj said:
Bro, Unable to see the code in browser too
Click to expand...
Click to collapse
Not sure what happened, I've tried all browsers in my PC and they're unable to load the code line. But now somehow I'm able to see the code, so good luck in trying
And thanks for making this tutorial, it works very well. By the way I wonder if its possible to remove the arrow & camera buttons beside the clock?
Yeap, this guide is work very well on my Z1 4.4.2. Thanks so much.
XPS_93 said:
Not sure what happened, I've tried all browsers in my PC and they're unable to load the code line. But now somehow I'm able to see the code, so good luck in trying
And thanks for making this tutorial, it works very well. By the way I wonder if its possible to remove the arrow & camera buttons beside the clock?
Click to expand...
Click to collapse
Post a screenshot and circle the stuffs you want to remove.
Sent from my Sony Xperia™ Z using XDA Premium
XPS_93 said:
By the way I wonder if its possible to remove the arrow & camera buttons beside the clock?
Click to expand...
Click to collapse
Bro, try this app Lockscreen Policy I guess you are asking about this
Ben Ling said:
Post a screenshot and circle the stuffs you want to remove.
Sent from my Sony Xperia™ Z using XDA Premium
Click to expand...
Click to collapse
These two buttons, they did not belong to the lockscreen apk
anthonythangaraj said:
Bro, try this app Lockscreen Policy I guess you are asking about this
Click to expand...
Click to collapse
Thanks, I'll try it
XPS_93 said:
These two buttons, they did not belong to the lockscreen apk
Click to expand...
Click to collapse
Yes it is,find those 2 icons in XperiaLockScreen.apk,replace them with the fully transparent image.
Sent from my Sony Xperia™ Z using XDA Premium
Ben Ling said:
Yes it is,find those 2 icons in XperiaLockScreen.apk,replace them with the fully transparent image.
Sent from my Sony Xperia™ Z using XDA Premium
Click to expand...
Click to collapse
Is that so? Can't seems to find the pngs in the res folder
XPS_93 said:
Is that so? Can't seems to find the pngs in the res folder
Click to expand...
Click to collapse
Sorry,it's in the framework-res.apk
You just need to replace the 2 images with fully transparent background,just replace them using 7zip,don't need to decompile.
Sent from my Sony Xperia™ Z using XDA Premium
When new lockscreen 4.1.2?
Xperia s2

[PORT][CM 11] Xperia Z2 Settings For Xperia Devices

Presentation
What is included
This is not themed, it is original Xperia Z2 settings.
1. Xperia_connectivity_settings.
2. Personalization_settings.
3. All Z2 Default Features.
Screenshots
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Install Instructions
1. Flash Through CMW.
Tested Devices
1. XPERIA_L.
2. XPERIA_ARC_S.
Download
http://www.mediafire.com/download/79c40uu2i3w9kxl/CM11_Z2_SETTINGS_AERON..zip
delete
delete
tested on arc 4.4.3 and 4.4.2
can't tathering and portable hotspot...setting has stopped
afah_me said:
tested on arc 4.4.3 and 4.4.2
can't tathering and portable hotspot...setting has stopped
Click to expand...
Click to collapse
thank u for testing i will fix it soon.
EDIT: fixed, will update soon
@Aeron sagar can you make this kinnda setting for xperia ion too...
Sent from my LT28h using Tapatalk
Chocklety Boyee said:
@Aeron sagar can you make this kinnda setting for xperia ion too...
Sent from my LT28h using Tapatalk
Click to expand...
Click to collapse
i think this will work on xperia ion also check and rply
Nice port bro
I tried it.This is real port.Thanks
I found issues
1) Settings/more/Tethering&portable hotspot gives FC
2)Settings Sound/Soundeffects dont work
3)Settings/Storage gives FC
4)Settings/security/Screen Lock/Pattern gives FC
Please Fix Them.
gamzekal said:
Nice port bro
I tried it.This is real port.Thanks
I found issues
1) Settings/more/Tethering&portable hotspot gives FC
2)Settings Sound/Soundeffects dont work
3)Settings/Storage gives FC
4)Settings/security/Screen Lock/Pattern gives FC
Please Fix Them.
Click to expand...
Click to collapse
first 3 bugs are fixed update soon
One more bug - FC in Sound/Volumes
Also no themes support.
I'm on CM11 LX 319 build
Sent from my LT18i using XDA Premium 4 mobile app
Last issue
Please add SuperUser Permission in settings.apk
pepitoff said:
One more bug - FC in Sound/Volumes
Also no themes support.
I'm on CM11 LX 319 build
Sent from my LT18i using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Bro for themes support.I have used those codes before
Write these codes to res/xml/personalization.xml
PHP:
<PreferenceScreen android:title="@string/themes_settings_title" android:key="theme_settings" android:summary="@string/themesettings_summary" android:fragment="com.android.settings.ThemeSettings" android:breadCrumbTitle="@string/themes_settings_title" />
Last go to cm settings take from there smali/com/android/settings/ThemeSettings.smali paste to your Settings.apk.Thats all.You can accord to your settings.apk string,ids and another options
gamzekal said:
Bro for themes support.I have used those codes before
Write these codes to res/xml/personalization.xml
PHP:
Last go to cm settings take from there smali/com/android/settings/ThemeSettings.smali paste to your Settings.apk.Thats all.You can accord to your settings.apk string,ids and another options
Click to expand...
Click to collapse
I know that bro but the point is: When post something let it be buggless.
Sent from my LT18i using XDA Premium 4 mobile app
Mobile network setting button that does not exist
http://forum.xda-developers.com/showthread.php?t=2719782
@Aeron sagar please fix all bugs and then post it if you wish.
Also in Power management have bugs like Stanima FC (we dont have ported Stanima mod for CM11 yet)
@Aeron sagar
Yesterday you were talking some about Phonebook
Can you port Z2 LockScreen, Phonebook and SemcPhone to CM11?
pepitoff said:
@Aeron sagar
Yesterday you were talking some about Phonebook
Can you port Z2 LockScreen, Phonebook and SemcPhone to CM11?
Click to expand...
Click to collapse
gamzekal said:
Click to expand...
Click to collapse
What?!?!
are you sure that this is a real port??
because in your screenshot, the on/off button doesnt seem like stock(the circle in the center is a little bit bigger and also a little bit close to the buttom)
am I right??

[Tutorial] Adding "Walkman" & "Movies" to Ultra Stamina Mode

In The Name of GOD​
Hi EveryOne
Here's a Tutorial on How to Add "Walkman" & "Movies" to Ultra Stamina Mode
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Requirements:
1.USMHome.apk
2.Notepad ++ or any Editor
3.Apktool to Decompile apk
4.A Brain!
Tutorial:
1.First you need "USMHome.apk" (you can find it in system/app)
2.Decompile "USMHome.apk"
3.Open res/xml/settings_headers.xml
Add these Lines at the end of codes (like image below!)
Code:
<header android:icon="[B]@drawable/ic_walkman[/B]" android:id="[B]@id/walkman[/B]" android:title="[B]@string/walkman[/B]">
<intent android:targetPackage="com.sonyericsson.music" android:action="android.intent.action.MAIN" android:targetClass="com.sonyericsson.music.MusicActivity" />
</header>
<header android:icon="[B]@drawable/ic_movies[/B]" android:id="[B]@id/movies[/B]" android:title="[B]@string/movies[/B]">
<intent android:targetPackage="com.sonyericsson.video" android:action="android.intent.action.MAIN" android:targetClass="com.sonyericsson.video.browser.BrowserActivity" />
</header>
4. @drawable/ic_walkman & @drawable/ic_movies : This lines set the logo that is going to display in Setting
So you need "Walkman" & "Movies" Icon (you can use any png icon)
If you don't have the icons, you can download them from HERE
Next step is adding icons with right Dimension and Walkman & Moives icon must named ic_walkman & ic_movies in res/drawable-*dpi/
drawable-hdpi---------------------------------->48*48 Pixels
drawable-mdpi---------------------------------->32*32 Pixels
drawable-xhdpi--------------------------------->64*64 Pixels
drawable-xxhdpi-------------------------------->96*96 Pixels​
this icon will be show up in settings
5. @string/walkman & @string/movies : The Name that will Show in Setting
Open strings.xml and add this code
Code:
<string name="walkman">Walkman</string>
<string name="movies">Movies</string>
6. @id/walkman & @id/movies
Open res/values/ids.xml and add this code
Code:
<item type="id" name="walkman">false</item>
<item type="id" name="movies">false</item>
7.Recompile your Apk and Sign it
8. Transfer it to system/app and set Permissions
Note:
This Should work with any Xperia Rom that Support Ultra Stamina Mode.
I test it on my Xperia Z1 ST Ultimate Rom and it Worked Perfectly
So Test it on Your Own RISK
Updata:
if it's hard for you just replace this file
http://d-h.st/3Yy
Credits:
Madaditya : For his topic that teached me a lot
Hit Thanks if you find it helpful :good:​
Very Nice :good::good:
Awesome mahn you nailed it... Another form we were talking with @niaboc79 about adding this feature in his ROM and looks like you did it ... Can you add whatsapp also ?
shubham meena said:
Awesome mahn you nailed it... Another form we were talking with @niaboc79 about adding this feature in his ROM and looks like you did it ... Can you add whatsapp also ?
Click to expand...
Click to collapse
i didn't try it yet!
but in order to add whatsapp you need wifi connection
i think it's possible to add both of them
but what's the point of ultra stamina if you add wifi and another apps?
i Thought music and movie is more necessary than anything, so i just add them
Nice tutorial.:fingers-crossed:
Nice! Allthough if you're messing with /system/ you also need root, correct?
I believe you should add this requirement to the post (in big red letters) to avoid at least SOME questions in this matter.
sgiannouris said:
Nice! Allthough if you're messing with /system/ you also need root, correct?
I believe you should add this requirement to the post (in big red letters) to avoid at least SOME questions in this matter.
Click to expand...
Click to collapse
for changing it you need PC and flashtool
if you want replace file with Explore you will need root
but you can replace it with a flashable zip (or other ways) "without root"
is this work for 4.3 ?
Can we add user app(installed on /data/app) too?
Sent from my D6503 using Tapatalk 4
devilmaycry2020 said:
is this work for 4.3 ?
Click to expand...
Click to collapse
do you have ultra stamina in 4.3?
if yes, so it must work
hw0603 said:
Can we add user app(installed on /data/app) too?
Sent from my D6503 using Tapatalk 4
Click to expand...
Click to collapse
yes you can but not with this TUT
i will write new TUT for it
actually in new TUT i will tell you have to customize ultra stamina (how to add app in launcher and ......)
so wait for it :good:
yes you can but not with this TUT
i will write new TUT for it
actually in new TUT i will tell you have to customize ultra stamina (how to add app in launcher and ......)
so wait for it :good:[/QUOTE said:
OK Thanks. I gonna wait for that TUT
Click to expand...
Click to collapse
Considering that Internet browsing is disabled in ultra stamina, would FM radio works?
I regularly use the fm radio and it would be real good if it could be used in ultra stamina mode.
HotKillerZzz said:
Considering that Internet browsing is disabled in ultra stamina, would FM radio works?
I regularly use the fm radio and it would be real good if it could be used in ultra stamina mode.
Click to expand...
Click to collapse
i have fm radio in ultra stamina
it's enabled in stock
Very good guide Thanks
I tried to Z2 but I have this message
some ideas?
i have use 23...167 Rom 4.4.4 for Z2
Ambor said:
Very good guide Thanks
I tried to Z2 but I have this message
some ideas?
i have use 23...167 Rom 4.4.4 for Z2
Click to expand...
Click to collapse
yes
there is another guide
but i was busy
can you give me your SuperStamina.apk from System/app
i think i know how to make it work
samadipoor2 said:
yes
there is another guide
but i was busy
can you give me your SuperStamina.apk from System/app
i think i know how to make it work
Click to expand...
Click to collapse
Yes
Ambor said:
Yes
Click to expand...
Click to collapse
just replace and set permission
for preview of new guide
i add Movies to launcher
see it yourself
http://d-h.st/3Yy
samadipoor2 said:
just replace and set permission
for preview of new guide
i add Movies to launcher
see it yourself
http://d-h.st/3Yy
Click to expand...
Click to collapse
Thanks Bro will check
Bro works Thanks. Surely i will mention you in 2.2 MW
Ambor said:
Thanks Bro will check
Bro works Thanks. Surely i will mention you in 2.2 MW
Click to expand...
Click to collapse
you are welcome :good:
hope you and other enjoy it
samadipoor2 said:
you are welcome :good:
hope you and other enjoy it
Click to expand...
Click to collapse
Sure. Again thanks

Categories

Resources