Hi, I want to implement SyncML Device management and gone through following document http://www.openmobilealliance.org/tech/affiliates/syncml/syncml_dm_std_obj_v11_20020215.pdf In that they have specified SyncML DM supports 3 types of device management objects 1 The DevInfo management object 2 The DevDetail management object 3 SyncML DM The DevInfo object is having the following fields like DevId-device Id (we can get from android.os.Build) Man-manufaturer(we can get from android.os.Build) Mod-model(we can get from android.os.Build) Lang-Display language(we can get from java.util.Locale) Dmv-A SyncML device management client version identifier (manufacturer specified string) (I didn't get information about this) Bearer- Type of the bearer(I didn't get information about this) Ext-An optional, internal object, marking up the single branch of the DevInfo sub tree into which extensions can be added, permanently or dynamically.(I didn't get information about this) Oem-original equipment manufaturer((I didn't get information about this)
How can i get above fields ie Dmv,Ext,Bearer,Oem How to start implementing device management from scratch Please give me any suggestion any help is really apriciatable Thanks in advance -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

