Search Discussions:
Advanced Search...
Welcome to Nokia Support Discussions! Here you can share advice and tips with thousands of other Nokia users around the world in English. Many Nokia employees also follow and participate in the discussions, see our guidelines for more information. Everyone can search and read the discussions, but to post your own question or reply to others, simply login with your Nokia account. If this is your first time here, you can choose an alias to represent you. And if you don't have a Nokia account yet, please register.
Reply

E6-00 camera shortcut button

Advisor
jdowd
Posts: 12

E6-00 camera shortcut button

Have I missed something or is there no way to start the camera other than touch screen icons on app menus or start screens (which both are very hard to hit reliably without actually looking at the phone)?

 

Pretty much any application can be configured to the shortcut buttons -- except the camera (I tried on fw versions 021.014 and 022.014). As a quick fix I'd think someone could create an app that launches the camera (because apparently apps other than the camera find their way to the shortcut list), but that sounds quite silly.

 

Please use plain text.
Advisor
jdowd
Posts: 12

Re: E6-00 camera shortcut button

Oh well, no replies so I installed Nokia's QT SDK and wrote a launcher app and set it run with a long press of the calendar button.

Basically just File -> New -> QT Widget Project -> Mobile Qt Application etc,
then edited the template main.cpp to add

#include <QProcess>

and replaced contents of main() with

QProcess process;
process.start("CameraApp.exe");
return 0;

And it seems to work fine... I'd still obviously prefer this fixed in firmware, though.

Please use plain text.
Employee
4Cu2
Posts: 59

Re: E6-00 camera shortcut button

Good point. It's most likely missing from the list since most phone models have a dedicated camera key available. I escalated your proposal to R&D, let's see if camera launch support for shorcut keys is added to some upcoming E6-00 SW update.

I'm working at Nokia, but all my posts represent my own views and these should not be mixed up with Official NOKIA statements.
Please use plain text.
Counsellor
JWHK
Posts: 48

Re: E6-00 camera shortcut button

Any update for that? Obviously the E6 Belle doesnt have this option!

Please use plain text.