Does anyone know where the status bar image at in the systemui.. been looking for it for a few weeks now. Want to get rid of that ugly black background. Or is that a xml file. Thanks
Sent from my SCH-I605 using Xparent BlueTapatalk 2
ezgoing2406 said:
Does anyone know where the status bar image at in the systemui.. been looking for it for a few weeks now. Want to get rid of that ugly black background. Or is that a xml file. Thanks
Sent from my SCH-I605 using Xparent BlueTapatalk 2
Click to expand...
Click to collapse
It's an apk file. You need to decompile it using smali/baksmali. Search Apk tool.
Sent from a 5.5 incher
ezgoing2406 said:
Does anyone know where the status bar image at in the systemui.. been looking for it for a few weeks now. Want to get rid of that ugly black background. Or is that a xml file. Thanks
Sent from my SCH-I605 using Xparent BlueTapatalk 2
Click to expand...
Click to collapse
DO NOT FLASH THIS ZIP FILE! It is NOT for our device, but will help you with what you're looking for.
http://db.tt/nxGSoxKm
DroidOnRoids said:
It's an apk file. You need to decompile it using smali/baksmali. Search Apk tool.
Click to expand...
Click to collapse
The status bar should be a simple .png file, which can just be dragged and dropped into a zip or by replacing it using xplorer file manager
Ahhhh is that ez I see in the note 2 section.
I'd love love love! to see you come out with a theme.
Enjoyed the one for synergy while it lasted. Ha
Hope to see some great work
Use tweak box. You can change the color of the status bar.
Thanks guys. I am going to wait till next month or june. Due to us having a update soon. 4.2.. just waiting on the release from scott
Sent from my SCH-I605 using Xparent BlueTapatalk 2
kimdoocheol said:
Use tweak box. You can change the color of the status bar.
Click to expand...
Click to collapse
That is not working for me, but the clock color works.
---------- Post added at 01:54 AM ---------- Previous post was at 01:15 AM ----------
DroidOnRoids said:
It's an apk file. You need to decompile it using smali/baksmali. Search Apk tool.
Click to expand...
Click to collapse
eraursls1984 said:
The status bar should be a simple .png file, which can just be dragged and dropped into a zip or by replacing it using xplorer file manager
Click to expand...
Click to collapse
It looks like I was wrong, it must be a XML edit. I'm trying to edit the status bar but I can't figure out how to decompile/recompile on windows 7 64 bit.
eraursls1984 said:
That is not working for me, but the clock color works.
---------- Post added at 01:54 AM ---------- Previous post was at 01:15 AM ----------
It looks like I was wrong, it must be a XML edit. I'm trying to edit the status bar but I can't figure out how to decompile/recompile on windows 7 64 bit.
Click to expand...
Click to collapse
Did you reboot twice? I don't know why, but the first time I had to reboot twice. It ended up working nicely on my phone, but we might use different roms.
You made sure to enable it in Xposed?
kimdoocheol said:
Did you reboot twice? I don't know why, but the first time I had to reboot twice. It ended up working nicely on my phone, but we might use different roms.
You made sure to enable it in Xposed?
Click to expand...
Click to collapse
I'm running Beans Build 11 and it is enabled (clock color works) I also rebooted 3 or 4 times, but I'll try again.
eraursls1984 said:
I'm running Beans Build 11 and it is enabled (clock color works) I also rebooted 3 or 4 times, but I'll try again.
Click to expand...
Click to collapse
You ticked the checkbox in Xposed though, right?
I did this with the DPI mod and it wouldn't work, but then I figured out I had not checked the box in Xposed. It works in CleanROM. IIRC, some people who were using tweakbox said that it worked in Beans.
kimdoocheol said:
You ticked the checkbox in Xposed though, right?
I did this with the DPI mod and it wouldn't work, but then I figured out I had not checked the box in Xposed. It works in CleanROM. IIRC, some people who were using tweakbox said that it worked in Beans.
Click to expand...
Click to collapse
Yep, the clock color wouldn't work if I hadn't.
eraursls1984 said:
That is not working for me, but the clock color works.
---------- Post added at 01:54 AM ---------- Previous post was at 01:15 AM ----------
It looks like I was wrong, it must be a XML edit. I'm trying to edit the status bar but I can't figure out how to decompile/recompile on windows 7 64 bit.
Click to expand...
Click to collapse
It's in systemui.apk then res/layout/colors.xml I believe
Sent from my SGH-T889 using Tapatalk 2
kintwofan said:
It's in systemui.apk then res/layout/colors.xml I believe
Sent from my SGH-T889 using Tapatalk 2
Click to expand...
Click to collapse
It is a xml file. And its in the drawable file. I havent decided what color I am going with.. nice faded out blue. Would look sweet on this.
Sent from my SCH-I605 using Xparent BlueTapatalk 2
Related
Sorry for the noob question. This morning, I tried to fool around with system/app/systemui.apk using ninjamorph, but I kept messing stuff up and having to restore from my TWRP backup. Any ideas?
change the drawables in the systemui.apk i do it outside with 7zip...im no themer by any means but ive fooled around with a few things
Thanks for the advice. It led me to search for more info on 7zip and I found this post:
http://forum.xda-developers.com/showthread.php?t=1108798
Originally Posted by daisun
For those still interested in editing apks on OS X without unpacking and hence without resigning I have found something that works!
muCommander! Just rename the .apk to .zip and browse it using muCommander just like you would using WinRar! Just tested it, I was able to add and remove files without resigning. The modified apk installed on my phone without a problem!
As for editing xml values you can simply copy the xml file out and edit it using your favourite editor and then copy them back in.
Hope I was able to help some OS X users.
/edit By the way, this method (WinRar or muCommander) also works for editing update.zip. This means you can customise the rom (add/remove system apks, change the boot animation etc) before you flash it.
The one thing I'm having trouble with is the green bars on the bottom of the notification toggles. I can't find where they're at.
Buddy Revell said:
Thanks for the advice. It led me to search for more info on 7zip and I found this post:
http://forum.xda-developers.com/showthread.php?t=1108798
Originally Posted by daisun
For those still interested in editing apks on OS X without unpacking and hence without resigning I have found something that works!
muCommander! Just rename the .apk to .zip and browse it using muCommander just like you would using WinRar! Just tested it, I was able to add and remove files without resigning. The modified apk installed on my phone without a problem!
As for editing xml values you can simply copy the xml file out and edit it using your favourite editor and then copy them back in.
Hope I was able to help some OS X users.
/edit By the way, this method (WinRar or muCommander) also works for editing update.zip. This means you can customise the rom (add/remove system apks, change the boot animation etc) before you flash it.
The one thing I'm having trouble with is the green bars on the bottom of the notification toggles. I can't find where they're at.
Click to expand...
Click to collapse
What color are you looking for? And what ROM are you in?
i know pacman allows you to change them
blackbass595 said:
What color are you looking for? And what ROM are you in?
Click to expand...
Click to collapse
I'm using CleanROM. I really hate the green Touchwiz battery and toggles, so I used this ICS blue theme from my GS3: http://forum.xda-developers.com/showthread.php?t=1775235
Buddy Revell said:
I'm using CleanROM. I really hate the green Touchwiz battery and toggles, so I used this ICS blue theme from my GS3: http://forum.xda-developers.com/showthread.php?t=1775235
Click to expand...
Click to collapse
Here's a darker blue one that I'm using on clean ROM. http://db.tt/mGPjN9Va
Replace systemUI with this one.
Screenshot
blackbass595 said:
Here's a darker blue one that I'm using on clean ROM. http://db.tt/mGPjN9Va
Replace systemUI with this one.
Click to expand...
Click to collapse
Awesome man thanks I'll grab later when I'm on note so don't take down!
Sent from my HTC6435LVW using Tapatalk 2
luke1333 said:
Awesome man thanks I'll grab later when I'm on note so don't take down!
Sent from my HTC6435LVW using Tapatalk 2
Click to expand...
Click to collapse
No problem
blackbass595 said:
No problem
Click to expand...
Click to collapse
very nice man works great!
Yeah its a grey stat bar but it doesn't bother me .... I just like the blue better than ICS
anyone have one with a black notification bar?
blackbass595 said:
Screenshot
Click to expand...
Click to collapse
Not sure where to put the file?
Sent from my SCH-I605 using xda premium
P2o8wer said:
Not sure where to put the file?
Sent from my SCH-I605 using xda premium
Click to expand...
Click to collapse
In a root file explorer (I use esfile) move the systemui.apk to system>app ... It will ask you to replace the existing file ..chose yes. Then reboot. (It will start force closing ...don't panic...work through the warnings and reboot).
blackbass595 said:
In a root file explorer (I use esfile) move the systemui.apk to system>app ... It will ask you to replace the existing file ..chose yes. Then reboot. (It will start force closing ...don't panic...work through the warnings and reboot).
Click to expand...
Click to collapse
How do u go back to stock?
Sent from my SCH-I605 using xda premium
P2o8wer said:
How do u go back to stock?
Sent from my SCH-I605 using xda premium
Click to expand...
Click to collapse
Make a copy of you're old systemUI before you replace it..
blackbass595 said:
Make a copy of you're old systemUI before you replace it..
Click to expand...
Click to collapse
Lol.. To late.. I jumped the gun like an idiot. Newbe problems!!
Sent from my SCH-I605 using xda premium
P2o8wer said:
Lol.. To late.. I jumped the gun like an idiot. Newbe problems!!
Sent from my SCH-I605 using xda premium
Click to expand...
Click to collapse
Dirty flash the ROM that you are on
blackbass595 said:
Dirty flash the ROM that you are on
Click to expand...
Click to collapse
I'm still runnin stock root cause I think I'm going to take back this one and get the Grey note. I just downloaded the systemUI for the black statusbar with the egps gone. Worked perfect. Thanks Bro.
Sent from my SCH-I605 using xda premium
The statusbar will be transparent on the home screen (like the S4) when you click into an app itll go back to black. This will be a project that takes a lot of time because I will have to do this for every rom individually and then keep updating it as they do. I dont want to start this project if no one cares for it.
Yes or no? Vote in the poll.
Also, can you guys list roms that dont get updated back to back?
Roms like Jelly Beans is perfect because he isnt always pushing updates, roms like that will be ideal.
Great idea, would you do one for the stock OTA beanstown compiled? Deodexed. Itll never see an update lol
ForeverSupra said:
The statusbar will be transparent on the home screen (like the S4) when you click into an app itll go back to black. This will be a project that takes a lot of time because I will have to do this for every rom individually and then keep updating it as they do. I dont want to start this project if no one cares for it.
Yes or no? Vote in the poll.
Also, can you guys list roms that dont get updated back to back?
Roms like Jelly Beans is perfect because he isnt always pushing updates, roms like that will be ideal.
Click to expand...
Click to collapse
That would be an awesome addition!! :thumbup::thumbup:
Tapped from an annihilated N10.1
ONE WORD, YES! PLEASEEEEEEE
Sent from my SCH-I605 using Tapatalk 2
I've been waiting for this.
Sent from my SCH-I605 using Tapatalk 2
That would be great, Scott's ROMs for the most part don't get updated as often.
Would you be able to include the white colored icons in the status bar like the S4, or are you only focusing on the transparent status bar?
Yes please...
Yes please
Sent from my big bad iphone crusher using xda premium
Hell Yea!!!
Sent from my SCH-I605 using xda premium
Oh yeah!!!
Sent from my SCH-I605 using Xparent Blue Tapatalk 2
Yes/Scotts clean rom.
Just use tweak box... Enable in xposed.
kimdoocheol said:
Just use tweak box... Enable in xposed.
Click to expand...
Click to collapse
I didnt realize that. Sorry guys, Im going to have to pass on this project because Xposed does allow you do to this + way more options.
First download xposed framework: http://forum.xda-developers.com/attachment.php?attachmentid=1763596&d=1361912261
Its an APK, just install it then open up the app and hit the "install/update" button. After this restart the phone and download Xposed Tweak Box located here: http://forum.xda-developers.com/attachment.php?attachmentid=1757849&d=1361739667
Install that apk as well. Now go back to the xposed installer (its the first app you installed) and click where it says, "modules." Select Tweak Box now go back to the Tweak Box app and customize away. It gives you options for any status bar color, transparency and much more.
Give these folks a thanks, here is the link to Xposed Framework and Tweak Box below:
http://forum.xda-developers.com/showthread.php?t=1574401
http://forum.xda-developers.com/showthread.php?t=1629653
Edit: Some roms already come with this, some dont and Xposed Framework is universal.
ForeverSupra said:
I didnt realize that. Sorry guys, Im going to have to pass on this project because Xposed does allow you do to this + way more options.
First download xposed framework: http://forum.xda-developers.com/attachment.php?attachmentid=1763596&d=1361912261
Its an APK, just install it then open up the app and hit the "install/update" button. After this restart the phone and download Xposed Tweak Box located here: http://forum.xda-developers.com/attachment.php?attachmentid=1757849&d=1361739667
Install that apk as well. Now go back to the xposed installer (its the first app you installed) and click where it says, "modules." Select Tweak Box now go back to the Tweak Box app and customize away. It gives you options for any status bar color, transparency and much more.
Give these folks a thanks, here is the link to Xposed Framework and Tweak Box below:
http://forum.xda-developers.com/showthread.php?t=1574401
http://forum.xda-developers.com/showthread.php?t=1629653
Edit: Some roms already come with this, some dont and Xposed Framework is universal.
Click to expand...
Click to collapse
I was under the impression you'd be doing it like on the S4. Although xposed will allow a transparent statusbar, when you enter an app it stays that way.
In your mod you talked about having it go black once you enter an app which xposed will NOT do.
For whatever reason I'm not able to get the Xposed tweakbox to make the status bar transparent. I'm running beans build 14. The slider is to the right making it transparent. I've tried to make other changes, but no luck. Any suggestions?
LG13 said:
For whatever reason I'm not able to get the Xposed tweakbox to make the status bar transparent. I'm running beans build 14. The slider is to the right making it transparent. I've tried to make other changes, but no luck. Any suggestions?
Click to expand...
Click to collapse
Yeah. After you make it transparent and reboot, pull down the notification bar, it should be transparent after you move it back to the top. There is a post on beans thread with more in depth instructions .....
This post as well as a few after it talk about getting it to work, though mine hasn't been 100%
http://forum.xda-developers.com/showthread.php?p=41108507
---------- Post added at 11:33 PM ---------- Previous post was at 11:24 PM ----------
Here is the link on how to make status bar transparent. I'm too noob to figure out recompiling systemUI.apk but others have said they have gotten it to work using beans rom.
http://forum.xda-developers.com/showthread.php?p=32639078
Hell no we dont want this...jk
Sent from my SCH-I605 using Tapatalk 2
av8id said:
Yeah. After you make it transparent and reboot, pull down the notification bar, it should be transparent after you move it back to the top. There is a post on beans thread with more in depth instructions .....
This post as well as a few after it talk about getting it to work, though mine hasn't been 100%
http://forum.xda-developers.com/showthread.php?p=41108507
---------- Post added at 11:33 PM ---------- Previous post was at 11:24 PM ----------
Here is the link on how to make status bar transparent. I'm too noob to figure out recompiling systemUI.apk but others have said they have gotten it to work using beans rom.
http://forum.xda-developers.com/showthread.php?p=32639078
Click to expand...
Click to collapse
Thanks, the links were a big help!
Yes please
Sent from my SCH-I605 using xda premium
You can already do this on Tweaked via TSM Parts.
Hello guys I hate the green toggles and the battery so I made this one with blue battery and blue toggles and some other stuff this is for the new update MJ4 and MI5 is been tested with TWRP recovery
If you like to make your own them try xblast tools with xposed installer I have a day with no issues working with 4.3 check the yuotube video for all the instructions
ones again do it at your own if something happens to your phone I'm NOT responsible I giving this mode for free so I can help you and what I can
Now odex
and deodex
It works on stock MJ4 & MI5
tested and works
use this links for now and I also find this mod is working on note 3-
http://www.youtube.com/watch?v=Sw5mS2c3trk
http://www.mediafire.com/download/8y4kzlbygndvc56/Galaxy-Note-3-ICS-odex.zip
http://www.mediafire.com/download/c0htrbub3eyjloz/Galaxy-Note-3-ICS_Deodexed.zip
Yes please make a zip I can flash through twrp for the blue toggles and the weather looks great thanks
Sent from my NOTE 3 using Tapatalk
stevenb691 said:
Yes please make a zip I can flash through twrp for the blue toggles and the weather looks great thanks
Sent from my NOTE 3 using Tapatalk
Click to expand...
Click to collapse
Here make sure you are on stock MJ4 odex. I haven't try on other roms
Thanks the file worked great looks awesome thanks again
Sent from my NOTE 3 using Tapatalk
---------- Post added at 12:27 AM ---------- Previous post was at 12:24 AM ----------
Hey where did you get the clear task bar?
Sent from my NOTE 3 using Tapatalk
Good to know enjoy I am working on some other stuff I like the stock rom but I like to make some little changes on some apps
kasey348 said:
Here make sure you are on stock MJ4 odex. I haven't try on other roms
Click to expand...
Click to collapse
Any chance for a deodexed version
morph28 said:
Any chance for a deodexed version
Click to expand...
Click to collapse
I am working when I get of I make you one
Thank you
morph28 said:
Thank you
Click to expand...
Click to collapse
I don't know on what rom you are but I hope this one works just in case crate a backup
kasey348 said:
I don't know on what rom you are but I hope this one works just in case crate a backup
Click to expand...
Click to collapse
thank you very much it works great and I love the theme.
Do you know if this will work with MI5 oder?
Sent from my SM-N900P using XDA Premium 4 mobile app
---------- Post added at 07:25 AM ---------- Previous post was at 07:24 AM ----------
SantinoInc said:
Do you know if this will work with MI5 odexed?
Sent from my SM-N900P using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Sent from my SM-N900P using XDA Premium 4 mobile app
Yeah it works my friend has MI5 and it works fine
It does work on the Stock MI5 DEODEXED Thank you I been waiting for this. Great Work !!!!!
Sent from my SM-N900P using XDA Premium 4 mobile app
Another pic
Sent from my SM-N900P using XDA Premium 4 mobile app
kgbedge said:
Another pic
Sent from my SM-N900P using XDA Premium 4 mobile app
Click to expand...
Click to collapse
nice but it looks like jellyboom I know because I didn't them the time in the task bar I like jellyboom but I like to see some of the stock with a blue battery and blue toggles I like the task bar clock blue I just don't know the code color that I need to use
kasey348 said:
nice but it looks like jellyboom I know because I didn't them the time in the task bar I like jellyboom but I like to see some of the stock with a blue battery and blue toggles I like the task bar clock blue I just don't know the code color that I need to use
Click to expand...
Click to collapse
All stock after I apply your theme I also apply the dropdown changer from TEAM VENUM and a did theme the time. I did change the PNG on the THEMES for the one on the Picture. The color code you can always google it as ICS COLOR CODE I think :sly:
morph28 said:
Any chance for a deodexed version
Click to expand...
Click to collapse
kgbedge said:
All stock after I apply your theme I also apply the dropdown changer from TEAM VENUM and a did theme the time. I did change the PNG on the THEMES for the one on the Picture. The color code you can always google it as ICS COLOR CODE I think :sly:
Click to expand...
Click to collapse
I will take a look I like the pull down blue
kgbedge said:
All stock after I apply your theme I also apply the dropdown changer from TEAM VENUM and a did theme the time. I did change the PNG on the THEMES for the one on the Picture. The color code you can always google it as ICS COLOR CODE I think :sly:
Click to expand...
Click to collapse
I see what blue are you chose
Nice work.
!
Looks great and I love the theme. Amazing work and keep it coming
Good freaking work!
To the awesome Dev Group:
Does anyone have, or can make, a mod for the current dialer, Messaging and Contacts default white theme to return it to the note 2 or GS4 black theme?
Sent from my SM-N900P using xda app-developers app
Kortekn said:
To the awesome Dev Group:
Does anyone have, or can make, a mod for the current dialer, Messaging and Contacts default white theme to return it to the note 2 or GS4 black theme?
Sent from my SM-N900P using xda app-developers app
Click to expand...
Click to collapse
Q&A thread? I'm unclear, but believes this goes there.
Sent from my SM-N900P using Xparent BlueTapatalk 2
Wasn't sure, it's a theme type request, but it's definitely a question, so I figured it could post in either forum.
Sent from my SM-N900P using xda app-developers app
Was hoping to see exactly what you're looking for. Looks like they are coming close on the International Note 3...
Sent from my SM-N900P using XDA Premium 4 mobile app
I for one would like to get my hands on something like this to add to my collection to go with Stock Deodexed. I hate the white Contacts and Messaging app. Strongsteve's Odexed Blue is pretty tight though. Just sayin....
I use the Contact, phone and Message apk from the Verizon ROM JELLY BEANS works great on the spring stock deodex rom
---------- Post added at 09:45 PM ---------- Previous post was at 09:45 PM ----------
I'm looking for the blackout SecEmail apk if anyone knows please let me know
kgbedge said:
I use the Contact, phone and Message apk from the Verizon ROM JELLY BEANS works great on the spring stock deodex rom
---------- Post added at 09:45 PM ---------- Previous post was at 09:45 PM ----------
I'm looking for the blackout SecEmail apk if anyone knows please let me know
Click to expand...
Click to collapse
How does one locate said apk. Sounds like exactly what we need.
Pacman33 said:
How does one locate said apk. Sounds like exactly what we need.
Click to expand...
Click to collapse
Go here download the Rom and then pull the .apk's from the zip. I would post them but am on super slow internet at the moment. Then just replace the ones you want with a file explorer, check permissions and you are good to go.
Pacman33 said:
How does one locate said apk. Sounds like exactly what we need.
Click to expand...
Click to collapse
Before doing this, I suggest that you make a backup, and also copy the current apks that are functioning on your existing setup that you choose to harvest/replace from that rom.
Installing those or any system files from a Verizon rom is neither a horrible idea, nor is it a good one. Worth a shot, of course.
The above would apply to any modifications you might make to your phone.
Good luck!
Sent from my SM-N900P using Xparent BlueTapatalk 2
I'll test it and reply with results and screenshots. Thanks for the links.
Sent from my SM-N900P using xda app-developers app
The messaging apk worked. Don't know kw how to go about the rest.
Sent from my SM-N900P using Tapatalk
Anyone figure it out? This would be awesome.. Don't really need the glits and glamor.. just a black phone,contacts and messaging and Power off menu...
EvoJok3r said:
Anyone figure it out? This would be awesome.. Don't really need the glits and glamor.. just a black phone,contacts and messaging and Power off menu...
Click to expand...
Click to collapse
Have you checked out x themes in this same forum. High quality blacking theming going on.
Sent from my SPH-L720 using Xparent Skyblue Tapatalk 2
Check this theme out.
http://forum.xda-developers.com/showthread.php?t=2602700
Sent from my SM-N900P using XDA Premium 4 mobile app
cdgotx said:
Check this theme out.
http://forum.xda-developers.com/showthread.php?t=2602700
Sent from my SM-N900P using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Thank you for posting a link. . It is appreciated
Sent from my SPH-L720 using Tapatalk
---------- Post added at 06:41 AM ---------- Previous post was at 06:41 AM ----------
mhutton said:
Have you checked out x themes in this same forum. High quality blacking theming going on.
Sent from my SPH-L720 using Xparent Skyblue Tapatalk 2
Click to expand...
Click to collapse
Thank you for the shout out. .
Sent from my SPH-L720 using Tapatalk
I've got the black dialer and contacts from my maximus rom also if anyone would like to try,
though its calling system_dark_holo as the background
which is not totally black on a stock rom (though probably still looks good)
and you can set system holo dark color or image with wanam xposed.
also the top bars will be blue and not black without the extra framework images.
if anyone wants to try it shoot me a pm (id like to see a screenshot of it on a stock rom before i just release it into the wild)
though once we see how it looks i may tweak a bit and post it , and the needed files to black out a few more things (top bar, shutdown menu)
kgbedge said:
I use the Contact, phone and Message apk from the Verizon ROM JELLY BEANS works great on the spring stock deodex rom
---------- Post added at 09:45 PM ---------- Previous post was at 09:45 PM ----------
I'm looking for the blackout SecEmail apk if anyone knows please let me know
Click to expand...
Click to collapse
most helpful advice ever ive been trying themes from the international version ive pulled blacked out apps from other roms but everything messed up my phone but this worked so thanks for this
Yes, this worked like a charm...
Now if u could do a black messaging... I would be forever grateful. Lol
Sent from my SM-N900P using Tapatalk
stafly17 said:
Yes, this worked like a charm...
Now if u could do a black messaging... I would be forever grateful. Lol
Sent from my SM-N900P using Tapatalk
Click to expand...
Click to collapse
Awesome..
I've got one around somewhere.
I'll make a new thread for them tomorrow.
Sent from my SPH-L720 using Tapatalk
Looks nice
Sent from my SM-N900P using XDA Premium 4 mobile app
I've seen a few screen shots of people's notification panel and right below the clear button, it looks as though people have icons to launch applications from there. I've checked settings, Xposed, and wanam and I can't figure out how they did it? Thanks...
Sent from my Note 3.....enjoy!
I think I found my own answer, I believe it is specific to @sac23 rom!
Sent from my Note 3.....enjoy!
tonyevo52 said:
I've seen a few screen shots of people's notification panel and right below the clear button, it looks as though people have icons to launch applications from there. I've checked settings, Xposed, and wanam and I can't figure out how they did it? Thanks...
Sent from my Note 3.....enjoy!
Click to expand...
Click to collapse
It's called 3minit Quick Settings, it's in the Apps section I believe and yes Sac has it in his rom. But with some work it can be added to any rom.
MrWicked1 said:
It's called 3minit Quick Settings, it's in the Apps section I believe and yes Sac has it in his rom. But with some work it can be added to any rom.
Click to expand...
Click to collapse
Yea I downloaded the app from the store and it froze up my phone, I think I need to get the framework for it, I tried to find it but all I found was for the s4.
Sent from my SM-N900P using Tapatalk
Yeah it has it's own framework just like 3minit Settings...here you go http://forum.xda-developers.com/showthread.php?t=2650117
MrWicked1 said:
Yeah it has it's own framework just like 3minit Settings...here you go http://forum.xda-developers.com/showthread.php?t=2650117
Click to expand...
Click to collapse
Thanks bro, I've never decompiled but I can read up on it.. Never hurts to learn. Thanks
Sent from my SM-N900P using Tapatalk
tonyevo52 said:
Thanks bro, I've never decompiled but I can read up on it.. Never hurts to learn. Thanks
Sent from my SM-N900P using Tapatalk
Click to expand...
Click to collapse
No problem