• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

New to J2ME and authorization failed message

 
Ranch Hand
Posts: 30
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi friends.
I'm new to J2ME and trying to execute a sample App on my phone (Nokia 3230).
The problem is when I'm trying to install the app phone prompts: "authorization failed" and installer quits!
This is the code I'm trying to test ! Sorry it's very simple but I have problems with that!


and ...


[ October 05, 2006: Message edited by: Kamyar Onikzeh ]
 
Ranch Hand
Posts: 1902
Hibernate Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Is it possible that your phone's just being finicky and wants a signed MIDlet? I've noticed in google searches that there seems to be an awful lot of Nokia users with problems on common MIDlets.
 
Kevin Onik
Ranch Hand
Posts: 30
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks Dear Theodore for your reply...
I've signed it and does not want to work again!!!
 
Theodore Casser
Ranch Hand
Posts: 1902
Hibernate Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The next thing I'd suggest checking are your JAD file and the manifest in your JAR - make sure they match... I'll see what I can dig up in the morning, as it's late here, unless someone else jumps in in the interim with better suggestions.
 
Kevin Onik
Ranch Hand
Posts: 30
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dear friend! Thanks for your replys
Something funny ... I was using JBuilder's archive maker for generating jar file,I tried to generate it by SDK and everything went fine! the content of both files are identical (including jad file )but the one which JBuilder is making can't be installed on the phone!
anyway thanks for your time !
 
Theodore Casser
Ranch Hand
Posts: 1902
Hibernate Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Kamyar Onikzeh:
Dear friend! Thanks for your replys
Something funny ... I was using JBuilder's archive maker for generating jar file,I tried to generate it by SDK and everything went fine! the content of both files are identical (including jad file )but the one which JBuilder is making can't be installed on the phone!
anyway thanks for your time !



My pleasure. Sometimes, it's wonky like that - there's no predicting it.
 
Everybody's invited. Except this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic