It depends on the phone model (and its operating system), whether MIDlet in the background can continue executing. What phone models did you have in mind for your application?
for series 40 it is...
Type: Posts; User: prssupe; Keyword(s):
It depends on the phone model (and its operating system), whether MIDlet in the background can continue executing. What phone models did you have in mind for your application?
for series 40 it is...
on server side which of webserver you are using if it is Glassfish Glassfish has 3 types of SSL settings: SSL2, SSL3 and TLS (only TLS is enabled by default). check all of them, restart the server .
Player will stop as when call arrives it goes to pause state , and other reason will be that youre speaker will be used for call so it wont be possible to play at the time of call recpetion
contniue on one of the thread dont create duplicate threads
http://discussion.forum.nokia.com/forum/showthread.php?225364-play-sound-on-voice-call&p=846089
Not possible in j2me as most of the programs go in pause state when call is received
To store data in j2me you can use RMS or JSR75 (file )
congratulations Daniil.
To make the communication between two wi fi devices one must act as a wi fi hub . there are very few devices which support to be wifi hub . and even after that AFAIK there is no api to manage wifi in...
Looks like you are creating duplicate threads continue on original thread http://discussion.forum.nokia.com/forum/showthread.php?225098-Problem-about-Terminal-Mode&p=845838#post845838
http://conversations.nokia.com/2011/03/23/entering-terminal-mode/
as per this article there is no software need to be installed in phone
Find the link in #2 there you can post you question and get answer this forum is for development purposes
Welcome to the Forum NOKIA's Developer Discussion Board.
This is not the DIBO where end user related query's are discussed.
So.,It's better you can post in below link.
You can post your query...
Congratulations Kiran good work
How can servlet work on iis server IIS server supports for asp and all microsoft technology pages , servlets ,JSP are not supported by IIS
even that is possible but you have to setup webserver for that , when the phone makes request to server from requests header you can identify phone model and screen size , so on the basis of screen...
Welcome to the Forum NOKIA's Developer Discussion Board.
This is not the DIBO where end user related query's are discussed.
So.,It's better you can post in below link.
You can post your query...
You can get screen size using canvas once the screen size is identified resources can be loaded based on that
Welcome to the Forum NOKIA's Developer Discussion Board.
This is not the DIBO where end user related query's are discussed.
So.,It's better you can post in below link.
You can post your query...
Remote devices are the physical devices itself it might just be the bug of your specific phone ,or might be there may be any setting about gprs need to be done.
if it works on RDA then it must work...
okk this is the space added by the implementation why don't you trim and append contents of string item and then display the string
The simlilar discussion is going on at
http://discussion.forum.nokia.com/forum/showthread.php?225273-important-and-hard-encrypt-decrypt-voice!&p=845593#post845593
check it .the conlcusion is...
Use .trim function it will remove extra spaces
import java.lang.*;
public class StringTrim{
public static void main(String[] args) {
System.out.println("String trim example!");
String...
This is devloper forum intended for development related issues you may check Microsoft forum for that http://social.msdn.microsoft.com/Forums/en-US/windowsphone7series
or community of wp7...
try downloading and executing this source code and visit existing wiki article which will help you to provide assitance http://wiki.forum.nokia.com/index.php/CS001359_-_Deleting_a_contact_in_Java_ME
TO add a new contact use http://wiki.forum.nokia.com/index.php/CS001183_-_Adding_a_contact_to_Phonebook_in_Java_ME and to read and modify contacts use this...