Graham:
What about on-device debugging for Nokia phones?
We've tried on-device debugging with SE phones over BlueTooth and it's totally "revealing" but I am not sure how we can do that to the...
Type: Posts; User: yowchuan; Keyword(s):
Graham:
What about on-device debugging for Nokia phones?
We've tried on-device debugging with SE phones over BlueTooth and it's totally "revealing" but I am not sure how we can do that to the...
Just wondering why are you using MMMAPI on a 6230 when you can natively call sound resources via MIDP 2.0?
</YC>
Thanks Petrib for the warning. I am not using any of those two mentioned though.
Although adhering to the Series 60 Theme Studio will isolate the 6.0 OS'es, but better to do that in the...
But I have heard of tools out there that can allow themes development for the 3650 and 7650.
Check out this one from WildPalm, buggy though:
http://www.wildpalm.co.uk/WildSkinz7650.html
...
4. Data Cable
5. MMC Transfer
I would suggest the following:
MicroEdition-Profile: MIDP-2.0
changed to
MicroEdition-Profile: MIDP-1.0 in your Manifest.MF and consequently the JAD itself.
Also, if you ever used the JAD...
how does your JAD file looks like?
http://www.mobile-phone-directory.org/
http://www.macromedia.com/macromedia/proom/pr/2004/animoi/index.html
Where can I download etc?
Just kidding.
I used Pro Motion.
To test whether your PNG is transparent or not, try loading them into a html with some colorful background. This is one of the way...
Yah, you can write your own JPG decoder. For your info, most Nokia screens are 4096 (12 bits), so I wouldn't advice using JPG unless you MUST.
PNG are just as good ;-)
You can use the following software:
SnagIT by http://www.techsmith.com
or
you can use the conventional way of doing it by pressing Print Screen or Alt+Print Screen (active windows only)
...
For Nokia phones, non full canvas sizes would be:
Series 30: Canvas 96 x 54 px
Series 40: Canvas 128 x 96px
Series 60: Canvas 176 x 132 px
Am I correct?
S45:
7600
S40:
3300
nkpmnwn,
I totally agree with your point. There are some things that we developers just cannot change. So instead of going against limitations, we should work around it, which means we should...
I have experienced this when I have a PNG image whereby the palette is somehow "corrupted"... Try to save the image again, this time making sure that the colors that are used is placed in the...
Anyway when can we have an on-device debugging emulator?
Sony Ericsson already had it since T610...
The emulators Nokia provides is basically only for Cosmetic purpose, functionally its...
Just wondering, is there any way we can install our own language pack?
It seems that the only alternative is to resort to using images.
One thought while we're on the subject of images. Imagine...
Hi Graham,
I guess it's very true that it's impractical to be storing unnecessary Unicode sets, and the support for Unicode is very dependent on the product's target region.
But wouldn't this...
Dear Nokia Experts,
I guess this question has been asked many times, but I still wonder how come the same UNICODE format that is used in S40 cannot be used in S60.
Talk about backward...
Check these PNG compression utilities out:-
http://discussion.forum.nokia.com/forum/showthread.php?s=&threadid=38267
Cheers,
Yow Chuan
Try OptiPNG too:-
http://www.cs.toronto.edu/~cosmin/pngtech/optipng/
Or if you are a hacker... ;-)
While we are on the same topic of Application vs. Games, which one of it do you think is be harder to develop? And if so, why?
It can be quite a hard comparison, since both genres deals with...
Hi Pete,
I can't say for sure what will look best, but I suggest you take a quick run through from this tutorial:-
http://tsugumo.swoo.net/tutorial/default.htm
It will help you jump start...