Discussion Board

Page 1 of 2 12 LastLast
Results 1 to 15 of 22
  1. #1
    Registered User som_mukhopadhyay's Avatar
    Join Date
    Jul 2006
    Location
    Irving, Texas
    Posts
    23
    I have downloaded an example from Nokia forum demonstrating the ECom Plug in (the example is EComCalculator). I want to port this application to S60 3rd edition. If somebody can throw some lights on how to port the plug in from S60 2 to s60 3, it will be great.....

    Thanks in advance.

  2. #2
    Registered User bytesm's Avatar
    Join Date
    Jul 2005
    Location
    italy
    Posts
    72
    hi all!

    i'm interested of this topic too
    if someone have any trick would be great!

    tnx

  3. #3
    Registered User david.caabeiro's Avatar
    Join Date
    Apr 2005
    Location
    Barcelona
    Posts
    1,678
    You can find the relevant information in the sdk docs. It's quite straight forward.

  4. #4
    Super Contributor mitts's Avatar
    Join Date
    Sep 2004
    Posts
    1,048
    Also, if you use Carbide.vs 2.0.1, you can use the "Clone" feature to help you out with some of the basics (but note that there is still quite a lot of manual work to do after that). See Help for details and the 2nd Ed "S60 MIME Type recogniser" for how to structure a project to be useful when used with Clone.

  5. #5
    Registered User som_mukhopadhyay's Avatar
    Join Date
    Jul 2006
    Location
    Irving, Texas
    Posts
    23
    Hi All,
    I have successfully ported the example application downloaded from NOKIA forum (EComCalculator) from S60 2nd edition to S60 3rd edition. Thanks for your help.. If anybody wants this ported application, I am ready to share it.

    Regds....

  6. #6
    Registered User bytesm's Avatar
    Join Date
    Jul 2005
    Location
    italy
    Posts
    72
    Hi!

    i'm intersted in it.. can u send me converted project?

    thanx a lot
    leonardo

    ps. myMail: byte.sm[AT]gmail.com

  7. #7
    Registered User tongren's Avatar
    Join Date
    Sep 2004
    Posts
    34
    Would you please send me a copy too?

    Thank you very much.

    email: wolftongren@gmail.com

  8. #8
    Registered User som_mukhopadhyay's Avatar
    Join Date
    Jul 2006
    Location
    Irving, Texas
    Posts
    23
    Quote Originally Posted by bytesm
    Hi!

    i'm intersted in it.. can u send me converted project?

    thanx a lot
    leonardo

    ps. myMail: byte.sm[AT]gmail.com

    I have sent it to u.. Enjoy..

  9. #9
    Registered User som_mukhopadhyay's Avatar
    Join Date
    Jul 2006
    Location
    Irving, Texas
    Posts
    23
    Quote Originally Posted by tongren
    Would you please send me a copy too?

    Thank you very much.

    email: wolftongren@gmail.com
    Hi,
    I have sent it to u.. Enjoy..

  10. #10
    Registered User bytesm's Avatar
    Join Date
    Jul 2005
    Location
    italy
    Posts
    72
    Quote Originally Posted by som_mukhopadhyay
    Hi,
    I have sent it to u.. Enjoy..
    Thanks a lot

  11. #11
    Registered User bytesm's Avatar
    Join Date
    Jul 2005
    Location
    italy
    Posts
    72
    hi ALL,

    i'm trying to port my ecom plugin to 3rd edition.. but i have a lot of question about this and i'm not able to run it on device (build process is ok but istantiation leaves with code -1):

    1. implementation and resolver projects' UIDs: wicth family? (protected range or not?)

    2. protected or unprotected range for various implementations of the interface?

    3. what capablities must have the program witch execute the instantiation code?

    I've made some test and i compiled project self signed and not, protected range and not... but without result..

    please help me and sorry for my english

    Best
    Leonardo

  12. #12
    Registered User akrapacs's Avatar
    Join Date
    Jun 2006
    Posts
    27
    I am having trouble working with ecom plugins as well. I'm trying to create an embedded application as an ecom plugin specifically, but I would like to see any *working* s60 3rd ecom examples so if anyone is willing to share I would appreciate it! Thanks

    akrapacs@notifycorp.com

  13. #13
    Registered User davidmaxwaterman's Avatar
    Join Date
    Sep 2006
    Location
    Beijing, China
    Posts
    386
    could I have a copy too? email removed

    thanks.

    Max.
    Last edited by davidmaxwaterman; 2006-11-23 at 02:30.

  14. #14
    Hi,
    I've also tried to use ECom on 3rd edition but when I try to create the implementation of my interface the application leaves with KErrNotFound.
    I'm quite sure that the UIDs are ok.
    If you could send me the application also to moldovan.catalin@gmail.com
    that whould be great.
    Best reagards.

  15. #15
    Hi all,
    a friend of mine found a solution for the leaving -1 problem for ECOM on 3rd edition. It seem that if you are using Carbadi.vs to create a controller plugin one has to add to the resource paragraph the ECom type UID 0x101F747D.

    I had the same problem but now it works, here is a mmp example:

    TARGET GenController.dll
    TARGETTYPE plugin
    UID 0x10009D8D 0x20050001
    CAPABILITY NONE
    VENDORID 0

    SOURCEPATH ..\data
    START RESOURCE GenController.rss
    UID 0x101F747D
    TARGETPATH \resource\plugins
    END


    SOURCEPATH ..\src
    SOURCE GenController.cpp

    USERINCLUDE ..\inc
    SYSTEMINCLUDE \epoc32\include
    SYSTEMINCLUDE \epoc32\include\ecom
    SYSTEMINCLUDE \epoc32\include\mmf\common
    SYSTEMINCLUDE \epoc32\include\mmf\server
    SYSTEMINCLUDE \epoc32\include\mmf\plugin
    LIBRARY mmfcontrollerframework.lib
    LIBRARY ecom.lib
    LIBRARY euser.lib
    LIBRARY efsrv.lib


    Cheers

Page 1 of 2 12 LastLast

Similar Threads

  1. Replies: 0
    Last Post: 2006-07-03, 10:14
  2. What is going on with Vibration on S60?
    By amd_rikus in forum Mobile Java General
    Replies: 3
    Last Post: 2006-06-16, 00:29
  3. Carbide_vs2.01 vs S60 3.0 vs Ecom plugin usage
    By pncbose in forum Carbide.c++ IDE and plug-ins (Closed)
    Replies: 5
    Last Post: 2006-05-12, 16:22
  4. SIP ECOM plug in
    By smpme in forum Symbian Networking & Messaging (Closed)
    Replies: 9
    Last Post: 2006-05-07, 18:46
  5. Problem when port to S60
    By slatanx in forum Mobile Java General
    Replies: 3
    Last Post: 2004-08-17, 02:29

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved