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. Mobile Development
  3. Mobile
  4. phone book

phone book

Scheduled Pinned Locked Moved Mobile
questionlearning
9 Posts 3 Posters 0 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.
  • G Offline
    G Offline
    George Mwangi
    wrote on last edited by
    #1

    how do i develop an application to save my phone book contacts to a website using any mobile phone alone,without use of cable,infrared or bluetooth?

    J J 2 Replies Last reply
    0
    • G George Mwangi

      how do i develop an application to save my phone book contacts to a website using any mobile phone alone,without use of cable,infrared or bluetooth?

      J Offline
      J Offline
      Joel Ivory Johnson
      wrote on last edited by
      #2

      You can't make a program that will run on any mobile phone. You need to choose a platfor (Windows Mobile, Symbian, so on....). You also need to have an understandin of web services.

      Joel Ivory Johnson

      Meet my dev team: RDA Architecture Evangelist Team Blog

      My site: J2i.net

      Twitter: J2iNet

      G 1 Reply Last reply
      0
      • G George Mwangi

        how do i develop an application to save my phone book contacts to a website using any mobile phone alone,without use of cable,infrared or bluetooth?

        J Offline
        J Offline
        Jabbar_espania
        wrote on last edited by
        #3

        Hey you can do that First of all you need to write program which convert windows mobile contact to xml list and then you can publish that xml file in your website if your website support php need to make sure your script read xml file. if you want I can send you source code for contacts -> xml good luck

        G 1 Reply Last reply
        0
        • J Jabbar_espania

          Hey you can do that First of all you need to write program which convert windows mobile contact to xml list and then you can publish that xml file in your website if your website support php need to make sure your script read xml file. if you want I can send you source code for contacts -> xml good luck

          G Offline
          G Offline
          George Mwangi
          wrote on last edited by
          #4

          Hi jabbar. thank for the support and i would appreciate if you would send me the source code for contact-xml. what i want to do is create a website in which any user can input user name and password using their mobile phone and they can upload (save) their phone book contacts without using cable, blue tooth or infrared ie they should be having a web enabled mobile phone. in case of lose of their mobile phone, they can buy a new phone, do Sim replacement and then log into the website and download their phone book contacts. is there any relationship of what i want to do and AT Commands? hope to hear from you soon.

          1 Reply Last reply
          0
          • J Joel Ivory Johnson

            You can't make a program that will run on any mobile phone. You need to choose a platfor (Windows Mobile, Symbian, so on....). You also need to have an understandin of web services.

            Joel Ivory Johnson

            Meet my dev team: RDA Architecture Evangelist Team Blog

            My site: J2i.net

            Twitter: J2iNet

            G Offline
            G Offline
            George Mwangi
            wrote on last edited by
            #5

            Hi joel. what i want to do is create a website in which any user can input user name and password using their mobile phone and they can upload (save) their phone book contacts without using cable, blue tooth or infrared ie they should be having a web enabled mobile phone. in case of lose of their mobile phone, they can buy a new phone, do Sim replacement and then log into the website and download their phone book contacts. is there any relationship of what i want to do and AT Commands? hope to hear from you soon.

            J 1 Reply Last reply
            0
            • G George Mwangi

              Hi joel. what i want to do is create a website in which any user can input user name and password using their mobile phone and they can upload (save) their phone book contacts without using cable, blue tooth or infrared ie they should be having a web enabled mobile phone. in case of lose of their mobile phone, they can buy a new phone, do Sim replacement and then log into the website and download their phone book contacts. is there any relationship of what i want to do and AT Commands? hope to hear from you soon.

              J Offline
              J Offline
              Joel Ivory Johnson
              wrote on last edited by
              #6

              That doesn't have anything to do with AT commands. Assuming you are using C# you can just use the POOM classes to retrieve and create contacts on a phone.

              Joel Ivory Johnson

              Meet my dev team: RDA Architecture Evangelist Team Blog

              My site: J2i.net

              Twitter: J2iNet

              G 1 Reply Last reply
              0
              • J Joel Ivory Johnson

                That doesn't have anything to do with AT commands. Assuming you are using C# you can just use the POOM classes to retrieve and create contacts on a phone.

                Joel Ivory Johnson

                Meet my dev team: RDA Architecture Evangelist Team Blog

                My site: J2i.net

                Twitter: J2iNet

                G Offline
                G Offline
                George Mwangi
                wrote on last edited by
                #7

                do you have an idea of how i should go about it? i know the idea is viable and its giving sleepless nights.

                J 1 Reply Last reply
                0
                • G George Mwangi

                  do you have an idea of how i should go about it? i know the idea is viable and its giving sleepless nights.

                  J Offline
                  J Offline
                  Joel Ivory Johnson
                  wrote on last edited by
                  #8

                  As I mentioned before you need to be come familiar with the Pocket Outlook Object Model[^] class which contains classes for retrieving contacts and creating new contacts. Once you become familiar with it your remaining task would be to create a web service that you would use for retrieving and saving contact information. Do you have familiarity with creating webservices and interacting with databases?

                  Joel Ivory Johnson

                  Meet my dev team: RDA Architecture Evangelist Team Blog

                  My site: J2i.net

                  Twitter: J2iNet

                  G 1 Reply Last reply
                  0
                  • J Joel Ivory Johnson

                    As I mentioned before you need to be come familiar with the Pocket Outlook Object Model[^] class which contains classes for retrieving contacts and creating new contacts. Once you become familiar with it your remaining task would be to create a web service that you would use for retrieving and saving contact information. Do you have familiarity with creating webservices and interacting with databases?

                    Joel Ivory Johnson

                    Meet my dev team: RDA Architecture Evangelist Team Blog

                    My site: J2i.net

                    Twitter: J2iNet

                    G Offline
                    G Offline
                    George Mwangi
                    wrote on last edited by
                    #9

                    i have familiarity with creating webservices and interacting with databases and Pocket Outlook Object Model[^] class but this would be quite useful if i were to make a website for Windows Mobile platform. i want to make one for Symbian platform.

                    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