![]() |
Re: [Announcement] Native call recorder available now
Yeah, that might be, I'm developing on Windows now... Thanks!
|
Re: [Announcement] Native call recorder available now
Quote:
I've updated the BuildRequires section of RPM and rebuilt them with v. 0.7.1-3 btw |
Re: [Announcement] Native call recorder available now
well, i'm on windows too, and if i'm sorry if problem was in my git app :(
|
Re: [Announcement] Native call recorder available now
Can not launch app from UI.
[nemo@Sailfish ~]$ harbour-callrecorder-launcher.sh -bash: /usr/bin/harbour-callrecorder-launcher.sh: /bin/bash^M: bad interpreter: No such file or directory [nemo@Sailfish ~]$ |
Re: [Announcement] Native call recorder available now
App will start if I run :
[nemo@Sailfish ~]$ harbour-callrecorder [D] QQmlDebuggingEnabler::QQmlDebuggingEnabler:1455 - QML debugging is enabled. Only use this in a safe environment. harbour-callrecorder: Sun Sep 25 11:12:02 2016: [0x40149520]: settings.cpp:124: Settings::Settings(QObject*): harbour-callrecorder: Sun Sep 25 11:12:02 2016: [0x40149520]: libcallrecorder.cpp:78: QTranslator* LibCallRecorder::createTranslator(const QString&, const QString&): generated file name: "ui-system.qm" .... |
Re: [Announcement] Native call recorder available now
so it was not my fault then :D
|
Re: [Announcement] Native call recorder available now
French language done.
Translations guidelines with screenshots are very convenient, this helps to understand the context. :) This should be inspiring for other developers. |
Re: [Announcement] Native call recorder available now
When I translate a string, if the word count shoots beyond the specified "size", will that be fine?
Example: String: Number is whitelisted Size: 3 words If there are four words in translation, will that be fine? |
Re: [Announcement] Native call recorder available now
@coderus @tvicol
That's absolutely weird, this file on my computer is with Unix line endings, and turns to CRLF after packaging... I'll take a closer look, thanks @lal Word count is not a problem at all. Most of the time the strings are faded/carried over if they are too long. The strings that are too long can be a problem in menus though, but we'll have to test that in app to be sure |
Re: [Announcement] Native call recorder available now
Re-edited the file and now is working.
[root@Sailfish nemo]# cat>/usr/bin/harbour-callrecorder-launcher.sh #!/bin/bash CONFIG=/home/nemo/.config/harbour-callrecorder/callrecorder.ini if [ -f $CONFIG ]; then LOCALE=$(awk -F '=' '/locale=/{print($2)}' "$CONFIG") fi if [ -z "$LOCALE" ] || [ "$LOCALE" = "system" ]; then harbour-callrecorder "$@" else LANG=$LOCALE harbour-callrecorder "$@" fi [root@Sailfish nemo]# cat /usr/bin/harbour-callrecorder-launcher.sh #!/bin/bash CONFIG=/home/nemo/.config/harbour-callrecorder/callrecorder.ini if [ -f $CONFIG ]; then LOCALE=$(awk -F '=' '/locale=/{print($2)}' "$CONFIG") fi if [ -z "$LOCALE" ] || [ "$LOCALE" = "system" ]; then harbour-callrecorder "$@" else LANG=$LOCALE harbour-callrecorder "$@" fi [root@Sailfish nemo]#exit exit [nemo@Sailfish ~]$ harbour-callrecorder-launcher.sh [D] QQmlDebuggingEnabler::QQmlDebuggingEnabler:1455 - QML debugging is enabled. Only use this in a safe environment. .................. |
Re: [Announcement] Native call recorder available now
harbour-callrecorder-0.7.1-3.armv7hl compiled for 2.0.4: https://coderus.openrepos.net/jolla/...-3.armv7hl.rpm
|
Re: [Announcement] Native call recorder available now
brillant!!!!
|
Re: [Announcement] Native call recorder available now
Is Call Recorder supposed to not work? I have updated SFOS to 2.0.4 and Call Recorder continues working without me doing anything else.
|
Re: [Announcement] Native call recorder available now
Quote:
|
Re: [Announcement] Native call recorder available now
I have 0.6.2.
|
Re: [Announcement] Native call recorder available now
Quote:
I have a problem with this version. The harbour-callrecorderd.service always crash when I press on "End Call" and of course it not show me message about save or not (Jolla C v2.0.4.13): Code:
[root@Jolla_C ~]# systemctl-user status harbour-callrecorderd |
Re: [Announcement] Native call recorder available now
address your issue please to dpurgin
|
Re: [Announcement] Native call recorder available now
Quote:
|
Re: [Announcement] Native call recorder available now
I discovered an interesting detail on my Fairphone2. When using call recorder, my own voice is recorded load and clear, but the remote partner has very low recording level. However, if I place the call on hold, then unhold the call, both our volume levels are great!
|
Re: [Announcement] Native call recorder available now
Quote:
|
Re: [Announcement] Native call recorder available now
Incoming calls are not recorded on 2.0.5.6
I use 0.7.1-3. Has anyone same issue ? |
Re: [Announcement] Native call recorder available now
No such problems here using 0.6.2. Where did you get a newer version from?
After most reboots, I need to go to Settings and enable the recording daemon again, even though an automatic start is enabled. A system update involved a reboot, perhaps you can check if the daemon is running. |
Re: [Announcement] Native call recorder available now
Personally I have more problem with 0.7.1-3 than 0.6.2...
|
Re: [Announcement] Native call recorder available now
|
Re: [Announcement] Native call recorder available now
I also use 0.6.2, but it still have one problem... When call finished, the dialog ask save or not and if you press not, it still save this call...
I save to folder on sd card... |
Re: [Announcement] Native call recorder available now
There is this error on my jolla:
Quote:
|
Re: [Announcement] Native call recorder available now
Quote:
|
Re: [Announcement] Native call recorder available now
Quote:
|
Re: [Announcement] Native call recorder available now
the option in settings/apps/phone that is available not working for you?
|
Re: [Announcement] Native call recorder available now
Quote:
|
Re: [Announcement] Native call recorder available now
Quote:
|
Re: [Announcement] Native call recorder available now
Guys, sorry for the late answer. For some reason I don't receive notifications from this thread after a while.
If there's a problem resolving dependencies, try pkcon refresh in terminal. It will update available packages, and gst-plugins-good is there again. I think I'll change RPM spec to gstreamer1.0-plugins-good for the next Sailfish version, as it should be Qt 5.6-based and the app needs to be repackaged anyway. |
Re: [Announcement] Native call recorder available now
Is there a repository that is necessary to have enabled? Because it still won't find gst-plugins-good no matter how much pkcon is refreshed.
|
Re: [Announcement] Native call recorder available now
Seems like most of gst-plugin-good installations are rest-overs from the installations of the Call recorder on older versions of Sailfish. Which version of SailfishOS do you use? Which one did you have when you first started using the device? Is it a fresh installation of the Call Recorder you attempting?
|
Re: [Announcement] Native call recorder available now
Gst-plugin-good
https://dl.dropboxusercontent.com/u/...12.armv7hl.rpm |
Re: [Announcement] Native call recorder available now
Quote:
Yes, before fresh reinstall I had it updated to 2.0.5.6 from somewhere around 1.9.x.x ("alpha", I think), and the gst-plugin-good was a left-over from those installations. |
Re: [Announcement] Native call recorder available now
@oenone
You could try the RPM posted by TMavica or install using rpm --nodeps. The gst-plugins-good is only used to ensure that FLAC media can be played back by gstreamer backend |
Re: [Announcement] Native call recorder available now
Meanwhile I've uploaded TMavica's RPM to https://dpurgin.github.io/ just in case
|
Re: [Announcement] Native call recorder available now
Quote:
Code:
[nemo@Sailfish Downloads]$ rpm -i gst-plugins-good-0.10.31+git5-1.5.12.armv7hl.rpm Code:
[nemo@Sailfish Downloads]$ devel-su rpm -i --nodeps harbour-callrecorder-0.7.1-4.armv7hl.rpm |
Re: [Announcement] Native call recorder available now
1 Attachment(s)
Hi.
For some reason, call recorder has stopped working in my Xperia X. Seems like the captured samples are played very sloooooowly. :) I have attached a small sample. Also, here's a list of all gst* packages I have installed. Code:
Installed gstreamer1.0-1.10.4-1.8.1.armv7hl Regards. |
All times are GMT. The time now is 08:10. |
vBulletin® Version 3.8.8