View previous topic :: View next topic |
Author |
Message |
MikeB Frequent Visitor
Joined: 20/08/2002 11:51:57 Posts: 3859 Location: Essex, UK
|
Posted: Tue Dec 13, 2011 1:35 pm Post subject: CamerAlert 1.3.4.533 for Android released to Market |
|
|
We have just released CamerAlert for Android version 1.3.4 build 533 into the Android Market. It may take a little while before it becomes active, after which you should now be able to upgrade the application through Market and benefit from the new features and bug fixes we have implemented.
Changes for Android 533 follow:
New Functionality
added support for the Parrot Asteroid
Separate volume control for warnings in ‘Advanced Settings’
Stop location updates if not moved more then 20m in 10 minutes whilst not on the main screen
Changed the inactivity speed threshold
Allow CamerAlert to be controlled by car dock events
General code changes to improve reliability and speed
Bug Fixes
Fix where decimal point on KM was out by factor of 10.
Fix where preferences were not properly initialised.
Fix where there could be a crash if the database is empty when adding a camera.
Changed Redlights with unknown speed to be announced as Redlight, not “Redlight unknown speed”
<br>
<table cellpadding='0' cellspacing='0' style='padding-top:5px; border-top: 1px dashed grey;' width='100%'><tr><td valign='top' width='10'><g:plusone size='medium' href='http://www.pocketgpsworld.com/CamerAlert-134533-for-Android-released-to-Market-2129.php'></g:plusone></td><td valign='top' width='10' style='padding-right:15px;'><div id='fb-root'></div><fb:like href='http://www.pocketgpsworld.com/CamerAlert-134533-for-Android-released-to-Market-2129.php' send='true' layout='button_count' width='100' show_faces='false' action='recommend' font='lucida grande'></fb:like></td><td valign='top' width='115'><script type='text/javascript' src='http://platform.twitter.com/widgets.js'></script></td></tr></table> _________________ Mike Barrett
Last edited by MikeB on Wed Feb 01, 2012 3:04 pm; edited 2 times in total |
|
Back to top |
|
|
253 Lifetime Member
Joined: Mar 05, 2007 Posts: 1058 Location: The green bit between the M40, M4 and M25.
|
Posted: Tue Dec 13, 2011 7:59 pm Post subject: |
|
|
It's there now, mine updated at about 4.30pm this afternoon.
Bob _________________ Triumph Tbird 1700. And now a Bonnie T100. |
|
Back to top |
|
|
IanS100 Frequent Visitor
Joined: May 05, 2008 Posts: 870 Location: Southport
|
Posted: Wed Dec 14, 2011 9:48 am Post subject: |
|
|
I've just purchased CameraAlert for Android & the installation & database download all went smoothly but when I try to upgrade to the latest version I get:
Package file was not signed correctly
& the upgrade terminates, any suggestions? _________________ Galaxy Note 4 / TomTom GO : CamerAlert : CoPilot |
|
Back to top |
|
|
MaFt Pocket GPS Staff
Joined: Aug 31, 2005 Posts: 15330 Location: Bradford, West Yorkshire
|
Posted: Wed Dec 14, 2011 11:17 am Post subject: |
|
|
Sounds like the Market is playing up...
You could either try later in the day to see if it has resolved or maybe reset the phone (complete power off and turn back on).
Also make sure the date/time are correct on the phone etc.
MaFt |
|
Back to top |
|
|
IanS100 Frequent Visitor
Joined: May 05, 2008 Posts: 870 Location: Southport
|
Posted: Wed Dec 14, 2011 11:21 am Post subject: |
|
|
MaFt wrote: | Sounds like the Market is playing up...
You could either try later in the day to see if it has resolved or maybe reset the phone (complete power off and turn back on).
Also make sure the date/time are correct on the phone etc.
MaFt |
Cheers, I've tried 'power off' & rebooted about 6 times but with the same result each time so I'll leave it till this evening & try again _________________ Galaxy Note 4 / TomTom GO : CamerAlert : CoPilot |
|
Back to top |
|
|
richard345 Frequent Visitor
Joined: Mar 09, 2008 Posts: 463 Location: Rainhill, Lancashire Not Merseyside!
|
Posted: Wed Dec 14, 2011 12:18 pm Post subject: |
|
|
Installed OK on my HTC Sensation on Android 2.3.4 in the last few minutes.
All looking well at the moment and it's showing the 2 mobile sites that appear now and again outside our offices.
Thanks for all the good work guys an d Happy Christmas to everyone. _________________ Ric - TomTom 520 DEAD - Passed to the great traffic jam in the sky. Now using Maps & Waze on Samsung Galaxy S4 + CamerAlert of course! |
|
Back to top |
|
|
IanS100 Frequent Visitor
Joined: May 05, 2008 Posts: 870 Location: Southport
|
Posted: Wed Dec 14, 2011 12:53 pm Post subject: |
|
|
No amount of installing resetting & rebooting made any difference but I have a result for anyone having the same problem:-
Open Market & select CameraAlert upgrade but don't actually set it going - leave the page open &
Flip to Settings / Applications & uninstall the old version of CameraAlert
Flip back to the Market / Upgrade screen & set it going.
Result is a clean install of v 1.3.4.533
NOTE: All this is assuming that the Market continues only to offer the old version for clean installs as it did with me this morning! _________________ Galaxy Note 4 / TomTom GO : CamerAlert : CoPilot |
|
Back to top |
|
|
DrSpecs Occasional Visitor
Joined: May 14, 2008 Posts: 3
|
Posted: Fri Jan 13, 2012 12:55 pm Post subject: Permissions: Phone Calls |
|
|
I just wondered what the permission "Phone Calls" is used for within this app? The description for this:
"Read Phone State and Identity - Allows the application to access the phone features of the device. An application with this permission can determine the phone number and serial number of this phone, whether a call is active, the number that call is connected to and the like."
Seems particularly intrusive. Could you explain why this is needed.
Thanks |
|
Back to top |
|
|
lbendlin Pocket GPS Staff
Joined: 02/11/2002 22:41:59 Posts: 11878 Location: Massachusetts, USA
|
Posted: Fri Jan 13, 2012 1:30 pm Post subject: |
|
|
we are reading the phone IMEI (if available) and use that as part of the unique identifier for your device. We are not using the IMEI directly, instead we create a hash from it.
Code: |
final TelephonyManager tm = (TelephonyManager) getApplication().getSystemService(Context.TELEPHONY_SERVICE);
tmDevice += tm.getDeviceId();
UUID deviceUuid = new UUID(androidId.hashCode(), tmDevice.hashCode()); |
We do not use any of the other phone functions. _________________ Lutz
Report Map Errors here:
TomTom/TeleAtlas NAVTEQ |
|
Back to top |
|
|
|
Posted: Today Post subject: Pocket GPS Advertising |
|
|
We see you’re using an ad-blocker. We’re fine with that and won’t stop you visiting the site.
Have you considered making a donation towards website running costs?. Or you could disable your ad-blocker for this site. We think you’ll find our adverts are not overbearing!
|
|
Back to top |
|
|
|