This is my first attempt at creating a native baby monitor app for Sailfish. Its interface is similar to an Android app of the same name. Please use this version for testing only. It will most likely not work if the device is not plugged in because of the power saving mode.
The source code can be found here: https://github.com/birefringence/harbour-babymonitor
Currently, the UI is very technical. I would appreciate any suggestions on improving usability.
Attachment | Size | Date |
---|---|---|
harbour-babymonitor-0.1-1.armv7hl.rpm | 15.92 KB | 29/09/2015 - 00:25 |
harbour-babymonitor-0.2-1.armv7hl.rpm | 20.3 KB | 07/09/2019 - 23:09 |
harbour-babymonitor-0.2-2.armv7hl.rpm | 22.06 KB | 09/09/2019 - 23:39 |
* Mo Sep 09 2019 Thomas Zell <t.zell@gmx.de> 0.2-2
- Translations for Chinese, French, and German
* Sa Sep 07 2019 Thomas Zell <t.zell@gmx.de> 0.2-1
- DBus command fixed for dialing
* Mo Sep 28 2015 Thomas Zell <t.zell@gmx.de> 0.1-1
- First release
Comments
felixw
Fri, 2020/07/31 - 21:29
Permalink
Recently the app seems to have stopped working when phone is in sleep mode.
felixw
Sun, 2019/09/08 - 14:14
Permalink
Dear birefringence, thanks a lot. It works likr a charme now. This was my only serious gap regarding apps in sailfish.
felixw
Sun, 2019/08/18 - 10:51
Permalink
Oh that would be great. I didn't expect an answer, to be honest.
birefringence
Thu, 2019/09/05 - 23:48
Permalink
Ok, I got the new format. I will now update the app.
birefringence
Sat, 2019/09/07 - 23:11
Permalink
Should work now. Note that on Xperia devices you will probably need to run something like
Otherwise the microphone volume will be too low.
glanternier
Sun, 2019/09/08 - 01:13
Permalink
That's a command to run in Terminal ?
birefringence
Sun, 2019/09/08 - 01:15
Permalink
Yes, see here: https://together.jolla.com/question/182455/sailfishx-recorded-audio-volu...
felixw
Sat, 2019/08/17 - 19:32
Permalink
Installation works fine. However instead of triggering the call, it says network error
birefringence
Sat, 2019/08/17 - 23:34
Permalink
Indeed ... probably the used dbus interface changed with some of OS updates. I will need to check that.
HoSnoopy
Mon, 2015/10/05 - 11:25
Permalink
You know that there is a also a Babymonitor existing for Nokia N9?
https://openrepos.net/content/rzr/babyphone
It works very similar.
birefringence
Mon, 2015/10/05 - 21:22
Permalink
No, I did not know this. Thanks for the pointer :-)
HoSnoopy
Thu, 2015/10/01 - 16:51
Permalink
It runs with Sailfish 2.0
birefringence
Thu, 2015/10/01 - 21:42
Permalink
Ok, I'm still investigating, why it does not work automatically.
In any case, you could try to run the following command in the terminal:
(edit: apparently you do not need devel-su as I have written previously)
HoSnoopy
Fri, 2015/10/02 - 11:04
Permalink
It says:
Schwerwiegender Fehler: qt5-qtmultimedia-plugin-audio-pulseaudio-5.2.1+git5-1.16.9.armv7hl benötigt qt5-qtmultimedia = 5.2.1+git5-1.16.9, was aber nicht angeboten werden kann
Means, that the package qt5-qtmultimedia-plugin-audio-pulseaudio-5.2.1+git5-1.16.9.armv7h needs also qt5-qtmultimedia = 5.2.1+git5-1.16.9, which is not available.
HoSnoopy
Fri, 2015/10/02 - 16:34
Permalink
Got it! There was a process or a PID-File which stopped the actualization of all packages. I found it out by using zypper. With zypper I could remove the PID-File (or process) and after an refresh I could install qt5-qtmultimedia-plugin-audio-pulseaudio and your app.
Thanks for your answers! :)
birefringence
Sun, 2015/10/04 - 22:11
Permalink
Ok, great :-) Thanks for your feedback!
birefringence
Fri, 2015/10/02 - 12:20
Permalink
Ok, and what happens if you try to install qt5-qtmultimedia first?
HoSnoopy
Fri, 2015/10/02 - 16:09
Permalink
Schwerwiegender Fehler: qt5-qtdeclarative-import-multimedia-5.5.0+git6-1.20.3.armv7hl benötigt qt5-qtmultimedia = 5.5.0+git6-1.20.3, was aber nicht angeboten werden kann
I tried pkcon install qt5-qtdeclarative-import-multimedia, result:
Schwerwiegender Fehler: qt5-qtdeclarative-import-multimedia-5.2.1+git5-1.16.9.armv7hl benötigt qt5-qtmultimedia = 5.2.1+git5-1.16.9, was aber nicht angeboten werden kann
HoSnoopy
Wed, 2015/09/30 - 17:14
Permalink
Great! I am waiting for this app! :)
I tried to install it but it says that it needs the qt5-qtmultimedia-pulseaudio package which I cant find... ? Do you know how to solve this problem? Thanks!
birefringence
Wed, 2015/09/30 - 21:35
Permalink
There is indeed a requirement for qt5-qtmultimedia-plugin-audio-pulseaudio but that is in the list of allowed requires https://github.com/sailfish-sdk/sdk-harbour-rpmvalidator/blob/harbour-qa/allowed_requires.conf since February 2015 and should be available by default. Can you tell me which version of SailfishOS you are running?