Home Page

WaveUp 3.2.17 - Google Play




About WaveUp

WaveUp is an app that wakes up your phone - switches the screen on - when you wave over the proximity sensor. I have developed this app because I wanted to avoid pressing the power button just to take a look at the watch -

WaveUp is an app that wakes up your phone - switches the screen on - when you wave over the proximity sensor.

I have developed this app because I wanted to avoid pressing the power button just to take a look at the watch - which I happen to do a lot on my phone. There are already other apps that do exactly this - and even more. I was inspired by Gravity Screen On/Off, which is a great app. However, I am a huge fan of open source software and try to install free software (free as in freedom, not only free as in free beer) on my phone if possible. I wasn't able to find an open source app that did this so I just did it myself. If you're interested, you can take a look at the code:
https://gitlab.com/juanitobananas/wave-up

Just wave your hand over the proximity sensor of your phone to turn the screen on. This is called wave mode and can be disabled in the settings screen in order to avoid accidental switching on of your screen.

It will also turn on the screen when you take your smartphone out of your pocket or purse. This is called pocket mode and can also be disabled in the settings screen.

Both of these modes are enabled by default.

It also locks your phone and turns off the screen if you cover the proximity sensor for one second (or a specified time). This does not have a special name but can nonetheless be changed in the settings screen too. This is not enabled by default.

For those who have never heard proximity sensor before: it is a small thingie that is somewhere near where you put your ear when you speak on the phone. You practically can't see it and it is responsible for telling your phone to switch off the screen when you're on a call.

Uninstall

This app uses the Device Administrator permission. Therefore you cannot uninstall WaveUp 'normally'.

To uninstall it, just open it and use the 'Uninstall WaveUp' button at the bottom of the menu.

Known issues

Unfortunately, some smartphones let the CPU on while listening to the proximity sensor. This is called a wake lock and causes considerable battery drain. This isn't my fault and I cannot do anything to change this. Other phones will "go to sleep" when the screen is turned off while still listening to the proximity sensor. In this case, the battery drain is practically zero.

Required Android Permissions:

▸ WAKE_LOCK to turn on the screen
▸ RECEIVE_BOOT_COMPLETED to automatically startup on boot if selected
▸ READ_PHONE_STATE to suspend WaveUp while on a call
▸ BLUETOOTH (or BLUETOOTH_CONNECT for Android 10 and abve) to detect bluetooth headsets while on a call and not suspend WaveUp
▸ REQUEST_IGNORE_BATTERY_OPTIMIZATIONS, FOREGROUND_SERVICE and FOREGROUND_SERVICE_SPECIAL_USE to keep running in the background (which is vital for WaveUp in order to always listen to the proximity sensor)
▸ USES_POLICY_FORCE_LOCK to lock the device for Android 8 and below (this forces the user to use a pattern or pin if set)
▸ BIND_ACCESSIBILITY_SERVICE (Accessibility API) to turn off the screen for Android 9 and above.
▸ REQUEST_DELETE_PACKAGES to uninstall itself (if USES_POLICY_FORCE_LOCK was used)

Miscellaneous notes

This is the first Android app I have ever written, so beware!

This is also my first small contribution to the open source world. Finally!

I would love if you could give me feedback of any kind or contribute in any way!

Thanks for reading!

Open source rocks!!!

Translations

It would be really cool if you could help translate WaveUp to your language (even the English version could probably be revised).
It's available for translation as two projects on Transifex: https://www.transifex.com/juanitobananas/waveup/ and https://www.transifex.com/juanitobananas/libcommon/.

Acknowledgments

My special thanks to:

See: https://gitlab.com/juanitobananas/wave-up/#acknowledgments



Previous Versions

Here you can find the changelog of WaveUp since it was posted on our website on 2016-12-29 14:10:52. The latest version is 3.2.17 and it was updated on 2024-04-22 13:56:53. See below the changes in each version.

