Search Knowledge Base
search the t-mobile devpartner knowledge base

Article ID: 141 | Created: 30-Mar-09 | Rating:

Samsung Behold and Memoir "Content Mismatch"


Issue:

Samsung Behold and Memoir give Content Mismatch or Invalid Content when attempting to save app.

Response:

Both the Behold and Memoir are MIDP-2.0 devices.
Compiling the app as MIDP 2.1 will give one of the errors above.

Compiling as 2.0 should resolve the problem except in the following cases.

1. The app calls to a feature added in MIDP 2.1
2. The device requests information that is no longer available in 2.1 apps.

See below for changes in JSR-118 from version 2.0 to 2.1

http://jcp.org/aboutJava/communityprocess/maintena nce/jsr118/JSR_118_MR2_Changelog.pdf

Return to Search Results