Hi,
We are Unable to install MIDP 2.0 CLDC 1.1 J2ME application on the device having the following user agent.
R1DD Profile/MIDP-2.1 Configuration/CLDC-1.1 UNTRUSTED/1.0 UP.Link/6.3.1.20.0
...
Type: Posts; User: mutturajb; Keyword(s):
Hi,
We are Unable to install MIDP 2.0 CLDC 1.1 J2ME application on the device having the following user agent.
R1DD Profile/MIDP-2.1 Configuration/CLDC-1.1 UNTRUSTED/1.0 UP.Link/6.3.1.20.0
...
Hi Friend,
If you use Http Connection,
Try to put MIDlet permission given in last reply.
and also cross verify whether .JAD contains following parameters.
MIDlet-Certificate-1-1:...
Hi,
Try to put Permission statements.
ex) MIDlet-Permissions: javax.microedition.io.Connector.http
Let me know the comments.
Regards,
Mutturaj
Hi,
You need Servers where u need to keep JAD and JAR files.
If u type it on browser it must download on ur system.
ex) http://IPAddress/J2METEST/Demo.jad
Regards,
mutturaj
Hi grahamhughes,
Thanks for the quick reply.
Regards,
Mutturaj
Hi all,
Is it possible to get Network Provider Gate Way IP in J2ME??
Can any body help me to get this???
Regards,
Muturaj
Hi all,
We are running J2me application on Windows mobile,for some devices we are unable to listen
key events for navigation keys.
We are using Canvas and getting keyEvents from KeyPressed...
Hi all,
We developed a j2me application,which works fine all the devices except some Pantec devices like C610.
The device Power Cycles(Restarts) at some particular time,when RMS need to be...
Hi all,
Thanks for the quick reply,
my problem solved....
regards,
mutturaj
Hi Graham,
We need it so that we can send as a parameter to the servlet request.
We need device full screen size.
Thanks,
mutturaj
Hi Graham,
We need it so that we can send as a parameter to the servlet request.
Thanks,
mutturaj
Hi Raj,
Please read my question again,
I asked without using canvas.
Thanks,
mutturaj
Hi all,
We developed an application where we need to calculate the device full screen size,
in start application before initializing the canvas object.
Is there any way to do this???
...
Hi all,
I want to get device details,
1) View area size(screen area without battery bar and command bar)
2) Terminal Screen size (Device screen resolution)
3) 1 file maximun size supported...
Hi all,
We have two midlets in the same midlet suite,when we install our .jar
both application gets installed with different icon in Games and Applications section.
Is it possible to hide one of...
Hi
your jad must contain .jar url.
Create jad jar using WTK.
Regards,
mutturaj
Hi graham,
My problem solved...
Original developers converted encoding to utf-8 format,
application is compiling successfully,and i used google language tools,
to convert the string from japanese...
Hi all,
I checked many of the threads regarding launching midlet from other jar,
but it not helped me much and many threads are started in 2001 - 2006.
So i am posing this new thread.
we are...
Hi,
My problem solved,it was a thread issue.
We tried launching two differents midlets from same jar file.
Is it possible to invoke midlet from other jar???
I mean to say,first we run...
Hi all,
We developed two applications,we are successful in launching application2 from application1 using push registery.
when we press some menu option of application1,we pause application1 and ...
Hi Graham,
Thanks for the detailed reply..
I reported to it to the original developers.
Thanks,
Mutturaj
Hi Graham,
I used the following command javac -encoding MS932 <options> <source files>,
but after converting the string appearance changed to "\[g",
if we remove "\" from the string we...
hi
my problem solved,i was using set current method in 4 screen constructor,when i removed set current method,
application worked well with no flickering screen.
Thanks,
Mutturaj
Hi all,
I am getting following error "warning: unmappable character for encoding Cp1252" when i try to compile the source code,which is in japanese characters.
ƒ\�[ƒg‚È‚µ is the japanese string,...
Hi all,
We developed j2me application which contains 5 screens,
we dont face face any problem till the 4th screen,once we press the key to go to the 5th screen,
screen 4 flickers for a mili...