| Reply | « Previous Thread | Next Thread » |
|
Hello. I am developing an Application which uses JSR 75 and MMAPI. I understand that I will have to sign my MIDlet in order to grant permission to both APIs without asking every time (Writing files and taking snapshots).
But I am not willing to pay $400+ for a Verisign certificate just for testing! (If one day I'm no longer a poor student, I might take this into consideration, but certainly not only for testing) So, my question is this: Is there any possibility to get a free certificate signed for testing purposes? I have heard that for symbian there is such a possibility at www.symbiansigned.com where they create free certificates which are valid for only one device / IMEI. Thanks for answers |
|
In general (see the footnote), you have access to these APIs also from unsigned MIDlets. However the user is presented confirmation dialogs before the APIs are accessed. The MIDlets have default access rights and you can also manually change the settings a little restrictive ones for each API (check the MIDP spec for recommended security policy settings).
Also Thawte certificate should be a little less expensive (but still too expensive for a student I guess) MIDP spec disallows installation of code signing certificates after manufacturing. On some device this might be possible though (S60 2nd Edition for example) Hartti (footnote: some operator branded phones might have more restrictions in place. Is your phone a branded one?) |
|
Quote:
I believe that my device is branded, although I don't know exactly what that means. My provider is O2 Germany. But I don't see how this could bring me any further, since I have to cope with the restrictions given. Anyway: How can I find out which root certificates are installed on a device? Thanks for your reply |
|
For such a project stick to the emulator like the Java Platform SDKs. There you can adjust the trust setting like you want and these SDKs are very, very near to a real device.
In the future, please use the search feature on the upper left of this forum. As hartti pointed out, there is no alternative to thawte, VeriSign or Java Verified. A professional MIDlet author even uses thawte+VeriSign or VerSign+Java Verfied. Your device (operator) does not have more restricted policies in force. |
|
I think Sybmian signed certificate does not work on J2ME app
|
|
Quote:
|
|
This is why I answered – there is no similar way.
|
| Reply | « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|---|---|
| Thread | Thread Starter | Forum | Replies | Last Post |
|---|---|---|---|---|
| J2ME MIDlet is limited, why not Java applications on mobile? | chen_lin99 | Mobile Java General | 11 | 2007-12-29 02:15 |
| Execute Java applications at the phone from the mobile | JasonN | Mobile Java General | 4 | 2006-10-03 14:36 |
| Self-signed CA certificate | blackbuddha | Mobile Java Networking & Messaging & Security | 6 | 2006-07-25 12:03 |
| About Dialog | lilesh | Symbian User Interface | 2 | 2005-05-30 06:11 |
| how to distinguish between the phone and mobile phone field in the contact database. | acelias | General Symbian C++ | 2 | 2005-03-19 08:42 |