Search found 109 matches

by akhileshg1988
21 Dec 2017 15:32
Forum: User Help / Bug Reports
Topic: Operation on SMS
Replies: 27
Views: 63025

Re: Operation on SMS

https://1drv.ms/u/s!Al05p_HdswE0ix6MMu03PJQkG1GK You can download my file here. Android 7.1.1 should work(arm64) Follow desmanto's instructions for installation. Downloaded the file from the given link, placed it in /system/bin and then executed the flow manually. Again got an error saying "sush: <...
by akhileshg1988
21 Dec 2017 10:42
Forum: User Help / Bug Reports
Topic: Operation on SMS
Replies: 27
Views: 63025

Re: Operation on SMS

bogdyro wrote:Weird error.
What device do you have and what Android version?
Bro, I have Xiaomi Redmi 1S and the ROM I'm using is Colt ROM (Android version 7.1.2).
by akhileshg1988
21 Dec 2017 09:49
Forum: User Help / Bug Reports
Topic: Operation on SMS
Replies: 27
Views: 63025

Re: Operation on SMS

I ran the flow.
Got an error.
Attached herewith is the ss of the debug dialog.
Help further bro.
by akhileshg1988
21 Dec 2017 02:09
Forum: User Help / Bug Reports
Topic: Operation on SMS
Replies: 27
Views: 63025

Re: Operation on SMS

Hey everyone, Akhilesh here. I found out the path to the file mmssms.db In my phone, the path is /data/user_de/0/com.android.providers.telephony/databases/mmssms.db As advised, I copied the .db file from the aforementioned location to my internal storage and after providing this internal storage pat...
by akhileshg1988
20 Dec 2017 02:37
Forum: User Help / Bug Reports
Topic: Operation on SMS
Replies: 27
Views: 63025

Re: Operation on SMS

Hey brother! First:- The sqlite app I installed doesn't have a UI. As soon as I launch it, a screen pops up giving an option "Install" and saying "Requires root privileges". After I press "Install", it says "downloading..." and after a few seconds, it says "installation complete :D". Thereafter noth...
by akhileshg1988
19 Dec 2017 17:13
Forum: User Help / Bug Reports
Topic: Operation on SMS
Replies: 27
Views: 63025

Re: Operation on SMS

"Sqlite Installer for root" apk installed.
Downloading your flow.
Let me try my hand @ it.
by akhileshg1988
19 Dec 2017 17:08
Forum: Flow Sharing Area
Topic: Call Recorder
Replies: 9
Views: 32220

Re: Call Recorder

A slightly evolved version of the same flow. This version makes it easier to locate the call recordings by storing them as

/sdcard/Automagic Services/Call Recordings/YEAR/MONTH/CURRENT DATE WITH THE DAY (e.g. 19 Dec 2017 (Tuesday))/Incoming or Outgoing/Call Recording.mp3
by akhileshg1988
19 Dec 2017 16:49
Forum: User Help / Bug Reports
Topic: Operation on SMS
Replies: 27
Views: 63025

Re: Operation on SMS

Thanks a lot brother.
I'm in.
But where's the flow?
by akhileshg1988
19 Dec 2017 10:26
Forum: User Help / Bug Reports
Topic: Operation on SMS
Replies: 27
Views: 63025

Re: Operation on SMS

Content provider only provide you the content. For SMS, it doesn't allow you to delete it. So you can only use execute root command to delete the row directly using sqlite3. Removing notification and replacing it with automagic's one with additional action button is easy. The hardest part is with t...
by akhileshg1988
18 Dec 2017 02:21
Forum: User Help / Bug Reports
Topic: Operation on SMS
Replies: 27
Views: 63025

Re: Operation on SMS

Do you want only the body text of the messages? What I want to accomplish is that as soon as any sms arrives, Automagic should generate a notification for that in the ststus bar (exactly like andriod does). However, android doesn't provide any option of deleting the received sms straightaway from t...