[Q] About Wake-up Timer Coalescing - Greenify

Does it work only for apps not properly developed for 4.4+?
And if I choose Ok/Exclude can I change its behaviour later?
Thank you.

Related

[Q] Can Someone Help Me w/Using NFC Launcher to Write NFC Tags?

I've got a few of these up and running flawlessly now so I understand how they work. I'm trying to create one of these for my bedside and having a bit of a problem doing a couple things that I'm trying to do.
First off, is there a way to make the tag a toggle of all adjustments? In other words, I want it to silence the ringtone & notification tone and turn vibrate off amongst other things and then enable them again in the morning with another swype of the same tag. I thought I read somewhere how you could do this but I'm not seeing the option(s) in NFC Launcher now.
Also, I'm having a difficult time getting it to launch the alarm clock app. I can have it launch the clock but then it takes a few more steps to get the alarm clock armed. Using an older version of the Clock that comes with previous versions of Android and Launcher Pro I can create a shortcut on my homescreen that takes me right into the alarm with a single press. Using this knowledge I select 'launch app' from within NFC Launcher and tell it the app is 'Clock' and then under that is a field for what within the app you specifically want to launch. I've tried 'Add alarm' which is the exact verbiage of that screen and nothing happens. I've even tried the text of the option I select from the homepage shortcut I created which is 'com.android.alarmclock.AlarmClock' and that also does nothing. I know the possibility is there but I can't seem to get it to work.
Lastly, if I'm unable to get the alarm clock launch to work as described in the previous paragraph another option would be the 'Alarms' section within NFC Launcher and then the timer one where I can set an alarm for 8hrs from whenever I scan the tag. This would be perfect but nothing I do disables the vibrate and I HATE the vibrate going off with my alarm because it's so loud and startling. I prefer a quiet audible alarm sound since I'm such a light sleeper. A phone rattling loudly on my nightstand jolts me into fight or flight mode... not a great way to start your day.
OstrichSak said:
First off, is there a way to make the tag a toggle of all adjustments? In other words, I want it to silence the ringtone & notification tone and turn vibrate off amongst other things and then enable them again in the morning with another swype of the same tag. I thought I read somewhere how you could do this but I'm not seeing the option(s) in NFC Launcher now.
Click to expand...
Click to collapse
You'll want to use a switch tag for this.
OstrichSak said:
Also, I'm having a difficult time getting it to launch the alarm clock app. I can have it launch the clock but then it takes a few more steps to get the alarm clock armed. Using an older version of the Clock that comes with previous versions of Android and Launcher Pro I can create a shortcut on my homescreen that takes me right into the alarm with a single press. Using this knowledge I select 'launch app' from within NFC Launcher and tell it the app is 'Clock' and then under that is a field for what within the app you specifically want to launch. I've tried 'Add alarm' which is the exact verbiage of that screen and nothing happens. I've even tried the text of the option I select from the homepage shortcut I created which is 'com.android.alarmclock.AlarmClock' and that also does nothing. I know the possibility is there but I can't seem to get it to work.
Click to expand...
Click to collapse
That field is for the activity (so package.activity). However Google's new packages have different class names than their activity names (thanks for that by the way). The Alarm clock is com.android.deskclock.AlarmClock - however this probably won't launch right now. It will in the next update (it's working for me without a problem here on what will be the next release). Support will also be in place for class/activity notation so you could pass in com.google.android.deskclock/com.android.deskclock.AlarmClock and not worry about it (Although this will require more space on the tag).
OstrichSak said:
Lastly, if I'm unable to get the alarm clock launch to work as described in the previous paragraph another option would be the 'Alarms' section within NFC Launcher and then the timer one where I can set an alarm for 8hrs from whenever I scan the tag. This would be perfect but nothing I do disables the vibrate and I HATE the vibrate going off with my alarm because it's so loud and startling. I prefer a quiet audible alarm sound since I'm such a light sleeper. A phone rattling loudly on my nightstand jolts me into fight or flight mode... not a great way to start your day.
Click to expand...
Click to collapse
I don't know about vibrate. All I do is pass the intent off to the alarm handler and tell it set an alarm for X:YY time and it handles the rest. There aren't any public extras to pass with the intent to set vibration or sound preferences. I could look at the actual alarm clock source and see if it accepts any, but that is likely device dependent and wouldn't work on skinned devices.
Thanks for the quick response!
krohnjw said:
You'll want to use a switch tag for this.
Click to expand...
Click to collapse
So, this is a special type of physical tag that one must buy? I bought ten of these and they seemed like decent tags but it sounds like this may not work or are you talking about some software adjustment I'm just not seeing?
krohnjw said:
That field is for the activity (so package.activity). However Google's new packages have different class names than their activity names (thanks for that by the way). The Alarm clock is com.android.deskclock.AlarmClock - however this probably won't launch right now. It will in the next update (it's working for me without a problem here on what will be the next release). Support will also be in place for class/activity notation so you could pass in com.google.android.deskclock/com.android.deskclock.AlarmClock and not worry about it (Although this will require more space on the tag).
Click to expand...
Click to collapse
So, what I'm doing currently is right, it's just that it's not fully propagated on the app's end and will be by the next update.... correct?
krohnjw said:
I don't know about vibrate. All I do is pass the intent off to the alarm handler and tell it set an alarm for X:YY time and it handles the rest. There aren't any public extras to pass with the intent to set vibration or sound preferences. I could look at the actual alarm clock source and see if it accepts any, but that is likely device dependent and wouldn't work on skinned devices.
Click to expand...
Click to collapse
My settings via your app on this particular tag is to turn the vibration of the phone off but I think that the alarm clock overrides this as well as a silent setting to play a tone for the alarm. I looked for a setting to disable the vibrate within the Clock but am not seeing it. I can for the alarm but not for the timer which was plan B as described above.
In the app, new tag -> new switch. Same physical tag.
A switch tag toggles between two task tags.
Sent from my Galaxy Nexus using xda premium
krohnjw said:
In the app, new tag -> new switch. Same physical tag.
A switch tag toggles between two task tags.
Sent from my Galaxy Nexus using xda premium
Click to expand...
Click to collapse
aHA! That's where it was.
As an example I'm going to make a Toggle to do the following:
Night mode
Ringer: Silent
Notification: Silent
Vibrate: Off
Notification light: Disabled
Morning mode
Ringer: Enabled
Notification: Enabled
Vibrate: On
Notification light: Enabled
Now, the question is about the clock. I realize I will be able to launch it with a setting but can I have it disabled (say I wake up before my alarm) and can I put both of these on a Toggle switch? So on the first swipe it launches the clock and on the second swipe it disables it?
OstrichSak said:
aHA! That's where it was.
As an example I'm going to make a Toggle to do the following:
Night mode
Ringer: Silent
Notification: Silent
Vibrate: Off
Notification light: Disabled
Morning mode
Ringer: Enabled
Notification: Enabled
Vibrate: On
Notification light: Enabled
Now, the question is about the clock. I realize I will be able to launch it with a setting but can I have it disabled (say I wake up before my alarm) and can I put both of these on a Toggle switch? So on the first swipe it launches the clock and on the second swipe it disables it?
Click to expand...
Click to collapse
As far as I'm aware the alarm clock handler doesn't take an incoming intent to disable an alarm (I looked at the source some time back to resolve getting it auto set in ICS). It might be possible to directly edit the alarms database, but there's no guarantee this will work on any device that's not an AOSP based device (Since HTC likes to make arbitrary modifications sometimes) so that might not get implemented as it would just be potentially broken on a lot of devices. I'd have to take a look into those data stores though.
krohnjw said:
As far as I'm aware the alarm clock handler doesn't take an incoming intent to disable an alarm (I looked at the source some time back to resolve getting it auto set in ICS). It might be possible to directly edit the alarms database, but there's no guarantee this will work on any device that's not an AOSP based device (Since HTC likes to make arbitrary modifications sometimes) so that might not get implemented as it would just be potentially broken on a lot of devices. I'd have to take a look into those data stores though.
Click to expand...
Click to collapse
Sounds like more trouble then it's probably worth. I can just put 'Launch app' 'Clock' in both activities and then manually activate and deactivate as needed. It would be cool to have it 100% automated but I don't know how necessary that's going to be.
Now I just wish I could figure out how to disable the vibrate from the stock timer so that I can set a toggle to have it go off 8 hours from when I swan the tag as my alarm clock since I don't go to work and always set my alarm for 8hrs from when I go to bed. Most of the time I wake up before it goes off so this is why having it disable with a scan of a tag would be ideal but I realize this could be more effort than it's worth. I'm just scratching the surface on what I can do with these tags so I'll just test out what all I can do with them as they stand.
When do you think that update will occur so that I can launch straight into the alarm clock rather than launching the Clock and having to take another step to get to what I want to get to?
OstrichSak said:
Sounds like more trouble then it's probably worth. I can just put 'Launch app' 'Clock' in both activities and then manually activate and deactivate as needed. It would be cool to have it 100% automated but I don't know how necessary that's going to be.
Now I just wish I could figure out how to disable the vibrate from the stock timer so that I can set a toggle to have it go off 8 hours from when I swan the tag as my alarm clock since I don't go to work and always set my alarm for 8hrs from when I go to bed. Most of the time I wake up before it goes off so this is why having it disable with a scan of a tag would be ideal but I realize this could be more effort than it's worth. I'm just scratching the surface on what I can do with these tags so I'll just test out what all I can do with them as they stand.
When do you think that update will occur so that I can launch straight into the alarm clock rather than launching the Clock and having to take another step to get to what I want to get to?
Click to expand...
Click to collapse
Probably next week. I have some translations to get completed before releasing.
Sent from my Galaxy Nexus using xda premium
krohnjw said:
That field is for the activity (so package.activity). However Google's new packages have different class names than their activity names (thanks for that by the way). The Alarm clock is com.android.deskclock.AlarmClock - however this probably won't launch right now. It will in the next update (it's working for me without a problem here on what will be the next release). Support will also be in place for class/activity notation so you could pass in com.google.android.deskclock/com.android.deskclock.AlarmClock and not worry about it (Although this will require more space on the tag).
Click to expand...
Click to collapse
To revisit this... the way I came up with 'com.android.alarmclock.AlarmClock' was because I was Googling a way to make a shortcut on my homepage to launch right into the alarm clock. I found one but it used an older version of the DeskClock which I recovered from an old backup from Titanium Backup. It works great as a homepage shortcut but is there a way I can make a shortcut using the new clock? If I can I can delete the older style Desk Clock I had to install and then when the new update to your app comes out I can use that to go right to it. I also just noticed that in the new clock there is an option for: 'com.htc.android.worldclock.alarmclock.DeleteAlarm' so maybe the automatically disabling is possible or will this delete an entire Alarm profile? Since you seem to know WAY more about these clocks than I do is there a way to get with the new clock what I've done using the old clock? I mean the 'com.android.alarmclock.AlarmClock' shortcut... does that exist for the new one? I tried different ones that looked like they may be the right one but it wouldn't launch at all.
Hopefully you understand the way I explained all of this. If not I can try to elaborate whatever parts you don't understand.
Edit: BTW, here is a list of the possible choices and all start with 'com.htc.android.worldclock...
WorldClockTabControl
Relaunch*
TimeZonePicker
DeleteTimeZone
RearrangeTimeZone
SetAlarm*
DeleteAlarm
AlarmAlert*
OffAlarmAlert
HandleSetAlarm*
TimerAlert*
SettingsActivity
SoundSelect
The ones with an asterisk are ones that I've tried to create a shortcut on the homepage using 'Add>Shortcuts>Activities (this requires Launcher Pro)>Clock and then I can choose what action within the app. This is how I was able to set a homepage shortcut using a previous Clock app and if I can figure out how to do the same thing with the new Clock that comes with ICS I will delete the old clock I installed and then use this information moving forward once the NFC app is updated.
krohnjw said:
Probably next week. I have some translations to get completed before releasing.
Sent from my Galaxy Nexus using xda premium
Click to expand...
Click to collapse
Thanks.

[MOD] All My... (Xposed tweaks for CM/AOSP/TW)

Collection of various tweaks for CyanogenMod/AOSP/TouchWiz and few apps (Firefox, Adobe Reader, MX Player). This module currently offers over 20 tweaks. All the tweaks were previously available as standalone modules. I enable most of them on all of my devices. Because of that and the increased number of tweaks, it no longer makes sense to offer them separately.
List of tweaks:
Disable Su Indicator - Disable # (pound/hash) indicator in status bar
Always Software Menu - Allows to have both software menu button and menu mapped to key on CM. Workaround for this.
No Toast Icons
Pocket First - Make Pocket the first option when sharing
Desk Clock Alarm - Make Alarm the default tab in stock/Google Desk Clock
One Way Brightness - Make auto brightness go only up
Battery Light Disabler - Battery light will not shine when in downtime (Interruptions) or when the screen is on
One Hand Zoom Enabler (Firefox/Adobe Reader)
Battery History XXL - Enlarge the stock settings battery history - from 10 to 30 records
Native Freezer - Disable and re-enable any 3rd party app from System Settings
Minimum Brightness (MX Player/system) - Change the minimum brightness level from usual 10 to 1
Gentle Haptic Feedback
Compact Volume Panel
Chrome Tabs Toolbar On Phone - Enable tablet layout while keep mobile User Agent
Disable Horizontal Scroll (Adobe Reader)
Remap PREV button to PLAY/PAUSE - Allow use volume keys to change volume, advance to next song and play/pause
Remap NEXT button to Torch - Allow use volume up key (long press) to start flashlight (when music is off)
K920 Cardboard Fix - Fix screen resolution in Google Cardboard on Lenovo Vibe Z2 Pro (K920)
No Wake On Charge - Disable screen wake when cable is plugged in/unplugged on Samsung Galaxy S5 (stock Android 5.0)
Reader Mode (Adapt Display) - Enable Samsung screen ebook reading mode for Adobe Reader/Moon+ Reader on Samsung Galaxy S5 (stock Android 5.0)
Disable Android Wear Disconnected Notification
Media Stream Default - Prefer media instead of ringer during volume control
Advanced Volume Keys - Long press VOLUME -/+ for PLAY_PAUSE/NEXT when screen is off or showing lock screen
No Password After Boot - Disable the "Unable to use fingerprints. Device restarted. Enter backup password, then fingerprints can be used next time device locked." message
Touch key light - Re-enable the lost option to set buttons light timeout (Samsung Galaxy S7)
sRGB for video only - Switch to sRGB (Basic screen mode) for video (MX Player/YouTube) while keeping Adaptive for everything else (Samsung Galaxy S7)
MTP Without Unlock - Start MTP even with screen off or without unlocking unsecure keyguard (Samsung Galaxy S5/S7)
Allow MTP Access - Get rid of the "Allow access to device data" dialog (Samsung Galaxy S7)
Disable Battery Prediction - Hide the estimated battery usage in battery graph
Detailed Battery Usage - Enable detailed 'Wi-Fi/Awake/Screen on' battery usage stats
NEW! No Gboard Bar - Disable the top bar in Google's Gboard keyboard
NEW! Keep LED off during DnD (Samsung Galaxy S7)
NEW! 'LTE/3G(auto connect)' network mode - Enable network mode profile without 2G in the system settings (Samsung Galaxy S7)
NEW! Remap BT Redial to Next Track - Great for headsets like QCY Q26
NEW! Minimized bottom bar in Google Maps - It's no longer necessary to touch the screen
NEW! Disable Location Dialog in Google Maps - Get rid of the 'To continue, let your device turn on location using Google's Location Service' alert
Download: Xposed Repo or Play Store
Source: https://github.com/moneytoo/AllMy...
Will the minimum brightness app have a min brightness setting? I have an IPS screen on my lg g4. Will this lower my actual brightness? I use my phone at night and the minimum brightness is too bright. I've tried screen filters but I would prefer an app that actually lowers the brightness past stock.
mattnin said:
Will the minimum brightness app have a min brightness setting? I have an IPS screen on my lg g4. Will this lower my actual brightness? I use my phone at night and the minimum brightness is too bright. I've tried screen filters but I would prefer an app that actually lowers the brightness past stock.
Click to expand...
Click to collapse
Since there's actual UI, I will probably eventually add such option... But please be aware that it's still the same feature that GravityBox already offers (so if GB doesn't break anything for you, you can use it already).
Minimum brightness is not working in my device. What system apps and/or framework files from my ROM would you need me to send to you to fix it? It's a stock ROM, Android 5.1.1, my phone is a BQ Aquaris M5.
Thanks!
thank you for this nice module (and your old ones it replaced for me)
would you please be so kind as to include changelogs in the play store? I kinda hate getting updates but having no idea what it changed until i dig in the app for something that looks new
Thanks for this great module I was using some seperate modules from you but one big module is always nice. I can confirm Always Software Menu works on my S5 running CM13. Battery history xxl was working on CM12.1 and I even think it worked on CM13 Unofficial alpha version but on newer CM13 versions it doesn't works anymore. Is it possible to port it over to CM13 one day? And in the past the separate module disable toast icons didn't do anything on my S5 running CM13 for example when I'm in Root Explorer and enable R/W the root message appeared with the SuperSu icon but since 2 days I use the separate module from you NoToastIcons.v0.1-disable-all and that works great no toast icons anymore. I didn't try No toast icons from the All my... module.
Thanks for your great works.
Verstuurd vanaf mijn SM-G900F met Tapatalk
FlemishDroid said:
Thanks for this great module I was using some seperate modules from you but one big module is always nice. I can confirm Always Software Menu works on my S5 running CM13. Battery history xxl was working on CM12.1 and I even think it worked on CM13 Unofficial alpha version but on newer CM13 versions it doesn't works anymore. Is it possible to port it over to CM13 one day? And in the past the separate module disable toast icons didn't do anything on my S5 running CM13 for example when I'm in Root Explorer and enable R/W the root message appeared with the SuperSu icon but since 2 days I use the separate module from you NoToastIcons.v0.1-disable-all and that works great no toast icons anymore. I didn't try No toast icons from the All my... module.
Thanks for your great works.
Click to expand...
Click to collapse
The "No Toast Icons" tweak in this module disables icons in all toasts so it should work for you as well.
Few trivial tweaks already work with CM13 but the rest requires me actually flashing CM13 ROM - which I will do in the upcoming days or weeks on my S5.
XlAfbk said:
thank you for this nice module (and your old ones it replaced for me)
would you please be so kind as to include changelogs in the play store? I kinda hate getting updates but having no idea what it changed until i dig in the app for something that looks new
Click to expand...
Click to collapse
Changes are already reported with Xposed Repo / Play Store releases (or visible from commits on Github).
DaniPhii said:
Minimum brightness is not working in my device. What system apps and/or framework files from my ROM would you need me to send to you to fix it? It's a stock ROM, Android 5.1.1, my phone is a BQ Aquaris M5.
Click to expand...
Click to collapse
It may not work on all devices (because of differences in display drivers/settings etc) plus it probably doesn't lower the minimum brightness when adaptive (automatic) brightness is used (though i didn't investigate that much...).
Great job with the one hand firefox enabler. I can now finally stick exclusively to firefox. Thanks!
moneytoo said:
It may not work on all devices (because of differences in display drivers/settings etc) plus it probably doesn't lower the minimum brightness when adaptive (automatic) brightness is used (though i didn't investigate that much...).
Click to expand...
Click to collapse
I keep adaptive brightness disabled most of the time. If there's anything I can do to help making it work in more devices, you tell me.
Latest version 0.1.3 adds "Chrome Tabs Toolbar On Phone". Normally you could lower your DPI (system wide or per app if that's an option) to get the tabs toolbar in Chrome (that could however make the UI too tiny). The better option is to use "Screen (dp)" option in App Settings which get's the job done just right. This tweak reuses the same hacks to get the tablet layout with tabs in Chrome while it adds one important change - it changes the User Agent back from "tablet" to "phone" so you still get the mobile/phone version of various sites instead of the full featured tablet/desktop ones.
moneytoo said:
The "No Toast Icons" tweak in this module disables icons in all toasts so it should work for you as well.
Few trivial tweaks already work with CM13 but the rest requires me actually flashing CM13 ROM - which I will do in the upcoming days or weeks on my S5.
Changes are already reported with Xposed Repo / Play Store releases (or visible from commits on Github).
It may not work on all devices (because of differences in display drivers/settings etc) plus it probably doesn't lower the minimum brightness when adaptive (automatic) brightness is used (though i didn't investigate that much...).
Click to expand...
Click to collapse
You got also S5. [emoji3] CM13 official nightlies are out but you probably already know that. [emoji6]
Verstuurd vanaf mijn SM-G900F met Tapatalk
Version 0.2 should make all the tweaks compatible with CM13/Android 6.0. If there's any issue, let me know (I didn't check against clean AOSP).
Native Freezer - because there's no longer dedicated disable button on MM, I use the Force Stop button.
Battery History XXL - it works and as usual it not only makes the list longer but also unhides some normally hidden records (when they do not pass some threshold).
I also added one more tweak for Adobe Reader - "Disable Horizontal Scroll". Adobe Reader doesn't provide any feature for cropping white space so this helps me tremendously (after I double tap to the main content). (I'm still sticking to Adobe cause it's still the fastest though I probably could use the cropping in Xodo.)
Hey. I sit on the CM 13. I want to ask you to do, led to work if the battery charge is low, but when connected to a power source - did not work (not displayed, it is charged or charge).
Here comes another tweak in version 0.2.1: "Remap PREV button to PLAY/PAUSE" (PREV = long volume down press) which allows to use volume keys to change volume, advance to next song and play/pause. The "Playback control" needs to be enabled in system Settings (CM).
I have few more volume buttons related hacks in mind... :fingers-crossed:
bonny_k-9 said:
Hey. I sit on the CM 13. I want to ask you to do, led to work if the battery charge is low, but when connected to a power source - did not work (not displayed, it is charged or charge).
Click to expand...
Click to collapse
Well, the current tweak handles the LED based on priority so I'm not sure about your question (really it can't be set in settings?).
Hey there
Im running cm12 since 6 months and i really appreciate you work
Specially native freezer
Im wondering did you made or plan to make a mod to replace recent menu action in navigation bar ?
By default short press bring recent and long press for last app
I hope i you can reverse it to be short press for previous app and long press for recent menu
Update
I forget to thank you again [emoji5]
salimtn said:
Hey there
Im running cm12 since 6 months and i really appreciate you work
Specially native freezer
Im wondering did you made or plan to make a mod to replace recent menu action in navigation bar ?
By default short press bring recent and long press for last app
I hope i you can reverse it to be short press for previous app and long press for recent menu
Update
I forget to thank you again [emoji5]
Click to expand...
Click to collapse
Well, this is user configurable on both CM12.1 and CM13...
moneytoo said:
Well, the current tweak handles the LED based on priority so I'm not sure about your question (really it can't be set in settings?).
Click to expand...
Click to collapse
No. There's only possible to change the color.
@moneytoo
With Native Freezer for 3rd party app Enabled, the Kill Button is disappeared. Is it possible bring it back?
wow..almost all good mod in one module.
one feature request. is it possible to get chrome Desktop Agent on mobile? I like desktop agent instead mobile.
Sent from my SM-N910G using Tapatalk
Do I need to reboot after I enable the tweaks?
Nvm, reboot is required for changes to take effect.
Sent from my bacon!!!!!

