Hi all,
It sounds like there are a couple of things going on.
1) It sounds like there's a problem with LG phones. This happens sometimes when OEMs have customized the OS and changed signatures on methods. I can fix it, so we'll get that sorted.
2) Amplify doesn't need root anymore! It won't request root and so won't show up on your SU app list. The confusion is because I'm still checking for root at startup even though I don't need it anymore. I'll remove the root check in a future version. Thanks for pointing this out.
3) If you think Amplify isn't blocking wakelocks and alarms when it should be, keep in mind that it doesn't block every wakelock every time. That's the beauty of it! The apps can still get those wakelocks, but just not as often. For example, if you have NlpWakeLock limited to 240 seconds and the phone only asks for it every 480 seconds, it will be granted every time. If you feel like it's not blobking you can turn on debug logging in your settings and do an
Code:
adb logcat | grep Amplify
and see how each wakelock is calculated to be granted or denied as they happen.
I'm going to be out of town until Wednesday for work. I don't know yet how much time I'll have in the evenings to work on Amplify. It might be late next week before I get an update out.
Thanks!
Ryan