View Single Post
Posts: 291 | Thanked: 398 times | Joined on Jan 2011 @ USA
#4
Here's how to make application icon with 1 click to access voicemail:
* You need root access and have some kind of editor app.
First we need to create a new file name "voicemail.desktop" in /usr/share/applications/hildon folder, and copy the content below into it.

Code:
[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
And replacing the $NUMBER with your call center number (voicemail number)

then copy the icon below to your /usr/share/icons/hicolor/64x64/hildon folder name it "general_voicemail.png" and reboot the phone. You now have a voicemail app button in Applications menu which you can add a shortcut the your phone desktop.
Attached Images
 
 

The Following 10 Users Say Thank You to khuong For This Useful Post: