![]() |
2011-01-18
, 23:54
|
Posts: 291 |
Thanked: 398 times |
Joined on Jan 2011
@ USA
|
#1
|
![]() |
2011-01-19
, 00:26
|
Posts: 291 |
Thanked: 398 times |
Joined on Jan 2011
@ USA
|
#2
|
![]() |
2011-01-19
, 01:04
|
Posts: 343 |
Thanked: 165 times |
Joined on Sep 2010
|
#3
|
![]() |
2011-01-19
, 01:31
|
Posts: 291 |
Thanked: 398 times |
Joined on Jan 2011
@ USA
|
#4
|
[Desktop Entry] Version=1.0.0 Encoding=UTF-8 Name=Voicemail Exec=dbus-send --system --type=method_call --dest=com.nokia.csd.Call /com/nokia/csd/call com.nokia.csd.Call.CreateWith string:"$NUMBER" uint32:0 Icon=general_voicemail Type=Application X-Osso-Type=application/x-executable
The Following 10 Users Say Thank You to khuong For This Useful Post: | ||
![]() |
2011-01-19
, 01:33
|
Posts: 291 |
Thanked: 398 times |
Joined on Jan 2011
@ USA
|
#5
|
![]() |
2011-01-19
, 16:24
|
Posts: 1,341 |
Thanked: 708 times |
Joined on Feb 2010
|
#6
|
The Following 2 Users Say Thank You to zimon For This Useful Post: | ||
![]() |
2011-01-19
, 16:31
|
Posts: 247 |
Thanked: 91 times |
Joined on Jan 2008
@ London/M4 Corridor
|
#7
|
The Following 2 Users Say Thank You to Alan_Peery For This Useful Post: | ||
![]() |
2011-01-19
, 16:32
|
|
Posts: 3,790 |
Thanked: 5,718 times |
Joined on Mar 2006
@ Vienna, Austria
|
#8
|
khuong's solution is so good, it would deserve a package in repositories.
![]() |
2011-01-19
, 16:42
|
Posts: 291 |
Thanked: 398 times |
Joined on Jan 2011
@ USA
|
#9
|
khuong's solution is so good, it would deserve a package in repositories.
1) Would just need a simple GUI which would in the installation stage ask for the voice mail phone number.
2) OR, look first from the contacts for a item "myvoicemail" and get the phone number from there. When installing the package, would remind user to add this kind of contact.
For being in extras devel repos, it wouldn't need that GUI at all but users should just magically know they have to edit manually the voicemail phone number to the .desktop file.
![]() |
2011-01-19
, 17:08
|
Posts: 291 |
Thanked: 398 times |
Joined on Jan 2011
@ USA
|
#10
|
<powerkeymenu path="/"> <menuitem priority="900" name="Voicemail" visible="no"> <keyfile>/var/run/mce/call</keyfile> <icon>general_voicemail</icon> <callback service="com.nokia.csd.Call" path="/com/nokia/csd/call" interface="com.nokia.csd.Call" method="CreateWith" bus="system"> <argument type="string">18056377243</argument> <argument type="uint32">0</argument> </callback> </menuitem> </powerkeymenu>