How to install c# mobile application on samsung e250 mobile

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jrjawad
    New Member
    • Nov 2008
    • 2

    #1

    How to install c# mobile application on samsung e250 mobile

    Hi, Brothers
    i develop some application for mobile in c# but i dont know how to install these application on mobile i have a samsung e250 mobile can u help me out and i m totely new in mobile application
    thankx in advance
  • Plater
    Recognized Expert Expert
    • Apr 2007
    • 7872

    #2
    Did you install the SDK for the samsung e250 mobile?
    Where you able to set up a partnership using ActiveSync ?

    Once you have done that and connected your device, you can instruct visualstudio to use the correct SDK and setup a connection to your mobile device (while activesync is connected)

    Comment

    • jrjawad
      New Member
      • Nov 2008
      • 2

      #3
      Well ,
      i didnt know about SDK for samsung e250 but thankx i will chk it i mention b4 that i m new in mobile app development thankx but can u help me little bit more abut how to use sdk or any thing else good for me as a new mobile app developer...... .. or any reference site

      Comment

      • Plater
        Recognized Expert Expert
        • Apr 2007
        • 7872

        #4
        I have not done a lot specifically, but I do make a C# programs for a windows CE(mobile) device.

        I made a new "smart device" project, and selected windowsCE.
        My SDK(BSP?) for the device I used was already installed, so where it shows to deploy, I pick it from the list.
        Note: You need to set up deploy options (diretory on device to deploy to, etc,etc)
        I am setup to use ActiveSync, so I attached the device via USB and wait for activesync to make a partnership.
        I then hit "connect" in visual studio.
        I am then free to debug or deploy my application.

        Comment

        Working...