| | |  | |
06-15-2007, 11:52 AM
|
#1 (permalink)
| | Knows Where the Search Button Is
Join Date: Mar 2006 Location: 410 Model: 8100c PIN: 23fc8666 Carrier: AT&T
Posts: 26
Post Thanks: 0 Thanked 0 Times in 0 Posts
| AT&T doesn't let you use BB Maps Please Login to Remove! Blackberry Maps doesn't work with AT&T and the newer software for the BB's. I think it's because they want you to use the telenav. | | Offline
| |
06-15-2007, 12:55 PM
|
#2 (permalink)
| | Thumbs Must Hurt
Join Date: Aug 2006 Location: Texas Model: Torch Carrier: AT&T
Posts: 182
Post Thanks: 1 Thanked 0 Times in 0 Posts
| Quote:
Originally Posted by Joex410 Blackberry Maps doesn't work with AT&T and the newer software for the BB's. I think it's because they want you to use the telenav. | Hm.. after I unhid it on my 8300 (curve) it works just fine.
Sam | | Offline
| |
06-15-2007, 01:34 PM
|
#3 (permalink)
| | Androidinator
Join Date: Nov 2005 Location: New Hampshire Model: App5 OS: AJBR549 PIN: Ask Carrier: ATT & Verizon
Posts: 19,888
Post Thanks: 46 Thanked 756 Times in 722 Posts
| Works great on my BB 8800. So does Google Maps.
Why do you say it doesn't work? | | Offline
| |
06-15-2007, 02:45 PM
|
#4 (permalink)
| | Knows Where the Search Button Is
Join Date: Mar 2006 Location: 410 Model: 8100c PIN: 23fc8666 Carrier: AT&T
Posts: 26
Post Thanks: 0 Thanked 0 Times in 0 Posts
| I updated my pearl to the new software that was on AT&T's site last night. BB Maps is loaded, but no icon or anything. Went on the bb site to download it and it said "AT&T does not support Blackberry Maps" | | Offline
| |
06-15-2007, 02:50 PM
|
#5 (permalink)
| | Flying Moderator
Join Date: Jun 2005 Model: Z10 OS: 10.0.10.x PIN: s & needles Carrier: T-Mobile US
Posts: 34,607
Post Thanks: 1 Thanked 65 Times in 55 Posts
| I believe an edit to the LBS.alx file will unhide the icon.
Last edited by John Clark : 06-15-2007 at 03:10 PM.
| | Offline
| |
06-15-2007, 03:00 PM
|
#6 (permalink)
| | Flying Moderator
Join Date: Jun 2005 Model: Z10 OS: 10.0.10.x PIN: s & needles Carrier: T-Mobile US
Posts: 34,607
Post Thanks: 1 Thanked 65 Times in 55 Posts
| Yes, it seems that on AT&T they hide the icon in the LBS.alx file. I believe this can be edited out to show the icon and make it usuable on AT&T devices:
The LBS.alx has the following code:
<!-- For 8800 series, hide the icon for Cingular (102), Vodafone Germany (124), Vodafone Austria (137) and all Orange properties, including Amena (Orange Spain - 175). -->
<!-- For non-8800 series, show the icon for all carriers except Cingular (102), Vodafone Germany (124), Vodafone Austria (137) and all Orange properties, including Amena (Orange Spain - 175). -->
<fileset SystemSize="normal" Colour="True" Java="1.0" _vendorID="~102|124|137|119|162|142|183|147|217|17 5" series="~8800">
I believe if you remove the _vendorID......to look llike this you will get BBMaps.
<fileset SystemSize="normal" Colour="True" Java="1.0">
Simply remove everything after Java = "1.0" and the >
I don't have an ATT device so someone test this and let me know.
You can replace your LBS.alx with the one I've attached below if you don't want to edit yours yourself.
Last edited by John Clark : 06-15-2007 at 03:11 PM.
| | Offline
| |
06-15-2007, 03:06 PM
|
#7 (permalink)
| | Thumbs Must Hurt
Join Date: Aug 2006 Location: Texas Model: Torch Carrier: AT&T
Posts: 182
Post Thanks: 1 Thanked 0 Times in 0 Posts
| correct, that is what I did
Sam | | Offline
| |
06-15-2007, 04:41 PM
|
#8 (permalink)
| | Thumbs Must Hurt
Join Date: Jan 2005 Location: Ohio Model: 8330 Carrier: Sprint
Posts: 81
Post Thanks: 0 Thanked 0 Times in 0 Posts
| Quote:
Originally Posted by John Clark I believe an edit to the LBS.alx file will unhide the icon. | Newbie question: I just got my Curve today. How does one edit this file? I am using Vista if it matters. | | Offline
| |
06-15-2007, 04:48 PM
|
#9 (permalink)
| | CrackBerry Addict
Join Date: Jun 2007 Location: New Jersey Model: 8330 PIN: 35AABF91 Carrier: Verizon
Posts: 834
Post Thanks: 0 Thanked 0 Times in 0 Posts
| Quote:
Originally Posted by Joex410 Blackberry Maps doesn't work with AT&T and the newer software for the BB's. I think it's because they want you to use the telenav. |
Cingular/ATT sucks...period. they are slowly turning into the "Verizon of GSM"
They are starting to take control of their phones more and more. i've seen it happen. If T-Mobile has good coverage in your area, I'd say go with them. | | Offline
| |
06-15-2007, 04:52 PM
|
#10 (permalink)
| | Knows Where the Search Button Is
Join Date: Mar 2006 Location: 410 Model: 8100c PIN: 23fc8666 Carrier: AT&T
Posts: 26
Post Thanks: 0 Thanked 0 Times in 0 Posts
| Quote:
Originally Posted by John Clark Yes, it seems that on AT&T they hide the icon in the LBS.alx file. I believe this can be edited out to show the icon and make it usuable on AT&T devices:
The LBS.alx has the following code:
<!-- For 8800 series, hide the icon for Cingular (102), Vodafone Germany (124), Vodafone Austria (137) and all Orange properties, including Amena (Orange Spain - 175). -->
<!-- For non-8800 series, show the icon for all carriers except Cingular (102), Vodafone Germany (124), Vodafone Austria (137) and all Orange properties, including Amena (Orange Spain - 175). -->
<fileset SystemSize="normal" Colour="True" Java="1.0" _vendorID="~102|124|137|119|162|142|183|147|217|17 5" series="~8800">
I believe if you remove the _vendorID......to look llike this you will get BBMaps.
<fileset SystemSize="normal" Colour="True" Java="1.0">
Simply remove everything after Java = "1.0" and the >
I don't have an ATT device so someone test this and let me know.
You can replace your LBS.alx with the one I've attached below if you don't want to edit yours yourself. | Worked like a charm | | Offline
| |
06-15-2007, 04:57 PM
|
#11 (permalink)
| | Thumbs Must Hurt
Join Date: Jun 2007 Model: 8800 PIN: N/A Carrier: AT&T
Posts: 85
Post Thanks: 0 Thanked 0 Times in 0 Posts
| Quote:
Originally Posted by ToddziLLa Newbie question: I just got my Curve today. How does one edit this file? I am using Vista if it matters. | Basic Windows Notepad will do the trick. When the prompt comes up just use 'Select another program' or something along those lines and check 'Notepad'. | | Offline
| |
06-15-2007, 05:43 PM
|
#12 (permalink)
| | Knows Where the Search Button Is
Join Date: May 2007 Location: in a house Model: 8100 PIN: 241ffbef Carrier: at&t
Posts: 48
Post Thanks: 0 Thanked 0 Times in 0 Posts
| i upgraded last night too... this is all i did to get blackberry maps back,
open application loader
un-install blackberry maps
run thru application loader
once the phone boots up again, open application loader
highlight blackberry maps
select delete
run thru application loader again
once phone is powered back up, use the browser to go to mobile.blackbery.com and dowload from list
it solved my problem... it sounds like alot of steps to take, but its safer than editing the file. the version of bbmaps that comes with the new software is 1.1.35 the one of mobile.blackberry.com is 1.1.32 and that one is supported by AT&T | | Offline
| |
08-09-2007, 01:50 PM
|
#13 (permalink)
| | New Member
Join Date: Aug 2007 Model: 8300 PIN: N/A Carrier: att
Posts: 1
Post Thanks: 0 Thanked 0 Times in 0 Posts
| still lost? sorry im a little slow at this editing part, is there anyone that can provide a step by step process of how to edit the lbs file i donteven know where to find it thank you.... please help im soo excited | | Offline
| |
08-09-2007, 02:06 PM
|
#14 (permalink)
| | BlackBerry Master
Join Date: Mar 2005 Location: Austin, TX Model: AAPL OS: iPhone Carrier: is Better than BB :)
Posts: 3,633
Post Thanks: 4 Thanked 0 Times in 0 Posts
| for me all i do is change the theme or look in the applications folder on the att theme.
__________________
"A computer lets you make more mistakes faster than any invention in human history - with the possible exceptions of handguns and tequila." - unknown
| | Offline
| |
08-09-2007, 04:50 PM
|
#15 (permalink)
| | Talking BlackBerry Encyclopedia
Join Date: May 2007 Location: Houston, TX Model: 8100 PIN: 23FA9743 Carrier: T-Mobile
Posts: 337
Post Thanks: 0 Thanked 0 Times in 0 Posts
| Download LBS.zip posted above. Extract it to your OS directory, replacing the LBS.alx that's already there. Voila.
Do a search for LBS.alx if you can't find it on your system. Be sure to have the handheld software installed first. Read the first sticky thread. | | Offline
| |
08-10-2007, 12:13 PM
|
#16 (permalink)
| | Knows Where the Search Button Is
Join Date: Jul 2007 Model: 8100 PIN: N/A Carrier: AT&T
Posts: 17
Post Thanks: 0 Thanked 0 Times in 0 Posts
| Not sure if this is helpful, as I'm a complete NooB to BB, but I just downloaded BB Maps out of curiosity, and it worked fine for me. I'm on AT&T network, didn't have to edit any parameters or anything. Software version is 4.2.1.96 Platform 2.3.0.78....certainly not the lastest version but didn't seem to be an issue on my phone.
Is there any preference to BB Maps over Google Maps?
~Krystal
__________________ ~Krystal~ 8100 Pearl | | Offline
| |
08-10-2007, 12:23 PM
|
#17 (permalink)
| | BlackBerry Master
Join Date: Mar 2005 Location: Austin, TX Model: AAPL OS: iPhone Carrier: is Better than BB :)
Posts: 3,633
Post Thanks: 4 Thanked 0 Times in 0 Posts
| google maps does points of interest searches, bbmaps does not. bbmaps does show speed which some people like. Also google has traffic.
I prefer the Yahoo Go! map application, maps seem much more fluid.
__________________
"A computer lets you make more mistakes faster than any invention in human history - with the possible exceptions of handguns and tequila." - unknown
| | Offline
| |
08-13-2007, 07:45 AM
|
#18 (permalink)
| | BlackBerry Mensa
Join Date: Jan 2005 Location: Houston Model: 8310 Carrier: at&t
Posts: 7,742
Post Thanks: 0 Thanked 0 Times in 0 Posts
| Quote:
Originally Posted by JGBerry Cingular/ATT sucks...period. they are slowly turning into the "Verizon of GSM" | It's pretty slow going then since you can load pretty much any other GPS app...  And unlike Verizon you can actually work around at&t block of BB Maps. | | Offline
| |
11-27-2007, 12:37 AM
|
#19 (permalink)
| | New Member
Join Date: Nov 2007 Model: 9000 OS: 4.6.0.167 PIN: ASK ME :) Carrier: AT&T/T-Mobile
Posts: 6
Post Thanks: 0 Thanked 0 Times in 0 Posts
| please any body can help me,i have downloaded the LBS file but i don't know wat to do next,like how i can access the on e on my phone and modify it,please help | | Offline
| |
11-27-2007, 12:38 AM
|
#20 (permalink)
| | Flying Moderator
Join Date: Jun 2005 Model: Z10 OS: 10.0.10.x PIN: s & needles Carrier: T-Mobile US
Posts: 34,607
Post Thanks: 1 Thanked 65 Times in 55 Posts
| Quote:
Originally Posted by rozza108 please any body can help me,i have downloaded the LBS file but i don't know wat to do next,like how i can access the on e on my phone and modify it,please help |
Welcome to the forums.
Have a look at this thread: How to get BBMaps to show on my Blackberry | | Offline
| |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | | | |