![]() |
Script for call log
1 Attachment(s)
Hi everyone!
Util we get official call log from Jolla and inspired by answer from kortsi at https://together.jolla.com/question/...lete-call-log/ I decided to create simple script which creates a html table and invokes browser to show it. Also, I packed everything into tar file, so you can use it as application to show full call log. Icon I used to show this "application" was from my Nokia 808. To use tar from attachment in this post, copy it to root directory (/) and un-tar as root: Code:
devel-su Code:
[nemo@localhost Downloads]$ tar -tvf call-log.0.1.tar Of course, as usual, use it at your own risk :) 18.02.2014. added new version 0.3. |
Re: Script for call log
That's clever. I had no idea it would be so easy to run a script from the app list, and fire up the browser. I will be using this. Thanks!
|
Re: Script for call log
Next step is to merge phone numbers with contacts database, but this seems a little harder because I have to join 2 databases.
I'm thinking to clone Events and Contacts tables into new sqlite DB, and then merge them with one query. |
Re: Script for call log
Just uploaded version 0.3, in which contact names, mobile type and phone number are shown.
Unfortunately, this version needs sudo command/package installed because Contacts database needs privileged user. I downloaded mine from OpenRepos at https://openrepos.net/content/nieldk/sudo After installation of "sudo", we need to add "nemo" to privileged user in /etc/sudoers with "visudo" command: Code:
nemo ALL=(ALL) NOPASSWD: ALL |
Re: Script for call log
I just registered just to thank you for this awesome script, love it
|
Re: Script for call log
Quote:
If you allow me to suggest a small improvement; instead of giving more rights to nemo (which is kind of a security leak), you could give only to the script the elevated rights. I didn't look too much into your script, but maybe you'll need to split all the sudo actions into a second script and call it from inside your main script that is executed as user. |
Re: Script for call log
3 Attachment(s)
Here are some instructions to achieve the above:
1. Create a sudoers file to give the priviledges to a script: Code:
visudo -f /etc/sudoers.d/callLogHelper Code:
ALL ALL = (root) NOPASSWD: /usr/share/call-log/callLogHelper.sh and add the two calls that need to be executed as root. 3. in the call-log.sh add the line: Code:
sudo /usr/share/call-log/callLogHelper.sh attached are the files for clarity, just remove the ".txt" at the end. Hope it helps. |
Re: Script for call log
Oops, looks like I missed to hit the refresh button. :embarassed: (had that open since the morning and wanted to write this answer but did not find time during carneval ;))
Quote:
Quote:
Never do (smells like sudser package on N900): Quote:
Code:
nemo ALL=(ALL) NOPASSWD: /usr/share/call-log/callLog.sh |
Re: Script for call log
Thanks to all for comments and suggestions! :)
As my Jolla is currently used by my wife (unfortunately I have to use device with dual SIM without Sailfish :( ), it will take some time to take your suggestions into scripts/tar. Feel free to update your scripts in your Jollas, or even better when you update and test it send it to me and I'll update initial post. |
Re: Script for call log
why you want ot execute something with no password? The only you need is
Code:
nemo ALL=(ALL) ALL |
All times are GMT. The time now is 22:47. |
vBulletin® Version 3.8.8