I'll remove the application now.
Type: Posts; User: abickerton; Keyword(s):
I'll remove the application now.
wang_shui,
Thanks for pointing that out, The system property that I meant to type was video.encodings.
After investigating further, I found that if I call the device while there's a security...
soku,
My device is firmware is 3.6, would you mind trying a MIDlet on your device?
I have placed the test application http://www.zetadev.ch/~abickerton/Camera.jad"
What firmware version is your device?
As I stated, this happends when preinstalled apps are running (the world clock applcation) In addition to the application that I am working on.
Has anyone else seen the following,
The application I am working on is using a videoControl to display the camera and is rendered on the canvas. If I call the device while it or many of the...
Where exactly are you trying to write to write your files to. REMEMBER : Only certain gallery directories are available on the series 40 devices.
As for the 6280 not having a verisign certificate,...
The 6230i (and others) have a maximum http download limit than causes this.
Do you mean the 6230 or 6230i?
The 6230 (Old device) does not support MP3 playback via MMAPI.
To retrieve a list of supported types use :
Manager.getSupportedTypes( null );
System.getProperty( fileconn.dir.* )
fileconn.dir.memorycard - works but cannot be relied on.
fileconn.dir.private - returns null
fileconn.dir.tones
fileconn.dir.videos
fileconn.dir.photos
...
The security Exception dialog is still being displayed.
Permission set to ask every time, attempted to create an application directory in c:/.
But you can't rely on the device having one installed. also the e:/ root does not dissapear once the card has been removed.
We are not amused.
After seeing this running I almost, for a moment, considered replacing my K700i but then ...
After being handed a shiny new handset, I installed the PDADemo app from WTK 2.2. Only to find that I...
I am having problem a problem installing pretty much any nokia sdk's.
We'll start with the ones I alrealdy have.
3510i, 3410, 6310i, s60_1.2 refuse to be added to the list of available...
I need to verify that my app handles incoming calls & sms messages correctly.
I can't find any info about how this fundamental behaviour can do emulated.
Is there any way These events can be...
The 7650 & 3650 both share the Image.getGraphics() bug.
more info can be gleaned from ....
Technical Note: Known Memory Issues with the Nokia 7650
document found on this very site.
3650 v2.50 & 7650 v4.39 both appear to crash with an intermittant bug.
Unfortunately the only message I get is as follows.
3650 :
App.closed.MediaServerE32User-CBase 33
7650 :...
I'm afraid thats not possible as the only thing that happens between being able to play the game, and losing keyevents is that some end of level text gets displayed and a level counter is...
I have some code that extends FullCanvas. both 7650 ( 3.12 )& 3650 (2.54)
The game us updated using a timerTask () to call processGame();
After the first level the key events seem to get...
Hi,
I'm having a problem with the Series 40 phones, 7210 & 5100 so far.
The following code prdouces a global root overflow, I have tried this code outside of a thread to further narrow it down....