The P900 is another Symbian platform phone. It sounds like there's a bug with the J2ME-to-Symbian interface.
It's unforgivable that the manufacturers can label these phones as "MIDP 2.0" without...
Type: Posts; User: wesbiggs; Keyword(s):
The P900 is another Symbian platform phone. It sounds like there's a bug with the J2ME-to-Symbian interface.
It's unforgivable that the manufacturers can label these phones as "MIDP 2.0" without...
You might be interested in trying the MIDP emulation layer offered at http://www.synclast.com/midp_emulation.jsp
wes at tralfamadore.com
Yeah, I have it on 3650. Does not sound poly to me, just very quickly played notes. I don't hear drum hits, so maybe your version is different? Regardless, post the OTT hex dumps and maybe we can...
Hey Tony, sounds good to me. Good luck with the project.
Yes, I think you can download the .jad via SSL. But if the phone browser can, so can anyone else, if they know the URL to the JAD file (which will be in your WML/XHTML page).
I have played this game (Miki's World 1) and it does not sound polyphonic to me. Also looking at the OTT files included, they are all of type "basic tone". If you have any examples of OTT files...
Yes, it's technically possible to generate a non-compressed PNG. I wrote a function that generates a transparent PNG with x/y size specified by parameters.
The biggest problem with generating...
I'm trying to send to the Nokia 3600 and 3650.
I've been unsuccessfully trying to generate a correctly formed MMS message with components of the message wrapped as OMA forward lock DRM.
I'm using the Nokia MMMessage objects. I generate the...
Hi DoctorDwarf,
Synclast is open to general commercial licenses as well.
Please contact us at info@synclast.com for details.
I believe the open source model is a great one for developing...
GPL is the default license, but other licensing terms are available... for example if you distribute your app with Synclast the GPL terms are waived (and it's not an exclusive distribution deal)
...
This is definitely a headache-inducing bug. I'm curious, how did you work around this problem?
You can use the implementation of java.util.zip.* from the GNU Classpath project (if you obfuscate).
The full JAR ends up being about 42K, but an obfuscator will shrink that down considerably.
...
Try pngcrush from http://pmt.sourceforge.net/
FWIW, I have the same issue. Look forward to a response from Nokia on any possible workarounds.
In MIDP 2.0 it's built in to the Canvas class.
javax.microedition.lcdui.Canvas.setFullScreenMode(boolean)
Wes
A good resource for checking PNG consistency is http://www.sixlegs.com/software/png/meta
This helped me when I was working on a similar application.
I have the same issue with the 3600. I think the issue is that if you use the Nokia UI DirectGraphics to wrap the Graphics context, the clip settings are not available.
This is very strange...
I get 0xFFFFFFFF for every pixel when calling getPixels(..., TYPE_INT_8888_ARGB) on the Series 60 emulator (1.0).
Does anyone know what format I should be using for Series 60?
-- UPDATE --...
Just a thought, have you tried using DirectGraphics.setARGBColor(int argbColor) instead of Graphics.setColor(int)?
Not in MIDP 1.0 or 2.0. There's a couple of relevant JSRs in progress. See www.jcp.org.
Most likely your problems are carrier-specific. Make sure you have a true GPRS internet connection configured. So far I've managed to do this for some carriers but not for others. What...
I fixed my problem by sending an explicit "User-Agent" header from within the Java code. YMMV...
Not really. You are supposed to be able to update a MIDlet by reinstalling the new version (via WAP OTA, for example). The record store should be undisturbed. There's no way to provide...