Suraj Revankar

Greenhorn
+ Follow
since Jul 23, 2011
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Suraj Revankar


hi

For the eclipse

Open the eclipse
Find your project
Find the Application descriptor
Now give double click with mouse left bottom in this
Find the label "optional" choose it, in the MIDlet icon box put the your icon path...e.g. C:\...
save your changes.



thanks,

Suraj

12 years ago
Hi

If you are using the netbeans then you can do it by going to Application discriptor in the properties
than go to the Midlet tab in the Application descriptor and there you will Icon.

Select the add button and add the icon which you want.


thanks
suraj
12 years ago

Hi All,

I have an j2me appln, which I am trying to convert it into cod file.
I had succeeded in converting the jar file to the cod file but when I am trying to
to load the cod file using the blackberry emulator I am getting error like "verification error at offset 104"

Please help me to solve the problem.



thanks
Suraj



12 years ago



Hi All,

I have a j2me appln which stores the data in the rms files in my mobile
I have updateed the appln with some new changes.
Now I want that the rms data should be migrated to the new updated jar file.

Is this possible?


thanks
Suraj
12 years ago


Hi All

I am working on the j2me appln.The appln syncs data to the server depending on the dates which is selected and this data is saved in the rms files.

Currently my requirement is that, the application should syncs all the saved data on click of one command and also the data should be synced sequentially.

For ex : I am syncing the data of 18,19,20 and 21. Now I want that until and unless the server sends an acknowledgement for 18 th the 19th should not be uploaded.
By this I mean t5hat,19th thread should be kept on hold until and unless I receive the ack for 18 thread from server


thanks
Suraj
12 years ago

Hi,

I am having the j2me application which syncs the data on the server.

currently my requirement is to sync the bulk data one at the time(for ex my data of 23 July should not be sent to the server until I receive the acknowledgement for 22nd July)