├── .github └── FUNDING.yml ├── LICENSE └── README.md /.github/FUNDING.yml: -------------------------------------------------------------------------------- 1 | # These are supported funding model platforms 2 | 3 | github: reiryuki # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] 4 | patreon: # Replace with a single Patreon username 5 | open_collective: # Replace with a single Open Collective username 6 | ko_fi: reiryuki # Replace with a single Ko-fi username 7 | tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel 8 | community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry 9 | liberapay: reiryuki # Replace with a single Liberapay username 10 | issuehunt: # Replace with a single IssueHunt username 11 | otechie: # Replace with a single Otechie username 12 | lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry 13 | custom: https://www.paypal.me/reiryuki # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2'] 14 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2020 Rei Ryuki 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Sound Mods Automator 2 | 3 | ## Descriptions 4 | - An app powered by Tasker and an importable Tasker project 5 | - Keeps SELinux enforcing after device boot (universal) 6 | - Auto disables Moto Waves in internal speaker 7 | - Auto enables Moto Waves in headset and Bluetooth audio mode 8 | - Moto Waves disabler/enabler will be delayed for secured keyguard until it's unlocked by user 9 | 10 | ## Screenshot 11 | - https://t.me/androidryukimodsdiscussions/169604 12 | 13 | ## Requirements 14 | - Android 5 (SDK 21) and up for the app 15 | - Root access 16 | - Accessibility service for enabling/disabling in turned off and locked screen 17 | 18 | ## Download Link 19 | - You can install and use the apk or import the xml to your Tasker app instead: https://www.pling.com/p/1532213/ 20 | 21 | ## Support & Bug Report 22 | - https://t.me/ryukinotes/54 23 | - If you don't do above, issues will be closed immediately 24 | 25 | ## Credits and contributors 26 | - https://t.me/androidryukimodsdiscussions 27 | - You can contribute ideas about this app/project here: https://t.me/androidappsportdevelopment 28 | 29 | ## Sponsors 30 | - https://t.me/ryukinotes/25 31 | 32 | 33 | --------------------------------------------------------------------------------