I've just hit this issue too.
For future reference, here's what I think is happening. If you use drawRegion to flip the whole of an Image object into the screen, a small amount of system memory...
Type: Posts; User: LongSteve; Keyword(s):
I've just hit this issue too.
For future reference, here's what I think is happening. If you use drawRegion to flip the whole of an Image object into the screen, a small amount of system memory...
Hi,
I'm not sure why InitFromFileL doesn't link, maybe it was missing from the OBEX library or something. I've just looked back at my code and I see that I didn't use it, maybe for the same...
CEikEdwin isn't inherited from MCoeFepAwareTextEditor, so the Extension1 call won't work.
I've not seen any working code anywhere that will allow me to get the input state for an edwin control. ...
Hi all,
I am writing an app based on the BTObjectExchange example from the S60 SDK. So far things are going ok, but I've run into a problem.
I want the object transfer to be specific to my...
Hi Toni,
Thanks very much indeed for the quick response.
>It uses a CBufBase pointer to store received data wich has to
>be passed as parameter at construction time. This pointer could
>be...
Hi all,
I've been trying to figure out how to receive a file using OBEX over bluetooth on the Nokia S60 devices. There are lots of unanswered questions relating to this same sujbect all over...
Hi,
Does anyone know if there are any SDK's available yet that have support for JSR-184, the J2ME 3D API? Any device will do, it doesn't have to be a Nokia.
I see 6820 has been announced to...
Here is an example I've seen that might give you some ideas.
Although a host cannot have multiple incoming connections at the same time, it can connect outbound to several clients at the same...
I've seen this too, and would really like to know if anything can be done to properly synchronise the use of Bluetooth connections.
When you issue a close, the call 'returns' almost immediately,...
The emulator won't run .SIS files that are targeted at a real device. The binary code in the .APP files is different (armi/thumb rather than wins). One needs the source code for a file browser so...
Great, that's promising news if you can update DTL-X to support the new 2.0 SDK. Does the price of purchasing the current version include upgrades?
Also, as an update to my comment about not...
www.cyberabi.com has the details. You purchase it from www.handango.com for about $30 + tax (can't remember the exact price). There's another thread on this forum detailing it.
I've used it with...
I'm sure Seppo's comment :
"... Nokia/Socket 'F' cards are not compatible with the new Series 60 SDK v2.0 ..."
is true. Note that he states the new v2.0 SDK, which was what I was asking about...
Thanks for the reply Seppo, I appreciate it. I would like to point a couple of things out if I may though.
The Casira development kit is $3000 excluding VAT!
I imagine the majority of...
Thanks for the reply ossipetz, I have got it working now :-)
I have had lots of USB things (cables, IR ports, etc) over time on my PC and each one had reserved a set of COM ports. When I...
I have tried without success to get both a 3Com and TDK USB BT dongles to work with DTL-X (same products as people have got working here).
Are there any problems with Windows XP?
Cheers,
...
Hi,
The new available Series 60 SDK 2.0 has this tantalising line in the release notes file:
- H4 bluetooth stack is now supported for Bluetooth emulation hardware.
Can anyone shed any...
Hi,
Reading through the JSR-82 specification, it talks about connect-anytime Bluetooth services, and run-before-connect services.
run-before-connect services assume that a server application is...
Hi,
I would like to limit the devices which appear in the device selection dialog for a S60 bluetooth app. I naively assumed the following code would do the trick, but it doesn't. You may...
Hi all,
In the JSR-135 docs, there is this line in the MIDIControl page:
A custom bank is installed by an application, e.g. by loading an XMF meta file with an embedded bank.
Can anyone...
After you've started the emulator with the command line options I mention above, use this:
jdb -connect com.sun.jdi.SocketAttach:hostname=localhost,port=9002
Then you try and work the horrible...
The JVM is built into the firmware of the phones. This means it is 'software' in a sense that it is written in C (probably) and is compiled and built by Nokia.
However, the actual VM program is...
I've noticed both these things too!
The screen on the 3510i doesn't actually have square pixels, so I presume the APIs for drawing circles and things take this into account. If the emulator had a...
Are you trying to use WAV sounds or ringtone audio? I know that WAV sounds on the 7650 have a very noticable delay, making them almost impossible to play properly, or loop.
Ringtone audio should...
You're correct.
Unless you use a third party device extension API, such as the Nokia UI, you cannot resize png images you load into Image objects. You can't get at the pixel data in order to...