the MIDlet must be prepared to exit gracefully, first managing its state so as to resume appropriately later
I know this thread is quite old but i thought i should continue from here. Can any one...
Type: Posts; User: gaurav.gupta; Keyword(s):
the MIDlet must be prepared to exit gracefully, first managing its state so as to resume appropriately later
I know this thread is quite old but i thought i should continue from here. Can any one...
HI
I am faced by a strange problem in LWUIT. I have a form in which i have added multiple Buttons but the problem is that the the form is not scrolling vertically.
If i set its...
That is what i said in my previous prost . Use String Item and add default command to it. You can call the form you desire by using the following code.
display.setCurrent(formname)
in
I will...
I tested on Samsung galaxy spica GT15700.
why not use a stringitem then if u want to open a another form .. ? add a default command to the string item and on its click event opent the form you want to display...
hope it helps..
you can...
hi copy your j2me app or download it.
1 From the home screen , open application list and select java Me Apps.
2 Select an application if it is not listed there.
you can press the button with an...
Please reply how to check whether a handset supports web services API...
Greetings
My application needs to connect to a web service. My application is working fine on Nokia Handsets,
But when i install the same application on MicroMax Q5 or Q7 , I get UnSupported Midlet...
Greetings
My application needs to connect to a web service. My application is working fine on Nokia Handsets,
But when i install the same application on MicroMax Q5 or Q7 , I get UnSupported...
HI Graham
My application has only 1 midlet.
I want to call methods of midlet from my class. But i am not able to do so. The class is in the same package.
i get following error...
S60_cell_id = System.getProperty("com.nokia.mid.cellid");
it is possible to do with this..
Hi
How are you doing veri sign your applcation.
Actually i was doing like following
String response=service.execute(strToSend);
now i tried
StringBuffer bfrStr=null;
byte[] arrBytes=service.execute(stringToSend).getBytes();
Ok Sir
According to you i should use Streams.
The web service is made in .net and i have created a stub to connect and call its execute method which takes a string argument and returns a String.
I store data in RecordStore but the point is...
@ raj
@ Was the server really called by the real device? Yes
@ Was the server able to handle and process the request of the device client? Yes
@ Was the server able to write the data to the...
Yes sir it is sending data and i have tested it in emulator and i am able to view that data in emulator.But when i run the same code on device it returns null . i am appending it on form
When i am...
It was some what 15,000 characters.
Hi All
Greeting for the day,
I am connecting to a webservice which returns me data in String format. The data returned can be 20,000 chars or more in volume. If i test it in Emulator then i get...
Thanks a lot i got to know abt that too..
Thank you very much all of you i was not aware where is application UID in package file.
With all your support now i know and i am able to install what ever i want..
But i dont know what the...
(0x2002E71F), 0, 0, 0, {"Series60ProductID"}
Sir But what is this 0x2002E71F ?
can any one provide me some example package file . I saw in SDK examples application and they do it in the same way....
This is the pkg file for 1st app.
; LAUNCHAPP2NDED.pkg
; Languages
&EN
; Header
#{"LAUNCHAPP2NDED"},(0x0),1,0,0
Sir i am using the protected UID requested from symbian signed .com in pkg file and project.
Yucca Sir
I have requested two different UIDs from Symbian signed .
These are statics:
1st application
UID 2 0
UID 3 0x2002E71F
2nd application