Hi ,
With the help of bluetooth i have transferred the jar and jad files on to my mobile but when trying to install the jar file its giving application not valid error.
Can any one please help me in this regard
Thanks
Sagar.
Hi ,
With the help of bluetooth i have transferred the jar and jad files on to my mobile but when trying to install the jar file its giving application not valid error.
Can any one please help me in this regard
Thanks
Sagar.
Can you post the content of the JAD file and the JAR's MANIFEST, please?
Cheers,
Graham.
there can be several reasons which deny the installation of application on device.
Some of them which i know are:
1. CLDC version mismatch.
2. MIDP version mismatch.
3. Any unsupported API used in application.
4. Excess of JAR size.
5. JAD Attributes with empty value.
6. Length of name of JAR file.
Please check and still u get problem then Please post the JAD attributes and the testing device as graham suggests.
thanks,
jitu_goldie..
KEEP TRYING..
Hi jitu_goldie,
I tried on Nokia S60 Simulator its working fine but when i tried to install on to my Noki 6630 its not installing
CLDC version : 1.1
MIDP version : 2.0
API used was JSR- 172( When Setting preferences in for my Project i donno other than JSR-172 which are needed for the application to run so i selected almost all the Optional API's)
Jar size : 10 KB
Jar Name :NokiaService
If anything i went wrong please rectify me
Thanks
Sagar
Last edited by kris_sagar; 2009-04-24 at 06:20.
Hi,
please check the same in .mf file.
Thanks with Regards,
R a j - The K e r n e l
Join Delhi-NCR Nokia Developer's Community,
Hi all ,
Thanks for your replies....I created my Application again and transferred the same on to my mobile its giving install option but when i m doing so it's giving errors
java.lang.NoClassDef Found Error and
java.rmi.remote Exception
My Mobile Model is 6233 and i read that it is JSR 172 complaint, the API which i used in my Application
Please help me..
Thanks
Sagar
I was checked out that 6630 not supports jsr 172 but 6233 does.
What if u install the same JAR over other handsets with same configuration as of 6233?
Also install the same JAR over handsets of s60 and lets check whats the result?
thanks,
jitu_goldie..
KEEP TRYING..
Hello Krish,
Check your MIDlet class name
java.lang.NoClassDef Found Error
Thanks
Osam
Hi,
For the Remote exception,
just read the information.
http://java.sun.com/j2se/1.4.2/docs/...Exception.html
For the summery,
RemoteException()
Constructs a RemoteException with no specified detail message.
RemoteException(String s)
Constructs a RemoteException with the specified detail message.
RemoteException(String s, Throwable ex)
Constructs a RemoteException with the specified detail message and nested exception.
Thanks with Regards,
R a j - The K e r n e l
Join Delhi-NCR Nokia Developer's Community,
Hi ,
Midlet class name is UserValidator and its working fine on S60 Simulator.
But installing on Nokia 6233 its giving some Exceptions
Actually i dont have the provision to check on various mobile and as of now i m tryin on Nokia 6233 but gettin that Exception
Can any one please help me in this Regard
Thanks
Sagar.
Hi,
Have you ever try to search the web,I gave you link to read the same,there you must find the reason.just go and read,
Thanks with Regards,
R a j - The K e r n e l
Join Delhi-NCR Nokia Developer's Community,
Hello Krish,
Just go and check Nokia 6233 support the JSR given below..
And also Check Nokia N96 Support the JSRJSR 139 Connected, Limited Device Configuration (CLDC) 1.1
JSR 118 MIDP 2.0
JSR 185 Java™ Technology for Wireless Industry
JSR 75 FileConnection and PIM API
JSR 82 Bluetooth API
JSR 135 Mobile Media API
JSR 172 J2ME™ Web Services Specification
JSR 184 Mobile 3D Graphics API for J2ME™
JSR 205 Wireless Messaging API 2.0
JSR 226 Scalable 2D Vector Graphics API
Nokia UI API
See the Bold lines in both quotes. Nokia 6233 support the JSR 172 but as other JSR 172 not supported By 6233, but Nokia N96 support. May be One of this reason your application is not working in Nokia 6233 device.JSR 139 Connected, Limited Device Configuration (CLDC) 1.1
JSR 118 MIDP 2.1
JSR 248 Mobile Service Architecture Subset for CLDC
JSR 75 FileConnection and PIM API
JSR 82 Java™ APIs for Bluetooth 1.1
JSR 135 Mobile Media API 1.1
JSR 172 J2ME™ Web Services Specification
JSR 172 J2ME™ Web Services Specification (RPC package)
JSR 172 J2ME™ Web Services Specification (XML Parser package)
JSR 177 Security and Trust Services API for J2ME™
JSR 177 Security and Trust Services API for J2ME™ (SATSA-CRYPTO package)
JSR 177 Security and Trust Services API for J2ME™ (SATSA-PKI package)
JSR 179 Location API for J2ME™ 1.0
JSR 180 SIP API for J2ME™
JSR 184 Mobile 3D Graphics API for J2ME™ 1.1
JSR 205 Wireless Messaging API 2.0
JSR 226 Scalable 2D Vector Graphics API for J2ME™ 1.1
JSR 234 Advanced Multimedia Supplements
JSR 234 Advanced Multimedia Supplements 1.0 (audio3d)
JSR 234 Advanced Multimedia Supplements 1.0 (music)
IAP Info API
eSWT UI API 1.0.3
Nokia UI API 1.1
If u do not the device then send me your jad and jar files to me i will check this.
I waiting your responce.
Thanks
Osam
Hi Osam ,
What u said was Absolutely correct,I tried the same in some other mobile which has JSR - 172 support for XML as well as RPC then the application opened without any Execptions.
Thanks
Sagar
Hi ,
I'm finsihing my final university project , it works with emulator(nokia6300) on NetBeans .
Then ,with bluetooth I have transferred the jar file to my mobile but when I try to install the jar file its giving application error --> Failure of authorization.
FILE MANIFEST:
Manifest-Version: 1.0
Ant-Version: Apache Ant 1.7.1
Created-By: 1.5.0_09-b03 (Sun Microsystems Inc.)
MIDlet-1: Midlet, ,userinterface.MidletPrincipal
MIDlet-Vendor: Vendor
MIDlet-Version: 1.0
MIDlet-Name: MobileApplication1
MicroEdition-Configuration: CLDC-1.0
MicroEdition-Profile: MIDP-2.0
Thanks!!!!!
Make the version in "x.x.x" format (so, 1.0.0).
You get the error when you install? Or when you launch it? "Application error" sounds like a runtime problem.
Exactly what happens?
Graham.