Notify-Me :: Lockscreen Notifications. [New v2] - Android Apps and Games

Notify Me! v2 is a lockscreen notification rendering app
A better advanced version for devices running Android 4.3 or above is available from this thread http://forum.xda-developers.com/showthread.php?t=2804624 ​
derived from the previous project NotifyMe! by TpmKranz.
The XDA thread by original author on previous version can be found here ​
This new version contains some bug fixes, improvements and new features as an addition on the original project.
Features present since version 1.9.1 of project
---------------------------------------------------------
• Display notification popup on lockscreen
• Turn on screen on notification.
• Custom screen timeout after screen light up.
• Interact with the popup via slider or button based interface.
• For more details, please visit previous thread.​Features added new in v2
---------------------------------------------------------
• Screen will not light up in pocket.
• Screen will light up if taken out of pocket within 10 sec of notification arrival.
• Proximity sensor check duration customization.
• Double tap slider to expand/shrink notification (4.1+)
• Lot of codes improved from loop based to event based. More battery friendly.
• Haptic feedback on slider and improved rendering code.
• Notifications open much faster and smoother with slider interface.​--More features planned for future updates.
Download from Play Store
https://play.google.com/store/apps/details?id=com.anandbibek.notifyme
Main screen
​
App's settings
​
Add app screen
[*]And an actual notification
​
The source code is also freely available under GPL license as original project https://github.com/anandbibek/notify_me
Due to my limited knowledge on github, I could not keep previous commits from TpmKranz's Eclipse based project while moving to gradle and Android Studio build structure. Hence I started a new repo with TpmKranz version as base.

Changelog :
---------------------------------------------------------
v 2.1.2
• Fix display light up problems
• Improve proximity sensor recognition
• Fix crashes on successive notification
v 2.1.1
• Fix memory usage of over 60MB. Should be under 20MB now.
• Disable aggressive and in call popup settings. Caused problems if turned on.
• Filtered out permanent and ongoing notifications. Should be better with blacklist mode.
• Disable icons in app chooser (temporary fix for crashes)
If you get too much notification popups, don't use blacklist mode. Or chose the culprit app, turn off "show popup" & "light up" options under its individual setting.
v 2.1.0
• Improved settings page
• Option to show all notifications. Individual apps can be configured for blacklisting by turning off all options or for specific preferences different from default config.
v 2.0.2
• Fix crashing while notification popup.
v 2.0.1
• Allow disabling proximity sensor check.
v 2.0.0 (build 200)
• Screen will not light up in pocket.
• Screen will light up if taken out of pocket within 10 sec of notification arrival.
• Proximity sensor check duration customization.
• Double tap slider to expand/shrink notification (4.1+)
• Lot of codes improved from loop based to event based. More battery friendly.
• Haptic feedback on slider and improved rendering code.
• Notifications open much faster and smoother with slider interface.​--More features planned for future updates.

In this post I'd like to thank the original author TpmKranz for his splendid work on creating such an awesome app that perfectly suited to my needs and I hope is equally true for others. Thanks to him for keeping the app open source in true community spirit. That is what makes it possible for people like me to contribute to it, and also gain valuable knowledge in the process.
I wanted to have some extra features and that is what compelled me to work on the app. While adding the proximity sensor features, I figured out improvements for some parts of the code like changing loops to event based triggers. This was entirely for my personal taste and usage, but I've decided to share my work hoping people will find it useful.
And as per rules and community spirit, the source is once again open for all.
In future updates, I plan to bring blacklist support, multiple notification handling and other improvements, while keeping the app simple and minimalist as it is now.
I'm not a pro in android app development but this is my only 2nd big endeavor after Shareboard. So it's all a great learning opportunity for me in advanced android coding.
I welcome all suggestions and feedback and also help with the code if you could.

Reserved #3

Hey looks great so far! I desperately have needed an app that gives me notifications on the lock screen and have been very disappointed with the options so far.
Here's a few suggestions, if you don't mind:
Turn off the screen when you dismiss a notification instead of having it go to the lock screen.
Perhaps some option to remove the notification from the status bar if you dismiss it from the app
Have not used it enough to see its impact on battery but that is the nail in the coffin for any lock screen app
Again, still starting to use it but I hope it will remove the popup if the notification disappears (synced notifications on hangouts)

ohhdavid said:
Hey looks great so far! I desperately have needed an app that gives me notifications on the lock screen and have been very disappointed with the options so far.
Here's a few suggestions, if you don't mind:
Turn off the screen when you dismiss a notification instead of having it go to the lock screen.
Perhaps some option to remove the notification from the status bar if you dismiss it from the app
Have not used it enough to see its impact on battery but that is the nail in the coffin for any lock screen app
Again, still starting to use it but I hope it will remove the popup if the notification disappears (synced notifications on hangouts)
Click to expand...
Click to collapse
First of all, thanks for your reply. You're the one and only till now.
About your suggestions, yes they are very useful and good suggestions indeed. I'll try to implement them one by one.
About battery usage, I myself have an OCD about my mobile's battery drain. As far as I've used it, there hasn't been any significant idle drain.
I've seen reports of huge battery drain in previous thread, but in this version, I've improved the code and removed all wait loops and made it event based.
Please let me know how you feel about it after some days of usage

Hi, Thanks for updating / improving this app.
I am using this new version from past one week and so far didn't seen any battery drain, however I am facing an issue with screen light up.
The screen is not awaking / lights up for any notification even the mobile is not in pocket. Generally the screen light up will help me to know there is a new notification.. But in this case i am unable to notice it until I unlock the mobile.
The issue seems with proximity control, can you please provide an option to disable until it works properly.
Once again thanks.
PS: Did you posted regarding this new version in original thread?? Bz lot o them may don't know abt this new version.. It may be the reason for less traffic in thread.
Sent from Xperia P using Tapatalk

_satish_ said:
Hi, Thanks for updating / improving this app.
I am using this new version from past one week and so far didn't seen any battery drain, however I am facing an issue with screen light up.
The screen is not awaking / lights up for any notification even the mobile is not in pocket. Generally the screen light up will help me to know there is a new notification.. But in this case i am unable to notice it until I unlock the mobile.
The issue seems with proximity control, can you please provide an option to disable until it works properly.
Once again thanks.
PS: Did you posted regarding this new version in original thread?? Bz lot o them may don't know abt this new version.. It may be the reason for less traffic in thread.
Sent from Xperia P using Tapatalk
Click to expand...
Click to collapse
Thanks for the suggestion.
And I'll add the option to disable proximity sensor.
Just confirming, you have a Xperia P? And from when it is not working? Did it work with previous TpmKranz version?
EDIT: pushed an update with your requested feature. Let me know if it works for you

