An update: I found that by setting the SDK OS and SDK versions to 7.0.0 and 2.1.0, I can build against this SDK in Carbide. When I try to install the application, though, I get a warning about...
Type: Posts; User: pollyp; Keyword(s):
An update: I found that by setting the SDK OS and SDK versions to 7.0.0 and 2.1.0, I can build against this SDK in Carbide. When I try to install the application, though, I get a warning about...
Hi,
For my project I need to use the Nokia 6600 camera plug-in. I've installed the CW version from the Nokia website, but though Carbide detects the SDK in the SDK Preferences window, it says that...
I grabbed the non-autofocus version source. It still gives me the hardware error in the emulator, but at least this version will run on my target. And, hey, that's a start. :^)
Thanks for...
Oh, and one other thing I should add: the application doesn't work on my actual target device either (a Nokia 6600), although the factory camera app does work. Again, I did copy the supplied...
Thanks for the suggestion, but I'm using Carbide C++ express, which doesn't support on-device debugging. :^(
The camera example README seems to imply that you can run this under the emulator. Am I...
Hi,
I am trying to run the Nokia S60_Platform_Camera_Example_with_AutoFocus_Support_v2_1_en example program in my emulator, but I get a KErrHardwareNotAvailable error. I read the readme and...
>when i lanch the carbide a message about the license i ve choosen express edition
>with free license here it is ""Cannot find license file. [....]
It is my understanding that this is a known...
Thanks for your reply, Tim. It got me pointed in the right direction.
This turned out to be a case of Carbide being confused about what SDKs I was using. I accidentally installed the non-CW SDK...
Hello,
I'm new to Carbide C++ development and have some newbie questions. I'm using Carbide 1.2 Express, and trying to compile against the 7.0s CW SDK.
Newbie question #1: When I create a new...
D'oh! It turns out that I should have installed the CodeWarrior version of the SDK, not the VisualStudio verison. Once I did that, I could build the hello world without errors.
Polly
Hi,
I am doing my first s60 development in quite a while, and am having problems with getting carbide.c++ to compile the helloworldbasic in the v2.0 sdk. My device target is the 6600.
I started...
Hi,
I've been reading the reference appendix on calling python scripts from within native applications. One thing I'd like to do is capture the script's output for processing within the native...
Thanks for your reply, Tero. It was very useful.
What's an example of a test program that uses blocking sockets for gprs sockets? Do I want to be looking at tes_async_webcl? Or is there a better...
Greetings --
I want to have simultaneous Bluetooth and GPRS sessions. My understanding is that the current s60 Python doesn't support that, but that I can use the PDIS sockets to accomplish the...
Hi,
My app is writing out a lot of data to the MMC card, but for a 10kB buffer I'm seeing the writes take up over a second. (This compares to about .2 seconds on the C: drive.)
Do you have any...
Thanks for the reply. Any idea when graphics support will be available? Is there a product roadmap we can look at?
Is it possible to launch a midp app from within the s60 python?
>(By the...
Hello,
I'd like to do render a simple scatterplot in my application. I've been through the appuifw module docs, and I see that it has no graphics support outside of the basic widgets listed (Test,...
Your first guess was very good indeed. :^)
I was creating the socket in the class's init method, then starting the new thread with a method that did the actual receive. Moving the socket creation...
Hi,
I'm writing an app that pulls streaming data off a rfcomm connection and writes it to stdout. I'm a Symbian n00b and have read the docs on threading and active object considerations. My app...
Greetings,
I'm writing some code to make an outgoing Bluetooth connection, but the device I'm connecting to requires a passkey for bonding. I've looked at the bt_console.py code, but haven't seen...