Hi,
In my application I have to create a bluetooth connection to a server.
I do this as followed:
localDevice = LocalDevice.getLocalDevice();
inquiryAgent = localDevice.getDiscoveryAgent();...
Type: Posts; User: jdesmedt; Keyword(s):
Hi,
In my application I have to create a bluetooth connection to a server.
I do this as followed:
localDevice = LocalDevice.getLocalDevice();
inquiryAgent = localDevice.getDiscoveryAgent();...
I need a list that holds both a string and a thumbnail. The StringItem class can't contain an Image, so I can't use this.
I have also tried to implement my list with a customItem, but that also has...
I am trying to implement my list as a form with Items, but this won't be easy.
Is there a way to know if a CustomItem is selected (to make the item paint a selected state)
Is there an easy way to...
Hello,
J2ME has no SelectionListener that can be added to the List class. Is there another way to implement this?
I need a list with different commands for each item in the list. E.g: If an item...
When visiting the page you recommend, I still don't see how I can get technical support ... without being invited to a PRO membership.
Can somebody help me with my initial problem?
I can reproduce the problem, but in order to get (paid) technical support you need to be Forum Nokia Pro member (which you can only become by invitation...)
Hi,
Is it possible that Nokia phones restart if bluetooth data is received too fast?
I have an application that receives a large file over bluetooth. The download speed can reach 100KB/s, but...
Hi
Where can I find the Nokia firmware changelogs? I need to know in what version of firmware that some changes are made. Is this available or is it not public??
Thanks
Hello
Is it possible to install a Midlet from a Midlet?
I know that platformRequest (url) can be used to do this, but since the url has to start with http:// this can't be used on phones that...
I checked it on the Nokia 6500 slide --> same result...
You set the progressive_download JAD-attribute to enabled.
So in your jad there must be a line like this:
progressive_download: enabled
I have the latest firmware...
I don't do that. And even if I would: shouldn't the player fire an event then?
It's not possible to post my code here, since it's not public, but I'll try some more tests.
If you have any clue...
A Nokia 6500 classic
Offcourse! Some events like stopped (when I press pause) and volumeChanged (when I change the volume) are received by the listener. And when the video finishes, an END_OF_MEDIA is received.
But...
Hello
I have a video-application, but on some moments in the video, the player pauses without a playerUpdate event.
What could be the cause of this?
Is there a way to solve this?
Hello,
I have a video application, but I keep getting a very weird behaviour: the phone restarts.
Can someone tell me what the cause can be for a J2ME application to restart a phone.
Is it...
I have adapted the RTSP Datasource implementation of Vikram Goyal. When I try to play with that custom datasource I have seen that the player doesn't use that datasource!
The getStreams method is...
Hello,
Is it possible to reduce the time of the prefetching when playing an video over rtsp? I create a player and sometimes I have to wait 10seconds before the player starts...
Is there a...
I have tested this succesfully on other devices (not of Nokia) and it works fine. Is it possible that the phones can't handle the amount of data? The file is downloaded while the player is playing,...
I have tested the application with the Nokia 6500 classic and 6500 slide. Both phones show the same behaviour.
Hello
I have written a videoplayer in J2ME that can play large videofiles (up to 10Mb). The problem is that when I play the video with a player that is created from a local url...
I think Nokia phones can't reduce the videosize. It is possible to make a video bigger, but not smaller...
Hello
Does anybody know what happens when a buffering_started event occurs?
I have an application plays a video while its still downloading (progressive download).
Before I make and start the...
The phone is not branded. It's a phone for test-purposes and doesn't even have a SIM-card inserted.
Is progressive download supported on the N95? (If this is supported I don't need to have multiple...