Device Owner - Get back status bar icons in lock task mode - Android Apps and Games

I have developed device owner application that have some kiosk admin app capabilities.
Among other stuff, I'm using locktask mode in order to disable back button, home button, recent apps button and status bar. And this is all nice.
The problem is that icons (battery, wireless, ....) in status bar are not shown any more, this is not very nice for users .
This apps is intended to be used by company owned industrial devices, and it is very important for those icons to be shown all the time.
Is there any option that I can set in order to get those icons back?

Related

[Q] Pull Down Hidden Status Bar

Looking for a theme (or setting) that allows you to pull down your status bar while it is hidden. I currently have my status bar hidden, but I must open up an app in order to pull it down.
I couldn't find a thread for this idea. I apologize if I am doubling up on threads if one exists. Anyone have any suggestions for me? Thanks in advance.
Launcher Pro (and I believe a few other homescreen apps) allow you to assign a button to show the status bar (or notification panel). I have it set so that the home button shows my notifications.
Best of luck!
ADW can set this on swipe up/swipe down so that you would swipe down just as if the Status Bar was there even though it isn't.
Thanks for the responses. I've tried both and now have to decide which one I like more. haha

Launch apps directly from notification bar?

Looking for an app to launch apps/shortcuts from the notification bar.
I have the recent tasks thing on my pull down, and I'm looking for something like that but where I can pick my apps/shortcuts. (IE, pull down the notification bar and one ONE line have 4+ icons of my favorite apps. Slide the bar left & right for more apps).
I don't want a program that I can launch from the notification bar that in turn pops up a folder of icons (Folder Organizer, App Launcher both can do this). That's one click too many.
No home button or hold search either - if I wanted that, I'd go back to Power Strip
Thanks for any help. Having no luck in the market again. I'm starting to think it's simply not do-able or I'd have found it by now.
polstein said:
Looking for an app to launch apps/shortcuts from the notification bar.
I have the recent tasks thing on my pull down, and I'm looking for something like that but where I can pick my apps/shortcuts. (IE, pull down the notification bar and one ONE line have 4+ icons of my favorite apps. Slide the bar left & right for more apps).
I don't want a program that I can launch from the notification bar that in turn pops up a folder of icons (Folder Organizer, App Launcher both can do this). That's one click too many.
No home button or hold search either - if I wanted that, I'd go back to Power Strip
Thanks for any help. Having no luck in the market again. I'm starting to think it's simply not do-able or I'd have found it by now.
Click to expand...
Click to collapse
ToggleBar is the closest I've seen.
Thanks, that's one I have not seen. I like how it's a combination launcher/toggle/contact. Needs some work. Would like to know why we have to do the extra step (pull down bar, launch this app, launch app you actually want to use).
Also suffers from ugly icon on tray (I guess I can modify the apk). Also wonder why you have to have an icon (an invisible square is no help either) - other apps don't need to have something in the bar to be available on the drop down.
Will try this one out.
Currently using Calendar in Status bar Trial which I have set to launch Organized Drawer - but at least the icon is functional (showing the day & date).
Also - noticed an app called ncut, but crashes on my phone, possible gingerbread problem.

[Q] Any way to make status bar longer / wider to show more icons / notifications ?

Hi guys,
Is there any way to make our status bar longer / wider ? It really irritates me that some notifications do not show up on the status bar (like GMail, Facebook, Tapatalk etc.), because there are other apps occuping the place in status bar permanently (like CPU Usage Monitor, Battery Indicator Pro, Tasker or Avast! Mobile Security). So sometimes if I don't catch the notification sound I can't tell there is new email, facebook event or tapatalk post just by looking at the screen. I need to click on the status bar to see all the notifications. I turned off permanent notifications for some programs like Tasker or Avast, but this way they are not prevented to be killed by internal task manager. Taking into consideration the fact that status bar occupies only small part of the screen I would say it is a huge waste of space. Is there any way to hack it and make it longer / wider to display more icons / notifications ? My HTC Sensation shows more icons in the status bar and it has this nice arrow sign to indicate there are additional notifications. Here we don't have such indicator.
I'm not absolutely sure about the stock ROM -- although I think I do know and that the answer should be in the negative -- but on CM10, for example, there is an option to display the number of open notifications in the task bar. I haven't tested it so far -- if I remember to, I will give it a shot and report back in.
Bottom line: probably on a custom ROM.

Modify Status Bar without Root

Hi guys I found this cool app on the Google play store by James Fenn it allows you to modify the status bar without root it might not work flawlessly but it does this is job this does not work in the lockscreen and live/scrolling wallpaper screenshots below
FEATURES
Center Clock option
Carrier Name
Battery Percentage display
Headphone Indicator
Minimal battery usage I tested it
Material design works in most application
Custom color adjustment for applications
Quote from James Fenn Below
"The actual status bar is only hidden under the replacement; touch gestures are not overridden, and the standard notification panel is still shown. It needs a lot of permissions in order to obtain the information needed to display in the status bar."
Permissions:
- Accessibility Service: used to attempt to get the status bar color of the current app if the 'status bar coloring' preference is enabled.
- Notification Access: used to get the icons of the current notifications.
- System Alert Window, System Overlay Window: used to draw the status bar above all other apps.
- Battery Stats: used to find if the battery is charging and what percent it is at.
- Network State, Phone State: gets the type and connection of the phone network, and if airplane mode is enabled.
- Wifi State: finds if wifi is enabled and how good the connection is.
- Bluetooth: find if bluetooth is enabled & connected or not.
- Location Services: finds if GPS is enabled.
- Alarm: find if an alarm is set.
This app is and will remain ad-free and with no "pay to unlock this feature" popups. All I ask is that you provide some feedback about what I can do to improve your experience with this app.
Current Issues
Heads-up notifications dismiss keyboard
Yep.
Resize LinearLayouts for multiple icons
Since the LinearLayouts currently only take up half of the status bar (or half the status bar minus half the width of the center layout, if there are any centered icons), it is possible for them to run out of space and get cut off on small screens. A warning for this would probably be a good idea...
Backup SharedPreferences to file
Does what it says. It would be a pretty useful option, but a bit impractical where updates are concerned.
Data and signal icons are shown incorrectly
They usually (I've had a few occurrences where they do actually work properly) refuse to disappear when airplane mode is enabled or when wifi is turned off. No clue why.
Needs support for dual sim phones
I've created an IconData class for it [here](https://github.com/TheAndroidMaster...s/status/data/icon/DualNetworkIconData.java), but it doesn't seem to be working properly.
Notifications don't dismiss properly below android 4.3
Notification listener api isn't available, listens for notifications through the AccessibilityService but cannot detect when they are dismissed - temporary solution: remove all icons when the notification panel is opened.
Play Store Link https://play.google.com/store/apps/...tus&pcampaignid=APPU_1_TGZPWNX4KaaXgAbB14uoAQ
Website: https://theandroidmaster.github.io/apps/status/
Github: https://goo.gl/AUNgI4
*All credits go to James Fenn for the app
Reserved
Mod Edit
Duplicate Thread found
Thread Closed.
jackeagle
Forum Moderator

Enabling true full screen (Immersive mode).

I believe that the status bar should be hidden and that screen real estate can be used for apps like Twitter and Instagram, while scrolling, for optimum utilization, only thing is Oxygen OS (latest build) puts a black bar after measures are taken to hide status bar. I tried using ADB commands and apps such as Fullscrn and GMD, however the status bar is then replaced with a black bar, and the app is unable to claim that space. I want the status bar to be hidden (accessible only with swipe down) and the apps to take that space besides the notch. How would I go about doing that:fingers-crossed:?
rogermax said:
I believe that the status bar should be hidden and that screen real estate can be used for apps like Twitter and Instagram, while scrolling, for optimum utilization, only thing is Oxygen OS (latest build) puts a black bar after measures are taken to hide status bar. I tried using ADB commands and apps such as Fullscrn and GMD, however the status bar is then replaced with a black bar, and the app is unable to claim that space. I want the status bar to be hidden (accessible only with swipe down) and the apps to take that space besides the notch. How would I go about doing that:fingers-crossed:?
Click to expand...
Click to collapse
Custom roms or xposed but it kot available on pie.

Categories

Resources