Solved...
I just forgot to add
#include <aknmessagequerydialog.h>
Sorry for disturb you!
Type: Posts; User: andreas84; Keyword(s):
Solved...
I just forgot to add
#include <aknmessagequerydialog.h>
Sorry for disturb you!
I need to create a Multiline note.
Saw, I have seen this post
http://discussion.forum.nokia.com/forum/showthread.php?s=&threadid=20534&highlight=%2AText+dialog%2A
I add these lines:
...
You don't need to re-install Symbian, you just need to make a deep reset..
Take a look at this:
http://www.newlc.com/article.php3?id_article=184
Hi!!
I have this problem.
I have read this:
http://www.newlc.com/article.php3?id_article=262
That you can install multiple SDK on your PC and manage them with environmentswitch.exe
For Cell ID and LAC:
Take a look at SysInfo code...
http://www.newlc.com/article.php3?id_article=278
For IMEI:
http://www.newlc.com/article.php3?id_article=155
Hi!!
This is my configuration
* Windows XP
* Visual Basic 6
* Nokia SDK 1.2
* Nokia SDK 2.0
* Nokia SDK 2.0 Camera Plug-In
Mh.. I'm just a newbie BUT...
The source of SysInfo works good for me, I don't know what's wrong with your .inf file...
If it doesn't work delete the inf and create a new one in the same folder...
Take a look at the source code of SysInfo.. It works on my 6600 too...
http://www.newlc.com/article.php3?id_article=278
Take a look at this:
http://www.newlc.com/article.php3?id_article=141
Hope it helps...
Well..
I'ill tell you about my experience.
I develop on Nokia device (7650 - 6600).
This is my configuration:
* Windows XP
* Visual C++ 6.0 (but Visual .Net works ok too..)
It is very easy to let an application (or more useful, a server) starting automatically after it has been installed on the phone. In your PKG file, add ",FR,RI" at the end of the line containing your...
Hi,
I need to save image on the Nokia 6600 with Snapshot.
PLEASE, don't tell me to use the "Camera App" example 'cause I implemented Snapshot in my application and I need to make it working both...
Hi!!
I have this problem.
Starting from Snapshot example ( C:\Symbian\6.1\Series60\Series60Ex\snapshot\ ) I created an application wich take photo from the camera and save it with this name...
Hi,
I need to install on the same PC the SDK 1.2 and SDK 2.0.
I need them at the same time..
Is it possible to make them co-exist ???
On the ReleaseNote they wrote:
Co-existence...
Hi,
I need to install on the same PC the SDK 1.2 and SDK 2.0.
I need them at the same time..
Is it possible to make them co-exist ???
On the ReleaseNote they wrote:
Co-existence...
I'm interesting in retriving neighbouring cell information too...
Did you solve something ?? Please, help, i'm going mad!!!!
Thanks Yucca but this doesn't work like I want..
With this app I get the Cell ID the LAC and the signal strenght of the main cell but I want have a list of the ID, LAC and Signal of all 7 cell...
Hello!!
I need to be able to read with an application the LAC (Local Area Coce), ID BTS and RX Lev of the 6 neighbourd channels..
I found many app that do this but.. I need something open...
How to Print BT address in Log Files ????
I've got an application that connect to a BT device in this way (like in the BtPointToPoint example):
TBTDevAddr BTAddr(iServiceSearcher->BTDevAddr());...
Now everything's working.. Thanks!!!!!!!!!!!!!!
Sorry, but there isn't other way to get UID...
Maybe you have done something wrong with the email..
Read this:
You have got to send an email to uid@symbiandevnet.com with the subject 'UID...
I've done in this way and it works...
Create this in the Container file
In the .h file:
public: // from CoeControl
TKeyResponse OfferKeyEventL(const TKeyEvent& aKeyEvent,TEventCode...
I want to connect to a Bluetooth Device wich I already know.
This is what I have done:
=/=/=/=/=/=/=/=/=/=/=/=/=/=/=/=/=/=/
_LIT8(KRemAddr, "00:0B:CE:00:31:E6");
TBTDevAddr...
I want to connect to a Bluetooth Device wich I already know.
This is what I have done:
=/=/=/=/=/=/=/=/=/=/=/=/=/=/=/=/=/=/
_LIT8(KRemAddr, "00:0B:CE:00:31:E6");
TBTDevAddr...
HI !!
I have a (simple ?) question.
I have a device with a COM cable. When I connect it to my PC I can read its data. Ok ??
Now I want to connect it to my Nokia 7650 Phone. Searching on the...