All Projects → JonasBernard → FakeStandby

JonasBernard / FakeStandby

Licence: GPL-3.0 License
An Android app for turning the screen off while keeping apps running.

Programming Languages

java
68154 projects - #9 most used programming language
javascript
184084 projects - #8 most used programming language
ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to FakeStandby

Cardme
Don't be constantly asking for card numbers from friends, just store them!
Stars: ✭ 19 (-62%)
Mutual labels:  android-app
AudioSpeedUp
Android app developed for fun during lockdown. With this simple app you can play audio files, such us WhatsApp voice messages, in background at custom speed.
Stars: ✭ 25 (-50%)
Mutual labels:  android-app
UninstallSystemApps
Uninstall System Apps is a free app to remove system apps! You can join here!
Stars: ✭ 62 (+24%)
Mutual labels:  android-app
android-developer-nanodegree-by-google
Projects for Udacity Android Developer Nanodegree - Sandwich Club, Popular Movies, Baking App (WIP), Build It Bigger, Make Your App Material, and Go Ubiquitous
Stars: ✭ 14 (-72%)
Mutual labels:  android-app
PaperPlayer
A simple music player for Android Devices
Stars: ✭ 43 (-14%)
Mutual labels:  android-app
ToDue
An android app to keep track of your ToDo's
Stars: ✭ 23 (-54%)
Mutual labels:  android-app
android-bluetoothChat
Android蓝牙聊天/即时通讯/文件传输,集成蓝牙服务,权限管理,文件操作等功能
Stars: ✭ 23 (-54%)
Mutual labels:  android-app
SignInSignupScreen-Android
SignIn and SignUp in android 😊😊😉
Stars: ✭ 51 (+2%)
Mutual labels:  android-app
AndroidBatteryStats
Displays all battery stats of an Android device using broadcast receiver.
Stars: ✭ 20 (-60%)
Mutual labels:  android-app
SPYZIER-APP
Android spying app and Parental controller app.
Stars: ✭ 156 (+212%)
Mutual labels:  android-app
FireFiles
Powerful Android File Manager for everything that runs on Android OS (Android TV, Android Watch, Mobile, etc)
Stars: ✭ 37 (-26%)
Mutual labels:  android-app
OmniList
开源的时间管理App,基于Material Design设计
Stars: ✭ 61 (+22%)
Mutual labels:  android-app
lndr-mobile
LNDR mobile app in React Native
Stars: ✭ 14 (-72%)
Mutual labels:  android-app
Pictograph-Keyboard
Simple Emoji Keyboard application
Stars: ✭ 14 (-72%)
Mutual labels:  android-app
Vibrator
通过调用手机的振动马达实现按摩功能
Stars: ✭ 75 (+50%)
Mutual labels:  android-app
aaf-easypassword
🔒 Easy Password is password management application. This application uses pattern locks to manage information that requires security.
Stars: ✭ 28 (-44%)
Mutual labels:  android-app
Super-Stitch
一款视频超级拼接软件
Stars: ✭ 28 (-44%)
Mutual labels:  android-app
Developers-Portfolio
💼 This is a Social App for Developers to interact with other users through messages and sharing projects.
Stars: ✭ 101 (+102%)
Mutual labels:  android-app
tts-util-app
TTS Util — Text-to-speech utility Android app for synthesising text into audible speech
Stars: ✭ 22 (-56%)
Mutual labels:  android-app
RTranslator
RTranslator is the world's first open source real-time translation app.
Stars: ✭ 59 (+18%)
Mutual labels:  android-app

FakeStandby

An Android app for turning the screen off while keeping apps running.


Get it on F-Droid
GitHub release (latest by date)
GitHub last commit GitHub repo size
GitHub Workflow Status Website Status
CII Best Practices GitHub issues GitHub pull requests

What is the problem?

Most smartphones these days have long-living batteries, but who doesn't want their phone to last for just an hour more? While using an app, you maybe not necessarily need your display. Up to 20% of your battery power is consumed by the display. So, why not turn off all the pixels on it? Plus, this app can help prevent burn-in caused by statically displayed images and text.

Here is the solution!

FakeStandby is an Android app to turn off your screen while keeping apps running. This includes foreground jobs, which means you can keep

  • listening to podcasts
  • listening to music on YouTube
  • staying online with various text messengers
  • running your favorite game

all with your screen turned off!

How does it work?

This app displays an overlay over the foreground app using Android's accessibility services. All it renders on the overlay is a black canvas, effectively turning your pixels off. The apps you're using won't notice this, because technically your phone is turned on.

Disclaimer

Some smartphones have LCD displays with background lighting that only turns off when you actually press the power button to lock your phone. The concept of this app works better with OLED or AMOLED displays, where "turning pixels black" is identical to "turning pixels off". You should not except huge power saving effects on any device, especially on devices with LCD displays.

Contribute

Maintenance

Feel free to contribute to the FakeStandby project! Make sure to look at the Code Of Conduct and the Contributing Information.

Special Thanks

Special thanks goes to all contributors! You can find them in CONTRIBUTORS.md. I also want to thank all the nice people who have donated some money!

Licensing

GitHub

FakeStandby is an Android app that turns off your screen while keeping apps running.

Copyright (C) 2021 Jonas Bernard

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].