When opening the bluetooth app app, the screen freezes and starts loading forever, to recover, the reset button needs to be pressed. When running the app from a terminal, i can see this on the logs:
[~/mmc/MUOS/application/Bluetooth]# ./mux_launch.sh
/mnt/mmc/MUOS/PortMaster/gptokeyb2: error while loading shared libraries: libinterpose.aarch64.so: cannot open shared object file: No such file or directory
and the device freezes the same way as when opened by the menu.
When navigating to said PortMaster folder, I see that libinterpose does exist:
[/mnt/mmc/MUOS/PortMaster]# find . -name "libinterpose*"
./libinterpose.armhf.so ./libinterpose.x86_64.so ./libinterpose.aarch64.so
If that's any help, my device is a RG35XXSP.
I am unsure if this needs to be reported here or in the bluetooth app repo, if I'm reporting on the wrong place, I'd be happy to create an issue in their repo.
When opening the bluetooth app app, the screen freezes and starts loading forever, to recover, the reset button needs to be pressed. When running the app from a terminal, i can see this on the logs:
[~/mmc/MUOS/application/Bluetooth]# ./mux_launch.sh/mnt/mmc/MUOS/PortMaster/gptokeyb2: error while loading shared libraries: libinterpose.aarch64.so: cannot open shared object file: No such file or directoryand the device freezes the same way as when opened by the menu.
When navigating to said PortMaster folder, I see that libinterpose does exist:
[/mnt/mmc/MUOS/PortMaster]# find . -name "libinterpose*"./libinterpose.armhf.so ./libinterpose.x86_64.so ./libinterpose.aarch64.soIf that's any help, my device is a RG35XXSP.
I am unsure if this needs to be reported here or in the bluetooth app repo, if I'm reporting on the wrong place, I'd be happy to create an issue in their repo.