Either you move your target device to a S60 2nd Ed device or ask any of your Java Developer friends to Sign the App for you! I know its a crazy suggestion though..
Regards
Gopal
Either you move your target device to a S60 2nd Ed device or ask any of your Java Developer friends to Sign the App for you! I know its a crazy suggestion though..
Regards
Gopal
That is JSR-75, permission ‘Read user data’ …… set to ‘Ask first time’.
As you can see on the list of permissions of real devices, this is not possible for your Nokia N80 out-of-the-box. Again, either you hack it, or you go for a newer phone with a newer edition. If this is a MIDlet of yours, instead of JSR-75, have you considered RecordStore API?
Hey, I've tried hacking it but to no avail, and I decided against RecordStore since my application takes advantages of a filesystem as opposed to a hash storage medium (for optimization). If you do have a potential way to 'hack' the device to allow this it would be much appreciated.
Thanks for your response nonetheless.