Nice, thanks!

How does it cope with multiple notifications on lock screen?
Verstuurd vanaf mijn Find 5 met Tapatalk

whatsek said:
How does it cope with multiple notifications on lock screen?
Verstuurd vanaf mijn Find 5 met Tapatalk
Click to expand...
Click to collapse
Multiple notification isn't handled in current version. It'd only show the last notification. All others will be there in your notification drawer.
I'm doing some work on it to possibly add it in a future update.

i see great potential in this app, keep it going! good work
Sent from my GT-I9505

Looking forward to seeing how this develops.

great app but multiple notification would be nice

I have been looking for something like this for a while, thanks and thanks for making it a free app

Probably in the future updates you would work on multiple as well i knw how hard thing this is the best thing is wake on notification works I used carbon kk on my Samsung galaxy grand I9082 because of that feature but then missed the tw cam and multi window reverted back now i can try your awesome app thanks a million brother!!! [emoji16][emoji7][emoji7][emoji7]
Sent from my GT-I9082 using Tapatalk

Hi, thanks for implementing the requested feature. Yes, I am using Xperia P, the proximity sensor is not working all time the screen is not lightning up every time. in previous version(1.9) we don't have this feature so screen will always lights up when ever there is a notification.
Once again thank you.
Sent from Xperia P using Tapatalk

I like the functionality of this app, I was trying to suggest to the PA team to expand peek this way, but they aren't interested, so i will share the concept i made with you too, maybe you can implement some of the concepts behind it, to simplify and polish the interface a little bit.
Link to my post.
Thx for the App.

Congrats on getting featured on the xda portal! This application is neat and has potential, just waiting for multiple noti's

Hey there! Multiple notifications would be awesome! I've quickly drawn up what it might look like.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
As for any bugs, the proximity sensor option isn't working for my HTC One with Sense 6. (Custom Rom)
Sent from my HTC One using Tapatalk

Related

[APP][2.1+] Stay Alive! Keep screen awake - New version 1.7.0.0 with Black Screen

