Enable Torch Light options in Settings>Display - Galaxy S 4 Mini Themes and Apps

Hi, This mod for i9190 to enable hidden torch light options in settings > display settings menu. Flash with CWM. no wipe data or cache. or unzip secsettings.apk copy and paste system/app with file manger.
Here is XXUAMF7 Deodexed Roms. : http://www.mediafire.com/?bkw2hms8fxd82f7
Here is XXUAMF7 Odexed Roms. : http://www.mediafire.com/?jz13w3wj4h5e6lz

Is this feature really "hidden"? Never knew.
Could you please give source on what you modded so that us lte users and duos can mod it? Thanks

Here is how to
Decompile SecSettings.apk
Goto res/xml/display_settings.xml
Apply Changes Below (Red)
Code:
<PreferenceCategory android:title="@string/tts_general_section_title" android:key="general" />
<PreferenceScreen android:title="@string/wallpaper" android:key="wallpaper" android:fragment="com.android.settings.WallpaperSettings" />
<PreferenceScreen android:title="@string/led_indicator_settings" android:key="led_indicator_settings" android:fragment="com.android.settings.LedIndicatorSettings" />
[COLOR="Red"]<PreferenceScreen android:title="@string/torchlight_settings" android:key="torchlight" android:fragment="com.android.settings.torchlight.TorchlightSettings" />[/COLOR]
<PreferenceScreen android:title="@string/notification_panel_title" android:key="notification_panel_edit" android:fragment="com.android.settings.NotificationPanelMenu" />
<CheckBoxPreference android:title="@string/multi_window_title" android:key="key_multi_window" android:summary="@string/multi_window_summary" android:widgetLayout="@33751061" />
Compile SecSettings.apk !

Hello, thank you for the tip, fonctione great on my sfr rom France

Thenk you.
Spitya-Tapitalk

Thanks BRO. AWESOME WORK keep it up
Sent from my GT-I9105P using Tapatalk

Thank you very much... It worked in Turkish version...
Why is Samsung hidden this kind of tricks (or options)?

Torch also for I9195?
Hi.
Awesome.
Do I require root for this?
Did somebody already modify for I9195?

I had tried this torch using Wanam Xposed and found out that after using torch the phone never goes into deep sleep.

I am using torch from wanam exposed on gt-i9195 and I don't have any deep sleep issues.

junkyde said:
I am using torch from wanam exposed on gt-i9195 and I don't have any deep sleep issues.
Click to expand...
Click to collapse
I have had it don't know why.
I have had it with my Note 2 and S4 Mini.

Eline sağlık

RedFlagTR said:
Eline sağlık
Click to expand...
Click to collapse
An easy way to enable torch is to use the dedicated widget preinstalled named "Torch" or "Assistive light"...

Related

[GUIDE]Moving Power Widget to Bottom Like MIUI[CM7]

