Page 1 of 2 12 LastLast
Results 1 to 10 of 20

Thread: NET Compact Framework s60v3 run Windows Mobile applications.beta 2

  1. #1

    Default NET Compact Framework s60v3 run Windows Mobile applications.beta 2

    d Five Labs releases Net60 Beta 2 for devices
    Net60 is the first-ever commercial .NET Compact Framework implementation for S60 devices


    Net60 is a ground breaking implementation of the .NET Compact Framework running on S60 3rd edition devices.

    Net60 enables managed Windows Mobile applications to run unchanged on S60 devices. Using C# and Visual Basic .NET in Visual Studio, developers can now use the .NET Compact Framework environment to build applications for Symbian devices.



    Symbian developers can now also write applications for S60 and benefit from the RAD capabilities which .NET development offers.

    code
    [Only registered and activated users can see links. ]


    how use

    The framework will work if installed to the C drive

    A .NET .exe application must be converted into .SIS (Symbian Installation Source ) installer package for deployment to device. In order to deploy the .NET application to device, Red Five Labs provides Genesis which is a wrapper tool that generates .SIS packages from .exe files. Genesis is a utility application (genesis.exe) driven from the command line the usage of which will be described below.

    For development purposes Red Five Labs also provides the CF App Launcher, which loads .exe binaries located in the 'Apps' folder on the device.

    How to convert the HelloWorld.exe into a .sis using Genesis.exe:
    Copy the 'genesis' folder from ‘C:\Program Files\Red Five Labs\Net60 Beta 2\genesis’to 'C:\temp\' or any other suitable location.
    Copy the two '.dso' files (cliee.dso & cliee{000a0000}.dso) found in C:\Program Files\Red Five Labs\Net60 Beta 2\Genesis\ to the folder C:\Symbian\9.1\S60_3rd_MR\Epoc32\release\armv5\lib
    Open a command line prompt console as an 'Admin User'. (Normally ‘Start’->’Run…’ -> cmd)
    Change directory to ‘C:\temp\genesis’(> cd c:\temp\genesis)
    Run genesis.exe with the relevant command line arguments as described below: (Must be run with 'Admin' privileges.)
    The generated HelloWorld.SIS is output into the current ‘C:\temp\genesis’ directory

    Genesis Usage: Command Line Example

    >genesis.exe /svg:helloworld.svg /shortcaption:HWorld /longcaption:"Hello World" /version:1.0 /vendor:"RedFiveLabs" /binary:"HelloWorld" /UID3:0xe1231234 /epoc32Root:C:\Symbian\9.1\S60_3rd_MR\Epoc32

    Notes:
    The HelloWorld.exe and helloworld.svg must be in the root directory in which the genesis.exe tool is run from.
    helloworld.svg must be in the SVG Tiny format. A sample is provided in the sample application folder.
    If you would like to change a .svg icon for the same binary, the phone must be reset between installations.
    The binary 'HelloWorld' should NOT contain any spaces in the file name.
    The UID3 argument (unique for each application) is obtainable from [Only registered and activated users can see links. ]
    The Genesis.exe tool must be run with 'Admin User Privileges'
    or use this [Only registered and activated users can see links. ]
    best r3gard$
    hack0r
    __________________rep me + if u like my post (thx u)
    Attached Images Attached Images
    • File Type: jpg 1.jpg (40.1 KB, 868 views)
    Last edited by Ulti.hack0r; 16-01-2008 at 02:17 PM.

  2.    Advertissements


  3. #2
    Join Date
    Jun 2007
    Location
    Slovakia
    Age
    25
    Posts
    342
    Rep Power
    2247

    Default

    Great Post MATE. I Will Check IT. REP++
    Proud owner of the Nokia N95 mobile phone.

    REP+ me if U like my post:000a4:
    How to add reputation? Its simple:

    To add REPUTATION press the
    To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
    button on the upper Right site in the Post you like.

  4. #3

    Default

    Quote Originally Posted by wings400 View Post
    Great Post MATE. I Will Check IT. REP++
    thx u my friend

  5. #4

    Default

    nice app man..good work..rep+++++++++

  6. #5

    Default

    great brooOO!!

  7. #6

    Default

    yeah very interesting

  8. #7

    Default

    Sounds Excellent. Can't Wait To Try It Out.

  9. #8

    Default

    thanks, that is a great app, bro.

  10. #9

    Default

    can u put a tutorial about this app?

    thanks

  11. #10

    Default

    i have tutorial check post!

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219