I too hvg d same problem.Can Add, Edit wmls file , hope anybody will help
Type: Posts; User: gopicsq; Keyword(s):
I too hvg d same problem.Can Add, Edit wmls file , hope anybody will help
Thanks Raj for your reply
s40 sdk need JRE 5 , after installing jre5 the IO operation error is solved.I wrote my data from the server to filesystem.
when I am reading this data ( 553KB ) ( Nokia...
When I run this in s40 5th edition. emulaor I am getting an Error java.io.IOException: Error in HTTP operation .
In Nokia 2690 : out of memory Error
I tested in Motorola emulator & samsung...
Hi Graham sir
To find free memory I am using this code
private Runtime r = Runtime.getRuntime();
long fm = r.freeMemory()/1024L ;
Is any other way to find free memory ?
Hi Ekta sir
here is my code
c = (HttpConnection)Connector.open(url);
dis = c.openDataInputStream() ;
try {
rs.addRecord(dis.readByte(),0,c.getLength());
Thanks Grahamhughes Sir for your valuable information.
I wonder ,when I tried in s40 6th edition the free mem was 4096KB Iam getting the same Error.
In my Samsung s3310 RAM 32MB , Max Heap...
thanks Ekta for your reply
when I am trying to add in RMS getting RecordFullExecption Error.
finally I downloaded my file and wrote in filesystem directly as per your suggesstion.
thanks
When run this midlet in s40 5th edition Emulator I am getting an Error ( out of memory error/java/lang/outofmemoryerror )
import java.io.*;
import javax.microedition.io.*;
import...
Data truncated when it is reached 54647 bytes
I tested in s40 6th edition .Total Mem is 4096 and free mem is 4023 when I start downloading.but still return value is NULL
When writing this post I downloaded 552995 (string length ) in my...
Is there any other option besides String ?
to reduce size of data
I had tested in s40 5th edition Emulaor . In the diaganostic screen MIDP -> showing 2420556 byte free . there is no error found while running midlet.
but still return value is null !!!
Is there...
I had used HTTP insted of web service , but Error was out of memory.. due to dis I swicthed over to web service.if it was memory problem how did it work in SAMSUNG S3310 ? ( free mem 1.6 mb)
I know the file size in d server,I have downloaded in SAMSUMG and written in memory card . b4 I trried to download this file , In Nokia d free mem was 1.5 mb free ( Heap Size is 2 MB )
In Samsung it...
Thanks Ekta
private OrderService_Stub csq = new orderservices.OrderService_Stub();
public String requests() {
String str = null ;
try {
str = csq.request(id,...
I selected jsr172 im my project..it is working in Nokia 2690 & samsumg s3310, the problem is length of the string which comes from the server ( 553 kb) . In samsung I tested & it is working.
In...
Thkanq for ur Reply
I tested in s40 5th edition Emulator , but when I opened the application the error msg is I got is - No class def found/java/lang/noclass deffoundError...
Hi
I developed a webservice application in j2me .When I call web service from my application for downloading a text ( 553 KB ) from our server, I am getting Null return value. IN NOKIA 2690 ,...
:mad:why it is oved ??????????????
Dear All
When I run this wml (In Nokia E90 ) i am getting an error - the page cannot be displayed
But in Sony Ericssion is working without any error and I can download the jar file to mobile.
...
Dear Sir
At last I found the problem.
I installed Nokia Connectivity Framework, Version 1.2 for Windows.
Now it is working ....
Thanq very much to assist me and lord KRISHNA will giv u a...
Dear Sir
I didt get any datas from server.
In the emulator screen shows Complete.
Regards
Gopinath
Dear Graham Sir
This code is working without any error . I am getting a msg Complete.
( In Netbeans default emulator , Iam getting all datas from server ) !
the problem is in SDK 40 2.0...
Dear Sir
I modified as
private String sendHttpPost() {
String url ="http://www.growlogic.in/test.aspx" ;
HttpConnection hcon = null;
DataInputStream dis =...
Dear Raj
Response code = 200 & ResponseMessage = OK
In the netbeans default emulator is working But in SDK 40 2.0 is the problem.
Regards
Gopinath