Any Over the Air xml samples for android devices?

thefreestyler

New Member
I have searched a looot and could not find any website that shows ota xml samples for android devices. I'd like to know if anyone can post a sample xml or a useful link for android gingerbread and android ics?thanksDETAILS: Many devices get configured over-the-air (hence the name ota) remotely by sending an XML file as a binary message. The configuration can be for gprs apn, mms apn, emails, etc... an example of XML files is\[code\]<wap-provisioningdoc><characteristic type="BOOTSTRAP"><parm name="NAME" value="http://stackoverflow.com/questions/11504989/YandexMobile"/></characteristic><characteristic type="NAPDEF"> <parm name="NAME" value="http://stackoverflow.com/questions/11504989/YandexMobile"/> <parm name="NAPID" value="http://stackoverflow.com/questions/11504989/YandexMobile_NAPID"/> <parm name="BEARER" value="http://stackoverflow.com/questions/11504989/GSM-GPRS"/> <parm name="NAP-ADDRESS" value="http://stackoverflow.com/questions/11504989/m.yandex.ru"/> <parm name="NAP-ADDRTYPE" value="http://stackoverflow.com/questions/11504989/APN"/> <parm name="INTERNET"/> <characteristic type="NAPAUTHINFO"> <parm name="AUTHTYPE" value="http://stackoverflow.com/questions/11504989/PAP"/> <parm name="AUTHNAME" value="http://stackoverflow.com/questions/11504989/test"/> <parm name="AUTHSECRET" value="http://stackoverflow.com/questions/11504989/test"/> < /characteristic> </characteristic> </wap-provisioningdoc>\[/code\]are there such samples for android devices?
 
Back
Top