Auto-updating is software functionality that allows a program to maintain whether it or the supporting data is up-to-date in an automatic fashion.
Questions tagged [auto-update]
1377 questions
10
votes
4 answers
How to patch a Java program?
Recently I applied a fix to a Java desktop application. I did this by changing the code in one of my classes, compiled it and sent the new jar to the production environment.
I'm now asked if it is possible to just patch the jar in production by…

Jefrey Valencia
- 713
- 3
- 13
- 30
10
votes
3 answers
Auto-restart app after market update
Anytime I publish a new version of my app in the Market, if the user had enabled the "auto update" option, the app will be updated automatically.
The app contains a service that runs constantly. But when the automatic update happens, the old…

gpo
- 3,388
- 3
- 31
- 53
10
votes
1 answer
Design pattern for software updates
Is anybody aware of any design patterns around software updates? Specifically I'd like a pattern for converting old files/settings into the latest version.
The best solution I can think of would be to have a set of rules for how to convert from…

stormCloud
- 983
- 1
- 9
- 24
9
votes
3 answers
What are the alternatives to auto-update an Java Swing application?
I have developed a Java Swing application, and it will be installed on multiple clients in different locations. The application will be installed manually by me. But I would like to auto-update the application over Internet, without user…

Jonas
- 121,568
- 97
- 310
- 388
9
votes
1 answer
Do Android services using startForeground impact Play Store auto updates?
I'm using startForeground to run a service in my app. Does this impact Play Store auto updates when it's running? It seems like it does because I'll release a new version and a test tablet will still be running the old one for days after the…

Greg Taylor
- 113
- 6
9
votes
2 answers
Auto Patcher (Efficient Auto Updater)
I want an auto updater that detect modified files (by comparing files on the client-side and a server) and only download modified files. I also want it to give me its status lively (To show it on a process bar or something)
The scenario is that…

Aidin
- 1,271
- 14
- 20
9
votes
2 answers
Python, Bokeh: How to turn off auto-update of axes
I came across a strange auto-update behaviour of Bokeh server streaming plots. Essentially, with a streaming plot the axes ranges are updated automatically. When the ranges are changed manually, the new ranges persist only until the data is updated,…

user7435037
- 343
- 4
- 14
9
votes
3 answers
Automatically update embedded Google Sheets Chart in Docs?
I have inserted a chart into a Google Doc, but would like to make it update automatically instead of having to manually open the Doc and press the floating update buttons.
So far I have found no way to do this beyond writing a script to replace each…
user6645160
9
votes
2 answers
Android application life cycle when application is being updated by Play Store
I can't find information about app's process life cycle when application is being updated by Play Store.
For example when app's process is running and some Service does something and then update starts, I expect that after apk is successfully…

Marian Paździoch
- 8,813
- 10
- 58
- 103
9
votes
1 answer
Using NodeJS to self-update project
I have a project that runs mainly on NodeJS. During startup, it creates a socket.io+http server and a few workers (mainly event listeners that do their job on specific events).
Now I would like to implement a worker process that automatically checks…

Ingwie Phoenix
- 2,703
- 2
- 24
- 33
9
votes
4 answers
clickonce - what is a good open source alternative to clickonce? (DDay.Update)?
What is a good open source alternative to clickonce? One that is most popular and under active development I guess?
DDay.Update perhaps? Is this the main one?
thanks
PS. I've come up with a few from searching, but would appreciate any feedback…

Greg
- 34,042
- 79
- 253
- 454
9
votes
2 answers
Android app auto update on Google Play and permissions change
I know that when at least one new permission is added, the app will not be auto-updated. The user has to manually update it.
You will have "Manual Update" when the app's permissions have changed.
What about removing a permission ?
My current app…

Raymond Chenon
- 11,482
- 15
- 77
- 110
9
votes
1 answer
programmatically temporarily disable auto-update
I have a Bike computer app that logs data while the user is riding. I have had a user report an issue I had not considered. He was out for a long ride (100+ miles) but while out and logging data the app got updated via Google plays auto-update. …

Ifor
- 2,825
- 1
- 22
- 25
9
votes
2 answers
Why isn't my chrome extension auto-updating itself?
I made a really basic chrome extension and set up a simple node.js server to test the auto-update feature. The server hosts the .crx file so I can install the extension without any trouble simply by visiting…

Shawn
- 10,931
- 18
- 81
- 126
8
votes
1 answer
Self-Update a Spring-Boot Application
What i am trying to do is writing a self-updating Spring Boot 2.2.5 application
I wrote a little spring-boot-starter-web application with a RESTController to control the update process (i know the REST-Paths are not properly set e.g.…

marc overath
- 81
- 1
- 3