Page 1 of 1

Control alarms with root

Posted: 14 Oct 2016 09:59
by ariloc
Some time ago I posted a topic finding out how to manipulate alarms on Android, but I could not delete them because the API wasn't able to.

Actually, I have a Samsung Galaxy Tab 3 rooted and I thought that maybe now I can manipulate alarms with a root command or something similar. But I do not know how to do it. Is there a way to do it?

Re: Control alarms with root

Posted: 14 Oct 2016 10:44
by bogdyro
I did it by modifying the database file that stores the alarm with run root command sqlite. It's complicated but in the end it works well.

Re: Control alarms with root

Posted: 14 Oct 2016 13:40
by ariloc
Can you share me the flow where you did it? Maybe it can work for me.