Stay Alive! Keep screen awake - New version 1.7.0.0 with Black Screen
Selected Stay Alive! to keep their HP Slate on!​
Read the reviews:
XDA Developers......: http://www.xda-developers.com/android/keep-your-screen-awake-with-stay-alive/
Drippler...................: http://drippler.com/samsung/galaxy_s_iii#!1062893
WonderHowTo.com.: http://gs3.wonderhowto.com/how-to/ke...-apps-0149063/
AndroidGuys............: http://www.androidguys.com/2013/10/25/appteasers-15-great-android-apps-games-know-october-25/
AppZoom.................: http://www.appszoom.com/android_app...ake_iatme.html?utm_source=az&utm_medium=email
Watch the YouTube review: http://www.youtube.com/watch?v=ZgboDlEObzE
Join our Google+ community for the latest Stay Alive! news: https://plus.google.com/communities/103504696247906095281
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Play Store Link:
https://play.google.com/store/apps/details?id=com.synetics.stay.alive
Or download the attachement.
Thank you for trying my application! Your comments are welcome!
-
Make your device screen Stay Alive! when you need it.
Keep your screen on when your device is running your GPS application, favorite remote control, playing a movie or slideshow, etc... Perfect to keep your screen on without dimming for application development. Your screen will never go back to sleep until you want it to...
Choose when you want your device to Stay Alive!:
• Only when you have power.
• Even if you are running on batteries.
• When one of the applications you selected is in foreground.
• Can be disabled when you connect to your car or desktop docking station.
• Prevent or allow Stay Alive! to dim your screen when active.
• Protect your battery with minimum battery level auto pause option.
• Easily pause Stay Alive! when not needed.
Easy status icon and mode changes in the notification zone.
Stay Alive! will automatically disable itself then you manually turn off your device. It won't keep your screen on if your device wakes up when it receives a notification.
Stay Alive! will not change your display timeout value or brightness settings. It will prevent your device from going to sleep based on your needs.
We made this application Ad Free. Please, support this initiative by
donating using the menu option in the application.
Please use our email address for support or feature requests, as comments on Play Store don't allow me to gather enough information or contact you.
Contact Us:
[email protected]
http://www.synetics.ca
Permissions:
GET_TASKS - Needed to list applications you want to keep alive.
READ_PHONE_STATE - Needed to disable Stay Alive! if the device is off.
WAKE_LOCK - Needed to keep the device Alive!
WRITE_EXTERNAL_STORAGE - Needed to write the user configuration.
READ_EXTERNAL_STORAGE - Needed to read the user configuration.
BILLING - Needed for the donation option!
RECEIVE_BOOT_COMPLETED - Needed to auto start Stay Alive! on boot
What's new:
Version 1.7.0.0 Available!
• BETA: Added requested donator option to show a black screen for selected apps to prevent locking
• NEW: Added free option to SA! except for selected apps
• NEW: Added user configuration to the support email
• Fix battery usage problem
• Fix screen orientation detection
• Fix service getting killed with heavy memory usage
• Changed the modes descriptions to a clearer definition for new users
• Added app helper messages to help you select the right app
Version 1.6.0.0
• Added Holo light and dark themes
• Fixed notification icon hidden on startup
• Fixed notification refresh
• Bug fixes and improvements
Version 1.5.0.1 Available!
Fix selected apps bug introduced in last release
Please upgrade if your are running 1.5.0.0
Version 1.5.0.0 Available!
Added FAQ section
Added donator option to keep screen Alive! when locked and powered
Added icons to main menu
Fix status bar icon refresh
Version 1.4.0.1 Available!
Fix: Fix notification background transparency for XBlast Tools - Xposed module
Version 1.4.0.0 Available!
Fix: Fix reboot licence caching
Fix: Remove unneeded premissions (INTERNET & VIBRATE)
New: Added link to 'Auto Exec! Easy Tasker' new application!
New: Added donation rebate for Auto Exec! donators
Version 1.3.2.0 Available!
New: Improved proximity sensor detection
Update is recommended for a better proximity sensor support on your device.[/SIZE]
Version 1.3.1.0
Fix: Notification status refresh
Version 1.3.0.1
New options for free and Donators:
Free:
New: Added Free Options! section
New: Show basic notification to hide quick icons.
Update: Moved Auto Pause option to free section.
Donators:
New: Auto pause with proximity sensor.
New: Always keep screen Alive! on AC/USB even when Keep screen Alive! for selected apps is active.
Fix: Selected app counter.
Fix: Updated GUI section look.
Version 1.2.1.2
New: Applications selection helper!
New: Applications list can be filtered and includes all user and system apps.
Fix: Bug fixes that should resolve application crash.
Consult in app What's new message for more information
Version 1.2.0.1
License now detected properly. Install update, reboot. It may take some time before license is detected. Contact me if it does not work after 1 hour.
Thank you for your support and patience!
Version 1.2.0.0
Stay Alive just got better for donators! Cool new options to thank the donators!
1. Auto start on boot
2. Hide top bar icon
3. Hide notification icons
4. Change config colors!
Minor bug fixes to start screen, etc...
Version 1.1.0.2
Fix: Stay Alive! will now keep the screen alive for your selected apps when your device is turned on with no keyguard.
Version 1.1.0.1
Fix: Notification light problem.
Fix: Notification label shorten for smaller resolution display.
Version 1.1.0.0
NEW! Stay Alive! notification buttons allows you to quickly see and change the power operation mode. Try it!
Version 1.0.0.10
♦ Added «Auto Pause» option. Now Stay Alive! will protect your battery if you leave your device unattended with the screen on.
- Thank you for supporting our AD FREE, full featured, no premium, donationware application.
- Your 5 stars rating helps me a lot! If you like the application, your donation is welcome!
I really like this idea. :thumbup:
Sent from my HTC One V using Tapatalk now Free
This looks like everything screebl is missing. If you would incorporate a system similar to screebl's I think you'll have a real winner.
Sent from my Vivid 4G using xda app-developers app
Feedback welcome!
Curiousn00b said:
I really like this idea. :thumbup:
Sent from my HTC One V using Tapatalk now Free
Click to expand...
Click to collapse
I'd appreciate if you could try it out and let me know if it works well for you.
This is my first application and I have put a lot of work in making it easy to use and with a lot of features.
DreamPCs said:
This looks like everything screebl is missing. If you would incorporate a system similar to screebl's I think you'll have a real winner.
Sent from my Vivid 4G using xda app-developers app
Click to expand...
Click to collapse
I will look into this screebl application and get back to you. :good:
Right now I'm working on adding buttons to the notification item to allow you to quickly change Stay Alive! mode directly in the notification zone.
Let me know if it works well for your device!
New Version 1.1.0.0
Version 1.1.0.0
NEW! Stay Alive! notification buttons allows you to quickly see and change the power operation mode.
Try it and give me your feedback!
Hi abudgx,
Stay Alive looks quite useful. Would you consider posting a direct download for the APK so that people living in regions without Play Store access can also enjoy your app?
APK Attachment available
willverduzco said:
Hi abudgx,
Stay Alive looks quite useful. Would you consider posting a direct download for the APK so that people living in regions without Play Store access can also enjoy your app?
Click to expand...
Click to collapse
Just added the APK in attachment.
Thank you for the tip. :good:
Great thanks
Good job! Waiting for this for so many years. Currently using Widget Soid (just for 'screen on' widget only!). Now i can get rid off the widget. Thank you!
Really useful thanks alot easy fast and not memory huger .
Love it !!:fingers-crossed:
neat idea. i normally use something else.. but -- it has no icon? just stays in the notification bar?
Thanks for this!
Trying out as the configuring possibilities are so flexible. I particularly like the option to keep the screen on and not dim, and to keep it on only in selected applications. Any chance it could do both? That is, have the option not to dim at a per application level?
sent from my brain using telepathy
Christiancs1969 said:
Great thanks
Click to expand...
Click to collapse
Glad you like it. Please take a second to rate it 5 stars. It will help me get more visibility.
abudgx said:
Glad you like it. Please take a second to rate it 5 stars. It will help me get more visibility.
Click to expand...
Click to collapse
Done....
---------- Post added at 05:10 PM ---------- Previous post was at 05:08 PM ----------
Christiancs1969 said:
Done....
Click to expand...
Click to collapse
A g plus community would help there you can also do your beta app through your community
antukubo said:
Good job! Waiting for this for so many years. Currently using Widget Soid (just for 'screen on' widget only!). Now i can get rid off the widget. Thank you!
Click to expand...
Click to collapse
Yeah, I like widgets but for this type of application I find it's more useful to just drop the notification zone and change the settings while you are in an application. Otherwise you have to switch from your application to the launcher to access the widget and go back to your application...
Happy it is useful for you. Take a second to give my app a good rating on Google Play!
Thanks.
Christiancs1969 said:
Done....
---------- Post added at 05:10 PM ---------- Previous post was at 05:08 PM ----------
A g plus community would help there you can also do your beta app through your community
Click to expand...
Click to collapse
Big thank you for the rating.
Great Idea, I just created a community here:
https://plus.google.com/communities/103504696247906095281
Now watch it flyinvited a few friends
ewwick said:
neat idea. i normally use something else.. but -- it has no icon? just stays in the notification bar?
Click to expand...
Click to collapse
It is a tool that reside in your notification area. You can access it's configuration panel by selecting the entry in the notification area.
This way it's always accessible and configurable when you are in other applications.
The top bar will also who you the status of the tool.
Let me know if you need more help, and please take 2 seconds to give me a good rating on google play.
Christiancs1969 said:
Now watch it flyinvited a few friends
Click to expand...
Click to collapse
Cool! Thanks a lot!

[APP][4.0+] LockerPro

