Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fresh git clone missing res.drawable.outer_glow_2 #1

Open
norlesh opened this issue Mar 7, 2021 · 1 comment
Open

Fresh git clone missing res.drawable.outer_glow_2 #1

norlesh opened this issue Mar 7, 2021 · 1 comment

Comments

@norlesh
Copy link

norlesh commented Mar 7, 2021

When building a fresh clone the build failed due to a missing resource 'res.drawable.outer_glow_2 ; copied and renamed outer_glow.png to outer_glow_2.png and everything works fine in the rebuild - just an FYI

@YeapGuy
Copy link

YeapGuy commented Aug 2, 2023

Thanks, you made my job compiling this for myself easier :). I would also like to leave a note:
Since Android 12, apps do not receive touch events when an overlay is active over them. For this app, that's a crucial change, because when I first installed it, I locked myself out and couldn't tap anything at all. You need to do adb shell settings put global block_untrusted_touches 0 to be able to click through the overlay. It decreases your security a bit, but if you're a more vigilant user than the average (which, if you manage to compile this app by youself, you probably are), you'll be fine :).

Also, the entry code generation (in order to enter settings) didn't work for me for some reason. I'm not an Android/Java developer, so I don't know why it's broken. For myself, I just replaced it with a static string.

Anyways, thanks very much for the app, I hope it helps me to be more mindful when spending time on my phone :D.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants