Questions tagged [automatic-updates]
141 questions
2
votes
2 answers
Remote update app on multiple devices NOT using Playstore
I'm trying to find a solution to do a remote update of an APK to 80 tablets. This should preferably be as automated as possible and if this can happen completely in the background without any user input that would be great. Basically what the…

sjunnesson
- 185
- 2
- 10
2
votes
3 answers
Library to distribute software updates
We are providing Java desktop software for Windows, OS X and Linux. Currently, when an update is available, our customers have to download the new software bundle from our website and install it manually. This means on Windows, they have to launch a…

Mot
- 28,248
- 23
- 84
- 121
1
vote
1 answer
DLL like mechanism in OSX
I want to create an app and to be able to update it from the internet.
In my Windows version the actual content is a DLL that I change on each update.
How can I achieve this in OSX? my application is a plug-in and after the initial installation
I…

kambi
- 3,291
- 10
- 37
- 58
1
vote
1 answer
How can I automatically formulate a column while adding values to another? EXCEL
I have a column formulated in excel that returns all the business days from date X to today and it is automatically filled in, and there is a column to its right in which a COUNTIF formula is applied based on this first column , but the cells are…
1
vote
1 answer
Automatic filling of Stock price
I have a list of scrips of stock market. When I add a new scrip in a new row, I would like to automatically fill its current price using GoogleFinance function of google sheets.
In the attached google sheets, Column A contains the mnemonics of the…

Pravin Kumar Raja
- 43
- 4
1
vote
2 answers
How to uppercase a cell range even if user type or paste lowercase with no warning in Google Sheet
I've made a simple table in a one of many sheets in a google sheet file and I would like a cell range of a sheet to alway appear upper case no mater what user input without any warning.
Currently I found and used the script below in Apps Script and…

Morteza Parkook
- 11
- 3
1
vote
0 answers
Multiple line plotting in one graph - how to automatically adjust the x- and y-axis to find all graphs
Following from my previous question here
R: Select vector (numeric) from data frame, sample n=10 subsets of size i=5 and i= 10 within vector and calculate mean for each of these samples
I want to plot the distribution of the resulting 2 vectors. I…

eternity1
- 651
- 2
- 15
- 31
1
vote
0 answers
Ways to automate "downloading updates" from third party softwares
I am trying to automate updates from third party software.
Let's say the software is google chrome. I want to check from my system if there is any new version of chrome made available. If yes, download that update.
Any ideas on how to scan such…

Swapnil Jain
- 11
- 1
1
vote
1 answer
Automatically update cpanel after push in Github Repository with .cpanel.yml
8I am trying to update my cpanel through Github repositories.
Let me explain what I tried :
Step 1: At First, I created a Private Repository in Github
Step 2: Cloned the repositories in my local computer
Step 3: added all the files pushed in…

Ripon Uddin
- 709
- 3
- 14
- 29
1
vote
1 answer
Modify a variable automatically in the C# console
I'm trying to modify a variable in the console automatically without modifying the rest of the text.
To do this I've already tried to make an infinite loop that erases the console and notices all the lines but it creates a fluidity problem so I'm…

Fanfarone
- 131
- 1
- 7
1
vote
1 answer
How do i get the Timestamp to update, when the cell contains a formula referencing another cell in another worksheet?
The following code is what gives me an initial timestamp (N) and updated time (O).
This works when the cell's in column D on WORKSHEET1 are manually updated.
The cell's in Column D WORKSHEET1 reference WORKSHEET2 Column E now. So for example D4 on…

leslie
- 11
- 1
1
vote
0 answers
How to check for MSIX updates from WPF desktop app?
We are working on a WPF desktop app packaged using the Desktop Bridge MSIX wrapper, and we need it to detect and automatically apply updates when they are detected, restarting the software.
Research so far suggests it might be possible to use…

Nintynuts
- 93
- 1
- 10
1
vote
1 answer
Google Sheets automatically update new row with formula
I have a sheet I am constantly adding new items on.
The current formula in column E, takes the latest price I am paying for the item.
I want to have this formula already built into any new rows added.
Here is how it currently looks:
Spreadsheet
I…

Cwright
- 29
- 8
1
vote
0 answers
Excel VBA Automatic creation/updating a drop-down list from files/images in a folder
I am looking to merge my scripts to work togheter, my drop-down list (ComboBox) script, to my current script that loads pictures/images into the heading of my Excel sheet.
My script for loading the images looks like this (and works):
Private Sub…

GingerBoy
- 51
- 9
1
vote
0 answers
Script for copying and pasting value only (GOOGLE SPREADSHEETS)
I have the following idea I can't implement:
There is a row with given table plate numbers (column B) and there is a second row with names which are copies by "vlookup" formula from another spreadsheet and in case there are no numbers found, the…

GabrielOne
- 13
- 3