[Q] Beans ROM - Verizon Galaxy Note 3 Q&A, Help & Troubleshooting

Anyone know whether Beans' ROM (or stock, for that matter) is capable of disabling/hiding the notification toggles entirely? I'd inquire within his thread, but not permitted to because it's for devs only...

No, I don't see anything like that.

pcss911 said:
Anyone know whether Beans' ROM (or stock, for that matter) is capable of disabling/hiding the notification toggles entirely? ...
Click to expand...
Click to collapse
Not sure I totally understand the question, but you can hide the status/notification bar easy enough if you use Nova Launcher??

pcss911 said:
Anyone know whether Beans' ROM (or stock, for that matter) is capable of disabling/hiding the notification toggles entirely? I'd inquire within his thread, but not permitted to because it's for devs only...
Click to expand...
Click to collapse
If you use Exposed, there is a module called NotifyClean that will hide what ever you want.

jmorton10 said:
Not sure I totally understand the question, but you can hide the status/notification bar easy enough if you use Nova Launcher??
Click to expand...
Click to collapse
Thank you, but to clarify, what I was talking about was within the notification pull-down, at the top there is normally a row of toggles with items such as wifi on/off, bluetooth on/off, etc. While I realize that you can customize the order of the items that appear within this bar, as well as which items display, I am interested in knowing whether the entire bar can be removed/hidden.
thanks

millerd79 said:
If you use Exposed, there is a module called NotifyClean that will hide what ever you want.
Click to expand...
Click to collapse
Much gratitude; I wasn't aware that existed, and that sounds like it would do the trick.

pcss911 said:
Much gratitude; I wasn't aware that existed, and that sounds like it would do the trick.
Click to expand...
Click to collapse
That only hides the notifications, not the toggles (I use it myself & it works perfect for what it's intended to do but hiding the toggles ain't it)

jmorton10 said:
That only hides the notifications, not the toggles (I use it myself & it works perfect for what it's intended to do but hiding the toggles ain't it)
Click to expand...
Click to collapse
Thanks for dashing the false hope! Back to original question: anyone? Might some other xposed module do this?

*bump* in hopes of someone knowing whether achieving this is possible (removing/hiding the toggles bar in the notification pulldown)

Message beans and ask him if it's possible. Beans is a very nice person and one hell of a dev. Just be polite and not demanding and he will probably at least respond
Sent from my SM-N900V using XDA Premium 4 mobile app

Related

[Q] Prevent hiding status bar ?

