Tips 'n' Tricks for BlackBerry Enterprise Server and BlackBerry Handheld devices.
Answer: AT&T and some other European carriers have decided that they make more money selling Mapping subscriptions than allowing you access to BBMaps. Here is how to make BBMaps show on your device:
<!-- For 8800 series, hide the icon for Cingular (102), Vodafone Germany (124), Vodafone Austria (137) and all Orange properties. -->
<fileset SystemSize="normal" Colour="True" Java="1.0" _vendorID="~102|124|137|119|162|142|183|147|217" series="8800">
<files>
net_rim_bb_lbs_ribbon.cod
</files>
</fileset>
<!-- For non-8800 series, show the icon for all carriers except Vodafone Germany (124), Vodafone Austria (137) and all Orange properties. -->
<fileset SystemSize="normal" Colour="True" Java="1.0" '''series="8800'''">
<files>
net_rim_bb_lbs_internal_gps.cod
</files>
</fileset>
<fileset SystemSize="normal" Java="1.0">
<files>
net_rim_bb_lbs_resource_en.cod
</files>
</fileset>
The above code would be changed to the following:
<!-- For 8800 series, hide the icon for Cingular (102), Vodafone Germany (124), Vodafone Austria (137) and all Orange properties. -->
<fileset SystemSize="normal" Colour="True" Java="1.0">
<files>
net_rim_bb_lbs_ribbon.cod
</files>
</fileset>
<!-- For non-8800 series, show the icon for all carriers except Vodafone Germany (124), Vodafone Austria (137) and all Orange properties. -->
<fileset SystemSize="normal" Colour="True" Java="1.0">
<files>
net_rim_bb_lbs_internal_gps.cod
</files>
</fileset>
<fileset SystemSize="normal" Java="1.0">
<files>
net_rim_bb_lbs_resource_en.cod
</files>
</fileset>
Save the file with the same LBS.alx name.
Again, each devices' .alx is slightly different but removing any references to vendor codes and device codes in the lines as above will do the trick.
Below are a series of tips and tricks to help you "advance your BlackBerry handheld skills" posted on RIM's Web site. We list the first ten, after which you can head over here for just as many more.
You can Enterprise Activate a BlackBerry smartphone on only one BlackBerry Enterprise Server at a time.
It is not possible to Activate a BlackBerry smartphone on multiple BlackBerry Enterprise Servers as the subsequent activation process would overwrite the previous activation data.
© 2024 d-PIT Solutions