LockerPro is a custom lockscreen for Android with notification display.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
LockerPro is the best Android lockscreen. A simple lockscreen with powerful notification features.
■ Features :
• Powerful lockscreen replacement
• Swipe down to unlock
• Actionable detailed notifications, double tap to open, swipe to dismiss
• PIN and pattern security
• Screen wakes up for a short time when receiving a notification, allowing you to perform a quick check without having to touch the device
• Custom settings for each app (sound, vibration, ...)
• Notification banners when your device is unlocked
• Low battery usage
• Time and location reminders
• Material design
• Shortcut panel
■ The press :
"LockerPro Lockscreen for Android Puts App Notifications Right On Your Lock Screen" - Lifehacker (December 2012)
"LockerPro is the nicest Android lock screen replacement I've come across" - PhoneDog (December 2012)
"LockerPro Lockscreen is a great app that implements notifications really elegantly" - Redmond Pie (December 2012)
■ Support :
Google+ beta community : https://plus.google.com/communities/114726077366703351611
Support page : http://getsatisfaction.com/productigeeky
■ Follow us :
twitter.com/productigeeky
facebook.com/productigeeky
silverfingersoftware.com/google-plus
Download LockerPro on Google Play
Download LockerPro Free on Google Play
XDA:DevDB Information
LockerPro, ROM for the Apps & Games
Contributors
Productigeeky
ROM OS Version: 4.0.x Ice Cream Sandwich
Version Information
Status: Stable
Created 2015-09-01
Last Updated 2015-09-01
1.6 :
- More stable immersive mode (hiding the navigation bar)
- Fixed WhatsApp notification display
- Removed the useless weather unit indicator on the weather display
- Changed ads display
- Added "summary" option for banner settings
- Improved display when using the stock security
- Changed the default date format to show the day
- Prevent cache cleaning app from removing the custom wallpaper (you may need to reset your wallpaper)
- Removed the useless 0 in front of the time
- Sexy new wallpaper picker with default wallpapers
- Improved heads-up notifications
- Long click a notification to access settings
- Prevent double notifications
- Added lanscape mode for tablets
- Bug fixes
1.5 :
- Material design
- More stuff for free version users
- PIN and pattern security
- Added a dialog asking to disable the system lock if it's enabled
- More dynamic preferences
- Updated wallpaper selection library (should fix some issues)
- Removed seekbars
1.3 :
- Fixed battery drain
- Workaround for "flickering" unlock text
- Added a discrete weather display
- Added setting to choose weather unit
- Added setting to enable/disable weather display
- Added setting to add the default dialer to the shortcut panel
- Added a setting to hide the faded borders
- Bug fixes
1.2 :
- Added a setting to allow volume buttons on lockscreen
- Fixed shortcut centering
- Updated tutorial
- Custom status bar setting
- Removed unnecessary permissions
- Bug fixes
Subscribed and bought the app.
You've done an excellent job. Any chance of adding an option to choose a notification sound while "sliding to unlock" and more ways to unlock?!
Great app ! I've sent you an email regarding your downgrading. Please bring back the updated version ! It's is nicer !
Valaran said:
Great app ! I've sent you an email regarding your downgrading. Please bring back the updated version ! It's is nicer !
Click to expand...
Click to collapse
There was a big mess with the apps caused by users of the previous version that didn't like the change and caused the app's rating to go way down. I had no choice but to revert. What I did is release the app as LockerPro 2 on Google Play. I updated the links.
Again, sorry for the big mess, I didn't plan for this to happen. I will be refunding anybody who bought the previous one and wants to buy this one instead.
So many similarities
I'm sure you've come across many similar people, but I just get confused on how many apps/alternatives you have for the same thing. I mean don't get me wrong, but I just don't know what to download buy: Lockerpro 1, LockerPro 2, Locky, Slidelock (which I use since 10 minutes ago), NotifierPro (which I bought a while ago) and all its "siblings".
Isn't LockerPro2 like Slidelock but with shortcuts at the bottom? I don't mean to bash, I really love your apps, but I am scared of buying one anymore as I feel like soon there will be a similar/improved different app (by you).
I'm going to try both SlideLock and LockerPro2 for a while and see.
PS: In Slidelock if a notification is received while unlocked, the lockscreen won't show it when turn off&on again, which NotifierPro does. Is this intended? I will see if the same thing happens for LockerPro2.
Cheers
antonio1475 said:
I'm sure you've come across many similar people, but I just get confused on how many apps/alternatives you have for the same thing. I mean don't get me wrong, but I just don't know what to download buy: Lockerpro 1, LockerPro 2, Locky, Slidelock (which I use since 10 minutes ago), NotifierPro (which I bought a while ago) and all its "siblings".
Isn't LockerPro2 like Slidelock but with shortcuts at the bottom? I don't mean to bash, I really love your apps, but I am scared of buying one anymore as I feel like soon there will be a similar/improved different app (by you).
I'm going to try both SlideLock and LockerPro2 for a while and see.
PS: In Slidelock if a notification is received while unlocked, the lockscreen won't show it when turn off&on again, which NotifierPro does. Is this intended? I will see if the same thing happens for LockerPro2.
Cheers
Click to expand...
Click to collapse
We never planned for that. The point of SlideLock is to be a clean minimalistic lockscreen with notifications. We could not do that with LockerPro since there were already too many experimental features added. Then we released a big update for LockerPro that caused a lot of outrage amongst users, because the design changed so much (I explain this in more details on our Google + community : https://plus.google.com/communities/114726077366703351611). We had no choice but to release this as a different app.
Adding notifications to the lockscreen when not acted on could be a nice feature to add.
hello. are you going to add widgets on locker pro 2?
i know then locker pro 5.7 supports widgets, but i can't add then because of strange error "unfortunatly, settings app has been stopped"
2 times slide-to-unlock
Hey there!
This is a great and gorgeous app, thank you! :good:
I've got only two small issues which I find maddening:
(1) I've set up a security pattern to unlock the phone. Each time I exit LockerPro by sliding I have to do a slide-to-unlock yet again before being able to type in the security pattern. It shouldn't be that way IMHO.
(2) There's a noticeable delay after screen-on before LockerPro is actually showing. Meanwhile, stock android locker is showing.
Is there any way to fix this I'm not aware of?
BTW I'm running free version now since those issues are no-goes for me. I'd love to buy and use the paid versions once I figured out how to resolve them. I'm only mentioning this in case the paid version already had those issues adressed, not as a means to blackmail.
Thanks in advance for your answer and best regards!
EDIT: Scratch the first issue. It seems like you have to disable all lockscreen specific tweaks your custom rom has to offer for the redundant slide-to-unlock to dissappear. My bad.
Great app and works very good on 4.1.2 jb
Question
I just installed LockerPro2, and it's very good. But I have one problem and I need your help. It gets only notifications, when I switch on LockerPro in the Settings/Accessibility. But after that, at every menu movements a robotic sound tells me where I am. For ex. "Page 2 of 3". How can I switch this off so, that every notification works fine. I have Samsung Galaxy S2.
Thanx!
ilori said:
I just installed LockerPro2, and it's very good. But I have one problem and I need your help. It gets only notifications, when I switch on LockerPro in the Settings/Accessibility. But after that, at every menu movements a robotic sound tells me where I am. For ex. "Page 2 of 3". How can I switch this off so, that every notification works fine. I have Samsung Galaxy S2.
Thanx!
Click to expand...
Click to collapse
Hi.
You are experiencing a bug in Samsung's software. This is a bug occuring when enabling any accessibility service and has nothing to do with our app. Their dev team is aware of the issue, and is reportedly working on a fix. For now, here is a manual fix :
http://www.productigeeky.com/faq#1
Thanks for your interest for our apps.
Any chance of adding music control? I use Spotify a lot so it is handy to have the controls on the lockscreen.
Productigeeky said:
Hi.
You are experiencing a bug in Samsung's software. This is a bug occuring when enabling any accessibility service and has nothing to do with our app. Their dev team is aware of the issue, and is reportedly working on a fix. For now, here is a manual fix :
Thanks for your interest for our apps.
Click to expand...
Click to collapse
Thanx for the answer. Unfortunatly if i click the link you gave, it swohs: 404 Not found. Could you give mi a new link for the manual fix?
Thank you!
Hi,
i only see a notification for whatsapp that tells me "New Notification" but i don't see the real message i received.
On all pictures you show, i see the real message..
Why is it only possible to swipe up to unlock the screen?
I liked the Samsung way to swipe in any direction to unlock..
Two questions
1) Does it have actionable notifications life the original LockerPro (like can I delete a gmail email without having to go to the app)?
2) Can I get a refund for the premium version of LockerPro 2 if I bought the original LockerPro?
I brought SlideLocker instead of LockerPro.
Do I need to pay again to get LockerPro? It's not fair.
Delay?
What about this delay ?? can you do something to fix it?
btw it's a great app
There is a Delay when unlocking your phone for the LockerPro2 to appear...Please fix it, Nexus 5
Ricardo_Is said:
I brought SlideLocker instead of LockerPro.
Do I need to pay again to get LockerPro? It's not fair.
Click to expand...
Click to collapse
Oh, I have already bought a new BMW. Why do I have to pay again for a new Porsche, that's not fair.

