Last night the Android app updated on my phone. I'm still getting alerts from the car, but the only car shown on the app is the "Demonstration car", which of course, isn't active. I've added the car back, and it seems to be working. So, just FYI. Greg
Yes, that happened to my phone installation as well, and to many others. It didn't happen when running the build directly from Android Studio on my devices. We didn't change anything about the config storage data structures. We only changed the minimum API level support from 14 to 16 (there were no installations on API 14 anymore) and the target API level from 27 to 28: https://github.com/openvehicles/Open-Vehicle-Android/pull/81 I just also got reports from people who cannot start the new App at all, even not after erasing the config data. One report says it can only enter the config while the phone is on flight mode (no network), and it will crash as soon as network is reactivated. I have no idea how that could happen by that API level change. Google magic. Regards, Michael Am 21.09.19 um 20:33 schrieb Greg D.:
Last night the Android app updated on my phone. I'm still getting alerts from the car, but the only car shown on the app is the "Demonstration car", which of course, isn't active.
I've added the car back, and it seems to be working. So, just FYI.
Greg
_______________________________________________ OvmsDev mailing list OvmsDev@lists.openvehicles.com http://lists.openvehicles.com/mailman/listinfo/ovmsdev
-- Michael Balzer * Helkenberger Weg 9 * D-58256 Ennepetal Fon 02333 / 833 5735 * Handy 0176 / 206 989 26
Ok. For the records, I'm on Android 9 build PQ3A.190801.002 on a Google Pixel 2 (not XL) phone. The Android 10 update is pending... Haven't pushed the button yet. Greg Michael Balzer wrote:
Yes, that happened to my phone installation as well, and to many others.
It didn't happen when running the build directly from Android Studio on my devices.
We didn't change anything about the config storage data structures. We only changed the minimum API level support from 14 to 16 (there were no installations on API 14 anymore) and the target API level from 27 to 28:
https://github.com/openvehicles/Open-Vehicle-Android/pull/81
I just also got reports from people who cannot start the new App at all, even not after erasing the config data. One report says it can only enter the config while the phone is on flight mode (no network), and it will crash as soon as network is reactivated.
I have no idea how that could happen by that API level change. Google magic.
Regards, Michael
Am 21.09.19 um 20:33 schrieb Greg D.:
Last night the Android app updated on my phone. I'm still getting alerts from the car, but the only car shown on the app is the "Demonstration car", which of course, isn't active.
I've added the car back, and it seems to be working. So, just FYI.
Greg
_______________________________________________ OvmsDev mailing list OvmsDev@lists.openvehicles.com http://lists.openvehicles.com/mailman/listinfo/ovmsdev
Are you getting any call stacks on the crash? On Sunday, September 22, 2019, 12:40:55 AM GMT+2, Greg D. <gregd2350@gmail.com> wrote: Ok. For the records, I'm on Android 9 build PQ3A.190801.002 on a Google Pixel 2 (not XL) phone. The Android 10 update is pending... Haven't pushed the button yet. Greg Michael Balzer wrote:
Yes, that happened to my phone installation as well, and to many others.
It didn't happen when running the build directly from Android Studio on my devices.
We didn't change anything about the config storage data structures. We only changed the minimum API level support from 14 to 16 (there were no installations on API 14 anymore) and the target API level from 27 to 28:
https://github.com/openvehicles/Open-Vehicle-Android/pull/81
I just also got reports from people who cannot start the new App at all, even not after erasing the config data. One report says it can only enter the config while the phone is on flight mode (no network), and it will crash as soon as network is reactivated.
I have no idea how that could happen by that API level change. Google magic.
Regards, Michael
Am 21.09.19 um 20:33 schrieb Greg D.:
Last night the Android app updated on my phone. I'm still getting alerts from the car, but the only car shown on the app is the "Demonstration car", which of course, isn't active.
I've added the car back, and it seems to be working. So, just FYI.
Greg
_______________________________________________ OvmsDev mailing list OvmsDev@lists.openvehicles.com http://lists.openvehicles.com/mailman/listinfo/ovmsdev
_______________________________________________ OvmsDev mailing list OvmsDev@lists.openvehicles.com http://lists.openvehicles.com/mailman/listinfo/ovmsdev
There were no reports yesterday, but there are some now. I'll have a look now. Regards, Michael Am 22.09.19 um 07:23 schrieb Nikolay Shishkov:
Are you getting any call stacks on the crash?
On Sunday, September 22, 2019, 12:40:55 AM GMT+2, Greg D. <gregd2350@gmail.com> wrote:
Ok. For the records, I'm on Android 9 build PQ3A.190801.002 on a Google Pixel 2 (not XL) phone. The Android 10 update is pending... Haven't pushed the button yet.
Greg
Michael Balzer wrote:
Yes, that happened to my phone installation as well, and to many others.
It didn't happen when running the build directly from Android Studio on my devices.
We didn't change anything about the config storage data structures. We only changed the minimum API level support from 14 to 16 (there were no installations on API 14 anymore) and the target API level from 27 to 28:
https://github.com/openvehicles/Open-Vehicle-Android/pull/81
I just also got reports from people who cannot start the new App at all, even not after erasing the config data. One report says it can only enter the config while the phone is on flight mode (no network), and it will crash as soon as network is reactivated.
I have no idea how that could happen by that API level change. Google magic.
Regards, Michael
Am 21.09.19 um 20:33 schrieb Greg D.:
Last night the Android app updated on my phone. I'm still getting alerts from the car, but the only car shown on the app is the "Demonstration car", which of course, isn't active.
I've added the car back, and it seems to be working. So, just FYI.
Greg
_______________________________________________ OvmsDev mailing list OvmsDev@lists.openvehicles.com <mailto:OvmsDev@lists.openvehicles.com> http://lists.openvehicles.com/mailman/listinfo/ovmsdev
_______________________________________________ OvmsDev mailing list OvmsDev@lists.openvehicles.com <mailto:OvmsDev@lists.openvehicles.com> http://lists.openvehicles.com/mailman/listinfo/ovmsdev
_______________________________________________ OvmsDev mailing list OvmsDev@lists.openvehicles.com http://lists.openvehicles.com/mailman/listinfo/ovmsdev
-- Michael Balzer * Helkenberger Weg 9 * D-58256 Ennepetal Fon 02333 / 833 5735 * Handy 0176 / 206 989 26
The SQLite version included in SDK 28 uses a new file format. It apparently occasionally has a problem reading / upgrading the old file format, which leads to corrupted data. In our case this was affecting the OCM charge point locations. The map fragment assumed data coming from the database to be valid, which lead to the crash. I've just uploaded release 3.12.13. If you need that release now, you can download it from… https://dexters-web.de/f/tw-beta/OpenVehicleApp-release-3.12.13.apk Regards, Michael Am 22.09.19 um 07:29 schrieb Michael Balzer:
There were no reports yesterday, but there are some now. I'll have a look now.
Regards, Michael
Am 22.09.19 um 07:23 schrieb Nikolay Shishkov:
Are you getting any call stacks on the crash?
On Sunday, September 22, 2019, 12:40:55 AM GMT+2, Greg D. <gregd2350@gmail.com> wrote:
Ok. For the records, I'm on Android 9 build PQ3A.190801.002 on a Google Pixel 2 (not XL) phone. The Android 10 update is pending... Haven't pushed the button yet.
Greg
Michael Balzer wrote:
Yes, that happened to my phone installation as well, and to many others.
It didn't happen when running the build directly from Android Studio on my devices.
We didn't change anything about the config storage data structures. We only changed the minimum API level support from 14 to 16 (there were no installations on API 14 anymore) and the target API level from 27 to 28:
https://github.com/openvehicles/Open-Vehicle-Android/pull/81
I just also got reports from people who cannot start the new App at all, even not after erasing the config data. One report says it can only enter the config while the phone is on flight mode (no network), and it will crash as soon as network is reactivated.
I have no idea how that could happen by that API level change. Google magic.
Regards, Michael
Am 21.09.19 um 20:33 schrieb Greg D.:
Last night the Android app updated on my phone. I'm still getting alerts from the car, but the only car shown on the app is the "Demonstration car", which of course, isn't active.
I've added the car back, and it seems to be working. So, just FYI.
Greg
_______________________________________________ OvmsDev mailing list OvmsDev@lists.openvehicles.com <mailto:OvmsDev@lists.openvehicles.com> http://lists.openvehicles.com/mailman/listinfo/ovmsdev
_______________________________________________ OvmsDev mailing list OvmsDev@lists.openvehicles.com <mailto:OvmsDev@lists.openvehicles.com> http://lists.openvehicles.com/mailman/listinfo/ovmsdev
_______________________________________________ OvmsDev mailing list OvmsDev@lists.openvehicles.com http://lists.openvehicles.com/mailman/listinfo/ovmsdev
-- Michael Balzer * Helkenberger Weg 9 * D-58256 Ennepetal Fon 02333 / 833 5735 * Handy 0176 / 206 989 26
_______________________________________________ OvmsDev mailing list OvmsDev@lists.openvehicles.com http://lists.openvehicles.com/mailman/listinfo/ovmsdev
-- Michael Balzer * Helkenberger Weg 9 * D-58256 Ennepetal Fon 02333 / 833 5735 * Handy 0176 / 206 989 26
Bernd, let me duck that for you: https://duckduckgo.com/?q=android+stop+auto-updating+specific+app&t=ffnt&ia=... Also see my previous post on where to find the APK for manual installation. Regards, Michael Am 25.09.19 um 11:42 schrieb Bernd Geistert:
Is there a possibility to deactivate automatic updates of the Android App? I would like to check an update when I'm at home, but not getting an app update e.g. during a journey, possibly producing corrupted data.
-- Michael Balzer * Helkenberger Weg 9 * D-58256 Ennepetal Fon 02333 / 833 5735 * Handy 0176 / 206 989 26
You are also about to discover that there are a *lot* of people who use metric for distance and speed, who have never heard of bar (or even kilopascals) for pressure and are not going to be happy with the change in TPMS display... PS: Can the TPMS units be a configurable option? kthx. :D Brian. On Thu., Sep. 26, 2019, 06:44 Bernd Geistert, <b_ghosti@gmx.de> wrote:
Thank you for the hint. *Gesendet:* Mittwoch, 25. September 2019 um 13:18 Uhr *Von:* "Michael Balzer" <dexter@expeedo.de> *An:* ovmsdev@lists.openvehicles.com *Betreff:* Re: [Ovmsdev] Android app updated, lost my car Bernd,
let me duck that for you:
https://duckduckgo.com/?q=android+stop+auto-updating+specific+app&t=ffnt&ia=...
Also see my previous post on where to find the APK for manual installation.
Regards, Michael
Am 25.09.19 um 11:42 schrieb Bernd Geistert:
Is there a possibility to deactivate automatic updates of the Android App?
I would like to check an update when I'm at home, but not getting an app update e.g. during a journey, possibly producing corrupted data.
-- Michael Balzer * Helkenberger Weg 9 * D-58256 Ennepetal Fon 02333 / 833 5735 * Handy 0176 / 206 989 26
_______________________________________________ OvmsDev mailing list OvmsDev@lists.openvehicles.com http://lists.openvehicles.com/mailman/listinfo/ovmsdev _______________________________________________ OvmsDev mailing list OvmsDev@lists.openvehicles.com http://lists.openvehicles.com/mailman/listinfo/ovmsdev
Yes this definitely needs to be an option. Also - I lost my car configuration again with this update. tir. 15. okt. 2019, 02:04 skrev Brian Greenberg <grnbrg@grnbrg.org>:
You are also about to discover that there are a *lot* of people who use metric for distance and speed, who have never heard of bar (or even kilopascals) for pressure and are not going to be happy with the change in TPMS display...
PS: Can the TPMS units be a configurable option? kthx. :D
Brian.
On Thu., Sep. 26, 2019, 06:44 Bernd Geistert, <b_ghosti@gmx.de> wrote:
Thank you for the hint. *Gesendet:* Mittwoch, 25. September 2019 um 13:18 Uhr *Von:* "Michael Balzer" <dexter@expeedo.de> *An:* ovmsdev@lists.openvehicles.com *Betreff:* Re: [Ovmsdev] Android app updated, lost my car Bernd,
let me duck that for you:
https://duckduckgo.com/?q=android+stop+auto-updating+specific+app&t=ffnt&ia=...
Also see my previous post on where to find the APK for manual installation.
Regards, Michael
Am 25.09.19 um 11:42 schrieb Bernd Geistert:
Is there a possibility to deactivate automatic updates of the Android App?
I would like to check an update when I'm at home, but not getting an app update e.g. during a journey, possibly producing corrupted data.
-- Michael Balzer * Helkenberger Weg 9 * D-58256 Ennepetal Fon 02333 / 833 5735 * Handy 0176 / 206 989 26
_______________________________________________ OvmsDev mailing list OvmsDev@lists.openvehicles.com http://lists.openvehicles.com/mailman/listinfo/ovmsdev _______________________________________________ OvmsDev mailing list OvmsDev@lists.openvehicles.com http://lists.openvehicles.com/mailman/listinfo/ovmsdev
_______________________________________________ OvmsDev mailing list OvmsDev@lists.openvehicles.com http://lists.openvehicles.com/mailman/listinfo/ovmsdev
Hi, sorry for that, i made an new pull request to change TMPS in bar as an option. https://github.com/openvehicles/Open-Vehicle-Android/pull/86
Lance Tjessem <ltjessem@gmail.com> hat am 15. Oktober 2019 um 08:30 geschrieben:
Yes this definitely needs to be an option. Also - I lost my car configuration again with this update.
tir. 15. okt. 2019, 02:04 skrev Brian Greenberg < grnbrg@grnbrg.org>:
You are also about to discover that there are a *lot* of people who use metric for distance and speed, who have never heard of bar (or even kilopascals) for pressure and are not going to be happy with the change in TPMS display... PS: Can the TPMS units be a configurable option? kthx. :D
Brian.
On Thu., Sep. 26, 2019, 06:44 Bernd Geistert, < b_ghosti@gmx.de> wrote:
Thank you for the hint.
Gesendet: Mittwoch, 25. September 2019 um 13:18 Uhr Von: "Michael Balzer" < dexter@expeedo.de> An: ovmsdev@lists.openvehicles.com Betreff: Re: [Ovmsdev] Android app updated, lost my car
Bernd,
let me duck that for you:
https://duckduckgo.com/?q=android+stop+auto-updating+specific+app&t=ffnt&ia=...
Also see my previous post on where to find the APK for manual installation.
Regards, Michael
Am 25.09.19 um 11:42 schrieb Bernd Geistert:
Is there a possibility to deactivate automatic updates of the Android App? I would like to check an update when I'm at home, but not getting an app update e.g. during a journey, possibly producing corrupted data. -- Michael Balzer * Helkenberger Weg 9 * D-58256 Ennepetal Fon 02333 / 833 5735 * Handy 0176 / 206 989 26
_______________________________________________ OvmsDev mailing list OvmsDev@lists.openvehicles.com http://lists.openvehicles.com/mailman/listinfo/ovmsdev
_______________________________________________ OvmsDev mailing list OvmsDev@lists.openvehicles.com http://lists.openvehicles.com/mailman/listinfo/ovmsdev
_______________________________________________ OvmsDev mailing list OvmsDev@lists.openvehicles.com http://lists.openvehicles.com/mailman/listinfo/ovmsdev
_______________________________________________ OvmsDev mailing list OvmsDev@lists.openvehicles.com http://lists.openvehicles.com/mailman/listinfo/ovmsdev
Seems Android and iOS apps diverging quite a lot here. This is what our iOS app offers: There is a request to add pressures to that, which I intend to change in the next app update. Mark
On 15 Oct 2019, at 2:42 PM, Thomas Heuer <Egon@heuer-humfeld.de> wrote:
Hi, sorry for that, i made an new pull request to change TMPS in bar as an option. https://github.com/openvehicles/Open-Vehicle-Android/pull/86
Lance Tjessem <ltjessem@gmail.com> hat am 15. Oktober 2019 um 08:30 geschrieben:
Yes this definitely needs to be an option. Also - I lost my car configuration again with this update.
tir. 15. okt. 2019, 02:04 skrev Brian Greenberg < grnbrg@grnbrg.org>:
You are also about to discover that there are a *lot* of people who use metric for distance and speed, who have never heard of bar (or even kilopascals) for pressure and are not going to be happy with the change in TPMS display...
PS: Can the TPMS units be a configurable option? kthx. :D
Brian.
On Thu., Sep. 26, 2019, 06:44 Bernd Geistert, < b_ghosti@gmx.de> wrote:
Thank you for the hint.
Gesendet: Mittwoch, 25. September 2019 um 13:18 Uhr Von: "Michael Balzer" < dexter@expeedo.de> An: ovmsdev@lists.openvehicles.com Betreff: Re: [Ovmsdev] Android app updated, lost my car
Bernd,
let me duck that for you:
https://duckduckgo.com/?q=android+stop+auto-updating+specific+app&t=ffnt&ia=...
Also see my previous post on where to find the APK for manual installation.
Regards, Michael
Am 25.09.19 um 11:42 schrieb Bernd Geistert:
Is there a possibility to deactivate automatic updates of the Android App?
I would like to check an update when I'm at home, but not getting an app update e.g. during a journey, possibly producing corrupted data.
-- Michael Balzer * Helkenberger Weg 9 * D-58256 Ennepetal Fon 02333 / 833 5735 * Handy 0176 / 206 989 26
_______________________________________________ OvmsDev mailing list OvmsDev@lists.openvehicles.com http://lists.openvehicles.com/mailman/listinfo/ovmsdev
_______________________________________________ OvmsDev mailing list OvmsDev@lists.openvehicles.com http://lists.openvehicles.com/mailman/listinfo/ovmsdev
_______________________________________________ OvmsDev mailing list OvmsDev@lists.openvehicles.com http://lists.openvehicles.com/mailman/listinfo/ovmsdev
_______________________________________________ OvmsDev mailing list OvmsDev@lists.openvehicles.com http://lists.openvehicles.com/mailman/listinfo/ovmsdev
OvmsDev mailing list OvmsDev@lists.openvehicles.com http://lists.openvehicles.com/mailman/listinfo/ovmsdev
Am 15.10.19 um 08:30 schrieb Lance Tjessem:
Also - I lost my car configuration again with this update.
That was my fault. I haven't checked Dimitrie's pull request as thoroughly as I should have. He made a change to the CarData model that broke the serialized compatibility. New fields always need to be added at the end. That's why only the cars were lost this time. Sorry, Michael -- Michael Balzer * Helkenberger Weg 9 * D-58256 Ennepetal Fon 02333 / 833 5735 * Handy 0176 / 206 989 26
Happened for the 3rd time with today's update. On Tue., Oct. 15, 2019, 07:20 Michael Balzer, <dexter@expeedo.de> wrote:
Am 15.10.19 um 08:30 schrieb Lance Tjessem:
Also - I lost my car configuration again with this update.
That was my fault. I haven't checked Dimitrie's pull request as thoroughly as I should have.
He made a change to the CarData model that broke the serialized compatibility. New fields always need to be added at the end.
That's why only the cars were lost this time.
Sorry, Michael
-- Michael Balzer * Helkenberger Weg 9 * D-58256 Ennepetal Fon 02333 / 833 5735 * Handy 0176 / 206 989 26
_______________________________________________ OvmsDev mailing list OvmsDev@lists.openvehicles.com http://lists.openvehicles.com/mailman/listinfo/ovmsdev
Got another report on this already. This time, no data structure was changed, just functional changes. There is absolutely no need to discard the config, I have no idea why Android decides to do so. Regards, Michael Am 25.11.19 um 14:07 schrieb Nicholas Prefontaine:
Happened for the 3rd time with today's update.
On Tue., Oct. 15, 2019, 07:20 Michael Balzer, <dexter@expeedo.de <mailto:dexter@expeedo.de>> wrote:
Am 15.10.19 um 08:30 schrieb Lance Tjessem: > Also - I lost my car configuration again with this update.
That was my fault. I haven't checked Dimitrie's pull request as thoroughly as I should have.
He made a change to the CarData model that broke the serialized compatibility. New fields always need to be added at the end.
That's why only the cars were lost this time.
Sorry, Michael
-- Michael Balzer * Helkenberger Weg 9 * D-58256 Ennepetal Fon 02333 / 833 5735 * Handy 0176 / 206 989 26
_______________________________________________ OvmsDev mailing list OvmsDev@lists.openvehicles.com <mailto:OvmsDev@lists.openvehicles.com> http://lists.openvehicles.com/mailman/listinfo/ovmsdev
_______________________________________________ OvmsDev mailing list OvmsDev@lists.openvehicles.com http://lists.openvehicles.com/mailman/listinfo/ovmsdev
-- Michael Balzer * Helkenberger Weg 9 * D-58256 Ennepetal Fon 02333 / 833 5735 * Handy 0176 / 206 989 26
participants (9)
-
Bernd Geistert -
Brian Greenberg -
Greg D. -
Lance Tjessem -
Mark Webb-Johnson -
Michael Balzer -
Nicholas Prefontaine -
Nikolay Shishkov -
Thomas Heuer