You didn't specifiy which device or Series you are using nor exactly what you want to do with infrared. There is quite a bit of documentation found in both Series 60 and Series 80 SDK's. For the...
Type: Posts; User: sjb343; Keyword(s):
You didn't specifiy which device or Series you are using nor exactly what you want to do with infrared. There is quite a bit of documentation found in both Series 60 and Series 80 SDK's. For the...
Is it possilbe to query what bookmarks are currently on a Series 60 for WAP browsing? Thanks for anyone's help.
Try removing the " \" " before the http. I got this to work on the 3650 device. Didn't try it in the emulator.
TFileName AppToLaunch;
TBuf<100> iDoc;
AppToLaunch =...
Has anyone been able to launch a J2ME application using the DocumentHandler for Series 60 (3650)? I've read several posts this is the only way to currently launch a J2ME app from within my app. Is...
Has anyone been able to launch a J2ME application using the DocumentHandler? Is this an actual solution or just theoretical? When I use this class to try and launch the jar file, I get an error...
I have an application in which I want to upgrade using the "SISUPGRADE" package header. However, when I run this sis file on the device, it asks which drive I would like to install the file. If the...
FYI - There is a document called "Utilizing External Application Views v1.0" in the Symbian documentation on the Nokia web site that has some useful information on switching between applications as...
FYI - There is a document called "Utilizing External Application Views v1.0" in the Symbian documentation on the Nokia web site that has some useful information on switching between applications as...
This is how I implemented the code:
Inside class derived from CAknView:
TVwsViewId targetView(TUid::Uid(AppUid), TUid::Uid(ViewUid));
ActivateViewL(targetView);
AppUid and ViewUid are...
The path for all system files on the 3650 (I haven't looked on the 7650) are z:\system\apps\<application folder>\<application name.app>.
I know the "z:\" appears to be the same drive as the...
How does one find the UID or path to the standard applications on a 7650 or 3650 like calculator or video recorder, to name a few? Are there any documents that specify what these Uid's or path's...
I would like to launch the camera application for the Series 60 from within an application I have written. However, I do not know the path or the application name for the camera. Does anyone know...