View Single Post
  (#55 (permalink)) Old
rivviepop Offline
BlackBerry Extraordinaire
 
rivviepop's Avatar
 
Posts: 2,166
Join Date: Dec 2006
Location: san francisco
Model: 8320
PIN: n/a
Carrier: t-mobile
Default 02-12-2008, 02:11 PM

Quote:
Originally Posted by Olnex View Post
1 You J2ME VM does not has JSR 75 support, MTextReader needs JSR 75 to access local data(for text files)
All the 83xx and 81xx BlackBerry devices have JSR75 support, the FileConnection class works for other applications on my device. I have the 8320 with OS 4.2.2.180. This is not the problem.

Quote:
2 You disabled local access for unauthorised J2ME app, default is everytime J2ME app access your local data, you will be prompted and you can choose accpet or refuse, however, you can set it as always disabled without asking
My permissions for MTextReader are set to 'Allow' for all data, everywhere. This is not the problem.

I have heard it mentioned from other J2ME developers that the problem with "verification error" errors might be because of the obsfucation used when compiling your JAR; can you alter/change/disable the obsfucation method(s) for us to try?

This same problem happens with some (not all, just some) J2ME applications found on getjar.com, which is where I contacted other developers and they mentioned the obsfucation problem.
   
Reply With Quote