Hello guys, on this thread i will share my guide to you all (themers, member etc)
So, here we go..​
A. Explanation :
1. You must know how to compile/decompile
2. You must know how to edit xml/smali/baksmali
3. You must know how to use apktool/apkmanager/toolAlite or something else
4. You must know how to use notepad++/Sublime
B. Explanation :
1. Pull SystemUI.apk from your ROM (i suggest you. systemui must be clean).
2. Decompile it and open status_bar_expanded.xml from /res/layout/here
3. Find this line :
Code:
<com.android.systemui.statusbar.powerwidget.PowerWidget android:id="@id/exp_power_stat" android:layout_width="fill_parent" android:layout_height="wrap_content" />
4. And change to this line :
Code:
<com.android.systemui.statusbar.powerwidget.PowerWidget android:id="@id/exp_power_stat" android:layout_width="0.0px" android:layout_height="0.0px" />
5. Save
C. Explanation :
1. Open status_bar_tracking.xml
2. Find this line :
Code:
<com.android.systemui.statusbar.CloseDragHandle android:orientation="vertical" android:id="@id/close" android:layout_width="fill_parent" android:layout_height="wrap_content">
3. Paste this line at the bottom :
Code:
<com.android.systemui.statusbar.powerwidget.PowerWidget android:id="@id/exp_power_stat" android:layout_width="fill_parent" android:layout_height="wrap_content" />
4. Save and compile it then push to /system/app
Note :
- You can paste <com.android.systemui.statusbar.powerwidget.PowerWidget line after or before this line <com.android.systemui.statusbar.CloseDragHandle
Click to expand...
Click to collapse
Happy Theming!!
petrukgrinder said:
Hello guys, on this thread i will share my guide to you all (themers, member etc)
So, here we go..​
Happy Theming!!
Click to expand...
Click to collapse
Nice Tutor....
thanks master...
... click thanks for u....:fingers-crossed:
Ariefuno Recca said:
Nice Tutor....
thanks master...
... click thanks for u....:fingers-crossed:
Click to expand...
Click to collapse
your welcome uno
Send from my fvckin fingers
petrukgrinder said:
your welcome uno
Send from my fvckin fingers
Click to expand...
Click to collapse
Wkwkwk..... I Have Hammer, Maybe u can used it to Hit u're finger...
(JUST KID MASTER) LOL:laugh:
master, i have question about ROM, I'M port ROM stock to Cusker, but still Stuck in logo kernel? why....
I tried your tut and everything seemd great (when I was compiling, etc.) and now In my status bar I have 2 power widgets xD one on the bottom and second on the top xD
What should I do ? xd
BlackLie said:
I tried your tut and everything seemd great (when I was compiling, etc.) and now In my status bar I have 2 power widgets xD one on the bottom and second on the top xD
What should I do ? xd
Click to expand...
Click to collapse
remove the power widget on top.
how to do that? you can try it :
- first u must find and sure the line is power widget on top of page layout
- on the line of power widget make a 0.0px on android:layout_width & android:layout_height
- recompile ur systemui and u done with it.
Its work but i got problem when combined with your floating statusbar guide.how to get power widget on bottom the png not overlap like this:
Sent from my GT-S5360

[TUT] How to fix big "back" button with small navigation bar

Hey guys! To developers or whoever this may concern:
As you know, the back button does not scale nice with the small DPI navbar mods. You have to patch the SystemUI.apk for that as well. Here's how:
You have to edit the SystemUI.apk as well to fix that.
0. Decompile the SystemUI.apk
1. Go to res/layout/navigation_bar.xml
2. Delete
Code:
android:scaleType="center"
from
Code:
<com.android.systemui.statusbar.policy.KeyButtonView android:id="@id/back" android:layout_width="@dimen/navigation_key_width" android:layout_height="fill_parent" android:src="@drawable/ic_sysbar_back" android:scaleType="center" android:layout_weight="0.0" android:contentDescription="@string/accessibility_back" systemui:keyCode="4" systemui:glowBackground="@drawable/ic_sysbar_highlight" />
and
Code:
<com.android.systemui.statusbar.policy.KeyButtonView android:id="@id/back" android:layout_width="fill_parent" android:layout_height="80.0dip" android:src="@drawable/ic_sysbar_back_land" android:scaleType="center" android:layout_weight="0.0" android:contentDescription="@string/accessibility_back" systemui:keyCode="4" systemui:glowBackground="@drawable/ic_sysbar_highlight_land" />
3. Recompile and push to system/app. Reboot. Done!
Thank me if this helped!
Cool work mate. Finally you found it... Great.... I have spend my whole 8 Thanks at today in Xperia S forum.. Sorry :laugh::laugh::laugh::laugh:
This should be in themes and apps forum
Sent from my C5302 using XDA Premium 4 mobile app
Thanks a lot for this! That huge back button was driving me insane.
Its very good
I needed a lot
Thanks
I can not test..
navbar lost, wp black screen,
how to let as expected in 4.4.4 rom kitkat
vandiaz_sairavinz said:
I can not test..
navbar lost, wp black screen,
how to let as expected in 4.4.4 rom kitkat
Click to expand...
Click to collapse
U need a deodexed rom
Rajeev said:
U need a deodexed rom
Click to expand...
Click to collapse
What xperianze 4.4.4 deodex rom yet?
vandiaz_sairavinz said:
What xperianze 4.4.4 deodex rom yet?
Click to expand...
Click to collapse
Then u must done something wrong..

[MOD][GUIDE][HOW TO]Add Home and Lock Button on Status bar - S5 Toggle Settings

