maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   [Support thread] Billboard Standby Screen (https://talk.maemo.org/showthread.php?t=84507)

wolke 2015-03-15 21:17

Re: [Support thread] Billboard Standby Screen
 
ive posted a deb on my openrepos with these two features {tklock and dbus}, in case anyone wants to help catch bugs early, before official release.

{it would be nice if someone could see if this installs on non-open-mode devices with the line "aegis-installing billboard (DBus system 'io.thp.billboard' configuration)"}

https://openrepos.net/content/teleshoes/billboard

wolke 2015-03-17 03:21

Re: [Support thread] Billboard Standby Screen
 
EDIT: 2.0.1b uses the DBUS session bus like it should, fixing the below problem. the problem is also fixed in the pending PR so an official release will have it.

whoops, it seems that the dbus feature depends on this:
Code:

root@wolke-n9:~$ cat /etc/dbus-1/system-local.conf
<busconfig>
  <policy context="default">
    <!-- Allow everything to be sent -->
    <allow send_destination="*" eavesdrop="true"/>
    <!-- Allow everything to be received -->
    <allow eavesdrop="true"/>
    <!-- Allow anyone to own anything -->
    <allow own="*"/>
    <!-- XXX: Allow all users to connect -->
    <allow user="*"/>
  </policy>
</busconfig>


lfc22 2015-03-18 21:06

Re: [Support thread] Billboard Standby Screen
 
Quote:

Originally Posted by wolke (Post 1464179)

{it would be nice if someone could see if this installs on non-open-mode devices with the line "aegis-installing billboard (DBus system 'io.thp.billboard' configuration)"}

https://openrepos.net/content/teleshoes/billboard

Confirmed using 2.0.1b :)

thp 2015-03-21 06:28

Re: [Support thread] Billboard Standby Screen
 
Quote:

Originally Posted by lfc22 (Post 1464381)
Confirmed using 2.0.1b :)

Oh, about version naming - can we name non-upstream releases something like (upstream version) "+" (branch / version)?

E.g. in this case, something like "2.0.0+wolke0" (then next build can be "2.0.0+wolke1", ..). Or alternatively, branch-specific naming ("2.0.0+tklock0", "2.0.0+tklock1", ...).

Otherwise, users who have installed "2.0.1b" will have a problem upgrading to the upstream "2.0.1" version when it comes out. Also, it makes troubleshooting easier when users come to upstream to complain about "2.0.1b" that upstream didn't actually release.

If you really go with "2.0.1" (which I strongly recommend against), use "~" + some identifier, so that the real "2.0.1" will always be "newer" than those branched builds (e.g. "2.0.1~wolke0" or "2.0.1~tklock0").

See also: Debian Policy Manual

" One common use of ~ is for upstream pre-releases. For example, 1.0~beta1~svn1245 sorts earlier than 1.0~beta1, which sorts earlier than 1.0. " (https://www.debian.org/doc/debian-po...notes.html#f37)

To make it even easier for users to try out branches, use (current upstream release) + tilde, this way they can always revert the experimental changes by "upgrading" to the current upstream release (e.g. "2.0.0~wolke0" upgrades to "2.0.0").

wolke 2015-03-21 07:13

Re: [Support thread] Billboard Standby Screen
 
yea, that was careless on my part, sorry. the new version is 2.0.0+teleshoes0

to anyone who installed 2.0.1a or 2.0.1b from my openrepos, please update the package list, remove the package, and reinstall.

Code:

devel-su
apt-get update && apt-get purge billboard && apt-get install billboard

EDIT: whoops, i typoed the new package name. fixed

jw243 2015-03-25 19:49

Re: [Support thread] Billboard Standby Screen
 
Is there a way that the output of the {profile} tag comes up in German, i.e. instead of "general", "meeting" and "silent" it should show "Klingelton", "Einzelton" and "Lautlos".

Any help would be greatly appreciated. Thanks.

thp 2015-03-26 07:00

Re: [Support thread] Billboard Standby Screen
 
Quote:

Originally Posted by jw243 (Post 1464958)
Is there a way that the output of the {profile} tag comes up in German, i.e. instead of "general", "meeting" and "silent" it should show "Klingelton", "Einzelton" and "Lautlos".

You'd probably have to pipe it through a command and let the command "translate" the string, something like this:

Code:

#!/bin/sh

case $1 in
    general)
        echo "Klingelton"
        ;;
    meeting)
        echo "Einzelton"
        ;;
    silent)
        echo "Lautlos"
        ;;
    *)
        echo "???"
        ;;
esac

Assuming you save that as e.g. /home/user/MyDocs/ringer-status.sh you can then use the following code in Billboard:

Code:

{script:sh /home/user/MyDocs/ringer-status.sh {profile}}
(untested, but that should work)

fhutt 2015-05-04 11:21

Re: [Support thread] Billboard Standby Screen
 
I've been using Billboard on my Nokia N9 for a long time. It is great to be able to see all that info on the stand by screen.
I have just bought a second hand Nokia Lumia 1020 because of its camera. It also has an AMOLED screen with a clock shown on the standby screen similar to the N9.
Is there any plan to port Billboard to the Windows Mobile platform so that it could be used on the newer phones like the 1020?
Thanks

chilango 2015-05-04 15:32

Re: [Support thread] Billboard Standby Screen
 
Much better if we can Harmattan install on Lumia

fhutt 2015-05-04 23:14

Re: [Support thread] Billboard Standby Screen
 
I am not sure I understand the term "Harmattan install on Lumia ".
I am assuming that it means to be able to install the current program on the Lumia.
However, I don't know how this could be since the Harmattan is a Linux based system and Lumia is a Windows system.


All times are GMT. The time now is 02:38.

vBulletin® Version 3.8.8