I completely agree. Sony-Ericsson has been supporting JSR256 for months now - the K850, W910, and W760 all support it. And they continue to update their Java SDK. On-device debugging works great and...
Type: Posts; User: AnthonyAndrews; Keyword(s):
I completely agree. Sony-Ericsson has been supporting JSR256 for months now - the K850, W910, and W760 all support it. And they continue to update their Java SDK. On-device debugging works great and...
Yes, the Sony-Ericsson devices are very nice. I've been working with the K850 and W910, and I'm REALLY looking foward to the W760 which will also have internal GPS.
I've pretty much given up on...
If I was already a Python hacker, that would be a great way to prototype the idea. But since I'd have to learn Python, I'd rather just bite the bullet and do it in C++ so I'm closer to a long-term...
Since JSR256 isn't likely to be supported (by Nokia) for some time, has anyone thought about building a server process in native code that would make the sensor data available through a local TCP...
Both the Sony-Ericsson K850 and W910 support JSR-256. I've been using the API successfully on the K850 for a few weeks now and plan to start working with the W910 soon.
I don't know why Nokia has...
Thanks for the tip. That led me to the patch described here:
http://wiki.forum.nokia.com/index.php/Windows_Vista
which seems to have solved the problem. I can build a trivial test app anyway....
After carefully following the installation guide's instructions, I'm unable to build the release configuration of a trivial app. I searched for "missing separator" and found a number of lively...
In the last two weeks or so, information has started to dribble out about the accelerometer in the N95. From various posts & blogs, it appears that:
1. An "R&D"-level API is available for download...
Sadly, no. The Sony-Ericsson K850 (scheduled to start shipping in January) will provide accelerometer access via JSR-256. That's the only JSR-256 implementation that I know of so far.
Tony
Thanks for the tip - and for the great utility. In the Trace display, is the top chart showing processor busy time? I didn't see this documented anywhere.
Thanks,
Tony
I'm successfully using the CMdaAudioPlayerUtility APIs to generate speech from text on my 5500 Sport, but the voice is not that of the installed speaker (Ellen). Instead, it's a much more...
My application does real-time processing of sensor data on a 5500, and as I add more functionality, I need to have a sense for whether I'm starting to consume too many cycles. Ideally, I'd like an...
That's what I figured, but I thought it was worth asking anyway. That seems like a real missed opportunity since the 5500 is such a unique device. I'm afraid that the next iteration of an...
I eventually gave up trying to do C++/Java development on Vista. Too many mysterious problems (and I worked at MS for 11 years!). I installed Virtual PC (a free download now) and I'm doing everything...
Now that the JSR-256 spec is complete and implementatons are starting to appear (e.g. the Sony-Ericsson K850), is there a chance that we'll see a firmware/SDK update for the 5500 with JSR-256...
Since this question comes up fairly often, I thought I'd pass along a link to a good fixed-point library. I'm currently using this in an application that does real-time processing of sensor data on...
This thread seems to be long dead, but I'll post anyway since this still seems to be an open issue. For my application, I wanted to allow the user to wrap around the ends of the tab list, in effect...
I spent most of the day trying to solve this exact problem. Does anyone know of a solution. My Draw() method is being called and I'm setting pen/brush style, color, etc. before drawing, but nothing...