Phoenix vs QuickTiles
Side-by-side comparison of two open source alternatives
Phoenix
Reboot your phone in a given interval on a specific time and start a specific application after reboot. The idea is to restart Android and an application periodically to clean up cache and memory leaks if the application has to run over a long time. And if you don't need to restart an application, still this can help to close memory leaks. No background services - reboot is scheduled by system AlarmManager. Before reboot is applied, all apps get a shutdown call to save there data. This helps to prevent data loss! Configuration allows * selection of reboot interval from every day to every 30 days * selection of reboot time from midnight to 11pm * selection between hard reboot (complete restart) or soft/hot reboot (only restart apps) * selection if you want to start an app automatically after reboot * selection of any app to be started automatically after reboot
QuickTiles
QuickTiles lets you add custom quick settings tiles to your Android device, enabling fast access to your favorite actions and shortcuts. The app is open source and privacy-friendly. Features: - ๐ต Media control (play/pause, next, previous, media volume) - ๐ Show volume panel - ๐ New event/alarm/timer - ๐ Make call - ๐ท Take photo/record video - ๐งฎ Open calculator/file manager - ๐ฑ Open custom apps - ๐ Search settings - ๐ Open languages - ๐ Open dictionary/privacy - ๐ Open VPN/data usage/screen cast/connected devices/about - โฒ๏ธ Set screen timeout - ๐ Switch volume modes (normal, vibrate, priority only, alarms only, total silence) - ๐ก Adjust brightness - ๐ Adaptive brightness toggle - ๐ Grayscale - ๐ธ Take screenshot - ๐ Force rotation (0ยฐ, 90ยฐ, 180ยฐ, 270ยฐ) - ๐ Lock screen - ๐ฅ๏ธ Split screen - ๐ณ Set vibration on calls - โก Open power menu - ๐ Show battery level - ๐ข Counter - ๐ Enable/disable USB debugging - ๐น๏ธ Enable/Disable demo mode - ๐ ๏ธ Open developer options - ๐ Enable/Disable keep screen on - ๐ Set animator duration scale - ๐ซ Disable all animations - ๐ Always finish activities **Important:** Google Play Protect may warn that QuickTiles is a "harmful app." This is a false positive. You can check the full source code in this repository โ there is no malicious activity. If you disable Play Protect, Android may still periodically show warnings. This seems to be because Android stores previously detected warnings and repeats them, even after Play Protect is turned off. Acknowledgments: Icons - Old App icon by [Freepik](https://www.flaticon.com/authors/freepik) from [Flaticon](https://www.flaticon.com/) - New App Icon generated with DALL-E 3 ([OpenAI](https://openai.com/dall-e-3/)) - Toggle-split-screen icon by [Smashicons](https://www.flaticon.com/authors/smashicons) from [Flaticon](https://www.flaticon.com/) Open Source Projects - [Dev-Tiles](https://github.com/mustafa01ali/Dev-Tiles) by Mustafa Ali ([Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0.txt)) - [Dev-QuickSettings](https://github.com/adriangl/Dev-QuickSettings) by Adriรกn Garcรญa ([Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0.txt)) - [Adaptive Brightness Tile](https://github.com/rascarlo/AdaptiveBrightnessTile) by rascarlo ([GNU GPLv3](https://www.gnu.org/licenses/gpl-3.0.txt)) - [PowerButtonTile](https://github.com/rascarlo/PowerButtonTile) by rascarlo ([GNU GPLv3](https://www.gnu.org/licenses/gpl-3.0.txt)) - [Greyscale](https://github.com/fei-ke/Greyscale) by fei-ke ([Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0.txt))
| Feature | Phoenix | QuickTiles |
|---|---|---|
| License | GPL-2.0-or-later | GPL-3.0-or-later |
| Install sources | F-DroidGitHub | F-Droid |
| Categories | ProductivityDev Tools | ProductivityMedia PlayerDev ToolsVideo |
| Features | Ad-FreeOpen SourceNo Tracking | Ad-FreeOpen SourceNo Tracking |
| Platforms | Android | Android |
| Website | ||
| Source code |