It queries the servers based on your update interval, and what it displays is the last time the car sent an update. There isn't always new info, of course, so it may be updating and showing the same time over and over. (By the way, if you triple tap on the "Last refresh" message, it will show the time of the last alarm that causes it to do an update).a quick question: how often is the widget display updated (separate from querying servers)? my middle sized widget sometimes will go a long time (hours) without updating the "Last refresh:" displayed value (i use relative time option if it matters). if i click the gear and then go back to the home screen the widget display is updated.
yes, i'm aware of that so i don't think i explained what i'm seeing very well.It queries the servers based on your update interval, and what it displays is the last time the car sent an update. There isn't always new info, of course, so it may be updating and showing the same time over and over. (By the way, if you triple tap on the "Last refresh" message, it will show the time of the last alarm that causes it to do an update).
all set there.One caveat is you need to have battery optimizations turned off. If it's on, Android will just sound the alarm whenever it feels like it.
OK, I think I understand what you mean. The widget is only updated when it reads the from server, so if you have the update interval set at 15 minutes that's how often the widget will refresh.I have the "Show time of last refresh instead of elapsed time" setting turned off. my expectation was the "Last refresh:" data for the widget might change as frequently as every minute since you only show minute granularity but would be happy with a few minutes or more. the widget "Last refresh:" data will stay the same for quite a long time (hours sometimes) but always updates if i tap the gear or tap the last refresh area once to bring up the info screen then go back to the home screen (guessing this forces the widget to update displayed value).
No luck in finding this widget on Goggle Play. Did it move to Goggle Store? Search Mach E Widget and came up empty.After tonesto7's posted his fantastic widget for iOS, I became interested in trying to do something similar for Android. It's been a few years since I did any coding for Android, and never anything involving widgets or network access. I only wanted something to let me see info on my car, and wanted to use graphics more than text where possible. I've decided to "release" the results on GitHub of a month's work for anyone who wants to use and/or expand.
Right now it’s only set up to access Ford’s US servers. If anyone outside the US is interested in using it I’ll try to expand that functionality when I can (I need to read tonesto7’s code more closely to see how that works).
At this time I don't want to hassle with putting the app on Google Play, so you need to be comfortable sideloading the APK on your phone. That means you need to trust that nothing nefarious is happening in it.
The app is available via sideload from GitHub and from the Google Play Store. New releases are usually posted on both GitHub and Play Store. Once you sideload from GitHub, the app will detect a new release and prompt you to automatically download and install.
If you have feature requests, just go over to the GitHub page, click on "Issues", add your request, and add put "Feature request" in your title.
If you have a problem with something, check the FAQ on GitHub to see if it's covered. Otherwise create a Bug Report on GitHub page. Problems relating to logging in or getting status updates will normally need a logfile captured while the problem was occurring.
search for "Ford Status Widget" in the play store.No luck in finding this widget on Goggle Play. Did it move to Goggle Store? Search Mach E Widget and came up empty.
ah, ok. the widget displayed value isn't updated any more frequently than the server update interval.OK, I think I understand what you mean. The widget is only updated when it reads the from server, so if you have the update interval set at 15 minutes that's how often the widget will refresh.
I'd thought about making the widget update every minute, Independent of the update interval, but didn't know if that would impact battery life.ah, ok. the widget displayed value isn't updated any more frequently than the server update interval.