Blackberry - patch.xml
Posted: Tue Aug 23, 2011 10:37 am
We use a product called Ektron that implements WURFL, so unfortunately, the WURFL is sort of a black box to us. I tried creating a patch file for these missing user agents. I am not sure if the syntax is valid. I was hoping to have the "fall_back" work, but I am not sure if I have right.
Does this look right? The User agents themselves are missing so I would like to submit them also. -- Thanks Peter
<wurfl_patch>
<devices>
<device id="blackbery9330_6522" user_agent="Mozilla/5.0 (BlackBerry; U; BlackBerry 9330; en-US) AppleWebKit/534.8+ (KHTML, like Gecko) Version/6.0.0.522 Mobile Safari/534.8+" fall_back="blackberry_generic_ver5" actual_device_root="true">
<group id="product_info">
<capability name="device_os_version" value="6.0.0.522"/>
<capability name="model_extra_info" value="6.0.0.522"/>
<capability name="release_date" value="2011_november"/>
</group>
</device>
<device id="blackberry9650_ver1_subos6415" user_agent="Mozilla/5.0 (BlackBerry; U; BlackBerry 9650; en-US) AppleWebKit/534.1+ (KHTML, like Gecko) Version/6.0.0.415 Mobile Safari/534.1+" fall_back="blackberry9650_ver1">
<group id="product_info">
<capability name="mobile_browser_version" value="6.0"/>
<capability name="device_os_version" value="6.0"/>
</group>
</device>
</devices>
</wurfl_patch>
Does this look right? The User agents themselves are missing so I would like to submit them also. -- Thanks Peter
<wurfl_patch>
<devices>
<device id="blackbery9330_6522" user_agent="Mozilla/5.0 (BlackBerry; U; BlackBerry 9330; en-US) AppleWebKit/534.8+ (KHTML, like Gecko) Version/6.0.0.522 Mobile Safari/534.8+" fall_back="blackberry_generic_ver5" actual_device_root="true">
<group id="product_info">
<capability name="device_os_version" value="6.0.0.522"/>
<capability name="model_extra_info" value="6.0.0.522"/>
<capability name="release_date" value="2011_november"/>
</group>
</device>
<device id="blackberry9650_ver1_subos6415" user_agent="Mozilla/5.0 (BlackBerry; U; BlackBerry 9650; en-US) AppleWebKit/534.1+ (KHTML, like Gecko) Version/6.0.0.415 Mobile Safari/534.1+" fall_back="blackberry9650_ver1">
<group id="product_info">
<capability name="mobile_browser_version" value="6.0"/>
<capability name="device_os_version" value="6.0"/>
</group>
</device>
</devices>
</wurfl_patch>