Related
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.
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
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?
Hi
I'm using CM12.1 on SM-N910F.
I just want to show notification badges on differents applications like Facebook, SMS and Gmail.
I read on forums Trebuchet might be the problem and to fix it, I installed Nova Launcher and TeslaUnread but the problem is not fixed !
Do you know how can I fix it ?
Thanks for your work
Make sure you've activated Tesla under Nova and then restart the launcher. Don't use Facebook, but SMS and gmail badges work for me, I'm not on CM though but not sure how that matters.
ithehappy said:
Make sure you've activated Tesla under Nova and then restart the launcher. Don't use Facebook, but SMS and gmail badges work for me, I'm not on CM though but not sure how that matters.
Click to expand...
Click to collapse
TeslaUnread is activated on my notification access. I had also checked TeslaUnread configuration and I checked all programs. Finally, I restart my phone and nothing changed.
I don't know where is the mistake !
I meant make sure to activate it here.
ithehappy said:
I meant make sure to activate it here.
Click to expand...
Click to collapse
I don't find this screen ?!?!? Could you please detail the application you use ?
Thanks for your answers
jefftherider said:
I don't find this screen ?!?!? Could you please detail the application you use ?
Thanks for your answers
Click to expand...
Click to collapse
Lol it's under Nova settings mate.
Sent from my SM-N910G using Tapatalk
OK I found.
I used Nova Launcher Basci and it need Prime to activate badges
Thanks for all. I have my notification badges
Oh dear lord! But glad you've sorted the issue
It seems for some reason I don't get the motion effect option toggle anymore when I set up a static wallpaper.
When I first set up the phone, the option was there. Then after a few hours I tried another wallpaper and now the option is permanently gone. No restarts, clearing theme cache or resetting settings manage to bring back the option toggle. Not even using the same picture.
Anybody else experiencing this?
th.android said:
It seems for some reason I don't get the motion effect option toggle anymore when I set up a static wallpaper.
When I first set up the phone, the option was there. Then after a few hours I tried another wallpaper and now the option is permanently gone. No restarts, clearing theme cache or resetting settings manage to bring back the option toggle. Not even using the same picture.
Anybody else experiencing this?
Click to expand...
Click to collapse
man that sucks, not sure why this has happened android not sure how to fix it. But I'll look into it, maybe someone will chime in before I figure it out. Hopefully it gets figured out android not permanent
Sent from my SM-G955U using Tapatalk
---------- Post added at 11:09 AM ---------- Previous post was at 10:43 AM ----------
Sorry man I've searched and can't find anything. Hopefully someone will know but if not, you might be looking at a factory reset.
Sent from my SM-G955U using Tapatalk
Go to Settings, Apps then Default apps and then make sure that for Homescreen, the circle for TouchWiz home is filled in.
Made an account just to say thanks!!
This worked perfectly, thank you so much for this! It was driving me crazy haha
keikuu said:
Made an account just to say thanks!!
This worked perfectly, thank you so much for this! It was driving me crazy haha
Click to expand...
Click to collapse
Glad I can help, took a whole day to try and figure it out myself.
Wow. That worked. Appreciate the help too CharlieSierra03.
CharlieSierra03 said:
Go to Settings, Apps then Default apps and then make sure that for Homescreen, the circle for TouchWiz home is filled in.
Click to expand...
Click to collapse
Thank you so much!
It works,cheers buddy ?
You're a friggin genius!!! Thank you. That was bugging me to no end.
Thanks, I was wondering where the option had gone! It must have been cleared when I tried the Pixel launcher.
I had the same issue today, where I couldn't understand why the motion effect was gone. Then I remembered it had something to do when I installed Nova Launcher. I tried the launcher but I didn't quite like it so I deleted it. I went to settings and checked if touchwiz was checked on and it was not. Always Make sure touchwiz is your default home screen. Simple little thing that can really make you go nuts. It's working great now.
Perfect Solution
CharlieSierra03 said:
Go to Settings, Apps then Default apps and then make sure that for Homescreen, the circle for TouchWiz home is filled in.
Click to expand...
Click to collapse
Thanks man, worked perfectly..
Thanks
CharlieSierra03 said:
Go to Settings, Apps then Default apps and then make sure that for Homescreen, the circle for TouchWiz home is filled in.
Click to expand...
Click to collapse
That worked for me too. I was thinking they removed it within a update patch.
Tnx
CharlieSierra03 said:
Go to Settings, Apps then Default apps and then make sure that for Homescreen, the circle for TouchWiz home is filled in.
Click to expand...
Click to collapse
Tnz a lot man. I was so busted but to your comment was really helpful. I just made an account to say tnx.
Motion Effect Issue
Hi everyone,
I called Samsung technical support and they told me within 2 mins now to fix the Wallpaper Motion Effect Issue.
These are the steps to follow..
1- Settings
2- Apps
3- The top right hand corner has a tab with 3 dots, hit that and go to "Default Apps.
4- Go to "Home Screen
5- Final step is, after going to "Home Screen" make sure "Touchwiz Home" is selected. If it's not Select it and that will fix the "motion effect" issue.
??
Hope that helps.
th.android said:
It seems for some reason I don't get the motion effect option toggle anymore when I set up a static wallpaper.
When I first set up the phone, the option was there. Then after a few hours I tried another wallpaper and now the option is permanently gone. No restarts, clearing theme cache or resetting settings manage to bring back the option toggle. Not even using the same picture.
Anybody else experiencing this?
Click to expand...
Click to collapse
Thank you brother
I too made an account just to say thanks to CharlieSierra03. I loved that feature and then foe some reason it got taken off. Your help was greatly appreciated.
CharlieSierra03 said:
Go to Settings, Apps then Default apps and then make sure that for Homescreen, the circle for TouchWiz home is filled in.
Click to expand...
Click to collapse
Much appreciated!
CharlieSierra03 said:
Go to Settings, Apps then Default apps and then make sure that for Homescreen, the circle for TouchWiz home is filled in.
Click to expand...
Click to collapse
My friend...thanks very much for your help...thanks, thanks, thanks.
Enviado do meu SM-G955F através de Tapatalk
Well, I tried the above mentioned method and it still doesn't work. Now what?
keikuu said:
Made an account just to say thanks!!
This worked perfectly, thank you so much for this! It was driving me crazy haha
Click to expand...
Click to collapse
Sugarcube8th said:
Thank you so much!
Click to expand...
Click to collapse
Did the same thing! Much appreciated, Charlie