[POOL][FEATURE REQUEST] Autostart permission toggle - allow apps to run in background

UPDATE: The pool closed after 30 days, but you can still show your need for the feature by adding a post in this thread.
Right now, Remix handles background app activity differently from native Android - if you close the app window, the app is killed - won't continue running in background.
At first glance it feels intuitive and right, because it's battery & performance friendly, but...
Many apps were designed to base their activity in the background like: messaging & social media apps, e-mail clients, network monitors and quite much any app that uses notifications.
Of course you can still run them in background with the window minimized - but that takes up the taskbar space with each background app.
In Windows you can close the window, and the app goes into the traybar (near the date) and doesn't take up the taskbar space.
What I'm requesting is simple:
An autorun permission toggle in settings
By default apps would have autostart switched off, but you could always switch it on for selected apps.
This way we wouldn't have to worry about performance or battery usage - system will still use only what we want it to.​
Please vote in the pool and share your thoughts on this suggestion. If you are not convinced, then read further on
Examples where this feature is needed:
Messenger app:
- notifies you about new messages/calls in the notifcation area
- pops a chat head once someone sends you a message (if feature enabled)
Cloes Messenger window -> no notifications received/no chat heads popups.
Actually what's weird - it sometimes autostarts itself - at least on my device. I couldn't find how that happens, but it seems random.
Gmail / e-mail apps:
- send you notifications when you receive an e-mail
Close window -> No notification
Facebook/Instagram/Twitter/Tapatalk/YouTube these also use the power of background activity by notifying you about new stuff. Closing window -> no notication.
There are also monitoring apps - f.e. Internet Speed Meter which main feature is a notification in the notification area showing real-time bandwith usage. It won't work for Remix unless you keep the window open/minimized.
Clock app for settng alarm -> Close Window -> No alarm
Come on guys!
I personally would love to have this feature and I bet the community would want it too! But, for this to happen, we need more votes!
I vote, yes for the toggle.
Yes of course but for Selected apps.
@johnb111 Like I described in the OP, it would be just for the selected apps.
I need it !! Please !!
Need this
very need this
Ni10God said:
very need this
Click to expand...
Click to collapse
netship said:
Need this
Click to expand...
Click to collapse
assal said:
I need it !! Please !!
Click to expand...
Click to collapse
No need for this kind of repetition.
Just thank the OP's first post, and that counts as support for the addition of this feature.
Unless you have specific details to add, it's better to avoid cluttering the thread.
No offence meant to anyone, just a suggestion to keep in mind.
Can you please confirm my understanding that Remix OS does not have background notifications if the app is closed unlike the normal Android OS? Do you think this is a deal breaker since im considering to get a tablet with Remix OS in it vs the one with Android 5.1.1? Thanks in advance for your thougths!
Yes, that's correct - once you close an app window you will not get any notifications from it.
But an autostart toggle could solve this?
@[msd]
Yes, autostart toggle allows for app to start automatically - not just at boot, but also after you close it.
Native, clean Android allows all apps to autorun by default.
Phoenix OS f.e. added a toggle. By default app can NOT autorun, but you can always enable this permission.
I"m on 3.0.207 Remix OS, and get notifications after hit "Quit app" at Gmail. How it works??
@[msd]
Depends on how the app is designed. I don't know why it works after closing, Remix OS has no documentation for how it works, so its hard to say.
If you close Messenger app window, you will not get any further notifications or if you close Alarm app, it won't ring. There are many examples, but it's worst with messaging apps and apps that operate in background only.
It"s true, the Viber doesn"t work after close it, only the Gmail.
Google always break the rules, haha
@[msd] its probably the Google services that are always working in the background
Yepp, I"ve updated it.
Override the autrorun
With the app SD Maid, I know you can change the autorun for apps. Try that.
Sleep and Shutdown support for Intel Atom
This is an ideal OS for the Intel Atom mini laptops. I would love to see the sleep/shutdown issue resolved on the next update. It's they only problem I have discovered while using it on this processor.
Currently I work around it by not letting it sleep. I shut it down by initiating a restart, and then powering off when the HP splashscreen or Bios message appears.

