oopsbagel
oopsbagel
Ha, yeah, it's due to Android/SELinux's security model. We just give rootshell sufficient permissions for networking. You can run `passwd -d` in AT+SYSCMD and then use `su` to get full...
You're right, I thought it was included in this busybox but it's not (I was logged into another device where `busybox telnetd` was present). I'm able to `su` right after...
I'm going to close this since we added documentation on how to re-enable USB tethering to the FAQ. I don't want to change the default device mode, since most users...
I played around with this yesterday and was able to build a functional ARM64 binary for Linux on my x86_64 machine and an arm64 machine with these changes: ```diff diff...
You'll need rustup installed on your system, that's not handled in nix ^ -- and ofc you'll need nix.
Honestly though we may be able to sidestep needing gcc for the serial binary now that libusb is gone. I'll poke around.
https://github.com/EFForg/rayhunter/pull/284 should address the remaining problems in this PR -- note we ship an ARM64 Linux executable since https://github.com/EFForg/rayhunter/pull/255
i.e., this can be closed
> * convert wrongly encoded but meaningful characters to their expected UTF8 encoding. There are inherent limitations that make it impossible to always correctly convert a wrongly encoded sequence, but...
> Today I installed 0.3.2 and there is "severity" label in WebUI when you expand the warnings. This looks good, however I would propose to show severity in the basic...