Skip to main content

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

Can you detail a little bit which project specific configuration needs to be done?

 

I just tried to import this SDK on netbeans (WTK 3.0 that include netbeans) and it also fails. Do you know which IDE is usually used by the developers that use this SDK?

 

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 10:24
Para: Mobile Tools for The Java Platform mailing list
Assunto: Re: [dsdp-mtj-dev] Questions about S60 3rd Ed. FP1 SDK support

 

Only after setting the project specific settings for preverification also there may be a problem with packaging need to check

On Thu, May 28, 2009 at 4:16 PM, Paula Gustavo-WGP010 <wgp010@xxxxxxxxxxxx> wrote:

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

 


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

 


Back to the top