Procedure to sign the Midlet

hi,
I am working on project which have capibilities get contacts(jsr75), dialing and mesaging. our purpose is to get certificate for trialing to sign the midlet to avoid the conformation messges. please tell me how i get the certificate which helps me to sign the midlet.
thanks for those who tell me.

I'm doing exactly the same thing for a demo. How did you have the midlet signed and installed on mobile device?

Similar Messages

  • How to sign the MIDlet

    Hello,
    I am doing application for Motorola L7 SLVR.
    I want to sign the midlet but I don't know the detail procedure of signing midlet.
    If I want to go through Verisign certificate then is there any way to get trail basis certificate? and yes then how?
    Thanks in advance.

    All you need to know about the technique of signing is available at
    http://www.spindriftpages.net/blog/dave/2006/06/18/midlet-jar-signing-a-tutorial-revised/
    This will tell you how to create a trial certificate by yourself, sign and test it on your phone. If that is all you need the you are done.
    However if you need to distribute your signed jar & jad to other phones, these other phones must have the trial certificate. In such a case you would usually sign it with a code signing certificate obtained from a certifying authority (like Verisign, Thawte etc.). This certificate would have to be imported onto that phone.

  • Sign a midlet, and build a prc file

    Hi !
    I have a java midlet that writes a file in the palm, using FileConnection.
    Due to security system, the palm prompts if the user allows the midlet to write in the palm. But I don't want this prompt, and I think I must sign this program.
    I have a pkcs12 keystore (.p12), then I would like to sign the midlet with this p12.
    I tried to sign the jar thanks to Netbeans, but when I try to tranform jar+jad in prc, it doesn't work.
    I tried to sign the prc using prcsign.exe, but I don't know how to sign a prc with a p12 file.
    Can you help me, please ?
    Thank you.
    Laurent

    I install portecle.
    Then load into it a keystore with keypair that make csr..
    load into keypair a ca response.
    save keystore and use it to sign midlet.
    I install into nokia n73.
    Install successful but the http permission is asked anyway.
    What's wrong?

  • (Self-)signing a MIDlet for use on ~10 phones without spending money

    Hello everyone,
    I just spend like 4 hours researching how to sign MIDlet and I am totally confused.
    Instead of asking for general instructions I am going to explain what I want to do. Hopefully that will enable people to tell me whether or not this is possible and what steps I should take.
    What I want to do:
    * I have a MIDlet (JAR+JAD pair), written for J2ME CLDC 1.1/MIDP 2.0
    * This program needs to read and write files, as well as access GPS (using the Location API). I have specified the needed permissions in the JAD file (MIDlet-Permissions and MIDlet-Permissions-Opt)
    * The end goal is to be able to run this program on a limited number (<=10) of phones. All phones are Nokia handsets running S60 3rd Ed. FP1/2. They are owned by my organisation so the IMEI numbers are known
    * And now for the important thing: the program should not throw runtime warnings when files are accessed or the location API is used
    * Because this is an entirely non-commercial thing the whole process should not cost me any money
    So far I've been testing this application on a single Nokia N95-2 (8GB). Because the MIDlet is unsigned (or at least I believe that is why) it throws lots of runtime warnings (concerning file access and location access, eg: "Allow application X to read user data?" YES/NO). So this is exactly what I need to avoid when deploying this program on the ~10 other phones.
    I understand that it is most likely impossible to achieve this with a single "signed" file that can be deployed on all 10 phones. However, supposing there is some free(!) "(self-)signing" procedure that produces a MIDlet that will work without the runtime warnings on a specific phone (identified by IMEI#), I am perfectly willing to go through this procedure for every phone/IMEI involved.
    So is this possible? And if so, what are the steps I should take. Please give me as much info as possible. I've been googling for hours and I ave yet to find a decent explanation for a scenario like this.
    Thanks in advance!

    It is my understanding (from posts on other forums) that the procedure explained on that webpage ( [http://browndrf.blogspot.com|http://browndrf.blogspot.com] ) only works/worked on Nokia S60 2nd edition devices, due to a bug (or feature?) in Nokia's MIDP implementation. In the 3rd edition of the S60 platform this bug was fixed so the procedure no longer works.
    As for my own project, we bit the bullet and got ourselves a Verisign certificate after all (for a whooping $500). So the problem is solved, although it wasn't exactly cheap.
    Thanks for your helpful comments.
    Regards,
    M.S.

  • Problem with running the midlet class (Error with Installation suite )

    hi everyone...
    i have problem with running the midlet class(BluetoothChatMIDlet.java)
    it keep showing me the same kind of error in the output pane of netbeans...
    which is:
    Installing suite from: http://127.0.0.1:49296/Chat.jad
    [WARN] [rms     ] javacall_file_open: wopen failed for: C:\Users\user\javame-sdk\3.0\work\0\appdb\delete_notify.dat
    i also did some research on this but due to lack of forum that discussing about this,im end up no where..
    from my research i also find out that some of the developer make a changes in class properties..
    where they check the SIGN DISTRIBUTION...and also change the ALIAS to UNTRUSTED..after that,click the EXPORT KEY INTO JAVA ME SDK,PLATFORM,EMULATOR...
    i did that but also didnt work out..
    could any1 teach me how to fix it...
    thanx in advance... :)

    actually, i do my FYP on bluetooth chatting...
    and there will be more than two emulators running at the same time..
    one of my frens said that if u want to run more than one emulator u just simply click on run button..
    and it will appear on the screen..

  • Signing a Midlet

    My midlet connects to a servlet through an Http connection. It works perfectly on the emulator, but when I run it on my mobile phone it throws an IO exception.
    I was wondering if signing a midlet would solve my problem. If not, what is the benefits of signing a midlet.

    The answer in one word : NO
    The Emulator only represents an simulation of the actual device, it is not the actual device. So if ur codes run in the emulator don't take it for granted that it is all working and it is bound to run in the device too. There are several pros & cons that are need to be handled while running in the real device.
    The benefits of signing a midlet does not certainly involve solving the pitfalls of your code (or your actions) and make it run. It has certain purposes to handle.
    Hope this will help u to know this :
    http://developer.motorola.com/techresources/testingcertification/testing_signing_programs/MIDlet_Testing_and_Signing.pdf/
    Your problem here seems to be a security problem. Tell me if u are getting any dialog that asks for your permission to establish the connection or not. And after that another dialog asking which gateway to choose among the existing ones in your phone. If this two are coming then your code is working well at least till the connection establishment step. Is then your app fails to run? If so try to reach the url using the same gateway in the web browser in your phone. I'm quite sure that if your code is ok then it is the problem with the gateway.
    Hope you will find out the problem.
    Regds,
    SD

  • Good day. I have a problem is a procedure to change the firmware? I have 5,0,1 but with our SIM only works 5,0,0

    good day. I have a problem is a procedure to change the firmware? I have 5,0,1 but with our SIM only works 5,0,0

    onix_76 wrote:
    how come? Documents also have on hand to buy as photo and check the box
    So what?  The second-hand shop you bought it from didn't follow the right procedures.  You also didn't follow the right procedures to make sure that iPhone was not in Activation Lock.  It's like buying a car for cash but not getting the title signed over to you.  It's not your car if you don' have the title.  And that's not legally your iPhone if the previous owner's Apple ID is still registered to the device for Find My iPhone/Activation Lock.
    Only a proof of purchase from the ORIGINAL retail store would do any good at all.  Return the device to where you bought it and demand your money back.  If they refuse, either get a lawyer and/or turn in the device to local police.  If you're in possession of stolen property, then the cops won't care about where you got it from.

  • Signing a midlet advice

    Hi whats the difference between a self signed one and one that you buy from somewhere?
    which is the best certificate to buy and why do midlets need them?

    self-signed will NOT result in your MIDlet suite becoming trusted in production, since your mobile device will not be able to verify this "personal" certificate with any of its trusted certificate authorities. it just creates the right format to allow the midlet suite to be signed.
    you have to buy from someone like verisign or perhaps thwate. it costs around $500 the last time i checked.

  • Sign a Midlet

    Hi
    I want to sign my MIDlet but I don't have my own server . So , I want to use the Java keystore but I don't have its password . Can you help me to sign it . Thanks

    Hi,
    Check this link, Hope it helps you.
    http://java.sun.com/j2me/docs/wtk2.0/user_html/security.html#wp34514
    Prabhu.

  • Problems signing a Midlet

    I have gone purchased a certificate from Verisign and have imported it into my Keystore, used the NetBeans IDE to sign my midlet suite with it, but when I attempt to install the midlet suite with the OTA provisioning tool, I get this message: "... the public key used for authorization has expired."
    Not suprisingly when we attempt to install it on an Ericson handset, the download fails, and on a WIndows mobile device, we get a message "...unable to verify digital signature."
    Any idea what is wrong?
    Thanks

    hi,
    I am also devloping an Application in which i was supposed to use ASP in the server side.I have created an selef sgned certificate.I don't know how to import the certificate to WTK23 and also to real device.
    If you found solution let me know the way to do that.
    Thanks in advance
    lakshman

  • There any way to re-sign the app developed with Adobe DPS?

    Hi Everyone , I explain a problem that I have with DPS Single Edition ( it useful that is until May ) to see if anyone knows a solution. I have developed an app for a client , but the client wants to publish the app in Apple Developer with your name . How to export the .ipa or .zip Dps asks certificates Apple account and logically put mine ... (customer is a large company and I do not give me your passwords Apple etc ) you know if there any way they can re-sign the app ? As you do when you develop an app for a client who wants to publish on their own?

    Ok they'll ask my client to send me those files.
    With notifications no problem because the app does not.
    With respect to  Itunes connect and publication in the AppStore, will my client who is responsible for publishing the app, complete data etc. from their own.
    Your help has been very helpful to me. 

  • Procedure to save the output of a query into excel file or flat file

    Procedure to save the output of a query into excel file or flat file
    I want to store the output of my query into a file and then export it from sql server management studio to a desired location using stored procedure.
    I have run the query --
    DECLARE @cmd VARCHAR(255)
    SET @cmd = 'bcp "select * from dbo.test1" queryout "D:\testing2.xlsx;" -U "user-PC\user" -P "" -c '
    Exec xp_cmdshell @cmd
    error message--
    SQLState = 28000, NativeError = 18456
    Error = [Microsoft][SQL Server Native Client 10.0][SQL Server]Login failed for user 'user-PC\user'.
    NULL
    Goel.Aman

    Hello,
    -T:
    Specifies that the bcp utility connects to SQL Server with a trusted connection using integrated security. The security credentials of the network user,
    login_id, and password are not required. If
    –T is not specified, you need to specify
    –U and –P to successfully log in.
    -U:
    Specifies the login ID used to connect to SQL Server.
    Note: When the bcp utility is connecting to SQL Server with a trusted connection using integrated security, use the
    -T option (trusted connection) instead of the
    user name and password combination
    I would suggest you take a look at the following article:
    bcp Utility: http://technet.microsoft.com/en-us/library/ms162802.aspx
    A similar thread regarding this issue:
    http://social.msdn.microsoft.com/Forums/sqlserver/en-US/b450937f-0ef5-427a-ae3b-115335c0d83c/bcp-connection-error-sqlstate-28000-nativeerror-18456?forum=sqldataaccess
    Regards,
    Elvis Long
    TechNet Community Support

  • Multiple users signing the pdf form

    I have date fields in the pdf form in which the signed date is inserted when each user signs the form. Although the Digital Signature property in pdf provides date property on the signature image. But we have a business requirement to show date field separately on pdf form. Suppose User1 signs the application and the date is inserted in its corresponding date field. But when User2 signs the application and the date is inserted the signatures of User1 gets invalidated.
    Is there any way by which pdf field can be made editable even after one user signs the application?

    PDF supports multiple signatures on a single form or document.  When using a form, you can use field collections to associate specific fields to a certain signature and lock those fields after signing, while leaving other fields accessible.  There are many posts throughout this forum that discusss this functionality, here is one...  http://forums.adobe.com/thread/769340
    As for signature status, applying a second signature (or more) after a form or document has been signed will NOT invalidate the original signature, however it will change the status of the original signature to something like "Valid with signed changes".  Each subsequent signature will change the status of the previous signature, but this is not the same as invalidating a signature.
    This behaviour is by design as a signature applied to a PDF signs the entire byte range of the PDF, not just a portion of it.
    Regards
    Steve

  • How to write a procedure to load the data into a table using xml file as input to the procedure?

    Hi,
    Iam new to the xml,
    can u please anyone help me how to write procedure to load the data into a table using xml as input parameter to a procedure and xml file is as shown below which is input to me.
    <?xml version="1.0"?>
    <DiseaseCodes>
    <Entity><dcode>0</dcode><ddesc>(I87)Other disorders of veins - postphlebitic syndrome</ddesc><claimid>34543></claimid><reauthflag>0</reauthflag></Entity>
    <Entity><dcode>0</dcode><ddesc>(J04)Acute laryngitis and tracheitis</ddesc><claimid>34543></claimid><reauthflag>0</reauthflag></Entity>
    <Entity><dcode>0</dcode><ddesc>(J17*)Pneumonia in other diseases - whooping cough</ddesc><claimid>34543></claimid><reauthflag>0</reauthflag></Entity>
    </DiseaseCodes>.
    Regards,
    vikram.

    here is the your XML parse in 11g :
    select *
      from xmltable('//Entity' passing xmltype
    '<?xml version="1.0"?>
    <DiseaseCodes>
    <Entity><dcode>0</dcode><ddesc>(I87)Other disorders of veins - postphlebitic syndrome</ddesc><claimid>34543></claimid><reauthflag>0</reauthflag></Entity>
    <Entity><dcode>0</dcode><ddesc>(J04)Acute laryngitis and tracheitis</ddesc><claimid>34543></claimid><reauthflag>0</reauthflag></Entity>
    <Entity><dcode>0</dcode><ddesc>(J17*)Pneumonia in other diseases - whooping cough</ddesc><claimid>34543></claimid><reauthflag>0</reauthflag></Entity>
    </DiseaseCodes>
    ') columns
      "dcode" varchar2(4000) path '/Entity/dcode',
      "ddesc" varchar2(4000) path '/Entity/ddesc',
      "reauthflag" varchar2(4000) path '/Entity/reauthflag'
    dcode                                                                            ddesc                                                                            reauthflag
    0                                                                                (I87)Other disorders of veins - postphlebitic syndrome                           0
    0                                                                                (J04)Acute laryngitis and tracheitis                                             0
    0                                                                                (J17*)Pneumonia in other diseases - whooping cough                               0
    SQL>
    Using this parser you can create procedure as
    SQL> create or replace procedure myXMLParse(x clob) as
      2  begin
      3    insert into MyXmlTable
      4      select *
      5        from xmltable('//Entity' passing xmltype(x) columns "dcode"
      6                      varchar2(4000) path '/Entity/dcode',
      7                      "ddesc" varchar2(4000) path '/Entity/ddesc',
      8                      "reauthflag" varchar2(4000) path '/Entity/reauthflag');
      9    commit;
    10  end;
    11 
    12  /
    Procedure created
    SQL>
    SQL>
    SQL> exec myXMLParse('<?xml version="1.0"?><DiseaseCodes><Entity><dcode>0</dcode><ddesc>(I87)Other disorders of veins - postphlebitic syndrome</ddesc><claimid>34543></claimid><reauthflag>0</reauthflag></Entity><Entity><dcode>0</dcode><ddesc>(J04)Acute laryngitis and tracheitis</ddesc><claimid>34543></claimid><reauthflag>0</reauthflag></Entity><Entity><dcode>0</dcode><ddesc>(J17*)Pneumonia in other diseases - whooping cough</ddesc><claimid>34543></claimid><reauthflag>0</reauthflag></Entity></DiseaseCodes>');
    PL/SQL procedure successfully completed
    SQL> select * from MYXMLTABLE;
    dcode                                                                            ddesc                                                                            reauthflag
    0                                                                                (I87)Other disorders of veins - postphlebitic syndrome                           0
    0                                                                                (J04)Acute laryngitis and tracheitis                                             0
    0                                                                                (J17*)Pneumonia in other diseases - whooping cough                               0
    SQL>
    SQL>
    Ramin Hashimzade

  • How to clear the cookie in midlet before quite the midlet?anyone?pls

    i am fresh in J2ME . Can anyone teach me on how to clear the cookie in midlet before i quit from it?
    I designed an application that require login and use session(cookie) management, i need to clear the cookie before or during i quit the midlet, so that the user will need to login again after quit from midlet. Can anyone pls assist me? i need it urgently!

    I designed an application that require login and use session(cookie) management,How did you implement the cookies. This isn't a built-in part of J2ME. You have to implement it yourself (saving the cookie and resending it in future requests), so only you can know how to delete it.
    shmoove

Maybe you are looking for

  • How to activate table in SAP Dictionary?

    Hi Friends! There is a table in the Oracle database, and I need see it as sap table. The basis guys told me that they have been create a synonimous. I can not see this yet, they told me that I need activate it in Abap dictionary. How can I do it? Tha

  • Mountain Lion not installing on 2009 Mac Mini

    I have tried a few times to install the new Mountain Lion OS X onto my 2009 Mac Mini. I have gone through the basic checklists of what to do prior to installing but the install keeps on getting stuck after the original download and restart. Once down

  • How to trigger abap report from module pool

    hi, continuing with this link table control this is done (Module pool ) there were two buttons (accept and delete )in the module pool..so when the user  clik 'accepts '  the records (from table control ) then it shud call abap report which will run i

  • How should I break out individual Acts from an entire performance?

    I've successfully assembled multiple video clips and separately recorded audio into a master timeline, of a community (Chinese) New Year's show lasting 1½ hours. I want to break out portions of that to polish and post on youku, use as a single source

  • 20 Gigs of DAT files in my C:\windows\temp folder

    What are these files? How are they being generated? Are they needed? What can I do to prevent this? They all look like __CRX7373799929299388.dat I have these on my Staging server and on local dev installs of CQ5 thanks!