WTK2.0 Beta 2.0 OTA provisioning

Trying to use OTA provisioning tool that came with WTK2.0.
I tried to install an application, go a message no midelt
found, check url. The host is correctly setup to serve
the jad and jar file. Thought I made some mistake in setting
up host, tried to download several apps already released commercially by other companies on the web and got the message for every such app.
Am I specifying url incorrectly? I tried giving url with ".jad" and without ".jad" extension. still no luck. Anybody has tried this can you please post the url that you enter exactly in test box?
for example I tried this url
http://www.innograte.com/mobile/midp/install/Dwindle.jad
the html file is here
http://www.innograte.com/mobile/midp/
can you install this game on your OTA app in wtk2.0 or any other url?

I got it working but..
One thing I have noticed just any page which
links to jad is not sufficent. You have to have
a page where there is nothing but simple link. I have
a html page with a table and inside one of the table
cell there is link to jad. It seems somehow it can't
parse the table formatting. When I created a simple html
file with nothing but link to jad file readily recongnized it.
Anybody has noticed this behaviour?

Similar Messages

  • Close help with OTA Provisioning

    Dear colleages.
    I have a challenge to develop and deploy a E-2-E application for a big company in Argentina. I have not problems with the design and developping stages it is not quite clear for me some OTA provisioning technical considerations.
    1) The system�users have MIDP-1 and MIDP-2 Java cell phones so, I need to know if is it possible to provisione both device�types simultaneously ( I mean, usin the same server side process). If so, please, lead me in order to do it ( if you have example codes, write papers, etc, it will be better).
    2) On the other hand my question is: �Is it neccesary to do something over the devices in order to provisioning them (I mean, moreover to programming OTA)?
    Thanks in advance.
    Ernesto Blufstein.

    Dear leden,
    I've setup a new service for give a test environment to midlet developers. And i mentioned about it in a new thread. You can find details at http://forum.java.sun.com/thread.jspa?threadID=5230880
    If you like this service, please don't forget to give my duke stars here in this thread.
    Sincerely,
    Ran

  • Can't Update to iOS 6.0 Beta 2 via OTA

    I purchased the iOS developer license today and have been trying to update my iPhone 4S to iOS 6 beta 2 via OTA, but every time I check for the update, it says that 5.1.1 is the latest version.  What am I doing wrong?  Thanks in Adance.

    You can NOT Update from 5.1.1 to 6.0 Using OTA! You need to use the .DMG File that is alailable to Paid Developers Only @ http://developer.apple.com/ You can however update from Beta 1 to Beta 2 using OTA. Just FYI.

  • MIDlet OTA provisioning

    How do I read the status code after MIDlet installation using the URL put against the parameter MIDlet-Install-Notify? My jad file has -
    MIDlet-Install-Notify: http://127.0.0.1:8080/examples/jsp/MidletJsp/MidletJsp.jsp
    in the above jsp, I have the code as :
    <% out.print(request.getParameter("status")); %>
    but the status does not get displayed.
    Can anyone please tell me how to access the status?
    Any good pointers to source of information would be welcome as well.
    Thanks in anticipation.
    Harsha

    /***  Code to read the MIDlet-Install-Notify status codes ****/
            char[] body = new char[request.getContentLength()];
            int count = request.getReader().read(body);
            String status = new String(body,0,count);
            System.out.println(status );
    [/code]
    /***** Output ***/
        900 Sucess
    <b> Important: </b> Looking a solution for the following problem:
    I am developing an <b> OTA Provisioning platform for Java Games </b> . Herez the flow:
    -> End User (Client) requests a content by entering his mobile no. via website
    -> Server sends a WAP PUSH (Binary SMS) to his mobile.
    -> When User opens the WAP PUSH (SMS), it will connect via GPRS to the server and start retrieving the game ( I am using Servlet to stream the JAD File)
    -> Then it will retrieve JAR file (path defined in JAD file)
    ->  I have defined:
               MIDlet-Install-Notify: http://myserver.com/content?323
    in  JAD File. So after Installation the Mobile handset connects the URL specified. I am then grabbing the status code i.e 900 or 901 ....
    Problem:
    <b> User Tracking: </b> I am not able to track the user for billing purpose e.g there are number of users each having unique Ids. When they download the content the  Install-Notify connects to servlet but i am not able to distinguish among users as i am not able to dynamically assign User ID to MIDlet-Install-Notify URL in  JAD File.
    I am in now in real trouble. If any one knows the solution how to maintain session or URL rewriting i.e dyanmically  assign Parameters to MIDlet-Install-Notify plz share it.
    Thanks in advance
    Hamid
    [email protected]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • OTA provision

    Hi,
    I have been asked to look into developing a module for a course at the college I work in. The course is to be about mobile games development. I have plenty of time to pull together some resources and I was wondering what the best way of provding the games to mobile devices would be.
    I have some money available and I think it would be a good idea to provide OTA so the students can download the games they produce to their own devices. Obviously we already have our own network and we are obtaining our own server spefically for this course.
    Q1 is it feasable to provide our own OTA provision?
    Q2 what kit is involved and what sort of cost are we looking at?
    Thanks in advance.
    ps we are in England so directions within this country woud be preferred.

    OTA provisioning is not hard. As i understand it, you really only need a web server and a JAD and JAR file.
    If you don't mind exposing your app to the world, you can do it for free at http://www.midlethosting.co.uk/

  • OTA Provisioning - Midlet-Install-Notify session tracking / URL rewriting

    Hi all,
    While developing an OTA provisioning platform, I got stuck at the nearly end of solution(User Tracking), hopefully a small thingy for you.
    Now looking for a solution/help/advice (Thanx). The details are
    I am developing an OTA Provisioning platform for Java Games . Herez the flow:
    -> End User (Client) requests a content by entering his mobile no. via website
    -> Server sends a WAP PUSH (Binary SMS) to his mobile.
    -> When User opens the WAP PUSH (SMS), it will connect via GPRS to the server and start retrieving the game ( I am using Servlet to stream the JAD File)
    -> Then it will retrieve JAR file (path defined in JAD file)
    -> I have defined:
    MIDlet-Install-Notify: http://myserver.com/content?323
    in JAD File. So after Installation the Mobile handset connects the URL specified. I am then grabbing the status code i.e 900 or 901 ....
    Problem:
    User Tracking: I am not able to track the user for billing purpose e.g there are number of users each having unique Ids. When they download the content the Install-Notify connects to servlet but i am not able to distinguish among users as i am not able to dynamically assign User ID to MIDlet-Install-Notify URL in JAD File.
    I am in now in real trouble. If any one knows the solution how to maintain session or URL rewriting i.e dyanmically assign Parameters to MIDlet-Install-Notify plz share it.
    Thanks in advance
    cheers
    Hamid
    [email protected]

    Actually, this is not too hard: all you need is a server generating or at least processing the JAD-files. Then you can process the JAD file before it gets downloaded to the mobile device and add a parameter with the unique ID. Send this unique ID with each request of the MIDlet, and your done...
    Code obviously depends heavily on your server technolgy and application architecture (e.g. database used etc.), on the MIDlet-side you need MIDlet.getAppProperty(String propertyName) (instance method of MIDlet).
    Hope this helps,
    david

  • [iPhone SDK 2.0 beta 7] Why No Provisioning files available to select?

    I have three provision files loaded in Organizer and all have the check flag indicating they have all been loaded and are active in Xcode. But when I go to the Project Build tab per instructions and click on the provisioning section none of the profiles are available to choose, only the default place holder. I have tried the suggestion of closing and restarting xcode and all were created since the first day provision bug was fixed. All three show up in the portal as active. As far as I can tell, the APID in the provision matches what is in the project although I'm not sure that should matter according to what I have been reading.
    Message was edited by: casasims

    I was having the same issues yesterday. Finally, last night, I removed the keys I used to request my certificate, removed my certificate, applied for a new one, installed it, requested a new provisioning profile (com.domain.*) with the new certificate, loaded that. Then the profile appeared in my signing options in the Project Info screen. So I selected the new profile for Code Signing Provisioning Profile, and the two items within that - Any iPhone OS Device and Device - iPhone OS2.0. For the code Signing Identity's Device - iPhone OS2.0 I put iPhoneDeveloper:Firstname Lastname. I set my bundle identifier to com.domain.appname in the Info.plist (in the resources folder of my project). It then worked <whew>.
    So I essentially started over with the whole development certificate/provisioning stuff, and added the Bundle identifier key to my plist file and put the app identifier there (without apple's seed at the beginning)
    Brian

  • OTA Download and HTTP Status Codes

    Hi there,
    i am planning to check the http status code of an OTA download. Even if I interupt the download process, the server still responds with status 200.
    Does anbody have an idea, how to implement this process?
    Thanx,
    Simone

    i have relatively a same question. I am developing an OTA Provisioning platform for Java Games . Herez the flow:
    -> End User (Client) requests a content by entering his mobile no. via website
    -> Server sends a WAP PUSH (Binary SMS) to his mobile.
    -> When User opens the WAP PUSH (SMS), it will connect via GPRS to the server and start retrieving the game ( I am using Servlet to stream the JAD File)
    -> Then it will retrieve JAR file (path defined in JAD file)
    -> I have defined:
    MIDlet-Install-Notify: http://myserver.com/content?323
    in JAD File. So after Installation the Mobile handset connects the URL specified. I am then grabbing the status code i.e 900 or 901 ....
    Problem:
    <b> User Tracking: </b> I am not able to track the user e.g there are number of register users each having unique Id. When they download the content the Midlet-Install-Notify connects to servlet, but i am not able to distinguish among users as i am not able to dynamically assign User ID to MIDlet-Install-Notify URL in JAD File.
    I am in now in real trouble. If any one knows the solution how to maintain session or URL rewriting i.e dyanmically assign Parameters to MIDlet-Install-Notify plz share it.
    Thanks in advance
    Regards
    Hamid
    [email protected]

  • OTA and HTTP Status Codes in Motorola T720

    Hi,
    I am trying to check OTA status code by using T720. I wrote a simple servlet to receive the status code after midlet install, and also set up the MIDlet-Install-Notify attribute to point to the servlet.
    T720 works fine in download and install, but doesn't start my midlet and I didn't get the status code.
    I truly believe I missed something which is very important in this issue which I really have no clue (servlet code? config? ...)
    Can anyone help?
    Greatly appreciated!

    I am developing an OTA Provisioning platform for Java Games . Herez the flow:
    -> End User (Client) requests a content by entering his mobile no. via website
    -> Server sends a WAP PUSH (Binary SMS) to his mobile.
    -> When User opens the WAP PUSH (SMS), it will connect via GPRS to the server and start retrieving the game ( I am using Servlet to stream the JAD File)
    -> Then it will retrieve JAR file (path defined in JAD file)
    -> I have defined:
    MIDlet-Install-Notify: http://myserver.com/content?323
    in JAD File. So after Installation the Mobile handset connects the URL specified. I am then grabbing the status code i.e 900 or 901 ....
    Problem:
    <b> User Tracking: </b> I am not able to track the user e.g there are number of register users each having unique Id. When they download the content the Midlet-Install-Notify connects to servlet, but i am not able to distinguish among users as i am not able to dynamically assign User ID to MIDlet-Install-Notify URL in JAD File.
    I am in now in real trouble. If any one knows the solution how to maintain session or URL rewriting i.e dyanmically assign Parameters to MIDlet-Install-Notify plz help/advice the solution.
    Thanks in advance
    cheers
    Hamid
    [email protected]

  • OTA Error code 37 ( jar downloading problem)

    Hi all,
    I am new to j2me and recently creates an apps ..my apps works fine on OTA Provisioning if default url is used for downloading jad/jar....but when i used tomcat server it gives an error while downloading jar file OTA error code 37...i have also configure the mime type in tomcat's web.xml file...and try differnt ways....but still problem not resolved....please anybody help me to remove this error...Thanx in advance
    -JPF

    Hi,
    did you add these 2 MIME types?
    application/java-archive - jar
    text/vnd.sun.j2me.app-descriptor - jad

  • J2ME client server

    Hi i have a client J2ME application written verifyed and running. I am a little new to the whole programming thing but I was wondering if anybody knew if it was possible to use JSP or a servlet to distribute an application like a quiz on my server, package this into a midlet and then send it to a client and then return the results in either sms or an e-mail format using a pop3 connection
    I think it is possible to do this in WML format. I know this would be more practical as the results would just be looked up in the browser of the deivce and these would link to the database. However I am having trouble setting up the server. I am not quite sure how to go about it.
    I have downloaded tomcat 4.1 and i have just run it on the default localhost port number. But I am not sure where to go from here. I tried to write a servlet to deal witht the application request but I am not sure how to setup a database or the files I want downloaded for OTA provisioning. I have the WTK2.0 beta with OTA. I tried uploading the final jar and jad files to my public web space but I guess since there are not supportive mime settings this will not work.
    Any advice or help would be greatly appreciated for a dummy programmer.
    thanks,
    Prashant

    I have managed to configure tomcat properly so far and am interested in a server that can discover the IP addresss of a device using a midlet.

  • Application Architecture - Any Suggestions?

    I am in the process of setting up a wireless application sandbox, and a few things are unclear to me. What does the architecture / configuration look like between the 9i WE the Wap Gateway and the Wireless Network. How is the Wap Gateway found from the Wireless Network? Where is that configuration registered?
    Oracle documentation says that 9i WE has been tested with the Infinite Technologies WAPLite Wap Gateway. Is this a good starting point? Or are there better Wap Gateways available?
    For those that have gone through the steps of configuring 9i WE internally, and made it accessible via Wireless Networks - Do you have any advice / suggestions?
    Any Thoughts?
    Thanks,
    Jeff

    You can read more about the support of messaging drivers in the following topic:
    Re: MMSC service Providers
    If you would like to read more about integration with 3rd party products please refer to:
    http://otn.oracle.com/tech/wireless/integration/index.html
    It is possible to configure messaging clients and WAP gateways for OTA provisioning.
    Rgds,
    Thomas

  • WTK 2.2 Linux Version, SMS send between phones broken?

    Sending SMS messages from one phone to another seems to be broken in the Linux version of WTK2.2. I'm testing using the WMADemo MIDlet included with WTK2.2. Using the Linux version of the WTK2.2 emulator I get a "java.io.IOException: Connection closed" error from the phone sending the message (see below for full error). When I run the exact same MIDlet in the Windows version of the WTK2.2 emulator I don't get the error and the message is sent correctly and received by the other phone. Is there an existing bug report on this problem? If not how do I open one? I'm using Fedora Core 2 (Linux laalaa 2.6.5-1.358 #1 Sat May 8 09:04:50 EDT 2004 i686 i686 i386 GNU/Linux) and j2sdk1.4.2_08. I'm running the emulators from a NetBean 4.1 (same behavior in NB4.0) project.
    Thanks for your assistance.
    -- Steve
    Send caught:
    java.io.IOException: Connection closed
    at com.sun.midp.io.j2me.datagram.Protocol.ensureOpen(+16)
    at com.sun.midp.io.j2me.datagram.Protocol.newDatagram(+4)
    at com.sun.midp.io.j2me.sms.DatagramImpl.send(+257)
    at com.sun.midp.io.j2me.sms.Protocol.send(+429)
    at example.sms.SMSSender.run(+79)

    Hi,
    I'm having this particular problem on WTK windows version, but it appears just when running it through OTA provisionning.
    Have you found the solution to your problem?
    Isa

  • Nokia 6225 and Sprint/other providers questions

    I'm thinking of signing up with sprint, getting the Pictures Pack service(for wireless internet) and the Nokia 6225 phone. This is all to test a j2me CLDC 1.0/MIDP1.0 application I'm developing. Does anyone have any experience with this phone? It seems to be earning praise generally. I want a device that is fairly 'average' and would likely be owned by college kids.
    Also, if anyone has experience with the Sprint service, it does allow downloads of third party java apps, correct?
    Any comments on the phone, sprint's service(the other main provider in my area is cingular), OTA provisioning of ava apps etc. are appreciated.
    Finally, what phones/providers DO NOT allow downloads of third party java apps, provided that the phones support java? Is it just those with BREW?

    Sprint does allow download of third party java apps! But keep away from Samsung phones. They apparently don't allow third party application to open a HTTP connection.

  • Using platformRequest in MIDP 2.0

    I'm trying to use the platformRequest() method in MIDP 2.0 but when I test it on an emulator (on Wireless Toolkit or Jbuilder) I get a message that it is not configured. Do you know what's all about?
    Thanks,
    Marius

    Hello and thanks for answering me.
    The problem is that I need the emulator's AMS to load a MIDlet when the URL refers to a .jad file. So I need to configure it somhow to do the OTA Provisioning, not to display in a browser. Do you know how could I configure the plaformRequest() method to install the refered MIDlet?

Maybe you are looking for

  • Script to download source packages

    Hi there, I've made a Bash script "getsrc.sh" which download easily and quickly source packages from AUR or ABS (dependencies : yaourt and makepkg). The idea is just to do in one command, something we usually do in several commands (I use yaourt -G,

  • IDoc output is not showing blank fields before the carriage return

    When we produce the Material Master IDoc (MATMAS), we send it to a ascii file, to a file port.  That works fine when we execute BD10 to produce the IDoc and the file.  But, the 3rd party mapping software wants to see every field, even if blank, in ea

  • How to save my query made by Query Builder ? is it possible

    Do you know how to do it ?

  • Data pump with flashback_scn or flashback_time

    Dear Gurus, The Oracle database version in used is 11gR2. We don't have flashback enabled for the database. However to run a data pump export with consistency, can we turn on FLASHBACK_SCN or FLASHBACK_TIME? Best rac110g

  • Error by sending IDOC-acknowledgements

    Hello, we have the following scenario: R/3 IDOC -> XI -> Mail-Adapter We want to receive acknowledgements from the adapter. But we get the error "Sender XI Party http://sap.com/xi/XI / XIParty / xyz couldn't be transformed to an IDoc Partner". Does a