Add feature(Very deep sleep)

Hello everybody,
I have Mi Max 32GB+Magisk+greeny donation package
I use my phone for games and wifi +no sims
Greenify is good for battery saving,but It allows apps to sync in background.I need to prevent that.
Please,Can you add this feature ( very deep sleep) that can do the following:
-Blocking all system and third party apps wakelocks and notifications
-Block sync
-Disabling wifi and bluetooth
-Lowest brightness
-make cpu deep sleep
Purpose:Achieve the best battery backup
Please help me
leprince2007 said:
Hello everybody,
I have Mi Max 32GB+Magisk+greeny donation package
I use my phone for games and wifi +no sims
Greenify is good for battery saving,but It allows apps to sync in background.I need to prevent that.
Please,Can you add this feature ( very deep sleep) that can do the following:
-Blocking all system and third party apps wakelocks and notifications
-Block sync
-Disabling wifi and bluetooth
-Lowest brightness
-make cpu deep sleep
Purpose:Achieve the best battery backup
Please help me
Click to expand...
Click to collapse
Unnecessary. Simply place device in 'airplane/flight' mode when not in use. This action can be automated using a variety of tools (eg: Xposed Edge, MacroDroid, Tasker, etc). That said, battery saving using this strategy will be minimal as modern ROMs and hardware conduct background tasks quickly/efficiently during doze maintenance windows.
Davey126 said:
Unnecessary. Simply place device in 'airplane/flight' mode when not in use. This action can be automated using a variety of tools (eg: Xposed Edge, MacroDroid, Tasker, etc). That said, battery saving using this strategy will be minimal as modern ROMs and hardware conduct background tasks quickly/efficiently during doze maintenance windows.
Click to expand...
Click to collapse
I turn on airplane mode all the time
Please help me accomplish one of these tweaks:
1-Doze mode:It has maintenance windows that allows apps to sync.How to disable this sync completely?
2-Greenify:It contains an option called "Wakeup Timer Coalescing" that allows apps to sync in specific time instead of app syncing all the time.How to disable this sync completely?
In few words:I need an option to disable apps sync completely,please.
Please help me
leprince2007 said:
I turn on airplane mode all the time
Please help me accomplish one of these tweaks:
1-Doze mode:It has maintenance windows that allows apps to sync.How to disable this sync completely?
2-Greenify:It contains an option called "Wakeup Timer Coalescing" that allows apps to sync in specific time instead of app syncing all the time.How to disable this sync completely?
In few words:I need an option to disable apps sync completely,please.
Please help me
Click to expand...
Click to collapse
As previously stated in at least two other forums the proposed actions are unnecessary and counterproductive. If you want to disable sync do so in Android settings. Wakeup Timer Coalescing works to your advantage to extend battery endurance. However, if you believe it to be evil (??) simply disable in Greenify settings. If you don't want any form of network activity use airplane mode. Putting your device into a comma ("very deep sleep") is counterproductive as any savings obtained while sleeping will be offset my a burst of activity and sluggish response when manually woken. That's what the power button is for.

