Wifi & Bluetooth manager problems
So, I'm on the latest dArkOSen on an R36s V22, and I've got a RTL8723BU wifi/bt chip installed
Even before, when I was on darkosre, I've always had a problem with BT manager where after a scan, the device list would not get visualized; I used GPT to correct the script after having it visualize the error log.
This looks to be the culprit for BT manager:
Can't make new window at (2,-1), size (15,58).
This is what GPT said when I told it to copy the visualize method of wifi-manager (which worked until then):
>The log shows that the scan finds devices; the crash happens because the menu uses the MAC address as a tag, so the dialog expands anyway up to size (15,58). I copied the Wi-Fi Manager pattern:
- list with short tags 1, 2, 3;
- MAC address kept internally in
mac_lookup; menu --menu "" 14 40 8;- no
--extra-button, because on this TTY it forces weird dimensions.
I don't have access to the full log at the moment, nor to the scripts, because after the last update even wifi manager has the same problem and I can't connect to a network to access the console's root (Wifi chip breaking the OTG port is the worst).
Also I have finished GPT tokens lol.
I'll just put a fixed copy of wifi manager on the SD when I have time so I can patch it up, but I guessed I could put this up for attention. I didn't bring it up earlier because, since literally no one else is having the same problem on this sub and the one time I brought it up I was told to reflow my chip, I figured it was something on my end.