cutehunk04
|
2011-02-03
, 10:59
|
|
Posts: 472 |
Thanked: 195 times |
Joined on Jun 2010
@ India, Mumbai
|
#11
|
|
2011-02-03
, 12:47
|
|
Posts: 47 |
Thanked: 14 times |
Joined on Jul 2010
|
#12
|
|
2011-02-03
, 22:16
|
|
Posts: 1,637 |
Thanked: 4,424 times |
Joined on Apr 2009
@ Germany
|
#13
|
[Desktop Entry] Encoding=UTF-8 Version=0.1 Type=Application Name=SMS to my Friend XY Exec=python -c 'import dbus; print dbus.Bus().call_blocking("org.freedesktop.Telepathy.AccountManager","/org/freedesktop/Telepathy/Account/ring/tel/ring", "com.nokia.Account.Interface.ChannelRequests","EnsureChannel","a{sv}ts", ({"org.freedesktop.Telepathy.Channel.TargetHandleType":dbus.UInt32(1),"org.freedesktop.Telepathy.Channel.TargetID":"000000000","org.freedesktop.Telepathy.Channel.ChannelType":"org.freedesktop.Telepathy.Channel.Type.Text"},0,""))' Icon=general_sms
|
2011-02-03
, 23:47
|
Posts: 100 |
Thanked: 24 times |
Joined on May 2010
|
#14
|
A simple shortcut file is enough:
Replace the "Name=SMS to my Friend XY" to whatever you want andCode:[Desktop Entry] Encoding=UTF-8 Version=0.1 Type=Application Name=SMS to my Friend XY Exec=python -c 'import dbus; print dbus.Bus().call_blocking("org.freedesktop.Telepathy.AccountManager","/org/freedesktop/Telepathy/Account/ring/tel/ring", "com.nokia.Account.Interface.ChannelRequests","EnsureChannel","a{sv}ts", ({"org.freedesktop.Telepathy.Channel.TargetHandleType":dbus.UInt32(1),"org.freedesktop.Telepathy.Channel.TargetID":"000000000","org.freedesktop.Telepathy.Channel.ChannelType":"org.freedesktop.Telepathy.Channel.Type.Text"},0,""))' Icon=general_sms
replace the 000000000 with the phone number of your contact.
And then put this file in (name it sms_whatever.desktop)
/usr/share/applications/hildon/
regards
nicolai
The Following 2 Users Say Thank You to myeyegooogles For This Useful Post: | ||
|
2011-02-03
, 23:57
|
|
Posts: 80 |
Thanked: 37 times |
Joined on Feb 2010
@ Long Island, New York
|
#15
|
The Following User Says Thank You to Swimm12984 For This Useful Post: | ||
|
2011-02-04
, 00:19
|
|
Posts: 1,637 |
Thanked: 4,424 times |
Joined on Apr 2009
@ Germany
|
#16
|
[Desktop Entry] Encoding=UTF-8 Version=0.1 Type=Application Name=EMAIL to X Exec=python -c 'import dbus; print dbus.Bus().call_blocking("com.nokia.modest","/com/nokia/modest", "com.nokia.modest","ComposeMail","ssssss", ("receiverATmail.com","","","SUBJECT","BODY",""))' Icon=general_email
The Following 5 Users Say Thank You to nicolai For This Useful Post: | ||
|
2011-02-04
, 11:32
|
|
Posts: 472 |
Thanked: 195 times |
Joined on Jun 2010
@ India, Mumbai
|
#17
|
|
2011-02-04
, 11:52
|
|
Posts: 1,637 |
Thanked: 4,424 times |
Joined on Apr 2009
@ Germany
|
#18
|
|
2011-02-04
, 12:09
|
|
Posts: 472 |
Thanked: 195 times |
Joined on Jun 2010
@ India, Mumbai
|
#20
|