• 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

Uploading J2ME App To Mobile Phone

 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello all J2ME Gurus
I just finished a j2me project. The problem is

Whenever I upload to the server the size of the jar file changes by about 4KB
When I try to download, I get a jar-size mismatch error on my phone
Please what do I do

Thanks
 
Ranch Hand
Posts: 160
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
How many actual bytes does it change? On some systems 4KB is the default block size.

Does the problem occur only when downloading to the phone or do you have the same problem when downloading the file to the PC?
 
Akintayo Olusegun
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for your reply,
. I have this problem only when I am downloading to the phone(jar size mismatch).
What I am thinking of doing now is find someone that could host this application on his/her server for me because It is taking too much time and I don't have it.
 
Rashid Mayes
Ranch Hand
Posts: 160
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You can host the application for free on www.hostj2me.com.

It supports OTA delivery. You can also use hostj2me.com to handle the midlet install notify reporting.

If still have problems installing, send me a note. I can test it on my N70, E61, S66, or 8100.
 
Akintayo Olusegun
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks so much, now I can download it but I have other problems, I have posted it on forum under heading HttpConnection problems. Please read this also and maybe you cud help me out. Thanks
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic