Qt 4.7 has an example of OpenVG rendering at examples/openvg/star directory.
Basically, you just write
painter.beginNativePainting();
/* do the openvg stuff here, like this: */
static...
Type: Posts; User: jmagic; Keyword(s):
Qt 4.7 has an example of OpenVG rendering at examples/openvg/star directory.
Basically, you just write
painter.beginNativePainting();
/* do the openvg stuff here, like this: */
static...
I published a new item few days ago, 0 sales, but 73% of them are using N8 ;)
Other items have no updates since May 10th.
But you know, this basically... sucks!
Maemo users have managed 4+ months with non-commercial applications, they probably won't start buying applications at all. Makes no sense to invest into...
I failed the QA round for Maemo application:
Comments from the QA team:
FAILED: Paid Content for Maemo Currently Not Supported.
SUMMARY: Paid content items for Maemo content types are...
Looks like there's "Maemo" option now in the new content item upload! Woo-hoo!
The 2 days maintenance break is now over. But there's still no possibility to upload N900 content. I'm starting to think it's no longer on the roadmap...
But there's no option to publish N900 applications in publish.ovi.com! I only see S60/Java/WRT/Flash options in "New Content Item", so I can't even submit application for QA. Or do you mean only...
I've sold in 66 countries. I'd classify it as epic fail :)
if (widget.isrotationsupported) widget.setDisplayPortrait();
I got the "netting" too. Mine is exactly 70%, so I guess the estimated revenue is without the Nokia's comission. Because the figures were already so low, I was hoping that the Nokia comission was...
Hi,
I was thiking about the same, so I checked what's going on in the D-Bus session when SMS is received. There's stuff like this:
signal sender=:1.20 -> dest=(null destination) serial=59...
Maybe there's something wrong with mobile device detection or session handling.
I have an application which is only available for N97. Still, this month I see 5800 and N96 in the report - and of...
Still no reports, my last sales figures are from 21st! Tomorrow the frontpage will show 100% drop in sales, which is kinda scary... I was already enjoying some 70% drop compared to August after the...
But isn't the purchase option only available in Ovi Store client?
EDIT: Looks like opening content url indeed opens Ovi Store client! This is great stuff, I wonder why Nokia never mentioned this!
Blah, still not reports :( I'm starting to lose interest in this
Currently under maintenance
Ovi Store publishing tool is undergoing maintenance
from 08/07/2009 07:00 UTC until 08/07/2009 10:00 UTC.
Perhaps it's finally coming :)
Publish on Ovi just mailed about the webinar:
---
Register Now: Special Webinar on Wednesday, 8 July -- 9:00 & 14:00 EDT
Intro to Ovi Store Publisher Reports
By the end of the week registered...
I noticed the same thing with my application. I can't find it using N97 and search, but if you browse by category, it's there. If I select 5800, it's also in search results. Yet another indexing...
Right, same case here. The Hexadecimal ID had changed, the search still finds the old ID. And all the reviews are gone.
And all the external linking, search engines etc.... worthless!
Somehow, I...
What's happening in Ovi Store? Currently there's LOTS of applications "no longer available", including mine!
Perhaps it's another stunt, now no-one is complaining about lack of reports, because...
On S60 3.1 using internal GPS message is formatted without any cr or lf - for whatever reason =)
I guess it's a bug, as if you try the PSY simulator (which is BTW expired in 2006 even in latest...
I have VS.NET 2003 and S90 MIDP SDK 1.0 Beta works just fine.
If you are still interested, you can try pressing cancel to that crashing dialog to start debugging and see call stack, that might...
Does it just crash or do the midlets actually start and just crash later? Are you starting using an IDE or commandline (e.g. "emulator -Xdescriptor:devicecap.jad")?
Also, things like network...
The 32kB limit is with method code, not with class file size. That is also why obfuscator probably doesn't help you here...
Your classes sound very large to me, I suppose you are doing lots of...
What WAV types does the Nokia UI API Sound.FORMAT_WAV type actually mean? I tried several different formats (starting from 8bit mono PCM), but the Series 60 MIDP SDK 0.1 always throws...