maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   [SFOS] [Announcement] Native call recorder available now (https://talk.maemo.org/showthread.php?t=94089)

tvicol 2014-10-31 13:43

Re: [Announcement] Native call recorder available now
 
Quote:

Originally Posted by coderus (Post 1445268)
@tvicol service started and enabled automatically during installation for me.


For me as well, but after next reboot the service is no longer started and can not be enabled from cli.

jpel 2014-10-31 13:44

Re: [Announcement] Native call recorder available now
 
Quote:

Originally Posted by coderus (Post 1445268)
@tvicol service started and enabled automatically during installation for me.

Yes, it was enabled and started automatically after installation for me too, but after reboot it didn't start automatically and i got exactly same symptoms as @tvicol when enabling and starting it manually....

dpurgin 2014-10-31 16:54

Re: [Announcement] Native call recorder available now
 
Quote:

Originally Posted by tvicol (Post 1445273)
For me as well, but after next reboot the service is no longer started and can not be enabled from cli.

Can you please do basically the same what systemctl enable does and check if it works

Code:

$ ln -s '/usr/lib/systemd/user/harbour-callrecorderd.service' '/home/nemo/.config/systemd/user/user-session.target.wants/harbour-callrecorderd.service'

Kabouik 2014-11-02 17:37

Re: [Announcement] Native call recorder available now
 
Awesome. It was one of the features I missed the most on Sailfish. Too bad it arrives like one month after I had some very important calls to record. :)

coderus 2014-11-02 17:41

Re: [Announcement] Native call recorder available now
 
@Kabouik tool was available for a while, but only Uitukka enabled possibility of call recording
@jpel @tvicol it working after reboot also with no any problems

Ancelad 2014-11-02 18:00

Re: [Announcement] Native call recorder available now
 
It works pretty nice on my Jolla, even after reboot.

juiceme 2014-11-02 19:51

Re: [Announcement] Native call recorder available now
 
@dpurgin, have you tried building call recorder withSailfishOS-SDK -Beta-1410?
I have problems building it, so am just wondering if you used an older SDK (like Alpha-1407 for example)


Update:
Yes, I tested building callrecorder on a different machine having older SDK (Alpha-1310 which is really really ancient, over a year old) and it builds OK there.
Apparently there are issues using the recommended SDK version for Uitukka, even as the requirement for the running environment for callrecorder is Uitukka :eek:

dpurgin 2014-11-03 02:47

Re: [Announcement] Native call recorder available now
 
If the service doesn't start automatically

Try

Code:

$ mkdir -p /home/nemo/.config/systemd/user/user-session.target.wants
$ ln -s '/usr/lib/systemd/user/harbour-callrecorderd.service' '/home/nemo/.config/systemd/user/user-session.target.wants/harbour-callrecorderd.service'
$ systemctl --user daemon-reload

This is the same as 'systemctl --user enable' does. If it worked, the following command outputs 'loaded (...; enabled)' on the second line and the service will start automatically upon reboot:

Code:

$ systemctl --user status harbour-callrecorderd
Please report if it worked for you.

juiceme, the app was built and tested against SDK 1407. Didn't try 1410 yet since Jolla told it should be primarily used to fix applications not working with update9. harbour-callrecorder requires a new pulseaudio module from update9 to be loaded, that's all, the build dependencies are pretty standard. You can successfully compile and run the recorder on an older version of SailfishOS, you will just hear yourself on the recording, that's all :)

juiceme 2014-11-03 20:39

Re: [Announcement] Native call recorder available now
 
Quote:

Originally Posted by dpurgin (Post 1445533)
juiceme, the app was built and tested against SDK 1407. Didn't try 1410 yet since Jolla told it should be primarily used to fix applications not working with update9. harbour-callrecorder requires a new pulseaudio module from update9 to be loaded, that's all, the build dependencies are pretty standard. You can successfully compile and run the recorder on an older version of SailfishOS, you will just hear yourself on the recording, that's all :)

Allright, thought so :)
I'll check the dependencies again, and if I figure out a nice project setting that works OK for both newer and older SDK's (well a missing dependency really) I can send you a pull request later...

tvicol 2014-11-05 07:52

Re: [Announcement] Native call recorder available now
 
Quote:

Originally Posted by dpurgin (Post 1445533)
If the service doesn't start automatically

Try

Code:

$ mkdir -p /home/nemo/.config/systemd/user/user-session.target.wants
$ ln -s '/usr/lib/systemd/user/harbour-callrecorderd.service' '/home/nemo/.config/systemd/user/user-session.target.wants/harbour-callrecorderd.service'
$ systemctl --user daemon-reload

This is the same as 'systemctl --user enable' does. If it worked, the following command outputs 'loaded (...; enabled)' on the second line and the service will start automatically upon reboot:

Code:

$ systemctl --user status harbour-callrecorderd
Please report if it worked for you.

juiceme, the app was built and tested against SDK 1407. Didn't try 1410 yet since Jolla told it should be primarily used to fix applications not working with update9. harbour-callrecorder requires a new pulseaudio module from update9 to be loaded, that's all, the build dependencies are pretty standard. You can successfully compile and run the recorder on an older version of SailfishOS, you will just hear yourself on the recording, that's all :)


After creating directory "user-session.target.wants" I was able to link service and now is starting automatically at every reboot.

Thank you for your grea support, dpurgin !


All times are GMT. The time now is 16:31.

vBulletin® Version 3.8.8