a-t-0

Results 41 comments of a-t-0

> I also just updated some files in the test folder. Let me know if I should update any more tests or documentation Thank you for your elaboration. I would...

Hi Benoit, Would you perhaps be able to include issues in your fork, and list which steps you would still like to see completed? Perhaps people can help to complete...

> The reason seems to be the large number of processes spawned by the unittests (**which will grow as the module grows**). It needs more investigation on why there are...

Thank you for the clarification and directed suggestion!

On command: ``` sudo apt install python-dbus ``` I also received error: > E: Package 'python-dbus' has no installation candidate And as @ssboisen indicated, the commands from [this stack post](),...

From what I have found so far, one can open adb shell with root, and then find the `sms_ie` configuration file with: ``` adb root adb shell cd data/data/com.github.tmo1.sms_ie/shared_prefs cat...

## Solution/work-around I wrote a python function that installs this app and then gets the SMS files from the phone into the pc over USB. ```py """Ensures sms messages can...

Thank you for your clear and detailed response. Cool, I have no idea on automation/scheduling frameworks. I prefer taskwarrior, however, to give the people the freedom to use whatever they...

_Perhaps I'm missing something, but isn't [Taskwarrior](https://taskwarrior.org/) a task manager for human tasks, rather than an automation framework for computer tasks?_ That is correct, so feel free to take my...

Hi, I noticed your recent release, awesome! I intend to give it a go near the end of September! Just wanted to express my appreciation for your work.