Hi!
This is possible and it is called OTA Configuration of Handsets.
Usually wireless carriers provide this service so that phones can be automatically configured and the user does not have to visit/call the wireless carrier. In my country we have to visit and sometimes pay a small fee for getting these services activated.
Phones have to be configured for GPRS, MMS etc.
You will have to write provisioning documents. These have to be in WBXML format (binary XML). Basically you just have to write the document in XML format and then use some software to convert it in to binary XML. This binary XML will eventually be executed on the phone. NowSMS is one software that can do this conversion and then push the file to the client (phone) via SMS. Ofcourse in order to do this you must have a connection with a SMS provider aka wireless carrier (they will not allow you to do this � unless you are their VAS provider or something�) or you might use a GSM modem.
The configuration of the phone is dependent on the phone brand and connection. The dependency on connection is due to any criteria set by the wireless carrier. It may be the phone number, city or anything else.
You can download specifications of different phones from the phone vendor�s web site (Nokia, Siemens etc).
I did this for Nokia phones and we were doing this for a wireless carrier.
I think offering this kind of service with your application will be really difficult. There are so many phones and wireless carriers out there and then you�ll have to
test on every phone. Better not get in to this for your application. But if you get this sort of project from a wireless carrier it would be good.
Let me know if you need more info.
Danish
[ April 03, 2005: Message edited by: Danish Shaukat ]