Skip to content

KnownIssues

Adam Pigg edited this page May 8, 2023 · 11 revisions

Known Issues

Camera

There is currently no camera app. Megapixels uses GTK which is not built for Sailfish. We probably need a camera app using libcamera.

Mobile Network

SIMs which are locked with a PIN do not currently work. Remove the PIN from the SIM before using in Sailfish.

Or, if you want to use a locked PIN install 'ofono-tests' and use the unlock-pin command from terminal after ervery reboot.

Installing:

devel-su zypper ref
devel-su zypper in ofono-tests

After every reboot to unlock the sim:

/usr/lib64/ofono/test/enter-pin /quectelqmi_0 pin 0000

replace 0000 with your PIN.

PatchManager

Patchmanager doesnt work in current builds, will be fixed soon. To fix an existing install execute the following:

devel-su
groupadd -g 3003 inet
usermod -a -G inet defaultuser

then reboot

Call Routing

Currently, its not possible to route a call to the speaker or a Bluetooth Headset/Carkit

Suspend

When the OS suspends and reusmes, ofono, the modem handler may loose its connection to the modem. To chance the suspend behaviour use the following commands:

To prevent full suspend:
mcetool -searly

To enable full suspend:
mcetool -senabled
Clone this wiki locally