Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. Related to mobile

Related to mobile

Scheduled Pinned Locked Moved C#
csharp
7 Posts 5 Posters 1 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Offline
    C Offline
    Ch Gayatri Subudhi
    wrote on last edited by
    #1

    Hi..Experts I have doubt to get one solution.My task is ,is it possible to take some mobile while we put a data cable to system the folders are be visible in the computer.Shall is any way to create a component in windows form using c#.net ,that by clicking one button the folders may be the sms or images should be copied or drag and drop to that windows form from the mobile.Please suggest me related to this task. Thanks and Regards Ch.Gayatri

    D D R 3 Replies Last reply
    0
    • C Ch Gayatri Subudhi

      Hi..Experts I have doubt to get one solution.My task is ,is it possible to take some mobile while we put a data cable to system the folders are be visible in the computer.Shall is any way to create a component in windows form using c#.net ,that by clicking one button the folders may be the sms or images should be copied or drag and drop to that windows form from the mobile.Please suggest me related to this task. Thanks and Regards Ch.Gayatri

      D Offline
      D Offline
      dan sh
      wrote on last edited by
      #2

      If it is a Windows based mobile, RAPI is what you need to use. Here[^] is a library which can help you. Not sure about other mobiles though.

      जय हिंद

      1 Reply Last reply
      0
      • C Ch Gayatri Subudhi

        Hi..Experts I have doubt to get one solution.My task is ,is it possible to take some mobile while we put a data cable to system the folders are be visible in the computer.Shall is any way to create a component in windows form using c#.net ,that by clicking one button the folders may be the sms or images should be copied or drag and drop to that windows form from the mobile.Please suggest me related to this task. Thanks and Regards Ch.Gayatri

        D Offline
        D Offline
        Dave Kreskowiak
        wrote on last edited by
        #3

        Don't post the same question in multiple forums. Pick one and stick with it.

        A guide to posting questions on CodeProject[^]
        Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
             2006, 2007, 2008

        C 1 Reply Last reply
        0
        • D Dave Kreskowiak

          Don't post the same question in multiple forums. Pick one and stick with it.

          A guide to posting questions on CodeProject[^]
          Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
               2006, 2007, 2008

          C Offline
          C Offline
          Ch Gayatri Subudhi
          wrote on last edited by
          #4

          Sir plz reply my answer if u know. Thanks in advance again posted correctly in windows forum. With Regards Ch.Gayatri

          1 Reply Last reply
          0
          • C Ch Gayatri Subudhi

            Hi..Experts I have doubt to get one solution.My task is ,is it possible to take some mobile while we put a data cable to system the folders are be visible in the computer.Shall is any way to create a component in windows form using c#.net ,that by clicking one button the folders may be the sms or images should be copied or drag and drop to that windows form from the mobile.Please suggest me related to this task. Thanks and Regards Ch.Gayatri

            R Offline
            R Offline
            Rajesh Anuhya
            wrote on last edited by
            #5

            hi.., gayatri.., well am dividing your question in two parts.., that is 1. reading phone related data from the phone (ex: SMS, Phone Book etc..) 2. Reading extranal device data from the phone(ex: The files which are stored in the extranal Flash(momery card)) for the 1st one .., u have to aware of the modem at commands of your Phone manufacturer , for example if u want to read sms from the phone: give the command as AT+CMGL="ALL"(to read all sms's) , AT+CMGR=1(read 1st sms). ( for more details, like reading Phone book , signal quality etc.. read Phone modem manufactures AT Commands Guide). Before this U must have the knowledge of Serial communication. For Serial communication see: System.IO.Ports Class for the 2nd one.., Every phone there are two flashs, one is internal flash, 2 nd one is external.., for the 1st one, U must have the Protocol for the communicate the internal flash.., second one u can directly read data from the drive which is detected in your pc. Thanks

            Rajesh B --> A Poor Workman Blames His Tools <--

            C 1 Reply Last reply
            0
            • R Rajesh Anuhya

              hi.., gayatri.., well am dividing your question in two parts.., that is 1. reading phone related data from the phone (ex: SMS, Phone Book etc..) 2. Reading extranal device data from the phone(ex: The files which are stored in the extranal Flash(momery card)) for the 1st one .., u have to aware of the modem at commands of your Phone manufacturer , for example if u want to read sms from the phone: give the command as AT+CMGL="ALL"(to read all sms's) , AT+CMGR=1(read 1st sms). ( for more details, like reading Phone book , signal quality etc.. read Phone modem manufactures AT Commands Guide). Before this U must have the knowledge of Serial communication. For Serial communication see: System.IO.Ports Class for the 2nd one.., Every phone there are two flashs, one is internal flash, 2 nd one is external.., for the 1st one, U must have the Protocol for the communicate the internal flash.., second one u can directly read data from the drive which is detected in your pc. Thanks

              Rajesh B --> A Poor Workman Blames His Tools <--

              C Offline
              C Offline
              Ch Gayatri Subudhi
              wrote on last edited by
              #6

              yes sir how shall i copied those images and sms from mobile to my own created windows form using c#.net..how? Thanks and Regards Ch.Gayatri

              K 1 Reply Last reply
              0
              • C Ch Gayatri Subudhi

                yes sir how shall i copied those images and sms from mobile to my own created windows form using c#.net..how? Thanks and Regards Ch.Gayatri

                K Offline
                K Offline
                King Julien
                wrote on last edited by
                #7

                Hi Gayathri!! The answer for your question HOW SHALL I is not as simple as you think.... Am not discouraging you rather am jus trying to give you some insight regarding your requirement... As Rajesh clearly divided and explained your problem, you should proceed with a little research on the issues mentioned... To describe it in a better way... Requirement: Data from Mobile phone is to be viewed on the computer, Datas from computer to be transferred to the mobile phone(Either to internal FLash or External Flash) The "data transfer" calls for another lead called communication. So firstly learn, how the communication is carried between the mobile phone and computer... Secondly, have some knowledge on AT- Commands of mobile phones.... This is the best data on SMS details and AT commands... SMS details[^] Thirdly, try to learn the interfacing methodologies between mobile and computer... Once you have some idea in all this, you got a way to proceed.... Learning is fun, if you love learning.... All the best... Jai Ho!!!!

                Have a Happy Coding.....

                1 Reply Last reply
                0
                Reply
                • Reply as topic
                Log in to reply
                • Oldest to Newest
                • Newest to Oldest
                • Most Votes


                • Login

                • Don't have an account? Register

                • Login or register to search.
                • First post
                  Last post
                0
                • Categories
                • Recent
                • Tags
                • Popular
                • World
                • Users
                • Groups