[App] Energy Ring - Battery indicator for Galaxy S10/e/+!

Download now from Google Play Store! And if you like, please leave a rating. ​
Energy Ring is exclusive for Samsung Galaxy S10e, S10, S10+.
Similar Apps for other Devices:
Energy Bar - http://bit.ly/eb_xda
Energy Bar Curved Edition for S8/S9/S10/+ - http://bit.ly/ebc_xda
Energy Bar Curved Edition for Note 8/9 - http://bit.ly/ebc8_xda
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Adds a configurable Energy Ring around the camera lens indicating current Battery level. Dive into the various configuration options, not only you can quickly glance and get the battery info but, Energy Ring adds an accent to your phone's camera lens.
Got a full charge? The Ring will be a 360 degree wrap around the front camera lens.
Battery depleting? So will the arc of Energy Ring.
Out of the box features:-
✓ Energy Ring can be configured from a width of 1 pixel to a donut thick ring
✓ Energy Ring puts almost 0% load on CPU, as it wakes up only to reflect any change in battery level
✓ Energy Ring's direction can be configured as clockwise/bidirectional/anti-clockwise
✓ Energy Ring can hide on fullscreen content (apps, videos, images, games etc)
✓ Energy Ring can be configured to change colors automatically depending on the live battery level
✓ Energy Ring could have a mono color/multiple color segments/gradient (pro)
✓ You can literally assign any color in the world for your favorite configuration
✓ Energy Ring has a number of cool animations whenever a power source is plugged into your device
All that is cool! But what about Energy Ring consuming Battery?!
This is one of the most exciting question for me to answer. Energy Ring more than anything understands that you need to utilize your battery efficiently (after all, that's why you installed the App, right? .) Energy Ring sits on the screen silently putting almost 0% load on CPU, if battery level changes, Android wakes up Energy Ring. Once awake, Energy Ring quickly updates itself and goes back to sleep. And to be that extra efficient, the Ring goes on deep sleep when you turn off the screen, meaning it doesn't even read changes in battery level when the screen is off.
Notification Access requirement:
Energy Ring does not read any Notification whatsoever, it merely relies on it to be alive. Be assured that the App does NOT access anything.
Download now from Google Play Store! And if you like, please leave a rating. ​
UPDATE!
ER_BETA_3:
You can now adjust the angle at which Energy Ring starts.
Would work for View 20 too - Mirror it pls
If it´s possible you can mirror the ring to the other side - so Huawei honor view 20 Users can use the app too.
Would be great - maybe as an option in your app.
Best Jens
Can't wait for the update to bring S10 Plus support! Ready to donate if it works as expected! ?
Holy wow this awesome! Can't wait for S10+ support!
A promo code would be appreciated
Hi just checked out the app, it's very clever and I'm sure you'll do well with it. I was going to request a grey scale gradient as most S10 owners like dark wallpapers for OLED screens but I've found this is a paid for feature. I attempted and failed to be able to send email feedback via the app so I've found the post here instead. Can i request that you add support for different styles of the ring such as dots or different amount of dots so i can pattern match my wallpaper.
I'd like to be able to blend it into the stars more subtlety. When used in combination with the Samsung App Good Lock to disable the battery icon you would be able to achieve a great affect.
Just donated and got the grey scale look I wanted. Would love that ability to make the line different amounts of dots... however I noticed this continuous message is there a way to suppress this?
Honor View20 support
Looks great, I'd like to echo the request for Honor View20 support - where the hole punch is on the opposite side.
@jagan2 I hope you will do a LED ring notification app too!
jaycee74 said:
If it´s possible you can mirror the ring to the other side - so Huawei honor view 20 Users can use the app too.
Would be great - maybe as an option in your app.
Best Jens
Click to expand...
Click to collapse
twentysix_tj said:
Looks great, I'd like to echo the request for Honor View20 support - where the hole punch is on the opposite side.
Click to expand...
Click to collapse
A simple mirror would not work, need to tailor the App to the specific device to have consistent experience across all 4 possible screen rotation. I consider making a View 20 version in future!
sheppy1 said:
Can't wait for the update to bring S10 Plus support! Ready to donate if it works as expected!
Click to expand...
Click to collapse
Blaaargh said:
Holy wow this awesome! Can't wait for S10+ support!
Click to expand...
Click to collapse
It's now Available!
nec947 said:
A promo code would be appreciated
Click to expand...
Click to collapse
For security reasons, Energy Ring doesn't support Promo code as of now! Sorry!
drnoodle said:
Hi just checked out the app, it's very clever and I'm sure you'll do well with it. I was going to request a grey scale gradient as most S10 owners like dark wallpapers for OLED screens but I've found this is a paid for feature. I attempted and failed to be able to send email feedback via the app so I've found the post here instead. Can i request that you add support for different styles of the ring such as dots or different amount of dots so i can pattern match my wallpaper.
I'd like to be able to blend it into the stars more subtlety. When used in combination with the Samsung App Good Lock to disable the battery icon you would be able to achieve a great affect.
Click to expand...
Click to collapse
drnoodle said:
Just donated and got the grey scale look I wanted. Would love that ability to make the line different amounts of dots... however I noticed this continuous message is there a way to suppress this?
Click to expand...
Click to collapse
May be in a future update!
Cr4z33 said:
@jagan2 I hope you will do a LED ring notification app too!
Click to expand...
Click to collapse
I do consider to make a separate App for that, but lack of ability to disable on LockScreen and AOD, not sure it's worth creating just to reply and explain to every user that why it can't appear on Lockscreen AOD.
ER_BETA_5 update!
* Added option to make Energy Ring's background transparent.
* Fixed issue 'Merged Segments' color configuration (First segment used to be hidden.)
* Attempts to fix issues with permission dialog compatibility with Chrome and other Sensitive Apps.
* Made minor adjustments to Ring alignment for S10+.
Screen burn-in:
The original variant of the App, Energy Bar has been used over several years by users on their AMOLED devices, there has been no complains. But there is no claim that it may not happen.
Samsung automatically moves few pixels every now and then to avoid screen burn-in which includes Energy Ring moving away from its original position. This change in position will however be visible only when you have set its thickness to minimum.
Please leave a rating on Google Play Store if you use the App, that helps, thanks!
Very cool app, but fitment on Galaxy S10e is little off. Can and will it be fixed?
ER_BETA_5.1 update!
* Optimized Energy Ring for S10+ landscape mode.
* Attempts to resolve animation issues.
Please leave a rating on Google Play Store if you use the App, that helps, thanks!
No charging animation?
If you see no charging animation, it's probably because you have turned on this system setting which prevents Energy Ring from animating!
Settings > Accessibility > Visibility enhancements > Remove Animations > *uncheck if it's checked*.
Samsung A9 (2018)
I've the same problem with the Samsung A9. My you can add this Smartphonetyp at the list, so I can download your App? Tx
Cr4z33 said:
@jagan2 I hope you will do a LED ring notification app too!
Click to expand...
Click to collapse
jagan2 said:
I do consider to make a separate App for that, but lack of ability to disable on LockScreen and AOD, not sure it's worth creating just to reply and explain to every user that why it can't appear on Lockscreen AOD.
Click to expand...
Click to collapse
Don't worry mate as it looks like Chainfire is almost done (now working on AoD) with his Holey Light app.
Thanks for having taken my request into consideration anyway. :good:
ER_BETA_6
100,000+, thanks everyone! If you enjoy the App, please leave a review of it!
Energy Ring now runs as an Accessibility Service, which is a 'must' to be displayed on Lock Screen.
UPDATE!
100,000+, thanks everyone! If you enjoy the App, please leave a review of it!
ER_BETA_6.1:
* More accurate placement around Camera lens.
* Energy Ring now supports Galaxy S10 5G!
* Energy Ring now runs as an Accessibility Service, which is a 'must' to be displayed on Lock Screen. Please re-enable Energy Ring if you're upgrading from a previous version.
No charging animation?
Settings > Accessibility > Visibility enhancements > Remove Animations > *uncheck if it's checked*.
DOWNLOAD FROM GOOGLE PLAY STORE
Hi,
I found a bug when I use the double-tapping wake up function. My device is S10e.
Sometimes the double-tapping function will not respond and couldn't wake up the phone. I need to hit the power key to wake up.
But if I tried to disable this app and everything will be fine and double-tapping is ok.
Please help to deal with this issue. This is a very good app!! I have donate for it!!!
Good job!

[APP] [TOOLS] [6.0+] Cometin - Enhance your Android Experience!

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Cometin
What is Cometin
Cometin is a free*, growing collection of tweaks and tricks to optimize your productivity and improve the Android experience.
More information
I can create a separate app for every idea I have. But why shouldn't I put everything in 1 app?
Google announced Dynamic Modules at the IO in 2019
With dynamic features you can split an app into several parts. This is exactly what Cometin is.
Cometin is a growing collection of tricks and tweaks for your Android device, split into modules.
This way you only download the features that you want to use and save your storage space.
Available modules (with some small descriptions)
• Ambient display
bring a customized Ambient display, Always-on-display and wave to wake to your device
• App locker
Lock apps behind a passcode or pattern
• Better rotation
Forces every app to be compatible with every orientation including 180 degrees
• Caffeine
Keep your screen on for a certain amount of time
• Cometin Sync
Sync notifications, and notes between phones and desktops
• Darker brightness
Go below the minimum brightness by applying a dark overlay on top of your screen
• Flip to shhh (beta)
Flip your phone face down to silent notifications (except alarms)
• Heads-up
Hide head-up notifications
• Immersive
Hide statusbar, navigationbar or both
• Parallel
Create a work profile to seperate personal and work
• Remap assistant
Execute a different action when opening the assistant
Is this safe?
Yes! All modules are only served from the Google Play Store, all modules are scanned by Google Play Protect so nothing to worry about!
Installing modules:
The installation of modules is done immediately, and you can use the module immediately after installation.
Updating modules:
Installed modules are automatically updated together with Cometin. No hassle with separate files!
Removing modules:
Module uninstalls do not occur immediately. That is, the device uninstalls them in the background in the next 24 hours.
Request for new features:
Requests for new features are always welcome! However, I cannot promise anything about the actual arrival of these features.
Request your features via my support ticket system. This way you can keep track of the status of features.
Need help or got problems?
If you are stuck or need more information, don't hesitate and contact me via Telegram, XDA or my support ticket system. That way I can best help you.
Did I got your attention?
For the latest list of available modules, screenshots and more information please visit the Play Store listing
Play store
Downloads:
Play store
Support:
Telegram group
Note for MIUI users:
MIUI is known for breaking core functionalities in Android. If you want to use Cometin on a MIUI or Xiaomi device please read this: https://helpdesk.stjin.host/kb/faq.php?id=7
You can also join the Telegram group: https://t.me/joinchat/C_IJXEn6Nowh7t5mJ3kfxQ
XDA:DevDB Information
Cometin, App for the Android General
Contributors
Stjin, JustPlayingHard, HrX,RKBDI
Version Information
Status: Beta
Beta Release Date: 2019-10-10
Created 2019-10-13
Last Updated 2020-03-14
I have enabled Better rotation & Caffeine modules. Both are working fine. Thanks to developer for this great app.
Will test other modules too and provide feedback for any improvements.
gvamsi_krish said:
I have enabled Better rotation & Caffeine modules. Both are working fine. Thanks to developer for this great app.
Will test other modules too and provide feedback for any improvements.
Click to expand...
Click to collapse
That's wonderful to hear!
Stjin said:
That's wonderful to hear!
Click to expand...
Click to collapse
Thanks for the app.
I've enabled Ambient Display module. When I receive a notification, screen wakes up showing the stock lockscreen and after a second lag, the Ambient Display shows up.
Using on Moto g4 play with Pixel Experience ROM 9.0
midhun.ko said:
Thanks for the app.
I've enabled Ambient Display module. When I receive a notification, screen wakes up showing the stock lockscreen and after a second lag, the Ambient Display shows up.
Using on Moto g4 play with Pixel Experience ROM 9.0
Click to expand...
Click to collapse
Issue acknowledged. Working on a fix!
Stjin said:
Issue acknowledged. Working on a fix!
Click to expand...
Click to collapse
I enabled it too on my pixel 2 xl and disabled the built in ambient display but when i get a notification there's also a 1 sec lag and shows my stock and then the actual ambient display you have made :/ thanks for working on a fix
this app required root or not, bro? thanks your app!
oldman20 said:
this app required root or not, bro? thanks your app!
Click to expand...
Click to collapse
Root not required.
Always on display
this app is awesome! i turned on Ambient Display on my Pixel 3xl; is there any way i can have always on display with the new customized display? Right now, i only see it whenever i get a notification.
Nice app OP. Is there network speed indicator that show download and upload speed in notification in future? Mine using mia1 stock rom, if this app can achieve that i would be happier coz no need to use edexposed anymore
When I remapped assistant, it broke calling up the Google Assistant
When I remapped Google Assistant, it broke it. Google Assistant can no longer be summoned by my voice. Is this a bug? Pixel 3 Android 10.
Nice idea! For now just testing ambient display.
Would you consider adding the option to unlink ring and notification volumes? Linked behaviour is very annoying.
Thanks again for you work!
I'm trying out Ambient display on my tablet and I'm not sure I'm using it right. It's enabled, and I've customized it, but the ambient display doesn't turn on my screen when I get a notification. Is it also possible for me to make the ambient display show when I open the cover of my tablet (my case is one of those kinds that have a flap to cover to the front).
Like the app lots - do you think adding an always on to the ambient display might be a good idea for anyone with an amoled screen but no native option?
Like oneplus owners?
Like me... ?
Hello
First of all thank this application.It is essential for me.
I've enabled Ambient Display module. I need when I'm studying to get notifications on the lock screen and see a header of them.
Now when a notification arrives there is a small lag when you press on the screen to enter.
It would be great to be able to configure the time that these notifications are on the screen, as well as the position in the same and the amount of notifications that one needs.
Best regards and thanks again!
Reporting after a couple of days of testing.
Just used the ambient display and it looks fantastic.
Works everytime too.
Apart from the lag that others have noted, i noticed 2 other issues:
a) when this is enabled, screen dimming & screen off seems to be forced. I've noticed the default time reverting to 15 seconds. Even if there is activity on the screen, it still forces the screen dimming and turning off.
b) there seems to be a noticeable increase in battery drain.
If I uninstall the app will it uninstall all modules right then?
letmedanz said:
Reporting after a couple of days of testing.
Just used the ambient display and it looks fantastic.
Works everytime too.
Apart from the lag that others have noted, i noticed 2 other issues:
a) when this is enabled, screen dimming & screen off seems to be forced. I've noticed the default time reverting to 15 seconds. Even if there is activity on the screen, it still forces the screen dimming and turning off.
b) there seems to be a noticeable increase in battery drain.
Click to expand...
Click to collapse
I've also noticed screen off time reverting to 15 seconds. Is Ambient Display working fine?
Using the Cloud Dashboard and I noticed Microsoft's "Your Phone" application which connects my Windows computer with my phone no longer connects. Does the Cloud Dashboard preempt this connection? Both applications show my phone's (Pro 7) notifications. Your Phone also gives easy access to photos, allows for SMS messaging from a Windows computer and, with the next Windows feature update, will allow for calling from a computer via a phone. I'd like to keep both application up and running.
midhun.ko said:
I've also noticed screen off time reverting to 15 seconds. Is Ambient Display working fine?
Click to expand...
Click to collapse
The display of ambient display works well. The lag issue that others have mentioned, exists. Due to ambient display however, i see some quirks with forced screen locking etc

