Kontact/SMS: Difference between revisions
(Markup edit) |
(Marked this version for translation) |
||
(9 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
<languages /> | <languages /> | ||
<translate> | <translate> | ||
{{Warning|This tutorial was written for KDE 3. It is not tested against KDE SC 4.x}} | <!--T:1--> | ||
{{Warning|This tutorial was written for KDE 3. It is not tested against KDE SC 4.x | |||
<br />If you have experience SMS'ing with KDE 4 please tell us about it}} | |||
<!--T:20--> | |||
{{KDE3}} | {{KDE3}} | ||
== How to send SMS using Kontact == | |||
== How to send SMS using Kontact == <!--T:2--> | |||
Create an account at [http://www.smsjoker.de/ smsjoker] (or something similar). Prices are ok and writing SMS at your PC just rocks. | Create an account at [http://www.smsjoker.de/ smsjoker] (or something similar). Prices are ok and writing SMS at your PC just rocks. | ||
Load script “smsjoker-script” from [http://www.kde-apps.org/content/show.php/show.php?content=31672 kde-apps.org]. Open [[Konsole| Konsole]] and with root permissions. | <!--T:3--> | ||
Load script “smsjoker-script” from [http://www.kde-apps.org/content/show.php/show.php?content=31672 kde-apps.org]. Open [[Special:MyLanguage/Konsole|Konsole]] and with root permissions. | |||
Copy script to <tt>/usr/local/bin</tt> and make it executable: | Copy script to <tt>/usr/local/bin</tt> and make it executable: | ||
{{Input|1 | <!--T:4--> | ||
{{Input|1= | |||
# cp smsjoker-script /usr/local/bin/ | # cp smsjoker-script /usr/local/bin/ | ||
# chmod a+x /usr/local/bin/smsjoker-script | # chmod a+x /usr/local/bin/smsjoker-script | ||
}} | }} | ||
<!--T:5--> | |||
Call up program as the regular user once. | Call up program as the regular user once. | ||
<!--T:6--> | |||
{{Input|1= | {{Input|1= | ||
$ smsjoker-script | $ smsjoker-script | ||
}} | }} | ||
Now you will find a hidden file called “<tt>.smsjoker-script</tt>” in your home directory. Open this file with e.g. | <!--T:7--> | ||
Now you will find a hidden file called “<tt>.smsjoker-script</tt>” in your home directory. Open this file with e.g. [[Special:MyLanguage/Kate|Kate]] and change the parameters <menuchoice>OWN_NUMBER</menuchoice> and <menuchoice>PASSWORD</menuchoice>. Use values you have used when creating your account. | |||
Last step has to be done in | <!--T:8--> | ||
Last step has to be done in [[Special:MyLanguage/Kontact|Kontact]]. Open '''addressbook''' and select <menuchoice>Settings -> Configure addressbook …</menuchoice>. | |||
<!--T:9--> | |||
Look for <menuchoice>SMS Text</menuchoice> and enter the following string: | Look for <menuchoice>SMS Text</menuchoice> and enter the following string: | ||
<!--T:10--> | |||
{{Input|1= | {{Input|1= | ||
smsjoker-script "%N" "%F" | smsjoker-script "%N" "%F" | ||
}} | }} | ||
<!--T:11--> | |||
Screenshot: | Screenshot: | ||
{|class="tablecenter vertical-centered" | {|class="tablecenter vertical-centered" | ||
Line 37: | Line 50: | ||
==How to use this?== | ==How to use this?== <!--T:12--> | ||
<!--T:13--> | |||
Select a contact in your <menuchoice>addressbook</menuchoice> which includes mobile phone number and click on <menuchoice>SMS</menuchoice>. | Select a contact in your <menuchoice>addressbook</menuchoice> which includes mobile phone number and click on <menuchoice>SMS</menuchoice>. | ||
<!--T:14--> | |||
Screenshot: | Screenshot: | ||
{|class="tablecenter vertical-centered" | {|class="tablecenter vertical-centered" | ||
Line 47: | Line 62: | ||
<!--T:15--> | |||
A small window appears. Please enter your message. | A small window appears. Please enter your message. | ||
<!--T:16--> | |||
Screenshot: | Screenshot: | ||
{|class="tablecenter vertical-centered" | {|class="tablecenter vertical-centered" | ||
Line 55: | Line 72: | ||
<!--T:17--> | |||
After clicking on <menuchoice>Send</menuchoice> your SMS is sent. | After clicking on <menuchoice>Send</menuchoice> your SMS is sent. | ||
<!--T:18--> | |||
Another small passive window appears and informs you about the delivery status and account balance. | Another small passive window appears and informs you about the delivery status and account balance. | ||
<!--T:19--> | |||
[[Category:Tutorials]] | [[Category:Tutorials]] | ||
[[Category:Office]] | [[Category:Office]] | ||
[[Category:KDE3]] | [[Category:KDE3]] <!-- Do not include the KDE3 category in translations! --> | ||
</translate> | </translate> |
Latest revision as of 11:50, 8 August 2012
How to send SMS using Kontact
Create an account at smsjoker (or something similar). Prices are ok and writing SMS at your PC just rocks.
Load script “smsjoker-script” from kde-apps.org. Open Konsole and with root permissions. Copy script to /usr/local/bin and make it executable:
# cp smsjoker-script /usr/local/bin/ # chmod a+x /usr/local/bin/smsjoker-script
Call up program as the regular user once.
$ smsjoker-script
Now you will find a hidden file called “.smsjoker-script” in your home directory. Open this file with e.g. Kate and change the parameters and . Use values you have used when creating your account.
Last step has to be done in Kontact. Open addressbook and select .
Look for
and enter the following string:smsjoker-script "%N" "%F"
Screenshot:
How to use this?
Select a contact in your
which includes mobile phone number and click on .Screenshot:
A small window appears. Please enter your message.
Screenshot:
After clicking on your SMS is sent.
Another small passive window appears and informs you about the delivery status and account balance.