:good: Hit THANKS button if you like this :good:
=====:Credits:=====
Inspired from a post by @galaxy1210, i got the line code from there..
i dont know anything, i did this just by reading in this forum.. so, many thanks to XDA forum and all members..
so here you go..​
Requirements:
> Any tools to decompile and recompile apk (e.g ApkTool/AndroidMultitool)
> Notepad++
> Apks from your system; SystemUI.apk and framework-res.apk
GUIDE:
STEP 1:
Open your ApkTool/Multitool.. Install framework-res.apk then Decompile your SystemUi.apk
STEP 2:
Go to your Decompiled_apk folder and navigate to res/layout/ and open status_bar.xml with notepad++
This steps will add Home Button on the left side status bar...;
STEP 3:
Find this line;
Code:
<LinearLayout android:orientation="horizontal" android:id="@id/notification_icon_area" android:layout_width="0.0dip" android:layout_height="fill_parent" android:layout_weight="1.0" android:alpha="@dimen/notification_icon_area_alpha">
make an enter space before of line <LinearLayout android
at that blank space, paste the code below;
Code:
<com.android.systemui.statusbar.policy.KeyButtonView android:gravity="right" android:id="@id/home" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginRight="0.0dip" android:src="@drawable/ic_sysbar_recent" android:singleLine="true" android:layout_alignParentRight="true" android:contentDescription="@string/accessibility_back" systemui:keyCode="3" systemui:glowBackground="@drawable/ic_sysbar_highlight" />
And this steps will add Lock Button on the right side status bar...;
STEP 4:
Find this line;
Code:
<com.android.systemui.statusbar.policy.Clock android:textSize="@dimen/status_bar_clock_text_size" android:textColor="#ffffffff" android:ellipsize="none" android:gravity="left|center" android:id="@id/clock" android:paddingLeft="3.0dip" android:layout_width="wrap_content" android:layout_height="fill_parent" android:singleLine="true" android:includeFontPadding="false" />
make a space (enter) after of line android:includeFontPadding="false" />..
at that blank space, paste the code below;
Code:
<com.android.systemui.statusbar.policy.KeyButtonView android:id="@id/back" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginLeft="0.0dip" android:src="@drawable/ic_sysbar_lock" android:singleLine="true" android:layout_toRightOf="@id/recent_apps" android:layout_alignParentLeft="true" android:contentDescription="@string/accessibility_back" systemui:keyCode="26" systemui:glowBackground="@drawable/ic_sysbar_highlight" />
STEP 5:
And then save the modded status_bar.xml
STEP 6:
make your pict (*.png) for both buttons, name it "ic_sysbar_lock.png" and "ic_sysbar_recent.png" then paste it to folder drawable-xhdpi (res/layout/drawable-xhdpi)
or you can use pictures from the link below..
Follow this steps, if, and only if you want to change with S5 Toggles Setting
STEP 7:
download drawable-xhdpi.rar from the link below, extract it, then copy all pictures (81 pngs), to drawable-xhdpi folder (res/layout/drawable-xhdpi)
STEP 8:
if you want to remove the line below toggles, do this..
navigate to res/values-sw360dp-xhdpi/ and open dimens.xml with notepad++
change the value of quick_setting_button_status_height and quick_setting_button_status_padding into 0.0dip
then save it..
do that again, the same thing with dimens.xml at res/values-sw360dp-hdpi/
change the value of quick_setting_button_status_height and quick_setting_button_status_padding into 0.0dip
then save it..
LAST STEP:
Recompile your SystemUi
Dont forget to copy META-INF and AndroidManifest.xml from your old apk to your new apk (compiled apk)
LINK: https://drive.google.com/folderview?id=0B3YK8r-4xeLXV2p1ZDFWQTMwN2M&usp=sharing
Screenshot as attached, mine looks great with 240dpi mod.. :highfive:
FAQ:
> both button will act like physical button, home as home, and lock as power button
> so if you long press the button, the home button will shows recent apps, and the lock button will shows Device options
> if the lock button doesn't work, press the home button first..
> if you use wanam exposed, you can center the clock, and change color to get S5 blue color theme;
- go to Notification panel > Clock position=center
- go to Notification panel > Remove gaps between titles
- go to Theme:
Header background color > change color to : FF20738D
Text label color > change color to : FFFFFFFF
Tile background color > change color to : FF20738D
- reboot and done
THANKS MATE
i hope this guide works for you..​
reserved
PhoenixRom V18.5 SystemUI.apk
this is only for PhoenixRom user, dont flash it for the other Rom...
as i promised, here you go the modded SystemUI with HomeLock Button on Status bar for PhoenixRom V18.5.. :good:
Screenshot of HomeLock_StatusBar_PhoenixRomV18.5.zip
View attachment 2755919
View attachment 2755920
IMPORTANT;
- please make a backup first, or just copy your current SystemUI.apk (located in system/priv-app) and paste it somewhere in your device before flash this mod.. just in case if you want to revert back..
- then just flash it via recovery..
if you want the different mod of HomeLock Button, you can check this link..
GreenOrange_HomeLock_StatusBar_PhoenixRomV18.5.zip
Hidden_HomeLock_StatusBar_PhoenixRomV18.5.zip
for detail about this mod, please read FAQ above.. ENJOY..
and dont forget to hit THANKS button..
older version;
for PhoenixRom v17;
choose first, what kind of mod you want, codename indicates the mod inside..:
HomeLock = include home and lock button on status bar
KK = kitkat theme; white icon for signal, data signal, and battery (maybe battery doesn't work because of ogg battery)
S5Toggles = S5 toggles setting only
then download and flash it via recovery.. you can always backup first, just in case..
DOWNLOAD for PhoenixRom v17;
View attachment StatusBar_S5Toggles.zip
View attachment StatusBar_KK_S5Toggles.zip
View attachment StatusBar_HomeLock.zip
View attachment StatusBar_HomeLock_S5Toggles.zip
View attachment StatusBar_HomeLock_KK_S5Toggles.zip
View attachment PhoenixV17_Stock_SystemUI.zip
Click to expand...
Click to collapse
HurricaneRom v11 SystemUI.apk
and this is only for HurricaneRom v11 user, dont flash it for the other Rom...
p.s.
this mod use framework-res.apk from HurricaneRom v11 original note2, not from HurricaneRom v11 with note3 app package v5 installed..
if you test it and its not work please report and send me your SystemUI.apk and framework-res.apk so i can mod it for you..
choose first, what kind of mod you want, codename indicates the mod inside..:
HomeLock = include home and lock button on status bar
KK = kitkat theme; white icon for signal, data signal, and battery
S5Toggles = S5 toggles setting only
IMPORTANT; if you already using other theme/mod, please make a nandroid backup, then wipe cache - dalvik cache before flash this mod.. just in case..
read FAQ above.. ENJOY..
and dont forget to hit THANKS button.. :good:
4.4.2 Kitkat TW Modded SystemUI.apk
for detail about this mod, please read FAQ above..
IMPORTANT;
- please make a backup first, or just copy your current SystemUI.apk (located in system/priv-app) and paste it somewhere in your device before flash this mod.. just in case if you want to revert back.
- then just flash it via recovery..
Screenshot
4.4.2 Kitkat TW Modded SystemUI - For Common 4.4.2 Kitkat TW ROM
DN3RC2_Modded_SystemUI - Special for DN3 RC2 ROM
ENJOY..
and dont forget to hit THANKS button.. :good:
wifi not working
hotdroid said:
for other request
Click to expand...
Click to collapse
ops ... wifi is not working now
1st I installed your patch with complete toggles and everything
Then I installed small zip file you gave me
Then I enabled WANAM to try some tweaks
Now I checked wifi and its not working ... so I disabled framework
and I installed your patch with only buttons and without toggles
Still same problem ... wifi not working
---------------------------------------------
reinstalled rom and reinstalled the mod with buttons only
now all is good
thanks
MehruNisa said:
ops ... wifi is not working now
1st I installed your patch with complete toggles and everything
Then I installed small zip file you gave me
Then I enabled WANAM to try some tweaks
Now I checked wifi and its not working ... so I disabled framework
and I installed your patch with only buttons and without toggles
Still same problem ... wifi not working
---------------------------------------------
reinstalled rom and reinstalled the mod with buttons only
now all is good
thanks
Click to expand...
Click to collapse
oops.. sorry mate..
maybe that small zip causing your problem, i'll remove that file so others wont get the same problem..
thanks for your report, glad you solved it..
Can I flashed on s3 v4.3
thereassaad said:
Can I flashed on s3 v4.3
Click to expand...
Click to collapse
NO, you can not.. its ROM system apk related..
even for the the same device but with different ROM will cause problems, moreover if you flash it for other device..
that's why i made the guide, so another maybe can make it for other devices..
hotdroid said:
and this is only for HurricaneRom v11 user, dont flash it for the other Rom...
p.s.
this mod use framework-res.apk from HurricaneRom v11 original note2, not from HurricaneRom v11 with note3 app package v5 installed..
if you test it and its not work please report and send me your SystemUI.apk and framework-res.apk so i can mod it for you..
choose first, what kind of mod you want, codename indicates the mod inside..:
HomeLock = include home and lock button on status bar
KK = kitkat theme; white icon for signal, data signal, and battery
S5Toggles = S5 toggles setting only
IMPORTANT; if you already using other theme/mod, please make a nandroid backup, then wipe cache - dalvik cache before flash this.. just in case..
read FAQ above.. ENJOY..
and dont forget to hit THANKS button.. :good:
Click to expand...
Click to collapse
hi
i installed in hurricane rom v11
but i found kk normal icons in status bar home lock kk theme s5toggles zip
pls make white icons
thank U in advance
JGKUMAR1976 said:
hi
i installed in hurricane rom v11
but i found kk normal icons in status bar home lock kk theme s5toggles zip
pls make white icons
thank U in advance
Click to expand...
Click to collapse
oops, sorry i miss that..
thanks for reporting, i'll recompile it again.. stay tune..
hotdroid said:
oops, sorry i miss that..
thanks for reporting, i'll recompile it again.. stay tune..
Click to expand...
Click to collapse
Sorry same again
Sent from my GT-N7100 using Tapatalk
JGKUMAR1976 said:
Sorry same again
Sent from my GT-N7100 using Tapatalk
Click to expand...
Click to collapse
hi mate..
please re-download and try it again, i hope i dont miss anything again..
and kindly if you dont mind to try every one of mod, just let me know if there something's wrong..
thanks
Hello hotdroid...is there any way to remove all the toggles and the space for it from the notification side of the status bar? I mean like aosp roms...so the notification drawer dont have any toggles at all....and we can use the toggle drawer only.
I dont know if you will understand me...sorry for my english
Enviado desde mi GT-N7100 mediante Tapatalk
hotdroid said:
and this is only for HurricaneRom v11 user, dont flash it for the other Rom...
. :good:
Click to expand...
Click to collapse
Mine on Hurricane V11 without Note 3 Mod.
I want to flash Home and lock.
I think I must flash:
File Type: zip StatusBar_HomeLock.zip - [Click for QR Code] (2.81 MB, 4 views)
But I still confused, what for this link?
File Type: zip HurricaneV11_Stock_SystemUI.zip - [Click for QR Code] (2.81 MB, 10 views)
Thanks
---
=Edit=
Wa,,,,, may be that link for back to original Hurricane, isn't it?
Cocolopes said:
Hello hotdroid...is there any way to remove all the toggles and the space for it from the notification side of the status bar? I mean like aosp roms...so the notification drawer dont have any toggles at all....and we can use the toggle drawer only.
I dont know if you will understand me...sorry for my english
Enviado desde mi GT-N7100 mediante Tapatalk
Click to expand...
Click to collapse
yeah mate.. maybe i understand what you mean.
but i'm not sure which xml should be edited and code line should be removed.
if you have a clue, let me know..
injulia said:
Mine on Hurricane V11 without Note 3 Mod.
I want to flash Home and lock.
I think I must flash:
File Type: zip StatusBar_HomeLock.zip - [Click for QR Code] (2.81 MB, 4 views)
But I still confused, what for this link?
File Type: zip HurricaneV11_Stock_SystemUI.zip - [Click for QR Code] (2.81 MB, 10 views)
Thanks
---
=Edit=
Wa,,,,, may be that link for back to original Hurricane, isn't it?
Click to expand...
Click to collapse
that's right mate. that's the stock aka the original one.
in case if you want to revert back without mod at all..
hotdroid said:
that's right mate. that's the stock aka the original one.
in case if you want to revert back without mod at all..
Click to expand...
Click to collapse
Just installed.
Thank you bro Hotdroid.
Sent from my GT-N7100 using Tapatalk
What about DN3 ?
I mean, can I flash it on DN3 4.4.2 ?
Sent from Gallifrey using TARDIS
Nonta72 said:
What about DN3 ?
I mean, can I flash it on DN3 4.4.2 ?
Sent from Gallifrey using TARDIS
Click to expand...
Click to collapse
NO, i dont think so. because 4.3 and 4.4.2 using the different framework-res.apk
even for the same rom 4.3 if using the different framework-res.apk will causing problem..
hotdroid said:
NO, i dont think so. because 4.3 and 4.4.2 using the different framework-res.apk
even for the same rom 4.3 if using the different framework-res.apk will causing problem..
Click to expand...
Click to collapse
Oh ! So sad
Thanks anyway for your Work
Hope you will manage to do the port.
Sent from Gallifrey using TARDIS

[MOD] [GUIDE] Custom Notif Panel BG [TESTED]

Hello Guyz Long Time No mods Okay whats this guide U can Use my guide For Changing ur SystemUI(notif panel) bg to ur custom bg Sounds intrstng haha I was searching here and there Found 1guide but..Sorry to say That one not work with mine but should work with others So After some experiments I Had Done It Myself Thanks God for giving me life LoL :3
Requirements
-apktool
-notepad++
-brain.jar XD
-Decompile Ur SystemUI
-open res/layout ldpi/tw_status_bar_dual.xml
-find this line
<FrameLayout android:layout_width="fill_parent" android:layout_height="fill_parent" android:layout_marginBottom="@dimen/tw_close_handle_underlap">
-now We Are going to modify this line
-Before
<FrameLayout android:layout_width="fill_parent" android:layout_height="fill_parent" android:layout_marginBottom="@dimen/tw_close_handle_underlap">
-after
<FrameLayout android:layout_width="fill_parent" android:layout_height="fill_parent" android:background="@drawable/argha" android:layout_marginBottom="@dimen/tw_close_handle_underlap">
-What i have done here is
i just add this line
android:background="@drawable/argha"
-okay now save the line
-add a Png named argha
NOTE: U CAN USE ANY NAME FOR EXAMPLE SAMSUNG THEN ADD A PNG NAMED SAMSUNG
-it will me more good if ur noob in theming add the png in drawable folder or drawable ldpi
-recompile
-sign
-push
-reboot
Voila!!!!!! u have succesfully Changed the bg
@credits
@ShadeSK (Argha)
@Galaxy Star for inspiring me
Good tutorial
press thankks if you like my work
did u tried it??? if yes plz attach a Image So i can post on my thread
ShadeSK said:
did u tried it??? if yes plz attach a Image So i can post on my thread
Click to expand...
Click to collapse
I vl give a try tomorrow bro :good:
okay boss It will work 100%
Here's a ss from my trend?
Great
Good But
ShadeSK said:
Hello Guyz Long Time No mods Okay whats this guide U can Use my guide For Changing ur SystemUI(notif panel) bg to ur custom bg Sounds intrstng haha I was searching here and there Found 1guide but..Sorry to say That one not work with mine but should work with others So After some experiments I Had Done It Myself Thanks God for giving me life LoL :3
Requirements
-apktool
-notepad++
-brain.jar XD
-Decompile Ur SystemUI
-open res/layout ldpi/tw_status_bar_dual.xml
-find this line
<FrameLayout android:layout_width="fill_parent" android:layout_height="fill_parent" android:layout_marginBottom="@dimen/tw_close_handle_underlap">
-now We Are going to modify this line
-Before
<FrameLayout android:layout_width="fill_parent" android:layout_height="fill_parent" android:layout_marginBottom="@dimen/tw_close_handle_underlap">
-after
<FrameLayout android:layout_width="fill_parent" android:layout_height="fill_parent" android:background="@drawable/argha" android:layout_marginBottom="@dimen/tw_close_handle_underlap">
-What i have done here is
i just add this line
android:background="@drawable/argha"
-okay now save the line
-add a Png named argha
NOTE: U CAN USE ANY NAME FOR EXAMPLE SAMSUNG THEN ADD A PNG NAMED SAMSUNG
-it will me more good if ur noob in theming add the png in drawable folder or drawable ldpi
-recompile
-sign
-push
-reboot
Voila!!!!!! u have succesfully Changed the bg
@credits
@ShadeSK (Argha)
@Galaxy Star for inspiring me
Click to expand...
Click to collapse
Gravity Box Jb LAtest Version HAd THis Option.......And Also For Transperency...any How it is great....may be helpful for rom makers
Thanks Btw Its for Themers & rom makers only hehe
Haha..worked like charm for me...
bittooshubham said:
Haha..worked like charm for me...
Click to expand...
Click to collapse
Thanks for feedback
Sent from my MotoG3 using Tapatalk

(HOW-TO) (MM) S7 Power Menu Mod with Blur background

Only for users installed S7 SystemUI on Deodex rom.
1. Edit Build.prop
1) Remove original ones
ro.build.scafe=americano
ro.build.scafe.size=short
ro.build.scafe.shot=single
ro.build.scafe.cream=white
ro.build.scafe.version=2015A
2) Then add below
ro.build.scafe.version=2016A
ro.build.scafe.size=short
ro.build.scafe.shot=double
ro.build.scafe.cream=white
2. Edit framework-res.apk
1) Decompile your framework-res.apk first
2) Change text color from black to white
framework-res.apk/res/values/colors.xml
Before
Code:
<color name="tw_global_action_messagetext_textcolor">#ff000000</color>
<color name="tw_global_action_statustext_textcolor">#ff6b6f72</color>
After
Code:
<color name="tw_global_action_messagetext_textcolor">#fffafafa</color>
<color name="tw_global_action_statustext_textcolor">#ffc3c3c3</color>
3) Add Blur on Background (Part 1/2)
3-1) Add blue line
framework-res.apk/res/lay-out/global_actions_animated_layout.xml
Code:
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout android:orientation="vertical" android:id="@id/main_root_layout" android:layout_width="fill_parent" android:layout_height="fill_parent"
xmlns:android="http://schemas.android.com/apk/res/android">
<LinearLayout android:layout_width="fill_parent" android:layout_height="0.0dip" android:layout_weight="1.0">
<FrameLayout android:layout_width="fill_parent" android:layout_height="fill_parent">
[COLOR="blue"]<com.acer.incallui.BlurImageView android:id="@id/backgroundImageView" android:layout_width="fill_parent" android:layout_height="fill_parent" android:scaleType="centerCrop" />[/COLOR]
<ScrollView android:id="@id/global_actions_scrollview" android:scrollbars="none" android:layout_width="fill_parent" android:layout_height="fill_parent" android:fillViewport="true" android:importantForAccessibility="no">
<LinearLayout android:gravity="center" android:orientation="vertical" android:id="@id/global_actions_bg" android:layout_width="fill_parent" android:layout_height="wrap_content" android:soundEffectsEnabled="false" />
</ScrollView>
3-2) Add below id to framework-res.apk/res/values/ids.xml
<item type="id" name="backgroundImageView">false</item>
4) Compile
3.Edit framework.jar
Add Blur on Background (Part 2/2)
1) Decompile classes3.dex of your framework.jar then add attached smali
2) Compile
For g900h or others
Sent from my SM-G900H using Tapatalk
BlueZ said:
For g900h or others
Sent from my SM-G900H using Tapatalk
Click to expand...
Click to collapse
I think all variants will be working.
나의 SM-G935F 의 Tapatalk에서 보냄
A flashable zip would be lovely!
Gesendet von meinem SM-G920F mit Tapatalk
putti71 said:
A flashable zip would be lovely!
Gesendet von meinem SM-G920F mit Tapatalk
Click to expand...
Click to collapse
Sorry. Framework files are different from yours because my device is G900S.
Need to edit by yourself then please share for others.
나의 SM-G935F 의 Tapatalk에서 보냄
Will this mod only work with s7 systemui?
@karkasss
Hello friend
I am using poccys s7 systemui and touchwizhome, i already edited the build.prop
and using S7 Power Menu but there is little problem in it ( Plz checkthe attached image )
The problem is that the text below the buttons are in black color ,its not visible properly.
Can you edit the framework with blur effect and changing color of text from black to white
I will attach the framework.apk & framework.jar of S5 G900H device
EDIT:
Solved it
skyfox creed said:
Will this mod only work with s7 systemui?
Click to expand...
Click to collapse
S5 stock systemui also will be working but some graphic glitch on sfinder/qconnect bar due to buildprop editing. Recommend to remove this bar or enlarge notification padding dimension.
나의 SM-G935F 의 Tapatalk에서 보냄
yash92duster said:
Hello friend
I am using poccys s7 systemui and touchwizhome, i already edited the build.prop
and using S7 Power Menu but there is little problem in it ( Plz checkthe attached image )
The problem is that the text below the buttons are in black color ,its not visible properly.
Can you edit the framework with blur effect and changing color of text from black to white
I will attach the framework.apk & framework.jar of S5 G900H device
Links Attached for framewor.apk & framework.jar of S5 G900H:
https://drive.google.com/file/d/0B6YfELxJkuUNZS14VHROSWJ0c1E/view
Click to expand...
Click to collapse
I can not doing this for all variants.
I hope any 900h user can help you soon.
나의 SM-G935F 의 Tapatalk에서 보냄
Deleted
karkasss said:
I can not doing this for all variants.
I hope any 900h user can help you soon.
나의 SM-G935F 의 Tapatalk에서 보냄
Click to expand...
Click to collapse
thats ok
but Can you tell what software should be used to edit those framework ?
yash92duster said:
thats ok
but Can you tell what software should be used to edit those framework ?
Click to expand...
Click to collapse
http://m.blog.naver.com/softdx/220625441795
You can download apk manager from his blog.
나의 SM-G935F 의 Tapatalk에서 보냄
karkasss said:
http://m.blog.naver.com/softdx/220625441795
You can download apk manager from his blog.
나의 SM-G935F 의 Tapatalk에서 보냄
Click to expand...
Click to collapse
Thanks a lot
karkasss said:
S5 stock systemui also will be working but some graphic glitch on sfinder/qconnect bar due to buildprop editing. Recommend to remove this bar or enlarge notification padding dimension.
나의 SM-G935F 의 Tapatalk에서 보냄
Click to expand...
Click to collapse
how to enlarge notification padding dimension?
---------- Post added at 08:20 PM ---------- Previous post was at 08:16 PM ----------
yash92duster said:
Hey
use s7 systemui by poccy
Sfinder and quickconnect is hidden in it
Click to expand...
Click to collapse
But i want fingerprint lock . So had to stick to s5 modded system ui by @AL CR, which is pretty good.
skyfox creed said:
how to enlarge notification padding dimension?
Click to expand...
Click to collapse
Need to edit systemui/res/values/dimens.xml. I don't remember exactly but you can find notification padding value -80 maybe. If you replace this value to 0, explanded panel will be enlarged same as sfinder bar.
edit :
you should change below value 8.0 -> 0.0
<dimen name="notification_side_padding">8.0dip</dimen>
karkasss said:
Need to edit systemui/res/values/dimens.xml. I don't remember exactly but you can find notification padding value -80 maybe. If you replace this value to 0, explanded panel will be enlarged same as sfinder bar.
나의 SM-G935F 의 Tapatalk에서 보냄
Click to expand...
Click to collapse
thanks
This is for s5 stock rom or what
yassinmixpro said:
This is for s5 stock rom or what
Click to expand...
Click to collapse
Stock rom also can be modded but be sure you know how to convert odex to deodex /deodex to odex before decompile.
Edit : deodex rom only will be working
나의 SM-G935F 의 Tapatalk에서 보냄
skyfox creed said:
Will this mod only work with s7 systemui?
Click to expand...
Click to collapse
After buildprop edit, S5 SystemUI toggle button color become dim. Toggle button edit button is not working either. Maybe this Mod is compatible with S7 SystemUI.
나의 SM-G935F 의 Tapatalk에서 보냄
Is the smali compatible with G900H?
What happened if I only follow part 1 of 2 blur background instruction? (I don't follow the part 2 and smali) will the background blurry?

Categories

Resources