01-31-2021, 01:57 PM
(01-19-2021, 10:16 AM)FutureBucket Wrote: Hey, I saw that. I'm excited to see what you come up with! If you need help or anything, let me know!
I actually took your idea of contacts and implemented it in mine![]()
What you see on my gitlab account is all the programming I've done in my life (so be kind. haha). I'm sure there's lots of better ways to write some of the code I have there too but it works. I've been running my script on a nexus5/Ubuntu Touch for almost 2 years and had next to no problems. It's nice to leave it at home and get a data simcard out of country and still be able to text friends and family.
Ohh awesome! I'm glad some of my code was useful. Yeah my contacts code isn't amazing, but it works. And don't worry I'm not that great either, your code is pretty well written, probably better than some of my additions anyway.
I actually ran into this one issue with the script and I wonder if you have experienced it. I use systemd to manage it and whenever the phone resumes from suspend the matrix sync thread just hangs. Its really weird there are no log messages or anything but the sync thread just stops logging new syncs. So I can't send the bridge messages anymore. I think I've narrowed it down to the thread fails at any point when theres no wifi. But every network connection is under a try except block, so I'm not sure whats wrong.