SystemUI - Samsung Galaxy Star

plz make a systemui.apk with transparent statusbar.I d'nt want to use xposed module :fingers-crossed:

themukrram said:
plz make a systemui.apk with transparent statusbar.I d'nt want to use xposed module :fingers-crossed:
Click to expand...
Click to collapse
Not possible. Only possible with KitKat (API 19) or Xposed (bit of a cheat)
Smack that Thanks button if I helped!
XDAing from a N7105 powered by Illusion ROM.
Sent from a small country called Singapore.
P.S. Time for school, not much time for XDA

use gravitybox from xposed

themukrram said:
plz make a systemui.apk with transparent statusbar.I d'nt want to use xposed module :fingers-crossed:
Click to expand...
Click to collapse
Download from below link
http://forum.xda-developers.com/showthread.php?t=2614143

Related

[MOD] Power toggles - SystemUI {ICS}

Hello xda guyz..
This is SystemUI I have taken from ViperXperia rom by @jerrytan93.
It was blue by default, i change it to green for my own use. But I thought to share it with you guyz..
It works With almost every ics rom.
I m not a developer, don't know any programming. Doing this took a alot of time for me. Hit thanks if you like.
Please make backup before you use to avoide any bad happening.
Download the zip file and flash via cwm from first link or
Rename the apk file to SystemUI.apk then
Push it to System/App and set permissions rw-r-r from second link
Download links
Flashable Zip : http://d-h.st/bk2 ( Thanks to @Omessy7 )
Apk link : https://db.tt/twsTdLmC
Enjoy Guyz
Credit: @jerrytan93 for the default version
And for his ViperXperia amazing rom.
If any dev want to use this version in their rom, please ask @jerrytan93. @Omessy7 for flashable Zip.
Hit Thanks if you like.
bro let me suggest something
use Ddc's new 4.2 systemUI
and make everything that u made green to white
and then try , hopyfully everything that is white should change with theme
Sahaab said:
bro let me suggest something
use Ddc's new 4.2 systemUI
and make everything that u made green to white
and then try , hopyfully everything that is white should change with theme
Click to expand...
Click to collapse
That would be great, but to do that I have to edit 300+ pngs. And m not having that much time.
But will do that when m free.
Anyway thanks for you tip.
sent from Gotham City
DeathStroke said:
That would be great, but to do that I have to edit 300+ pngs. And m not having that much time.
But will do that when m free.
Anyway thanks for you tip.
sent from Gotham City
Click to expand...
Click to collapse
why 300 pngs? just work with the toggle pngs
saqib nazm said:
why 300 pngs? just work with the toggle pngs
Click to expand...
Click to collapse
There is lot more which effect that. For eg. Screenshot icon, bar under network name and other lot more things.
And battery have %age from 1to 100 complete, same for when charging. So 200png will be this only.
So I can't.
Edit : why should I change battery icon, it having no problem with theme accent. Will try when get some time.
sent from Gotham City
@DeathStroke
i made a flashable zip for this mod so it could be simply flashed instead of copying-replacing-setting permissions-rebooting
link: http://d-h.st/bk2
add to OP to make it easier for those who want your mod.
Omessy7 said:
@DeathStroke
i made a flashable zip for this mod so it could be simply flashed instead of copying-replacing-setting permissions-rebooting
link: http://d-h.st/bk2
add to OP to make it easier for those who want your mod.
Click to expand...
Click to collapse
Added. Thanks mate.
Sent from my Xperia Arc S using xda premium
thanks a lot

how to make status bar transparent??

