| ID | KIJ001385 | Creation date | May 28, 2009 |
| Platform | S60 3rd Edition, Feature Pack 2, S60 5th Edition | Devices | S60 3rd Edition, Feature Pack 2 and S60 5th Edition devices |
| Category | Java ME | Subcategory | Download |
| Keywords (APIs, classes, methods, functions): MIDlet-Install-Notify |
Status code 902 (User Cancelled) is not sent when user cancels MIDlet installation.
According to MIDP 2.0 and 2.1 specifications, status code 902 (User Cancelled) will be posted if MIDlet installation is cancelled.
However, with S60 3rd Edition, Feature Pack 2 and S60 5th Edition devices, the defined status code is not sent.
1. Download OTA a MIDlet which includes MIDlet-Install-Notify for the URL of the receiver server to catch the status code.
2. Accept the resulting prompts ('Download and install file?', possible security warnings in case of an unsigned MIDlet), and choose the installing location (Phone memory, Memory card). A process indicator will be displayed once the installation starts.
3. Press the right softkey to cancel the installation before it is completed.
4. The phone should send status code 902 to the URL defined in JAD. For the affected devices, this does not happen.
5. For comparison, repeat the test with steps 1.-2. without cancelling the download (step 3). If the download succeeds, the phone will send status code 900 (Success).
This issue is expected to be fixed in future software versions.
No related wiki articles found