We have moved to a new Sailfish OS Forum. Please start new discussions there.
26

[feature-request] Show bluetooth status icon in lock screen

Tracked by Jolla (In progress)

asked 2015-09-16 20:22:49 +0300

mhyvar gravatar image

updated 2015-11-09 07:12:51 +0300

raketti gravatar image

Bluetooth icon is not visible when device is locked but becomes visible when device is unlocked. Wifi, 4g and other icons seem to be always visible.

Sailfish OS version is 1.1.9.28 2.0.0.10

Screenshots:

Lock screen (no bluetooth icon): locked

Device unlocked (bluetooth icon visible): unlocked

Edit 2015-10-23: In the Early Access version 2.0.0.10 this issue is still unresolved, tagged with the current SFOS version.

Edit 2015-11-09: Edited this question to be a feature request to show the bluetooth status icon, as it turned out, it's left out intentionally as @AliNa commented (answered):

It's not a bug. The bluetooth status indicator is supposed to be invisible in lock screen – I don't know why.

/usr/share/lipstick-jolla-home-qt5/statusarea/StatusArea.qml lines 109-112:
        BluetoothStatusIndicator {
            anchors.verticalCenter: parent.verticalCenter
            visible: !lockscreenMode
        }

Commenting the 111th line with // at the beginning will make the bluetooth icon visible in lock screen.

edit retag flag offensive close delete

Comments

2

I can confirm. Bt icon not visible on lock screen.

Mohjive ( 2015-09-16 21:30:41 +0300 )edit

Same here.

nick75 ( 2015-09-16 23:32:10 +0300 )edit

Just noticed this myself, quite annoying.

raketti ( 2015-09-23 13:57:41 +0300 )edit

@mhyvar@nick75@Mohjive@raketti Same is by me.
but does in this casethe bluetooth communication works by you anyway?. I don'T really know by me, but my hand-free stereo is not able to connect...
i have just this device as bluetooth to connect.
want get a better feeling if it is jolla issue or the other device...

cemoi71 ( 2015-10-01 12:10:01 +0300 )edit
2

@cemoi71 bluetooth is still working, I have both Pebble and carkit connected to my Jolla, and everything works as it should. So it's a matter of not showing the BT status correctly.

nick75 ( 2015-10-01 12:12:44 +0300 )edit

1 Answer

Sort by » oldest newest most voted
7

answered 2015-11-08 18:17:46 +0300

AliN gravatar image

updated 2015-12-03 05:52:50 +0300

Edit: Just made a patch for this.


It's not a bug. The bluetooth status indicator is supposed to be invisible in lock screen – I don't know why.

/usr/share/lipstick-jolla-home-qt5/statusarea/StatusArea.qml lines 109-112:

        BluetoothStatusIndicator {
            anchors.verticalCenter: parent.verticalCenter
            visible: !lockscreenMode
        }

Commenting the 111th line with // at the beginning will make the bluetooth icon visible in lock screen.

This is not only about bluetooth, but also location status indicator.

edit flag offensive delete publish link more

Comments

Thanks....

Schturman ( 2015-11-08 20:22:32 +0300 )edit

So maybe this should then be turned into a feature request, because at least I would like to see the status of the BT from the lock screen?

Edit: Turned the question in to a feature request.

raketti ( 2015-11-09 07:08:28 +0300 )edit

What happens if line 111 is changed to visible: lockscreenMode instead of commenting it // ? Will the BT icon also appear then?

nick75 ( 2015-11-09 10:32:48 +0300 )edit

@nick75, it will show up only on lock screen.

AliN ( 2015-11-09 14:17:08 +0300 )edit

@AliNa, thanks! And that would certainly not be a wanted option.

nick75 ( 2015-11-09 15:30:09 +0300 )edit
Login/Signup to Answer

Question tools

Follow
5 followers

Stats

Asked: 2015-09-16 20:22:49 +0300

Seen: 564 times

Last updated: Dec 03 '15