phone book
-
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?
-
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?
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
-
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?
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
-
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
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.
-
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
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.
-
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.
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
-
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
do you have an idea of how i should go about it? i know the idea is viable and its giving sleepless nights.
-
do you have an idea of how i should go about it? i know the idea is viable and its giving sleepless nights.
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
-
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
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.