R0NAM1
R0NAM1
Hazzah! I FRIKIN DID IT! Turn's out this event loop _wasn't_ closing after the code finished executing. I need to have loop.close() to close those two asyncio threads, This also...
So far- Yes! But the bug where rtcpeer.close() stays open manifests afters a few hours so I'll test that overnight and it this works then I'll make a commit and...
I'll also be able to put a drop down on my dashboard now showing the running threads, which is neat. (This is a 2x2 monitor stream using two cameras, for...
Did find an old issue, sometimes after a few hours the RTC Peer will no longer close, I think. I'll try and do two hours intervals as I think that's...
Yep- I think I have to make that pull request to make the RTC sender (Or was it receiver? I'll check.) work on an asyncio event instead of waiting for...
Got WiFi working following the way's of the Ray, again. Changes to System Tar Are Below: - Imported vendor/bin/wcnss_service - Imported /vendor/etc/wifi/WCNSS_qcom_cfg.ini - Imported /vendor/firmware/wlan (Annoying as Ark didn't package...
(Is still very buggy on initial association)
During a single night, sensors got support, currently Skipjack has three sensors under SensorFWD: - A Heartbeat Sensor - A Tilt-To-Wake Sensor - A Pedometer (Step Counter) Currently the first...
Changes For Skipjack Sensors System Dir: - Enabled Sensors in Build.prop - Edit Hals.conf to /system/vendor/lib/sensors.ssc.so - Import libsensor1 and libsensor_reg from ray. - Overwrite rmt_storage with Ray's. - Import...
After copying how swift does it's system builds (Excluding the retrieving of a compatible WearOS) a system dir has been sucessfully build, will test when conventient (Motivation: Getting bluetooth working...