1. pckozub's Avatar
    I'm trying to explore storage options outside of using the protected methods that require you to get your code signed and pay a hundred bucks to RIM. Does anybody have any input on this, or am I just too cheap? :-)

    Thank you,
    Patrick
    04-10-09 12:40 PM
  2. ydaraishy's Avatar
    You can write to SD media (javax.microedition.io.file, not signed). Otherwise I think the only other option is to use PersistentObjects.
    04-10-09 06:51 PM
  3. footose's Avatar
    Agreed... PersistentObjects..
    04-14-09 12:23 PM
  4. pckozub's Avatar
    Thanks, folks. I really appreciate it :-)
    04-19-09 03:12 PM
  5. cwong15's Avatar
    I paid just $20 to get the signature keys from RIM. It shouldn't cost you $100.

    I seem to recall that both the J2ME RecordStore and FileConnection APIs are privileged operations: if your app is not signed, the phone will bug you with permissions every time you access them. This is why Opera Mini always asks permissions. I really think you should just put up the $20 for signing privilege.
    04-24-09 01:02 PM
LINK TO POST COPIED TO CLIPBOARD