Questions tagged [automatic-updates]
141 questions
1
vote
0 answers
Auto-refresh a ListView within a ViewPager?
I'm having a bit of trouble approaching an auto-refresh design I want to implement.
Currently I have a TitlePageIndicator that sets its view pager with a PagerAdapter.
Each page in the view pager is a listview that is constructed based on a list of…

shecodesthings
- 1,218
- 2
- 15
- 33
1
vote
0 answers
Updating multiple android device OS with a script or a shell command
I am working on a project that we use internally in the company. We have a single target device and at this time and that is the Google Nexus 7.
I need to find the quickest and least painful way to update the
android OS on every one of them (we…

DArkO
- 15,880
- 12
- 60
- 88
1
vote
1 answer
Firefox Extension automatic update not working
I followed instructions here and after installed I opened the console mode to debug but the log stuck there without any response:
The console just shows something like following and nothing more output:
*** LOG addons.updates: Requesting…

user2381038
- 83
- 8
1
vote
1 answer
Small class to allow a java program to auto-update itself
The goal is to have a simple Java class start a jar main-class. When the main-class finishes, it can be queried if it would like to be reloaded. By this method it can hot-update itself and re-run itself.
The Launcher is to load the jar via a…

The Coordinator
- 13,007
- 11
- 44
- 73
1
vote
0 answers
3rd party framework for creating automatic updater module
I have a window service which is installed by user and setup to run under context of domain administrator account. I am not storing these credentials anywhere.
Reinstalling parallel service will not be a solution for me, as I will not have those…

sunder
- 1,803
- 4
- 29
- 50
0
votes
1 answer
Automatic updates for Audio Units
We would like to implement automatic updates for our
Audio Unit plugin (Synthesizer).
Can anybody suggest a mechanism for accomplishing that?

kambi
- 3,291
- 10
- 37
- 58
0
votes
1 answer
How to automatically check for content and save to a file?
Hello,
I am calling few contents from my blog to my website, however when user goes to my website, every-time he use to come to my website the contents of the blogs are fetched and then get displayed. Which slow down the website performance.
Now i…

Django Anonymous
- 2,987
- 16
- 58
- 106
0
votes
1 answer
WUA and WSUS disagreeing on update GUID
I have encountered updates that are marked as needed by WUA with update GUIDs that do not match the GUIDs for the same updates in WSUS. The WSUS server is synchronizing all Products and Categories and all languages.
So the question is how could WUA…

Shady
- 76
- 1
- 8
0
votes
0 answers
Pycharm taking data from a qr code and adding it to an excel sheet
So I have a code to read a qr code from my computer camera. It prints out the qr code info into the terminal.
What I am aiming to do is to have that qr code info be printed into an excel sheet. More specifically, I want the barcode to be printed…
0
votes
0 answers
Install .NET runtimes when performing automatic update using wyUpdate
Our software is using wyUpdate for the automatic update in the application.
The problem that I have, now, is that the new version of the software was updated to .NET 6, so it requires the .NET 6 runtimes to run correctly.
In a standalone…

Redy000
- 129
- 4
0
votes
0 answers
Update Description on Field and dataset description automatically
Hi I want to ask how can I update description on this field and dataset on gcp automatically with python code. So I can update all description only in one time.
0
votes
1 answer
How to update/insert query database automatic in django
This is a digital library system. When borrow end_date has expired, borrow status will be updated automatically to 1 (End), table book column stock will be updated adding one stock, and automatically inserting new content value in table…

Sylvia Helmi
- 17
- 5
0
votes
1 answer
How to code dynamic stop loss orders under each swing low/high in a pine strategy script?
I am trying to program a strategy with stop loss orders that would automatically be placed under each swing low or high, because I believe that static stop loss orders with percentages or ticks are more likely to fail in the market.
After searching…

Student Tom
- 11
0
votes
1 answer
Automatically update date and time data in column A when updating data in the range from B to Z
Automatically update date and time data in column A when updating data in the range from B to Z.
Suppose I have a table of data located in the range B1:Z100, when I update the data in cell B1, the date and time in A1 will automatically update, and…

Lam Tử
- 1
0
votes
1 answer
How to improve automation of running container's base image updates?
I want all running containers on my server to always use the latest version of an official base image e.g. node:16.3 in order to get security updates. To achieve that I have implemented an image update mechanism for all container images in my…

globz
- 11
- 1