Search found 241 matches

by bogdyro
22 Dec 2017 14:45
Forum: User Help / Bug Reports
Topic: addMapEntry to index 0
Replies: 4
Views: 13339

Re: addMapEntry to index 0

This is the way to do it (include it in double quotes. Kind of annoying :)
removeVariable("addmap")
by bogdyro
22 Dec 2017 11:39
Forum: Feature Requests
Topic: Search for Bluetooth device
Replies: 10
Views: 30996

Re: Search for Bluetooth device

Hi. I also connect my phone to my audio in car. It isn't very reliable most of the time. The thing I found works best is just have Bluetooth ON when I disconnect from my WiFi at home. The car stereo starts at the same time as my engine. Connection is almost instantaneous then. If however in the park...
by bogdyro
22 Dec 2017 10:37
Forum: User Help / Bug Reports
Topic: Operation on SMS
Replies: 27
Views: 62708

Re: Operation on SMS

Just an attempt to delete the sms using native java functions. Doesn't work, you can just delete it.
by bogdyro
21 Dec 2017 12:46
Forum: User Help / Bug Reports
Topic: Operation on SMS
Replies: 27
Views: 62708

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.
by bogdyro
21 Dec 2017 10:20
Forum: User Help / Bug Reports
Topic: Operation on SMS
Replies: 27
Views: 62708

Re: Operation on SMS

Weird error.
What device do you have and what Android version?
by bogdyro
21 Dec 2017 09:31
Forum: User Help / Bug Reports
Topic: Keyboard gets in the way
Replies: 3
Views: 10811

Re: Keyboard gets in the way

sorry to dig up an old thread but this never got better and it actually ruins autocomplete for me. I attached another screenshot to illustrate the problem. You see the popup window appearing behind the keyboard,with no way to scroll the window down. Is everyone having the same problem? (for Martin) ...
by bogdyro
21 Dec 2017 08:51
Forum: User Help / Bug Reports
Topic: Operation on SMS
Replies: 27
Views: 62708

Re: Operation on SMS

Hi. I made a simpler version of the flow just to test sqlite.
Download and run it. If there's an error with the database a debug dialog should pop-up and you can tell me what the variable 'error' contains.
http://automagic4android.com/flow.php?i ... 79c048ca0f
by bogdyro
20 Dec 2017 16:47
Forum: User Help / Bug Reports
Topic: Operation on SMS
Replies: 27
Views: 62708

Re: Operation on SMS

Yes, using the notification system is a good option also, but more difficult to parse it's text reliably I think. I think that deleting a wrong sms is not an issue as the _id is unique. Every time a message arrive you immediately process it, remove it's notification and create another one. That way ...
by bogdyro
20 Dec 2017 11:18
Forum: User Help / Bug Reports
Topic: Operation on SMS
Replies: 27
Views: 62708

Re: Operation on SMS

@akhileshg1988 The sqlite3 'app' doesn't have any interface. You access it from the command line (shell) with action execute root command. Now,for finding the DB it's up to you but you could try using Mixplorer which is free,you can pick it up from XDA developers, grant it root access, go to /data f...
by bogdyro
19 Dec 2017 16:56
Forum: User Help / Bug Reports
Topic: Operation on SMS
Replies: 27
Views: 62708

Re: Operation on SMS