![]() |
2011-02-02
, 18:51
|
|
Posts: 472 |
Thanked: 195 times |
Joined on Jun 2010
@ India, Mumbai
|
#2
|
![]() |
2011-02-02
, 23:46
|
|
Posts: 505 |
Thanked: 665 times |
Joined on Oct 2009
|
#3
|
The Following 2 Users Say Thank You to TomJ For This Useful Post: | ||
![]() |
2011-02-03
, 00:17
|
|
Posts: 1,637 |
Thanked: 4,424 times |
Joined on Apr 2009
@ Germany
|
#4
|
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,""))'
![]() |
2011-02-03
, 09:47
|
|
Posts: 47 |
Thanked: 14 times |
Joined on Jul 2010
|
#5
|
To open the conversation app for this contact you can use the
D-Bus interface com.nokia.Account.Interface.ChannelRequests.Ensure Channel
![]() |
2011-02-03
, 09:51
|
|
Posts: 20 |
Thanked: 14 times |
Joined on Jun 2010
@ Romania
|
#6
|
A small python script:
python -c 'import dbus; print dbus.Bus().call_blocking("org.freedesktop.Telepath y.AccountManager","/org/freedesktop/Telepathy/Account/ring/tel/ring", "com.nokia.Account.Interface.ChannelRequests","Ens ureChannel","a{sv}ts", ({"org.freedesktop.Telepathy.Channel.TargetHandleT ype":dbus.UInt32(1),"org.freedesktop.Telepathy.Cha nnel.TargetID":"000000000","org.freedesktop.Telepathy.Channel.ChannelType": "org.freedesktop.Telepathy.Channel.Type.Text"},0," "))'
Replace the "000000000" with the phone number of your contact.
![]() |
2011-02-03
, 09:56
|
|
Posts: 47 |
Thanked: 14 times |
Joined on Jul 2010
|
#7
|
python -c 'import dbus; print dbus.Bus().call_blocking("org.freedesktop.Telepath y.AccountManager","/org/freedesktop/Telepathy/Account/ring/tel/ring", "com.nokia.Account.Interface.ChannelRequests","Ens ureChannel","a{sv}ts", ({"org.freedesktop.Telepathy.Channel.TargetHandleT ype":dbus.UInt32(1),"org.freedesktop.Telepathy.Cha nnel.TargetID":"000000000","org.freedesktop.Telepathy.Channel.ChannelType": "org.freedesktop.Telepathy.Channel.Type.Text"},0," "))'
Replace the "000000000" with the phone number of your contact.
The Following User Says Thank You to oKtosiTe For This Useful Post: | ||
![]() |
2011-02-03
, 10:31
|
|
Posts: 472 |
Thanked: 195 times |
Joined on Jun 2010
@ India, Mumbai
|
#8
|
![]() |
2011-02-03
, 10:38
|
|
Posts: 1,637 |
Thanked: 4,424 times |
Joined on Apr 2009
@ Germany
|
#9
|
![]() |
2011-02-03
, 10:51
|
Posts: 529 |
Thanked: 194 times |
Joined on Aug 2010
@ UK
|
#10
|
The Following User Says Thank You to stevomanu For This Useful Post: | ||
There's one person I interact a lot with by SMS, and if possible I would like to create a shortcut to that "conversation" directly.
Can it be done?