Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [dsdp-mtj-dev] Questions about S60 3rd Ed. FP1 SDK support

I have my doubts about this SDK. I remember seeing issues with the build process on this SDK some time ago in the Nokia Forums.   There is apparently some trick to getting it to build a MIDlet that I could not figure it out.
 
Eric Hildum
Senior Product Manager, Mobile Developer Tools & SDK
Developer Platforms and Services
Ecosystem and Market Development
Motorola
Direct: +1-408-541-6809
 
809 11th Avenue
Sunnyvale, CA 94089
USA
 


From: dsdp-mtj-dev-bounces@xxxxxxxxxxx [mailto:dsdp-mtj-dev-bounces@xxxxxxxxxxx] On Behalf Of Paula Gustavo-WGP010
Sent: Thursday, May 28, 2009 6:16
To: Mobile Tools for The Java Platform mailing list
Subject: RES: [dsdp-mtj-dev] Questions about S60 3rd Ed. FP1 SDK support

Hi gorken,

 

I did some tests with this SDK. I was able to import it (removing the code to filter CDC devices) but not to build a MIDlet suite. If gives a preverification error because the stubs seems to be invalid. Were you able to build the MIDlet Suite and create a package?

 

J

gep

 


De: dsdp-mtj-dev-bounces@xxxxxxxxxxx [mailto:dsdp-mtj-dev-bounces@xxxxxxxxxxx] Em nome de Gorkem Ercan
Enviada em: quinta-feira, 28 de maio de 2009 09:50
Para: Mobile Tools for The Java Platform mailing list
Assunto: Re: [dsdp-mtj-dev] Questions about S60 3rd Ed. FP1 SDK support

 

The change on the MTJ code basically enables UEIDeviceImporter to import an SDK that does not report a CLDC API. The problem stems from the workaround to avoid importing SDKs that supports CDC. So the fix is isolated to removing the workaround.  As a side note, I am not sure, why we want to avoid importing CDC compatible SDKs actually. It is true that current MTJ does not offer CDC compatible tooling but someone may just want to provide that on top of it.

Once the SDK is imported everything seems to work fine. There are a few places where the CLDC API info is used but on those places it just falls back to CLDC 1.0.
--
Gorkem

On Thu, May 28, 2009 at 3:20 PM, David Marques <wtv368@xxxxxxxxxxxx> wrote:

Hello Gorkem

    I have seen your comments about the S60 3rd Ed. FP1 SDK bug. I would like to ask what are the possible impacts of your proposal for fixing the issue that we have based on what you have seen on our code.

Regards,

David Marques


_______________________________________________
dsdp-mtj-dev mailing list
dsdp-mtj-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dsdp-mtj-dev

 


Back to the top