Active Topics

 


Reply
Thread Tools
skripis's Avatar
Posts: 45 | Thanked: 13 times | Joined on Jul 2010 @ Arendal, Norway
#1
Title says it all.

What I miss from my N97 is the ability to go straight to the keypad and enter the number directly, I use my phone for business and as a consequence I have dozens of telephone-numbers in my ROM-brain...typing them in is way faster than looking up the appropriate contacts.

Or is there already a way that I have not found? The telephone shortcut brings me into the telephone app and last calls log, but that's not where I want to go with the sole click of an icon, I want the keypad.
 
nicolai's Avatar
Posts: 1,637 | Thanked: 4,424 times | Joined on Apr 2009 @ Germany
#2
If you enter NUMBERS with your keyboard right from the desktop it will
open the phone ui with dialpad.

Or ask someone to make a desktop shortcut for this dbus-call:
dbus-send --type=method_call --dest=com.nokia.CallUI /com/nokia/CallUI com.nokia.CallUI.ShowDialpad string:""
which will open the phone ui with the dialpad.

Or look at this thread:
http://talk.maemo.org/showthread.php?t=63013

Nicolai
 

The Following User Says Thank You to nicolai For This Useful Post:
JohnLF's Avatar
Posts: 551 | Thanked: 507 times | Joined on Feb 2010 @ North West England
#3
Fastest way is to start typing the number. From the desktop type "0" (blue arrow and P) and the phone interface opens with 0 entered.

You can just type the rest of the number using the on screen keypad or the physical keyboard (no need for the blue arrow key anymore).

Found that one by accident one day...
__________________
My websites: -
http://www.lefebvre.org.uk
http://www.lefebvre.ltd.uk
 
skripis's Avatar
Posts: 45 | Thanked: 13 times | Joined on Jul 2010 @ Arendal, Norway
#4
Originally Posted by nicolai View Post
If you enter NUMBERS with your keyboard right from the desktop it will
open the phone ui with dialpad.

Or ask someone to make a desktop shortcut for this dbus-call:
dbus-send --type=method_call --dest=com.nokia.CallUI /com/nokia/CallUI com.nokia.CallUI.ShowDialpad string:""
which will open the phone ui with the dialpad.

Or look at this thread:
http://talk.maemo.org/showthread.php?t=63013

Nicolai
Making a desktop-shortcut - is something like this program the only way to add a shortcut/widget that will run a simple command? Seems pretty overkill if you ask me.
 
nicolai's Avatar
Posts: 1,637 | Thanked: 4,424 times | Joined on Apr 2009 @ Germany
#5
You can put a file in /usr/share/applications/hildon/
with this contents (name it dialpad.desktop, for example):
Code:
[Desktop Entry]
Encoding=UTF-8
Version=0.1
Type=Application
Name=Dialpad
Exec=dbus-send --type=method_call --dest=com.nokia.CallUI /com/nokia/CallUI com.nokia.CallUI.ShowDialpad string:""
Icon=call_dialpad
You will need root previlegies to put this file there.
Nicolai
 

The Following 4 Users Say Thank You to nicolai For This Useful Post:
skripis's Avatar
Posts: 45 | Thanked: 13 times | Joined on Jul 2010 @ Arendal, Norway
#6
Ah, brilliant, thanks!

Will test when I get home from work.
 
skripis's Avatar
Posts: 45 | Thanked: 13 times | Joined on Jul 2010 @ Arendal, Norway
#7
It works! (Of course it does. )

It takes .2 seconds to go from the desktop to the dialpad now.
 

The Following User Says Thank You to skripis For This Useful Post:
neboja's Avatar
Posts: 277 | Thanked: 93 times | Joined on Jan 2010 @ Belgrade
#8
and you can put a string to have icon too....
thx nicolai for that cmd again
 
Reply


 
Forum Jump


All times are GMT. The time now is 16:43.