was making kitkat rom for my own use
and i want to make the status bar transparent
help plzz
Darklord96 said:
was making kitkat rom for my own use
and i want to make the status bar transparent
help plzz
Click to expand...
Click to collapse
Use Gravity box
RTz_GauRaV said:
Use Gravity box
Click to expand...
Click to collapse
Thanks for the reply
I kno that bro
I only kno one thing that we need to edit systemui.apk for making it transparent after that i dont kno
Can u plzz tell me the steps to make transparent status bar by editing systemui.apk
Darklord96 said:
Thanks for the reply
I kno that bro
I only kno one thing that we need to edit systemui.apk for making it transparent after that i dont kno
Can u plzz tell me the steps to make transparent status bar by editing systemui.apk
Click to expand...
Click to collapse
To make it transparent
1- Decompile SystemUI.apk.
2- Open res\layout\status_bar.xml
3- There you will see a value like android:background=FF000000
4- To make it translucent type 5F000000 instead of FF000000 or to make it full transparent type 000000
Done:good:
RTz_GauRaV said:
To make it transparent
1- Decompile SystemUI.apk.
2- Open res\layout\status_bar.xml
3- There you will see a value like android:background=FF000000
4- To make it translucent type 5F000000 instead of FF000000 or to make it full transparent type 000000
Done:good:
Click to expand...
Click to collapse
THANKS BRO
my apk is not recompiling was using apktool
i need a simple tool for that can u suggest any
like without any use of an coding or anything
Darklord96 said:
THANKS BRO
my apk is not recompiling was using apktool
i need a simple tool for that can u suggest any
like without any use of an coding or anything
Click to expand...
Click to collapse
Use apk multi tools
Or give me your system ui.apk I will mod it
RTz_GauRaV said:
Use apk multi tools
Or give me your system ui.apk I will mod it
Click to expand...
Click to collapse
Okai will try that
Actually i wanted to add it in my rom
Cyanothemed as i added ota in it
And tell me now how to change icons ??
Darklord96 said:
Okai will try that
Actually i wanted to add it in my rom
Cyanothemed as i added ota in it
And tell me now how to change icons ??
Click to expand...
Click to collapse
If you want to change battery or toggles icons they are in res/drawable-xdpi
And if you want to change app icon they are in res/mipmap-xdpi:good:
Hit thanks if helped
RTz_GauRaV said:
If you want to change battery or toggles icons they are in res/drawable-xdpi
And if you want to change app icon they are in res/mipmap-xdpi:good:
Hit thanks if helped
Click to expand...
Click to collapse
in the framework-res.apk or systemui.apk ??
Darklord96 said:
in the framework-res.apk or systemui.apk ??
Click to expand...
Click to collapse
Res/drawable-xdpi
RTz_GauRaV said:
Res/drawable-xdpi
Click to expand...
Click to collapse
which apk should i decompile to change icons
framework.apk or systemui.apk
Darklord96 said:
which apk should i decompile to change icons
framework.apk or systemui.apk
Click to expand...
Click to collapse
Which icons you want to change
RTz_GauRaV said:
Which icons you want to change
Click to expand...
Click to collapse
phone, contacts , settings only
Darklord96 said:
phone, contacts , settings only
Click to expand...
Click to collapse
For changing the contacts,phone and setting you have to decompile them only.
For ex- changing the contacts icon
1.Decompile the apk
2.go to res/mipmap-xdpi/
3.there you will see the the icons
4.change them :good:

Kitkat statusbar icons..

Hey does anybody know how to get kitkat like icons in Grand quattro..? Thanks in advance...
Sent from my GT-I8552 using XDA Premium 4 mobile app
Use Xtheme Engine
Hey,
Use Xtheme Engine and install Kitkat xTheme.apk
Download link http://d-h.st/LVB
If you need more themes let me know.
Drawback: Only one signal bar is white. Other remains stock grey. Still won't look that bad. Try it. :good: Everything else is good.:good:
Or you need to replace your systemUI.apk in system folder of your phone with some custom Rom's systemUI.apk
No the xposed module will screw up my statusbar toggles and all .. I dont want that... I just want the statusbar to be transparent and kitkat styled... Is there any system ui. Apk that you have seen that might suit my interests... If so then please provide the link...
Sent from my GT-I8552 using XDA Premium 4 mobile app
try xposed it works
Tuneer said:
No the xposed module will screw up my statusbar toggles and all .. I dont want that... I just want the statusbar to be transparent and kitkat styled... Is there any system ui. Apk that you have seen that might suit my interests... If so then please provide the link...
i m using xposed with gravity box take a look
Click to expand...
Click to collapse
try this
http://forum.xda-developers.com/showthread.php?t=2679102
i'm using it
Thanks
Thanks for the link :highfive:
sanjayi8552 said:
Tuneer said:
No the xposed module will screw up my statusbar toggles and all .. I dont want that... I just want the statusbar to be transparent and kitkat styled... Is there any system ui. Apk that you have seen that might suit my interests... If so then please provide the link...
i m using xposed with gravity box take a look
Click to expand...
Click to collapse
gravitybox doesn't work on my phone how did you make it work and what rom are you using
Click to expand...
Click to collapse
iead_20 said:
sanjayi8552 said:
gravitybox doesn't work on my phone how did you make it work and what rom are you using
Click to expand...
Click to collapse
I M USING STOCK ROM
Click to expand...
Click to collapse
sanjayi8552 said:
Tuneer said:
No the xposed module will screw up my statusbar toggles and all .. I dont want that... I just want the statusbar to be transparent and kitkat styled... Is there any system ui. Apk that you have seen that might suit my interests... If so then please provide the link...
i m using xposed with gravity box take a look
Click to expand...
Click to collapse
You can always use the framework-res.apk and systemUI.apk from the S4TheWin ROM. It's transparent.
And for kitkat statusbar icons, you can take the SystemUI from any kitkat device, and just replace the icons in you own SystemUI drawable folder.
Click to expand...
Click to collapse

[REQ] Port Moto E center clock mod from moto g

Could someone please make a mod like this for Moto E as well?
http://forum.xda-developers.com/showthread.php?t=2730435
Fist of all, it have to be done manually wth decompiling SystemUI.apk and editing it and recompiling!!
I can do that for u if u r rooted and if u can provide me your SystemUI.apk..
TheStrix said:
Fist of all, it have to be done manually wth decompiling SystemUI.apk and editing it and recompiling!!
I can do that for u if u r rooted and if u can provide me your SystemUI.apk..
Click to expand...
Click to collapse
Yep its rooted. And if its not too much trouble for you, I'd appreciate it if you could do decompile it for me. Where's the file located?
dpool94 said:
Yep its rooted. And if its not too much trouble for you, I'd appreciate it if you could do decompile it for me. Where's the file located?
Click to expand...
Click to collapse
Give me the systemUI.apk that is located in /system/app
TheStrix said:
Give me the systemUI.apk that is located in /system/app
Click to expand...
Click to collapse
http://wikisend.com/download/902724/SystemUI.apk
dpool94 said:
http://wikisend.com/download/902724/SystemUI.apk
Click to expand...
Click to collapse
Also give me ur framework-res.apk tats located in /system/framework
Sorry i forgot to mention tat earlier..
oh okay. gimme a moment
http://wikisend.com/download/546356/framework-res.apk.zip
TheStrix said:
Also give me ur framework-res.apk tats located in /system/framework
Sorry i forgot to mention tat earlier..
Click to expand...
Click to collapse
http://wikisend.com/download/546356/framework-res.apk.zip
TheStrix said:
Also give me ur framework-res.apk tats located in /system/framework
Sorry i forgot to mention tat earlier..
Click to expand...
Click to collapse
uhm
dpool94 said:
uhm
Click to expand...
Click to collapse
Sorry i forgot to tell u, i will also require SystemUI.odex file..
TheStrix said:
Sorry i forgot to tell u, i will also require SystemUI.odex file..
Click to expand...
Click to collapse
http://wikisend.com/download/198020/SystemUI.odex
Hi,
If you have already rooted your Moto E, you have the easier method to center clock:
1) Install Xposed Framework Installer.
2) Install GravityBox for KK, or any other xposed module for tweak the clock, and set your preferences.
I do this in my first day with Moto E !!
Absolute heaven!
manos78 said:
Hi,
If you have already rooted your Moto E, you have the easier method to center clock:
1) Install Xposed Framework Installer.
2) Install GravityBox for KK, or any other xposed module for tweak the clock, and set your preferences.
I do this in my first day with Moto E !!
Click to expand...
Click to collapse
Moto E with Xposed and Gravitybox =
Is there any way to have quicksettings turn off your mobile data connection with a long press (like you can with wifi)?
manos78 said:
Hi,
If you have already rooted your Moto E, you have the easier method to center clock:
1) Install Xposed Framework Installer.
2) Install GravityBox for KK, or any other xposed module for tweak the clock, and set your preferences.
I do this in my first day with Moto E !!
Click to expand...
Click to collapse
Trust me, that's the first thing I did as soon as I got my hands on the phone. Rooted it and installed all the best Xposed modules (including Gravitybox). Tried changing center clock position and it didnt work :/
Dunno how it worked for you.. Is a new version of gravitybox out or something?
dpool94 said:
http://wikisend.com/download/198020/SystemUI.odex
Click to expand...
Click to collapse
need anything else?
TheStrix said:
Sorry i forgot to tell u, i will also require SystemUI.odex file..
Click to expand...
Click to collapse
lol quoted myself above.. :|
anyway, do you need anything else? :c
bump
dpool94 said:
Could someone please make a mod like this for Moto E as well?
http://forum.xda-developers.com/showthread.php?t=2730435
Click to expand...
Click to collapse
dont worry man ive done that by modifying systemui
see this
http://forum.xda-developers.com/showthread.php?p=53645056

