View previous topic :: View next topic |
Author |
Message |
marksfish Pocket GPS Verifier
Joined: Jun 25, 2005 Posts: 802 Location: Sandy, Bedfordshire
|
Posted: Tue Dec 10, 2019 3:26 pm Post subject: |
|
|
My new S10 has turned up today and has updated to Android 10. Camalert is not working on this phone.
_________________ Garmin Drivesmart 51 LMT-D Europe |
|
Back to top |
|
|
Kremmen Pocket GPS Verifier
Joined: Mar 03, 2006 Posts: 7149 Location: Reading
|
|
Back to top |
|
|
M8TJT The Other Tired Old Man
Joined: Apr 04, 2006 Posts: 10118 Location: Bexhill, South Sussex, UK
|
Posted: Wed Dec 11, 2019 9:46 am Post subject: |
|
|
OK. Nice find but a poor relation to PGPSW actually fixing CA. |
|
Back to top |
|
|
Kremmen Pocket GPS Verifier
Joined: Mar 03, 2006 Posts: 7149 Location: Reading
|
Posted: Wed Dec 11, 2019 1:08 pm Post subject: |
|
|
From what I've read each Android app has to be given a range of Android versions it will work under.
When developed/deployed there is a finite range you can specify.
It could be that other phones are running Android v 10.0 which is fine but Samsung may have adapted their own v 10 which is 10.1 and that is outside of the specified range.
Just my amateur guess from Mr Google:
android {
defaultConfig {
applicationId 'com.example.myapp'
// Defines the minimum API level required to run the app.
minSdkVersion 15
// Specifies the API level used to test the app.
targetSdkVersion 28
...
}
} _________________ DashCam:
Viofo A119 V3 |
|
Back to top |
|
|
knightz Occasional Visitor
Joined: Dec 21, 2005 Posts: 4
|
Posted: Wed Dec 11, 2019 5:04 pm Post subject: S10+ |
|
|
MaFt wrote: | CamerAlert works on Android 10.
MaFt |
It does not even start on the Samsung S10+ with Android 10 / security patch level: 01/12/2019, lots of logs submitted and one ticket which has remained open since the 04/12/19 |
|
Back to top |
|
|
marksfish Pocket GPS Verifier
Joined: Jun 25, 2005 Posts: 802 Location: Sandy, Bedfordshire
|
Posted: Wed Dec 11, 2019 5:15 pm Post subject: |
|
|
Kremmen wrote: | Is this a Samsung S10 ?
|
It is indeed, and now a phone I can't take to work with me as I use CA daily
v1.4.0.876 is the current offering on Play Store and is also what is on my S8. I have produced an apk of the working app and transferred it to the S10 in the hope it may give a "kick start", but it hasn't, it still fails to load/ open. _________________ Garmin Drivesmart 51 LMT-D Europe |
|
Back to top |
|
|
Kremmen Pocket GPS Verifier
Joined: Mar 03, 2006 Posts: 7149 Location: Reading
|
Posted: Wed Dec 11, 2019 6:43 pm Post subject: |
|
|
My S10 isn't tied to any operator as I bought it outright from John Lewis so SIM free.
It's still on Android 9.
Wonder if I can leave it there or will it get a forced update at some point.
According to the phone it last checked for a software update 1st Nov and I've just turned off 'auto download over wifi' pending CA info.
Given it's directional, prompts when out of date and plays through the car system it would be a shame to lose it. _________________ DashCam:
Viofo A119 V3 |
|
Back to top |
|
|
marksfish Pocket GPS Verifier
Joined: Jun 25, 2005 Posts: 802 Location: Sandy, Bedfordshire
|
Posted: Wed Dec 11, 2019 7:34 pm Post subject: |
|
|
Mine too is sim free (as I think was the OP's). I would think you can hold off updating, I used to have to instigate it on my S8. My update "sneaked in" while updating the phone out of the box. I like the look of the apk editor, but a bit worried about what it may bundle up as part of the new one it uploads as a replacement for the standard one. It's a real pain as it seems to have been left to rot on Android, whereas Apple got an upgrade recently(ish). _________________ Garmin Drivesmart 51 LMT-D Europe |
|
Back to top |
|
|
Mordorf Regular Visitor
Joined: Mar 02, 2006 Posts: 60
|
Posted: Wed Dec 11, 2019 8:34 pm Post subject: |
|
|
From a security perspective that are a LOT of reasons that you should keep up to date. Not upgrading an operating system just because of a single app is ridiculous especially when there is a very good alternative. I've been using the suggested speedtrap alert app and it is so much better than cameralert and works beautifully on my Galaxy S10+ running Android 10. I certainly wouldn't go back to cameralert now even if the issue was fixed. |
|
Back to top |
|
|
Kremmen Pocket GPS Verifier
Joined: Mar 03, 2006 Posts: 7149 Location: Reading
|
Posted: Thu Dec 12, 2019 12:46 pm Post subject: |
|
|
It will be a real shame to be forced away from CA but needs must if Samsung Android 10 renders CA obsolete.
Any news from the PGPSW staff regarding an update ? _________________ DashCam:
Viofo A119 V3 |
|
Back to top |
|
|
MaFt Pocket GPS Staff
Joined: Aug 31, 2005 Posts: 15320 Location: Bradford, West Yorkshire
|
Posted: Thu Dec 12, 2019 6:40 pm Post subject: |
|
|
Kremmen wrote: | From what I've read each Android app has to be given a range of Android versions it will work under.
When developed/deployed there is a finite range you can specify.
It could be that other phones are running Android v 10.0 which is fine but Samsung may have adapted their own v 10 which is 10.1 and that is outside of the specified range.
Just my amateur guess from Mr Google:
android {
defaultConfig {
applicationId 'com.example.myapp'
// Defines the minimum API level required to run the app.
minSdkVersion 15
// Specifies the API level used to test the app.
targetSdkVersion 28
...
}
} |
Minimum and target are just that. A minimum Android version that it will run on and the Target version (i.e. the SDK version that the app was created with). There is no 'Maximum' version in the manifest. |
|
Back to top |
|
|
MaFt Pocket GPS Staff
Joined: Aug 31, 2005 Posts: 15320 Location: Bradford, West Yorkshire
|
Posted: Thu Dec 12, 2019 6:41 pm Post subject: |
|
|
Kremmen wrote: | It will be a real shame to be forced away from CA but needs must if Samsung Android 10 renders CA obsolete.
Any news from the PGPSW staff regarding an update ? |
I've asked the team. |
|
Back to top |
|
|
Kremmen Pocket GPS Verifier
Joined: Mar 03, 2006 Posts: 7149 Location: Reading
|
Posted: Fri Dec 13, 2019 5:40 am Post subject: |
|
|
and thanks for the manifest info. I'm not into Android development so can only go via what Google suggests. _________________ DashCam:
Viofo A119 V3 |
|
Back to top |
|
|
grd2 Occasional Visitor
Joined: Oct 17, 2006 Posts: 10
|
Posted: Sat Dec 14, 2019 9:25 am Post subject: |
|
|
Just to let you guys know, CA is not the only app to be broken by Android 10 on Samsung Galaxy phones.
My paid for alarm is broken and no longer works properly, although it does work, and I've been advised the original app will not be fixed so I need to obtain a newer version, which looks identical, and I need to pay again for no ads. Leaves a nasty taste in the mouth. |
|
Back to top |
|
|
Kremmen Pocket GPS Verifier
Joined: Mar 03, 2006 Posts: 7149 Location: Reading
|
|
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 |
|
|
|