Hi,
since I was away a long time from Symbian programming, I'd like to start now again with the 3rd Edition.
I've downloaded and installed the Carbide C++ including the 3rd Edition SDK. Now I'm...
Type: Posts; User: ArneH; Keyword(s):
Hi,
since I was away a long time from Symbian programming, I'd like to start now again with the 3rd Edition.
I've downloaded and installed the Carbide C++ including the 3rd Edition SDK. Now I'm...
Yes, thanks. I thought that. I've also got the information today, that I have to get an upgrade from Codewarrior 2.8 to 3.0 if I want to use that. 2.8 is also not supported.
What about your java version? For the old Symbian SDKs you have to use a specific one.
Hi,
is there any way to get the S60 3rd Edition beta SDK working under the Borland BuilderX 1.5 IDE?
The installation guidelines of the SDK are saying, that the SDK supports Borland, but the...
I think the signal strength is in -dbm. You have to convert it, to get RSSI_Lev or Rx_Lev, but I'm not sure.
If you want to switch between the views manually, you can create a tab in the akn file. Add your views to the tab in the order you want and it'll work switching with joystick left and right.
Hi, first thanks for your answer.
I would like to use the code on S60, S80 and UIQ, so I try to handle much Symbian code as possible and try to avoid the Akn classes.
Is there any possibility to...
Hi,
did anyone managed to screen an information message on Nokia 6630?
I've tried all different types, but it doesn't get displayed on 6630. On the Emulator it works fine.
Any suggestions?
...
Right,
should help that you include efsrv.lib in your application for the RFs Error.
BR
Arne
Hi,
is there a way to trace, monitor or make video calls on Nokia 6630? Is it a special API?
Thanks for your help
Arne
You should try
in MyAppUi.h
CGetCallerID * myId;
and in MyAppUi.cpp
CMyAppUi::ConstructL()
{
I'm not sure, but I think this is the right one:
http://www.forum.nokia.com/main/1,6566,21,00.html
BR
Arne
Hi,
you can simulate user action to keep the screen illuminated.
There is an open source program called torch which explains how to do that
Arne
Hi,
I'm using the system agent with KUidGprsStatus to monitor the GPRS connection in 2G. I tested my code on a 6630 and it seems that it doesn't work in 3G.
Can anybody tell me, or even better...
HI,
thanks for the suggestion.
I haven't tried it yet, but I'm not sure if it's the right thing to do. I want to get the plain text name of the theme like it is written in the THEME Menu in the...
HI,
make sure you have set the path in borland to the right emulator and you start the epoc.exe
Thanks for your answer Amit,
screensaver will not do the job, because you can choose a screensaver on device independent from the running theme.
BR
Arne
Hi,
please search the forum for GDSMS example. It should provide you all information needed to implement the observer.
Arne
Hi,
is there a possibility to get the name of the active theme on device?
I would like to use the skins graphics in my app mainly, but if a specified theme is installed, I would like to use my...
Yes, I was able to do it on Nokia 6600.
Sadly I've deleted the code I think, because it'll give you only values between 0 and 7.
I'll search my sources...
Arne
Found something that could be a...
Hi Yucca,
thanks for your answer.
I'm going to try it out.
br
Arne
Hi,
you have to replace this line:
cmdLine->SetCommandL( EApaCommandOpen ); // for starting app in foreground
in your recognizer with this:
cmdLine->SetCommandL(EApaCommandBackground); ...
Take a look at the GDSMS example for getting the SMS text.
You can search the forum for GDSMS, too. You'll find lot of information.
Arne
Hi,
all you have to do now, is to transfer the *.mdl file to the C:\system\recogs folder on the device or the apropriate folder on the emulators drive.
Arne
Hi,
these headers are included:
#include <smsclnt.h>
#include <smuthdr.h>
#include <smutset.h>
I don't know exactly what you need, because the code is prebuild by the Borland IDE.
You can...