[SONY]Xperia Theme - Xposed Module[4.1.x+]

This is a Xposed Module.
Requirements :
Sony Xperia Device
Rooted Stock Rom
Xposed framework Installed & Active.
This module allows you to change the Xperia Theme System Colour On-The-Go*.
It won't allow you to change the default wallpaper or replace any other drawable as with new Xperia Themes for Android 4.3+
With this module you can set your desired colour as system accent.
Features :
Change System Accent Colour On The Go.
Change App Background On The Go. [New]
Change System Bar Background [System Bar includes Statusbar and Navigation Bar]. [New]
Using the module is very simple.
Download and Install.
Activate in Xposed App.
Open The Module either from Xposed app/Modules or Direct from App Drawer.
Activate the only Check Box you see.
Choose desired colours in all the rest of the Colour Picker options.
Exit the app by Back press.
* You need to restart your smart phone for the first time. Its a Xposed requirement for new modules to work. After that whenever you change the colours most of the parts will get the new settings immediately. Swipe out all the apps from recent app panel. But for the whole changes to take place you need to reboot every time you change colours.
I have tested it in Xperia M Dual 4.3
Confirmed Working in Xperia L 4.2.2
Users please test in 4.1,4.2 and 4.4 and report.
For Downloads Check Attachments.
DOWNLOAD
I have Added new Ads free version and as well as ads supported version in attachments.
If you want to support me then you can do so by using the ads supported version.
First to reply - love it.
Xperia L Android 4.2.2 didn't work
Jok3rrr said:
Xperia L Android 4.2.2 didn't work
Click to expand...
Click to collapse
Post your com.sonyericsson.uxp.apk from /system/framework
Also post any one xperia theme apk from /system/apk Recommended either red or green one.
Helps in differentiating easily.
SArnab©® said:
Post your com.sonyericsson.uxp.apk from /system/framework
Also post any one xperia theme apk from /system/apk Recommended either red or green one.
Helps in differentiating easily.
Click to expand...
Click to collapse
I find only 'com.sonyericsson.uxp.jar' not 'com.sonyericsson.uxp.apk', but i uploaded it to attachments, also like 'GreenTheme.apk'.
Jok3rrr said:
I find only 'com.sonyericsson.uxp.jar' not 'com.sonyericsson.uxp.apk', but i uploaded it to attachments, also like 'GreenTheme.apk'.
Click to expand...
Click to collapse
This will do.
Do you have any other apk in framework folder excluding framework-res.apk?
If you have then plz post that too.
Working on the Z2 4.4.2 stock. Just got to clear the apps from the recentes and open them again
SArnab©® said:
This will do.
Do you have any other apk in framework folder excluding framework-res.apk?
If you have then plz post that too.
Click to expand...
Click to collapse
Yes, 'SemcGenericUxpRes.apk'
Jok3rrr said:
Yes, 'SemcGenericUxpRes.apk'
Click to expand...
Click to collapse
I will update the Module and publish a new version with working 4.2.2 support.
Thanks for providing me with the files.
SArnab©® said:
I will update the Module and publish a new version with working 4.2.2 support.
Thanks for providing me with the files.
Click to expand...
Click to collapse
Ok thanks
[Update/Trial][4.1/4.2 Fix]
Jok3rrr said:
Ok thanks
Click to expand...
Click to collapse
Here, test this one and reply if it works now or not.
There's only one option to choose as Sony 4.1/4.2 Themes work differently.
SArnab©® said:
Here, test this one and reply if it works now or not.
There's only one option to choose as Sony 4.1/4.2 Themes work differently.
Click to expand...
Click to collapse
It works now !
Jok3rrr said:
It works now !
Click to expand...
Click to collapse
Am happy that my Module works for you.
I will try to port more things to Android 4.1/4.2 later on.
Please do buy from Play Store if you can to support my work and give a good rating.
thank you.
Xperia Z1 with KK 4.4.4
Neutral color does not apply (quick settings remain white)
thegios said:
Xperia Z1 with KK 4.4.4
Neutral color does not apply (quick settings remain white)
Click to expand...
Click to collapse
Post logcat please.
SArnab©® said:
Post logcat please.
Click to expand...
Click to collapse
let me know if it is ok
thegios said:
let me know if it is ok
Click to expand...
Click to collapse
Xposed Logcat is what I need.
SArnab©® said:
Xposed Logcat is what I need.
Click to expand...
Click to collapse
can you pls explain what exactly I need to do then?
here it is
any update on my feedback?

Categories

Resources