09-24-2012 10:11 AM
Hi,
I am new in blackberry development, I want to get the lat,lon and accuracy from cell tower tringulation.
what is the cell tower tringulation and how to implement .
Please give me any short example.
Thanks in advance
09-24-2012 02:40 PM - edited 09-24-2012 02:42 PM
Short answer - don't try to do this.
There are various bits of code around that try to do this using Google Gear Server, which is deprecated. There are other servers out there that will take your Cell tower location and attempt to determine your location using it too I believe. However I recommend that you just use the BlackBerry supplied equivalents.
You can read more here:
http://supportforums.blackberry.com/t5/Java-Develo
And have a look at the SimpleLocationApi you will find here:
09-30-2012 02:26 PM
Try this:
criteria.setHorizontalAccuracy(Criteria.NO_REQUIRE
criteria.setVerticalAccuracy(Criteria.NO_REQUIREME
criteria.setCostAllowed(true);
criteria.setPreferredPowerConsumption(Criteria.POW
And read this:
Hope it Helps,
MC
10-01-2012 08:23 AM
" just use the BlackBerry supplied equivalents"
with all due respect peter, it may not work for CDMA network,
unless PDE was obtained and set up for certain carriers.
In fact, I bookmarked your post how does BB Maps do it and wait for...