WaveUp version 3.2.17
Updated At: 2023-10-31
Changes: New in 3.2.17 ★ Remove 'Excluded apps' option from Google Play store versions. F-Droid ones remain fully functional. I'm sorry, but Google doesn't allow WaveUp to read list of installed apps, which is necessary for this. ★ Update German and Russian translations. ★ Add bluetooth permission request for Android 14 and above (needed to know if a headset is connected during a call).
WaveUp version 3.2.10
Updated At: 2021-05-02
Changes: New in 3.2.10 ★ Update some translations. ★ Upgrade some dependencies. New in 3.2.9 ★ Update some translations. ★ Fix small Android 11 compatibility bugs. New in 3.2.8 ★ Update some translations. ★ Small bug fix (MainActivity leak).
WaveUp version 3.2.9
Updated At: 2021-02-19
Changes: New in 3.2.9 ★ Update some translations. ★ Fix small Android 11 compatibility bugs. New in 3.2.8 ★ Update some translations. ★ Small bug fix (MainActivity leak). New in 3.2.7 ★ Fix compatibility with older Androids. ★ Update some translations. ★ Vibration time before locking is now configurable.
WaveUp version 3.2.8
Updated At: 2020-12-12
Changes: New in 3.2.8 ★ Update some translations. ★ Small bug fix (MainActivity leak). New in 3.2.7 ★ Fix compatibility with older Androids. ★ Update some translations. ★ Vibration time before locking is now configurable. New in 3.2.6 ★ Add Galician translation. ★ Fix 'Privacy Policy' title colour. New in 3.2.5 ★ Remove "send debug logs to dev" option. New in 3.2.4 ★ Update some translations.
WaveUp version 3.2.7
Updated At: 2020-10-29
Changes: New in 3.2.7 ★ Fix compatibility with older Androids. ★ Update some translations. ★ Vibration time before locking is now configurable. New in 3.2.6 ★ Add Galician translation. ★ Fix 'Privacy Policy' title colour. New in 3.2.5 ★ Remove "send debug logs to dev" option. New in 3.2.4 ★ Update some translations. New in 3.2.3 ★ Update some translations ★ Update privacy policy (add ACRA section).
WaveUp version 3.2.6
Updated At: 2020-08-15
Changes: New in 3.2.6 ★ Add Galician translation. ★ Fix 'Privacy Policy' title colour. New in 3.2.5 ★ Remove "send debug logs to dev" option. New in 3.2.4 ★ Update some translations New in 3.2.3 ★ Update some translations ★ pdate privacy policy (add ACRA section). New in 3.2.2 ★ Fix bug while trying to report a bug :) New in 3.2.1 ★ Update some translations.
WaveUp version 3.2.5
Updated At: 2020-07-11
Changes: New in 3.2.5 ★ Remove "send debug logs to dev" option. New in 3.2.4 ★ Update some translations New in 3.2.3 ★ Update some translations ★ pdate privacy policy (add ACRA section). New in 3.2.2 ★ Fix bug while trying to report a bug :) New in 3.2.1 ★ Update some translations. New in 3.2.0 ★ Add 'App Shortcut' to lock device on Android 7.1 and newer. ★ Update Italian translation. New in 3.1.8 ★ Add FAQ to menu.
WaveUp version 3.2.4
Updated At: 2020-07-04
Changes: New in 3.2.4 ★ Update some translations New in 3.2.3 ★ Update some translations ★ pdate privacy policy (add ACRA section). New in 3.2.2 ★ Fix bug while trying to report a bug :) New in 3.2.1 ★ Update some translations. New in 3.2.0 ★ Add 'App Shortcut' to lock device on Android 7.1 and newer. ★ Update Italian translation. New in 3.1.8 ★ Add FAQ to menu.
WaveUp version 3.2.3
Updated At: 2020-05-11
Changes: New in 3.2.3 ★ Update some translations ★ pdate privacy policy (add ACRA section). New in 3.2.2 ★ Fix bug while trying to report a bug :) New in 3.2.1 ★ Update some translations. New in 3.2.0 ★ Add 'App Shortcut' to lock device on Android 7.1 and newer. ★ Update Italian translation. New in 3.1.8 ★ Add FAQ to menu.
WaveUp version 3.2.2
Updated At: 2020-03-20
Changes: New in 3.2.2 ★ Fix bug while trying to report a bug :) New in 3.2.1 ★ Update some translations. New in 3.2.0 ★ Add 'App Shortcut' to lock device on Android 7.1 and newer. ★ Update Italian translation. New in 3.1.8 ★ Add FAQ to menu.


Related Apps

Here you can find apps that are similar with WaveUp.



Disclaimer

Official Google Play Link


We do not host WaveUp on our servers. We did not scan it for viruses, adware, spyware or other type of malware. This app is hosted by Google and passed their terms and conditions to be listed there. We recommend caution when installing it.

The Google Play link for WaveUp is provided to you by apps112.com without any warranties, representations or guarantees of any kind, so access it at your own risk.

If you have questions regarding this particular app contact the publisher directly. For questions about the functionalities of apps112.com contact us.

BarCode2D-PNG


Click stars to rate this APP!

Users Rating:  
  0.0/5     0
Downloads: 3
Updated At: 2024-04-22 13:56:53
Publisher: juanitobananas
Operating System: Android
License Type: Free