toggles - Samsung Galaxy Core

hi ...
i want to add more new toggles and re-arrange them is this possible and it will be nice if we can have toggles or quick setting like 4.2.2
thanks

karimla131 said:
hi ...
i want to add more new toggles and re-arrange them is this possible and it will be nice if we can have toggles or quick setting like 4.2.2
thanks
Click to expand...
Click to collapse
For 4.2.2 Style Status Bar.. Head to this thread..!!
http://forum.xda-developers.com/showthread.php?t=2627502
For simple guide on addin more toggles chk out this thread..!!
http://forum.xda-developers.com/showthread.php?t=2625086

If you know how to decompile apks using apktool, that's very simple. decompile your SystemUI.apk then go to res/values/arrays.xml
There are lots of tutorial around XDA regarding apktool. Good luck

Martin Ebenezer said:
For 4.2.2 Style Status Bar.. Head to this thread..!!
http://forum.xda-developers.com/showthread.php?t=2627502
For simple guide on addin more toggles chk out this thread..!!
http://forum.xda-developers.com/showthread.php?t=2625086
Click to expand...
Click to collapse
Thanks

Related

[Q] Need help with transparent pulldown oxygen 2.3

Hi I'm trying to theme my phone and i've hit a snag I followed the instructions decompiling systemui.apk and editing the status_bar_tracking.xml I was able to recompile it but the problem is when i push it back to my phone the notification bar disappears completely anybody know how to get the transparent pulldown bar to work in 2.3.7? thanks for any help and yes i searched
Edit: if anyone can tell me how to at least change the pulldown background image I'd be happy
Go to kitchen...
http://uot.dakra.lt/kitchen/
al_madd said:
Go to kitchen...
http://uot.dakra.lt/kitchen/
Click to expand...
Click to collapse
but will this work for the new update? I'm running 2.3.7
Try ninjamorph by Stericson.

transparent status bar?