hi,
how to prevent the hiding of the status bar in games etc ?? (fullscreen..)
I'm not lookingfor an app which can make it to reappear
thanks !
aLeda said:
hi,
how to prevent the hiding of the status bar in games etc ?? (fullscreen..)
I'm not lookingfor an app which can make it to reappear
thanks !
Click to expand...
Click to collapse
People are you usually trying to give the game/app onscreen more importance. ParanoidAndroid and CyanogenMod both hide the navigation bar too now. You are definitely going in the opposite direction. I have never heard of an app that would make it reappear, why you would you want it too?
hhairplane said:
People are you usually trying to give the game/app onscreen more importance. ParanoidAndroid and CyanogenMod both hide the navigation bar too now. You are definitely going in the opposite direction. I have never heard of an app that would make it reappear, why you would you want it too?
Click to expand...
Click to collapse
ah ... :/
it(s nice to don't miss notifications, get infos fasters like the time etc...
aLeda said:
ah ... :/
it(s nice to don't miss notifications, get infos fasters like the time etc...
Click to expand...
Click to collapse
i know what u mean, for specific apps that doesn't need to go full screen it would be nice to show status bar
someone should make an app that allow you to manually enables/disables status bar in specific apps would be great
joshtrader said:
i know what u mean, for specific apps that doesn't need to go full screen it would be nice to show status bar
someone should make an app that allow you to manually enables/disables status bar in specific apps would be great
Click to expand...
Click to collapse
yes this would be great, or an app that simply prevent hiding stat bar
(sorry for my english)
aLeda said:
yes this would be great, or an app that simply prevent hiding stat bar
(sorry for my english)
Click to expand...
Click to collapse
ParanoidAndroid may have that option, since they have the option to force full screen.
joshtrader said:
i know what u mean, for specific apps that doesn't need to go full screen it would be nice to show status bar
someone should make an app that allow you to manually enables/disables status bar in specific apps would be great
Click to expand...
Click to collapse
In synergies codefire SR15 it is impemented.
If you drop town the upper side of the screen twice in fullscreen, you are able to access into the statusbar.
I really love it, because im always able to use fullscreen and have access to the statusbar.
Sent from my Nexus 4 using Tapatalk 2

[Q] hiding notification bar. (Noob)

I need to make an app that hides my notification bar and shows it when i need it.
How can i make the app with AIDE or eclipse?!
I know how to make an app but i dont know how to make a usefull background app.
I would need help how it is done.
Any help is appreciated.
Tried googling about apps that show ui etc. etc.
2hrs no answers. Im really bad with googling.
Fatsodonkey said:
I need to make an app that hides my notification bar and shows it when i need it.
How can i make the app with AIDE or eclipse?!
I know how to make an app but i dont know how to make a usefull background app.
I would need help how it is done.
Any help is appreciated.
Tried googling about apps that show ui etc. etc.
2hrs no answers. Im really bad with googling.
Click to expand...
Click to collapse
Well, I think that this is simply not possible.
You can hide the notification bar in your app but you cannot do this while other apps are in the foreground. You would need to use a custom ROM for that.
However, what would probably be possible is creating an overlay which is shown on top of the notification bar. Nevertheless apps will not be fullscreen, just your overlay will be displayed instead of the notification bar. (If you want to do this, have a look at the RoundR sources on github.) I do not think that this is what you want.
Modifiying the system UI from an app is not possible!
(And it is good that it is not. What would you say if an app removes your notification bar without your agreement? )
nikwen said:
Well, I think that this is simply not possible.
You can hide the notification bar in your app but you cannot do this while other apps are in the foreground. You would need to use a custom ROM for that.
However, what would probably be possible is creating an overlay which is shown on top of the notification bar. Nevertheless apps will not be fullscreen, just your overlay will be displayed instead of the notification bar. (If you want to do this, have a look at the RoundR sources on github.) I do not think that this is what you want.
Modifiying the system UI from an app is not possible!
(And it is good that it is not. What would you say if an app removes your notification bar without your agreement? )
Click to expand...
Click to collapse
I understand what you are saying.
But how is Smart Statusbar done?!
http://www.xda-developers.com/android/smart-statusbar-gives-you-easy-statusbar-access-in-full-screen-apps/
Im trying to create a similar but more simplistic.
Fatsodonkey said:
I understand what you are saying.
But how is Smart Statusbar done?!
http://www.xda-developers.com/android/smart-statusbar-gives-you-easy-statusbar-access-in-full-screen-apps/
Im trying to create a similar but more simplistic.
Click to expand...
Click to collapse
Looks like the dev is really clever. :good:
I have got an idea how he could have done it:
Create an overlay on the screen (look at some souce at github: https://github.com/MohammadAdib/RoundR , https://github.com/sukso96100/SidePanel)
If it is clicked, launch a transparent activity with this attribute in Android manifest: android:theme="@android:style/Theme.NoTitleBar"
After some time or after a click on the screen close it.
(No need for the status bar permission. It seems to be a one created by himselft.)
I think that this should work.
nikwen said:
Looks like the dev is really clever. :good:
I have got an idea how he could have done it:
Create an overlay on the screen (look at some souce at github: https://github.com/MohammadAdib/RoundR , https://github.com/sukso96100/SidePanel)
If it is clicked, launch a transparent activity with this attribute in Android manifest: android:theme="@android:style/Theme.NoTitleBar"
After some time or after a click on the screen close it.
(No need for the status bar permission. It seems to be a one created by himselft.)
I think that this should work.
Click to expand...
Click to collapse
Thank´s!
I´ll try this!
Fatsodonkey said:
Thank´s!
I´ll try this!
Click to expand...
Click to collapse
You're welcome.
Good luck! :good:
There is fullscreen mode, gallery and some other apps use it
GR0S said:
There is fullscreen mode, gallery and some other apps use it
Click to expand...
Click to collapse
Yes, but you cannot tell the system how other apps should be shown.

[Q] Full Screen Mod?? (Pie Controls)

I know certain ROMs come with extended desktop/pie controls but is there a flashable mod anywhere with that feature? If so, can something like that be ported to the Nexus 10 for use on the Project Flaming Monkey ROM? I wish PFM and ParanoidAndroid merged: that ROM would be perfect.
Try this. I've been using it on my N10 for a couple of weeks & it works fine. I haven't tried a custom ROM yet so not sure how it compares to the pie controls in those. The developer says he'll be adding more functionality soon. He also made it available free to xda members here. It's a couple bucks in the Play Store.
http://forum.xda-developers.com/showthread.php?t=2454531
AJ Bryant said:
I know certain ROMs come with extended desktop/pie controls but is there a flashable mod anywhere with that feature? If so, can something like that be ported to the Nexus 10 for use on the Project Flaming Monkey ROM? I wish PFM and ParanoidAndroid merged: that ROM would be perfect.
Click to expand...
Click to collapse
I'm using Purity ROM with Trinity Kernel. (see my signature for links). Flash the free LMT zip which has adds PIE plus more desktop extensions. I also bought Smart Statusbar+ for an auto hide statusbar.
LMT: http://forum.xda-developers.com/showthread.php?t=1330150
Smart Statusbar: https://play.google.com/store/apps/details?id=com.kiumiu.ca.statusbar.free&hl=en
An alternative is Full!screen which I used to use on rooted stock along with LMT.
https://play.google.com/store/apps/details?id=de.tsorn.FullScreen&hl=en
Have fun.
I've used LMT in the past, when I've tried other ROMs. I always find myself back using AOKP ribbons. For whatever reason I dig it. LMT has a ton of functionality though. Also, if you use nova launcher, it can hide the status bar. I like to hide my status bar and the nav bar and use the bottom ribbon for nav controls.
I use Full!Screen and like it very much.
I just wish it wouldn't constantly pop up screen notifications saying that it was granted super user privileges, even when it's not in use.
Patterson said:
I use Full!Screen and like it very much.
I just wish it wouldn't constantly pop up screen notifications saying that it was granted super user privileges, even when it's not in use.
Click to expand...
Click to collapse
I think you turn that off in SuperSU or what ever you are using. That was not an issue when I used full!screen.
3DSammy said:
I think you turn that off in SuperSU or what ever you are using. That was not an issue when I used full!screen.
Click to expand...
Click to collapse
Thank you!
I had no idea what SuperSU could do until you mentioned this.

[Q][KK-Stock] Disable Navigation and enable Pie Control [SOLVED]

Does anybody know how to get rid of this "Slide Up Menu" (Navigation Bar Ring)?
I want to use my LMT pie control, but this thing mapped bottom area for self. I cannot find any settings for it and I have no idea from which app it comes from yet.
(Please ignore that black rectangle at then bottom of screenshot, it is not related to it)
Edit: I solved it by creating own Xposed mod.
I have another question regarding this. Sorry for hijacking.
Is it possible to add your own shortcuts to this Slide up? And remove Google?
Thank you!
joq3 said:
I have another question regarding this. Sorry for hijacking.
Is it possible to add your own shortcuts to this Slide up? And remove Google?
Thank you!
Click to expand...
Click to collapse
It's probably possible, it would just take some work. Check out Slide Launcher, it does what you want.
joq3 said:
I have another question regarding this. Sorry for hijacking.
Is it possible to add your own shortcuts to this Slide up? And remove Google?
Thank you!
Click to expand...
Click to collapse
Well, looks like there is no setting for it. At least nobody replied.
I begin to look into source code and I will do Xposed mod for it. Begin with disable it. Manage shortcuts should be possible too.
Have you guys tried this out?
https://play.google.com/store/apps/details?id=hk.sld.SwipeLaunchDisabler
xxxrichievxxx said:
Have you guys tried this out?
https://play.google.com/store/apps/details?id=hk.sld.SwipeLaunchDisabler
Click to expand...
Click to collapse
Don't think that would work, because it doesn't disable ring but just replaces it with app that does nothing. This annoying ring is only reason why I don't move to stock kitkat roms.. Can't use pie.
Sent from my g2 using Tapatalk
Orvils said:
Don't think that would work, because it doesn't disable ring but just replaces it with app that does nothing. This annoying ring is only reason why I don't move to stock kitkat roms.. Can't use pie.
Sent from my g2 using Tapatalk
Click to expand...
Click to collapse
^
Word.
We really need a fix for this.
Progress Update
I made Xposed mod and get rid of this navigation ring (search ring) now.
However LMT still not works, at least not everytime. I got few times luck, but mostly no reaction.
What do you guys using for Pie control? LMT as well?
p.valenta said:
I made Xposed mod and get rid of this navigation ring (search ring) now.
However LMT still not works, at least not everytime. I got few times luck, but mostly no reaction.
What do you guys using for Pie control? LMT as well?
Click to expand...
Click to collapse
Well I managed to disable ring with g2 tweakbox xposed. But it was same as you describe, pie works rarely from bottom screen border. Tried Lmt and pie in gravity box.
Sent from my g2 using Tapatalk
Success !!!!
Finally I made it work! :victory:
Now I have:
- hidden navigation bar
- disabled navigation ring
- LMT works perfect from the bottom on 100%
I made own Xposed mod to fix that.
I guess I don't need to ask if you guys want it as well, right?
Please wait one more day. I will clean it up and release new mod for you.
LG Pie Support
Xposed mod released to Xposed Repository. I created new thread in development section as well: http://forum.xda-developers.com/showthread.php?t=2689890

Hide The Right Side! (Signal,Battery,Time)

Hey xda,
need some advice from u. I want to hide all the icons on the right side of my Statusbar. Things like Time, Battery, Signal,Wifi and so on. I used to use Wanam Xposed to do this but since XTouchWiz wanam removed theming options I can't do it that way anymore. I know of another module called something like flat style status bar icons but that's too much! I was wondering if one of u know another simpler way of doing this? a csc tweak/build.prop mod is welcomed. or a module.
Xposed download flat icons design. Amazing app. Completely configure the status bar.
https://play.google.com/store/apps/details?id=com.bocharov.xposed.fsbi
Brava27 said:
Xposed download flat icons design. Amazing app. Completely configure the status bar.
Click to expand...
Click to collapse
Is there any other way? don't want this module.
chieco said:
Is there any other way? don't want this module.
Click to expand...
Click to collapse
What the hell is wrong with it?
Brava27 said:
What the hell is wrong with it?
Click to expand...
Click to collapse
I want something more simple. I just want to hide things not customize them. In order to hide I have to move those things outside of the visible area which sometimes messes up the position of normal notifications.
chieco said:
I want something more simple. I just want to hide things not customize them. In order to hide I have to move those things outside of the visible area which sometimes messes up the position of normal notifications.
Click to expand...
Click to collapse
No, if you want to hide them, you select them then click hide.
Brava27 said:
No, if you want to hide them, you select them then click hide.
Click to expand...
Click to collapse
alright I'll give this a shot again.
@Brava27
where do I find the hide option? can't find it. this app is so confusing.
chieco said:
@Brava27
where do I find the hide option? can't find it. this app is so confusing.
Click to expand...
Click to collapse
Figure it out. It's easy.
Brava27 said:
Figure it out. It's easy.
Click to expand...
Click to collapse
It's not easy or intuitive. I believe this app can't hide icons.... why don't u just show me?

Categories

Resources