Themes / Apps / Mods CoverScreen OS - more than a cover launcher, use cover screen as a fully functional mini phone! (includes Native Lockscreen!)

Download now from Google Play Store! (Please leave a review on Google Play Store if you find CSOS meaningful for your Z Flip 3/4!)
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Hi guys! Developer of Energy Ring & Access Dots here. Excited to present a mini OS for the cover screen of Z Flip 3/4 through an App - CoverScreen OS! It shall make your phone's cover screen a fully functional mini phone!
​
CoverScreen OS almost simulates a secondary OS on your Z Flip's cover screen with the following features:​
Cover Launcher / App Launcher/Drawer
Caller ID Screen for VoIP Apps (WhatsApp, Telegram, LINE and more...)
Support for all third party Apps homescreen widgets
Quick Toggles - a TON load of them!
Navigation gestures
Notifications
Powerful Media screen - multiple sessions, scrub through the track and additional controls that are not available in Samsung's Stock OS for cover screen
Voice, QWERTY, T9 full keyboard support
On screen LED Notification indicator/Edge Lighting
Flex Mode
The navigation system is built such that, you can access both CoverScreen OS and Samsung's Stock OS (checkout the tutorial within the App.)
​Flexing the 'Flex mode'
Also, you can now 'click' on 'most' widgets to perform action on CSOS itself.​
​New Notification options in action!​
Your browser is not able to display this video.
Edge Lighting for multiple Apps in action!​
COVER LAUNCHER / APP LAUNCHER/DRAWER:​
Launch almost any App on your cover screen with back navigation support and voice keyboard input.
Launch apps in locked orientation - portrait or landscape.
Quick search apps by alphabet.
Sort apps alphabetically - ascending/decending.
Sort apps by recently used first.
WIDGETS SCREEN:​
Add almost any widget pixel-perfect aligned for Z Flip 3/4's cover screen, of any App that you would normally add to your homescreen on the main display.
Add as many widgets as you want.
Widgets can be set into one of the two sizes.
Perform almost all actions on the widgets like clicking on a button to launching its App.
QUICK TOGGLES SCREEN:​
NATIVE/IN-BUILT TOGGLES:
Bluetooth turn on/off
Flashlight
DND mode
Flex Mode - use cover screen while phone is unfolded
Caffeinate - keep screen awake
Power Dialog on cover screen
TON LOAD OF ADDITIONAL TOGGLES: You can add super powerful quick toggles powered by Bixby Routines, Tasker, IFTTT and many more available providers, check out within the App! Some examples here, only limited by your imagination
Wifi, NFC, GPS, Wifi Hotspot, Power Saving mode toggle, Read aloud notification, screen brightness control
Quick dial a contact, SMS, play music, reminders, alarm, battery level.
Only limited by your imagination!
NOTIFICATIONS SCREEN:​
Reply to any notification with voice keyboard.
Open notification instantly either on cover screen or on main screen.
Perform additional actions available on each notification.
Dismiss notifications with swipe right.
MEDIA PLAYBACK SCREEN:​
Access all media playbacks from all Apps, as available on your main screen.
Theme support.
EDGE LIGHTING/ON-SCREEN LED NOTIFICATION INDICATOR:​
Turns on cover screen and glows the edges of your cover screen just like the Edge Lighting on your main screen.
You can set a single solid color for all incoming notification or let CSOS apply the App's Icon color.
If you have multiple notifications from multiple Apps, they can combine into a beautiful gradient.
More colors, customizations under development.
FLEX MODE:​
Use cover screen with access to all CSOS features while the phone is unfolded.
Keep the phone on your desk or bed in tent-style stand mode.
Cover screen stays on until you manually disable Flex Mode or fold back your phone.
DEVELOPMENT STATUS:​
The OS requires some heavy sustained development effort to deliver a feature complete version. The OS has come a long way and it’s mostly stable now as reported by majority of the users.
CoverScreen OS IN ACTION:​
SNAPS OF Z FLIP 3 RUNNING CoverScreen OS:​
THE ORIGIN STORY:​​Been working on this project since the original Z Flip, but unfortunately had to suspend development due to cracked screen (that countless folding/unfolding while testing.)
The release of Z Flip 3 with a bigger cover screen was enough incentive for me to be excited about the project once again but unfortunately I again hit a bottleneck as the screen started bleeding this streak of green light right at the center and sometimes whole of second half.
Fearing a cracked screen once again, I had suspended the development yet again… but… that cute little cover screen… here we are.
NAVIGATION SYSTEM:
DOWNLOAD:​After thousands of unfolding/unfolding, happy to announce that, beta version of CoverScreen OS is now available for open testing on Google Play store!
If you find CSOS meaningful for your Z Flip 3/4, please leave a review on Google Play Store!
STAY UPDATED:​
Join CoverScreen OS's official updates news channel
Join CoverScreen OS's official discussion/group channel
​
Hi!
Working on A12?
Thanks for your work!
Excellent look forward to trying out on app on my zflp3. Does it work with one UI 4.0?
Hey guys! I am glad to report that, CoverScreen OS supports One UI 4.0!
This is pretty awesome. When you get notifications, can you actually type full replies from the cover instead of having to open or select from a few auto replies? Does dismissing notifications as dismiss from app like stock?
NguyenHuu said:
This is pretty awesome. When you get notifications, can you actually type full replies from the cover instead of having to open or select from a few auto replies? Does dismissing notifications as dismiss from app like stock?
Click to expand...
Click to collapse
Absolutely, you'll be able to use Voice Keyboard to type in your replies, infact, auto-replies isn't implemented yet.
You can see it in action at 01:00:
jagan2 said:
Absolutely, you'll be able to use Voice Keyboard to type in your replies, infact, auto-replies isn't implemented yet.
You can see it in action at 01:00:
Click to expand...
Click to collapse
Yeah that's voice to text, but looks like no actual just typing only yet?
This is very impressive, great work!
I definitely looking forward to the quick setting tiles. I could never understand why Samsung gave us the sound tile only.
m.
Nice! Gonna love it!
Great news! Thanks for the hard work. Most interesting news this year
Is it mandatory to disable any lock screen to make this work?
This is great. Looking forward. Nice work and thanks for making Flip 3 even better.
TheWinner2810 said:
Is it mandatory to disable any lock screen to make this work?
Click to expand...
Click to collapse
You can see in the video the long press to unlock via bixby + fingerprint is being used. Same method you can use for SamSprung launcher when using a lockscreen.
Any chance you've taken a look at your preview forms? Not trying to push ya just excited to try it out
UPDATE:​Thank you everyone for showing an active interest in the project, glad to let you know all that that those who have filled the forms have been sent an invite to try an early preview of the OS. Not to mention it's a work in progress, look forward to feedback.
Will soon promote to open beta testing, cheers!
jagan2 said:
UPDATE:​Thank you everyone for showing an active interest in the project, glad to let you know all that that those who have filled the forms have been sent an invite to try an early preview of the OS. Not to mention it's a work in progress, look forward to feedback.
Will soon promote to open beta testing, cheers!
Click to expand...
Click to collapse
Didnt get the invite/apk and i filled out the app. Would love to try this.
Also sent you a pm about contribution.
I am testing it right now and its supposed to be buggy but I am already loving it. I'll keep providing feedback here.
One main issue is that the app drawer is not scrolling. I can't open any other app other than the first two rows.

Categories

Resources