i am on a rooted german ICS rom and was wondering wether its poosible to have a transparent status bar?
I'm searching for itit too, i know it is possible but how?
I think that it is possible, but to make it happened you have to change some .png for the statusbar.
I believe it requires smali edits in systemui.apk
Sent from my GT-N7000
actually you can mod the apk file and edit the color of status bar as alpha blending = 1
this is the method the status bar is drawn as far as i recall it doesn't have PNG files for the actual background though you can define that too.
look at this:
http://forum.xda-developers.com/showthread.php?t=1531222
http://forum.xda-developers.com/showthread.php?t=1624819
you will find it here
wich png or xml you need to edit? by the SystemUI.apk?
_giggino_ said:
wich png or xml you need to edit? by the SystemUI.apk?
Click to expand...
Click to collapse
if i'am not mistaken it's at the unpacked classes by the resources/values/... a file in there is the one needed sorry but i dont remember the exact name of it XD
I m searchin fr it fr a long tym...and still lookin fr a simple way to make it transparent....I dunn want to flash another rom fr just a transparent bar...im on goa rom and lovin it...best rom...
better you follow this guide
http://forum.xda-developers.com/showthread.php?t=1085118
sahilarora2003 said:
I m searchin fr it fr a long tym...and still lookin fr a simple way to make it transparent....I dunn want to flash another rom fr just a transparent bar...im on goa rom and lovin it...best rom...
Click to expand...
Click to collapse
You can using a custom status bar on stock lq2 its transparent with bunch of toggles looks much better then the stock one all icons in blue with 15 toggles
I will add xda thread link if you guys interested
Sent from my GT-N7000 using xda premium
crossmedia said:
You can using a custom status bar on stock lq2 its transparent with bunch of toggles looks much better then the stock one all icons in blue with 15 toggles
I will add xda thread link if you guys interested
Sent from my GT-N7000 using xda premium
Click to expand...
Click to collapse
I just want to flash the transparent status bar..i hv working blue toggles which are included in the rom which im using..i love it.is there any way i can make it transparent by editing some files or smthin like tht?
Sent from my GT-N7000 using xda app-developers app
As mentioned before, its a smali edit. Then you can either set the status bar colour to transparent or set the drawable to look for an image. I'll post a quick tutorial when I get to my computer. Really easy to do providing you know how to (de)compile properly
Handwritten by my AOKP'd up Desire HD & Note
K Dotty said:
As mentioned before, its a smali edit. Then you can either set the status bar colour to transparent or set the drawable to look for an image. I'll post a quick tutorial when I get to my computer. Really easy to do providing you know how to (de)compile properly
Handwritten by my AOKP'd up Desire HD & Note
Click to expand...
Click to collapse
I'll wait fr ur tutorial...
Sent from my GT-N7000 using xda app-developers app
Im writing this presuming you already know how to decompile ICS apk's, if not.......google is your friend
Make a backup of your systemUI just incase.
Decompile your SystemUI,
Navigate to /SystemUI/smali/com/android/systemui/statusbar/StatusBar.smali
In StatusBar.Smali, search for this line;
Code:
invoke-direct/range {v11 .. v16}, Landroid/view/WindowManager$LayoutParams;-><init>(IIIII)V
A few lines above this change;
Code:
const/16 v16, [B]0x4[/B]
To
Code:
const/16 v16, [B]-0x3[/B]
Save the file then navigate to SystemUI/res/values/drawables.xml
Look for the following line;
Code:
<item type="drawable" name="status_bar_background">[B]#ff000000[/B]</item>
Change the hex value (#ff000000) the what ever you want ((ff = 100% transparency)(000000 = black)
#00000000 - completely transparent
#7f000000 - roughly 50% translucent I think
Save the file then recompile SystemUI.apk, and then push the apk back to your phone with the correct permissions and if compile correctly you should have a transparent status bar
If something goes wrong, I'm not responsible....blah blah blah!!
Iv only done this on CM9 & AOSP/AOKP but it should work with stock/tw roms as long as they're ics.
I'm still not next to my computer so I can't remember the line of code to set the status bar as an image rather than a color, I'll post it as soon as I get home.
Handwritten by my AOKP'd up Desire HD & Note
How do I get a background Image, Like the attached Screenshot ?
Thanks!

[MOD][9505][ME2/ME3] (deodexed) Black Statusbar / Battery Full Notification disabled

I made a couple of changes to alter the dark gray statusbar to pureblack and disabled the irritating battery full notification on the GT-9505
tested and confirmed working on ME2 odexed/deodexed roms :fingers-crossed:
please feel free to download the file below. enjoy
and remember! donations or a thanks are always welcome
Hello there. I have posted a link to this thread to the [INDEX][i9505] MODS & FIXES thread for easy user navigation.
problem
bruzski said:
I made a little change to the SystemUI.apk to change the statusbar from greyish to pureblack and disabled the battery full notification on the GT-9505
tested and works great!
please download the files below.
http://forum.xda-developers.com/showpost.php?p=41420313&postcount=168
Click to expand...
Click to collapse
hi i just flashed the pure black status bar now i am having problem i can not see my status bar or acces it it says system UI error.. kepp on saying that
jayrazor said:
hi i just flashed the pure black status bar now i am having problem i can not see my status bar or acces it it says system UI error.. kepp on saying that
Click to expand...
Click to collapse
I use cwm and odexed version of 9505 MDM firmware, I ran both files through apktool again and posted them again, both files works fine :fingers-crossed:
please download en try again
Tried it on odexed me2 and it did not work there
Sent from my GT-I9505 using xda app-developers app
@bruzski: i try by myself with my deodex to chage in black color statusbar as you, i compile and everything is fine, but when i flash systemUI with this mod, when telefhone turn on, systemUI crash and have fc..
I decompiled and changed color in "res/values/drawables.xml" as i every time do with my S2 (and threre work always fine), but here i have this issue.. I miss to do something? Change something to do in S4 apks? (i now to use apktool, manage with that, delete resources in keep folder ecc)
Thanks for your answer and compliments for your job
Still not working on odexed stock rom ME2.
I can confirm that it does not work on odexed ME2.
@bruzski-Is is going to be possible for you, of you have the SystemUI.apk from ME2, to decompile it and make the status bar black? I by myself, but everywhere I see java errors and it simply does not want to decompile it properly.
derWolf_ said:
I can confirm that it does not work on odexed ME2.
@bruzski-Is is going to be possible for you, of you have the SystemUI.apk from ME2, to decompile it and make the status bar black? I by myself, but everywhere I see java errors and it simply does not want to decompile it properly.
Click to expand...
Click to collapse
hi derWolf,
here Ya go, a decompiled version of ME2 SystemUI.apk, please download below
now i tried it on deoexed rom.... and it is transparent... why do you call it pureblack ?
DenmarkRootN00b said:
now i tried it on deoexed rom.... and it is transparent... why do you call it pureblack ?
Click to expand...
Click to collapse
hey it's transparent yes, but if you select a downloaded wallpaper you normally get a dark gray statusbar and not real black, that's why i made this little mod
bruzski said:
hey it's transparent yes, but if you select a downloaded wallpaper you normally get a dark gray statusbar and not real black, that's why i made this little mod
Click to expand...
Click to collapse
ahh.... that makes sense.... very nice indeed.. i did not try it on black background... i just saw it was transparent and then i went on to another one... i prefer it being black all the time..
but great job... it looks better than stock by many miles
will you make other work perhaps ? a mod of the message app with decent smileys ?
Hi, could you please make a version for the new MEA?
BEBU1 said:
Hi, could you please make a version for the new MEA?
Click to expand...
Click to collapse
here ya go! black statusbar and transparancy disabled:fingers-crossed:
http://forum.xda-developers.com/showthread.php?t=2316088
I can confirm, work on deodexed ME3...:good:
tnx
Can you make such a MOD for the XXUEMJ5?
only the black statusbar ...
No center clock or something else
kefir said:
Can you make such a MOD for the XXUEMJ5?
only the black statusbar ...
No center clock or something else
Click to expand...
Click to collapse
you could try this one and see if you like it
http://forum.xda-developers.com/showthread.php?t=2316088
but if you want a black desktop statusbar instead of a semi-transparant let me know
I want that it is always black
kefir said:
I want that it is always black
Click to expand...
Click to collapse
here ya go
bruzski said:
here ya go
Click to expand...
Click to collapse
thank you
works perfekt! :laugh:

[MOD][JB]SystemUI for Xperia J v2[Update 20/07/2013]

Here is my first contribution, to Xperia J with stock jb 4.1.2 v11.2.A.0.31.:highfive:
Feature:
1.- Transparent status bar.
2.- Transparent notification.
3.- Wake up phone with volumen key.
4.- Remove Clock on status bar.
5.-Remove % battery on status bar.
Required:
Rooted phone
Root Explorer
Deodexed rom
How to install:
1.- Download the SystemUI.apk and android.policy.jar and place on SD card..
2.-Now open ROOT EXPLORER and select mount as R/W option in the top right corner..
3.-Now copy the SystemUI.apk and android.policy.jar to system/ give rw-r-r permissions..
4.-Now move the SystemUI.apk to system/app (replace the file), and android.policy.jar to system/framework (replace the file).
5.-Now reboot the phone.
DONE
SET PERMISSIONS AS SHOWN IN PIC
Here is the post i use on my mod SystemUI:
Thanks to:
Spaun_Studio for Transparent Statusbar..Link: http://forum.xda-developers.com/show....php?t=2262268
ZN6 for Customize Your Own Statusbar!.. Link: http://forum.xda-developers.com/show....php?t=2157209
petrukgrinder for How To Make Customization Your Clear Button Link: http://forum.xda-developers.com/show....php?t=1953934​
Update:
.- Aggregate Traffic data on estatus bar
.-Brightness Bar Slider to Status Bar
Do not forget to press the thanks button if you like my work
Can you make it as well for CM10? I love the transparent status bar.
Sent from my Xperia J using xda app-developers app
Why you post 2 same threads?
Anyone press the report button as i'm using phone.
Sent from my Sony Xperia™ sola using XDA Premium
Looks really great! Keep up the good work
Sent from my ST26i using xda app-developers app
Ben Ling said:
Why you post 2 same threads?
Anyone press the report button as i'm using phone.
Sent from my Sony Xperia™ sola using XDA Premium
Click to expand...
Click to collapse
Is my mystake:crying:. And don`t no how remove that post..
Can you port to ICS Tipo? That's awesome ;-;
sack3 said:
Here is my first contribution, to Xperia J with stock jb 4.1.2 v11.2.A.0.31.:highfive:
3.- Wake up phone with volumen key.
Click to expand...
Click to collapse
Its default feature. already working in my xperia J :victory:
Hello? Is it working on the cm10?
Sent from my Xperia J using xda app-developers app
daniel.sanx10 said:
Hello? Is it working on the cm10?
Sent from my Xperia J using xda app-developers app
Click to expand...
Click to collapse
Hi, its just for stock jb v0.31
Feature:
1.- Transparent status bar.
2.- Transparent notification.
3.- Wake up phone with volumen key.
Click to expand...
Click to collapse
4.- Remove Clock on status bar.
5.-Remove % battery on status bar.
Can you add this back please, i need that! Everybody needs clock at status bar (for example if they're browsing...) , and I like %of battery
2010matej said:
4.- Remove Clock on status bar.
5.-Remove % battery on status bar.
Can you add this back please, i need that! Everybody needs clock at status bar (for example if they're browsing...) , and I like %of battery
Click to expand...
Click to collapse
yes. i can do :cyclops:
sack3 said:
yes. i can do :cyclops:
Click to expand...
Click to collapse
Then please add it back
Hello, sack3
Congratulations for MOD, fantastic.
If possible I would ask a variable.
- Clock and battery %, as already requested by others.
- Transparent status bar. Transparent 100%
thank you
perfect!
work perfect on my XJ JB , and can you add some toggle button?
alveolusss said:
work perfect on my XJ JB , and can you add some toggle button?
Click to expand...
Click to collapse
hey thanks you for your work.
i'm happy with my normal stock systemui.. however after sow your thread i want do add this one for my phone:good:
so please add that for normal stock systemui & post here ( if you don't mind tell me how to do it myself / edit systemui & how you add data meter)
thank you.
PS:
SystemUI25%TranspBatery%Clock.rar - [Click for QR Code] (910.5 KB, 23 views)
dude your systemui didn't work with original JB stock . error mg : unfortunately system UI has stopped
/me sad panda
PS
if you want i like to give you my original stock systemui for above Traffic data work
Suxter said:
hey thanks you for your work.
i'm happy with my normal stock systemui.. however after sow your thread i want do add this one for my phone:good:
so please add that for normal stock systemui & post here ( if you don't mind tell me how to do it myself / edit systemui & how you add data meter)
thank you.
PS:
SystemUI25%TranspBatery%Clock.rar - [Click for QR Code] (910.5 KB, 23 views)
dude your systemui didn't work with original JB stock . error mg : unfortunately system UI has stopped
/me sad panda
PS
if you want i like to give you my original stock systemui for above Traffic data work
Click to expand...
Click to collapse
I just tray SystemUI25%TranspBatery%Clock.rar and work
you need download the android.policy.jar too.
here is the link: http://forum.xda-developers.com/showthread.php?t=2241739
sack3 said:
I just tray SystemUI25%TranspBatery%Clock.rar and work
you need download the android.policy.jar too.
here is the link: http://forum.xda-developers.com/showthread.php?t=2241739
Click to expand...
Click to collapse
i did that too.. but didn't work for meee
hey thanks for that thread link
i tried this one http://forum.xda-developers.com/showthread.php?t=1953934 ( found on 1st page in this thread. is this working too ???
Suxter said:
i did that too.. but didn't work for meee
hey thanks for that thread link
i tried this one http://forum.xda-developers.com/showthread.php?t=1953934 ( found on 1st page in this thread. is this working too ???
Click to expand...
Click to collapse
yes, so i use the only part about to add button clean.
you have deodexed rom and jb v..A.0.31
sack3 said:
yes, so i use the only part about to add button clean.
you have deodexed rom and jb v..A.0.31
Click to expand...
Click to collapse
stock rom with jb .31:angel: i give up
please help
Hello, sack3
please help.
follow the procedures of links
http://forum.xda-developers.com/show....php?t=2241739
http://forum.xda-developers.com/show....php?t=1953934
to remove - Update:
Aggregate Traffic date on status bar.
i could not. :crying:
_______________________________________________________
I really like that you made the alteration,
100% transparency + not clock + not % battery.
and
100% transparency + clock + % battery.
_______________________________________________________
BUT NOT THE LAST
Update:
- Aggregate Traffic date on status bar
- Brightness Slider Bar to Status Bar
please help.

[[GUIDE]] Header: Lollipop Style!

For L Style Header[Advanced] go HERE
For Panel Transparency go HERE
For adding L Style Date/Clock View go HERE
To add Battery/WiFi/Bluetooth/Alarm icons in Header go HERE
Yo guys! Today I am here with a simple tutorial to create a look alike L Style Header in notification Panel!
I was just playing with the layouts and made this
STEP 1:
1.Decompile SystemUI.apk.
go to res/layout/ and open status_bar_expanded_header.xml [MTK]/ tw_status_bar_expanded_header.xml[Samsung]
In second line find:
Code:
android:background="blablabla"
Make it look like this:
Code:
android:background="#ff243137"
Now in same XML find the rest
Code:
android:background="blablabla"
And replace all with this: [Keep android:background="#ff243137" as it is ]
Code:
android:background="#00000000"
Recompile the SystemUI. Don't sign it yet.
STEP 2
Now,
2.Again go to res/layout/ and open status_bar_expanded_header.xml [MTK]/ tw_status_bar_expanded_header.xml[Samsung]
Download the attached zip here, Extract the zip and paste l_header.9.png to res/drawable-hdpi or drawable-mdpi or drawable-xxhdpi [What your device has by default]
Find this in second line of the XML:
Code:
android:background="#ff243137"
Make it look like this:
Code:
android:background="@drawable/l_header"
Save the XML.
Now navigate to res/values/ and open dimens.xml and search for
Code:
<dimen name="notification_panel_header_height">48.0dip</dimen>
Change it to
Code:
<dimen name="notification_panel_header_height">96.0dip</dimen>
Save the XML.
Recompile the SystemUI, sign, push to system/app with permissions 644
Credits: @Aniruddha_Pathak [Me]
Material Files Group.
And you
HIT THANKS IF YOU LIKE MY WORKS
Thanks brother.. I'm gonna try it
itsraj011 said:
Thanks brother.. I'm gonna try it
Click to expand...
Click to collapse
Okay
Here's mine..... Without the guide ....... But easy and nice guide ?
sdeepb said:
Here's mine..... Without the guide ....... But easy and nice guide ?
Click to expand...
Click to collapse
We both share a same mind L O L Playing with layouts creates good things, isn't it
Aniruddha_Pathak said:
We both share a same mind L O L Playing with layouts creates good things, isn't it
Click to expand...
Click to collapse
Ya but I don't own anything apart from the ss
sdeepb said:
Ya but I don't own anything apart from the ss
Click to expand...
Click to collapse
Hahahaha Hit the thanks button if you find the guide useful
Aniruddha_Pathak said:
Hahahaha Hit the thanks button if you find the guide useful
Click to expand...
Click to collapse
Already did
sdeepb said:
Already did
Click to expand...
Click to collapse
Thanks for the thanks
Awesome Guide mr.awesome.
arun.negi004 said:
Awesome Guide mr.awesome.
Click to expand...
Click to collapse
Thank you buddy :angel:
Very good
works fine
Have anymore awesome guides like this?
Hit the thanks button if you like it
mjraogr said:
Very good
works fine
Click to expand...
Click to collapse
Thanks bro
Umm...I am posting as soon as I successfully experiment bro
kirito9 said:
Have anymore awesome guides like this?
Click to expand...
Click to collapse
If you are on L panel, you may try THIS
I shall post after trying and experimenting some things new bro
Aniruddha_Pathak said:
If you are on L panel, you may try THIS
I shall post after trying and experimenting some things new bro
Click to expand...
Click to collapse
Oh cool cool, where can i find the L panel guide?
@kirito9 , HERE
Aniruddha_Pathak said:
@kirito9 , HERE
Click to expand...
Click to collapse
Kudos
Nice
Aniruddha_Pathak said:
Thanks bro
Click to expand...
Click to collapse
Perfect
I had somethings to do, like hide TW toggles and rearrange layouts, it needs and give new attributes to frame layouts
Its results
The only things that a didnt have succes was the show/hide , ( im used the ten ten layout divided on 4 parts ) but the tw layout dont accept.,
so it running with stock scrolldown
mjraogr said:
Perfect
I had somethings to do, like hide TW toggles and rearrange layouts, it needs and give new attributes to frame layouts
Its results
The only things that a didnt have succes was the show/hide , ( im used the ten ten layout divided on 4 parts ) but the tw layout dont accept.,
so it running with stock scrolldown
Click to expand...
Click to collapse
Reply to me on my other thread sir

Categories

Resources