My Essential Tasker Mod Pack

Hi guys,
I cooked up some tasker mods to address some of the graciously few problems I have with the software of the mate 20x. I thought they might be useful to some of you guys so I figured I'd share. The plugins used are AutoInput, AutoLaunch, AutoNotifications, and AutoTools.
Mod List:
1. Fixed Auto-rotate Lock: uses the quick tile to auto-rotate or lock to any orientation
2. Swipe Recent Apps Switcher: cycle through previous apps by swiping on the bottom of the screen ala iPhone
3. Auto-disable Eye comfort: pop-up prompt when activating chosen apps that automatically disables eye comfort mode
4. Automatic Screen Filter: activates the free app Night Screen when brightness is set to minimum and disables it when brightness is raised
1. Fix Auto-rotate Lock
There are two versions of this mod, one which uses the system quick tile and one which uses an AutoNotifications quick tile. The AutoNotifications quick tile is more reliable and allows you to seamlessly lock orientation in landscape or inverted. The system quick tile is more clunky and you cannot lock in inverted, but it's a bit faster. If anyone knows where to find the system quick tile icons please tell!
Simply import the profiles to Tasker and turn them on. Choose "Rotate On" for the system qt or "AltRotate On" for the AutoNotifications qt.
2. Swipe Recent Apps Switcher
This mod will track all activated apps in an array so they can be systematically called back. It also offers swipe gestures at the bottom of the screen which can be used to cycle through them. Swipe left or right to go back and forth through your recent apps. After settling on an app, the app list will be updated to bring your active app to the front.
To install, import and turn on all profiles and run the swipe task. The Swipe task must be ran to provide gestures. The overlay providing gestures is at the very bottom of the screen, so just swipe your finger along the screen edge. Modify your settings and profiles to make sure that Swipe, AutoTools, and Tasker stay on with full permissions. This mod requires that tasker monitoring use accessibility. In the no root version some apps will refresh their state when activated (es explorer). This is because apps are 'launched' and not 'brought to foreground'. In the root version this is not an issue.
3. Auto-disable Eye comfort
This will provide a discrete pop-up in the corner of your screen when you activate the selected apps. I set up the profile with the apps I use for photo and video editing. When you click the pop up it will automatically open the drawer and disable the eye comfort quick tile. The pop up will go away in 5 seconds if not clicked, or can be swiped away.
To install, place the "bubble" folder in your AutoTools webscreen folder. The file paths should match up, but you may need to modify them. Import and turn on. The no root plugin uses AutoInput to press the fourth quick tile. If you have eye comfort on another quick tile you will need to change the touch coordinates. The root option will, if prompted, automatically switch eye comfort on and off as you switch between monitored apps. If you dismiss the prompt it will not ask again until eye comfort is toggled.
4. Automatic Screen Filter
When brightness is lowered to the minimum level, this mod will launch the app Night Screen to lower the brightness with a screen filter. When the brightness is raised above minimum it will turn night screen off.
You can change the app used, but it must have a toggle or on/off activity to be launched by secure settings. I found Night Screen to be the best for me. Import and turn on profiles.
There may be some bugs due to inconsistent Tasker monitoring and the system messing with things. Unfortunately there is little I can do about this.
ps. the zip is NOT installable
Sorry I'm stumped about how to embed youtube videos. Here's links.
https://youtu.be/KZBQJX3Fges
https://youtu.be/AnVLVCdWC8U
https://youtu.be/SsVjmW-9KwI
I vastly improved the app switcher to function much more intuitively and more like a native function. It's works pretty much exactly like on the iPhone, accept the animations are going the wrong way. I'll test it out a bit then update the post.
You sir are incredible
Post has been updated with a new app switcher, a root app switcher which fixes the launching problem, and a root eye comfort prompt which modifies the setting directly and has enhanced functionality. Also now none of the mods are dependent on the Secure Settings plugin
cobram3 said:
You sir are incredible
Click to expand...
Click to collapse
glad somebody likes it :good:
Allan can I pay you to help/tutor me on creating Tasker apps for my own use?
Please message me
---------- Post added at 02:14 AM ---------- Previous post was at 02:13 AM ----------
AllanRSS said:
glad somebody likes it :good:
Click to expand...
Click to collapse
Such as:
Auto speakerphone when call connects by default
When I get in the car, show a list of media players as a popup (bc bt connected)
$60 via PayPal thx
I really appreciate the offer, but thats not how xda works. This is where people help people, and I've benefited far too much through the days on the generosity of others to be greedy now.
I took a quick look and it and there is a State profile called "BT Connected". You should be able to check your bluetooth settings for the exact name of your car and insert that into the Name field. Then you would make a Scene containing buttons corrosponding to your desired media player. This should be reletively straightforward. When the BT is connected, show the scene with the buttons then launch your choice. This can be done with the AutoLaunch plugin or by android intent by running code 'am start --activity-reorder-to-front PACKAGE_NAME/MAIN_ACTIVITY'. The main activity intent is easily found through terminal if you're rooted but I dont remember how to find it if you're not rooted.
For the call I would use the State profile "Call". I am not sure if this will activate after the call is connected or while the phone is ringing for incoming calls. If its when the phone is ringing I would then set up a loop with "AutoInput Query" to check whether the call was connected. Run a couple tests with the query to see what the variable values are when the call is connected and check for those values to escape the loop. When the call is connected, use auto input to click on the speakerphone button automaticly. You can use the auto option to configure this or you can go into developer mode on your phone and enable show pointer location to get the coordinates. Coordinates are faster that text matching, but you might have to add a wait for 500ms to avoid it touching too early.
That should be it, pretty straightforward. You've inspired me to update this list with my new rotate toolbar and fixes. Happy tinkering!
That being said, I would be willing to do it for you if you would rather pay for a finished solution. However, I greatly encourage you to give it a go yourself, the possibilities are endless once you get comfortable with Tasker.

Categories

Resources