The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
0answers
43 views

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 ...
0
votes
2answers
100 views

Getting an automatic update on Google Play to work when the app is running 24/7?

We have an app that we want to distribute in-house using the google play private channel. We want to be able to roll out automatic updates but the catch is our software is designed as a home screen.. ...
2
votes
2answers
121 views

How to automatically change kinect sensor angle?

Is it possible to change the elevation angle of the kinect motor automatically? I mean, till now I have this code (c#): private void CameraAngleSlider_ValueChanged(object sender, ...
5
votes
2answers
86 views

Is it possible to upgrade a Python package on the fly?

I maintain an in-house Python package which is used by some not-really-technical people in the company. Being that their needs (or rather, their wants) change on an almost-daily basis, I have to ...
1
vote
1answer
79 views

phpstorm remote host (SFTP) auto download

i just add a new remote project to my phpstorm workspace. if i change some code, it will be automaticly uploaded to my server (sftp). but when something is changed there, nothing happens im my IDE... ...
0
votes
2answers
82 views

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 ...
1
vote
0answers
32 views

Is it possible to send an automatic link to android device without an sms or email download link?

Friends, I am not sure whether is it possible to send a single page (feedback) form to other device (I will be having the phoneno. , emailid and a billno. of the customer) from server without SMS link ...
0
votes
0answers
139 views

The intent ACTION_PACKAGE_REPLACED is called on the new package or on the old one?

I'm experimenting with ACTION_PACKAGE_REPLACED. From my research it looks like it is called on the newly installed package after the previous one has been stopped, but the documentation for this is ...
0
votes
1answer
21 views

Issuing a warning to users before an app is updated (possibly automatically)

Whilst preparing a new version of an app I have discovered that the previous version doesn't save the program state to permanent storage in all circumstances. So this information can be lost when an ...
0
votes
2answers
209 views

Automatic Age Calculation ASP.Net

Please see the figure below. I want to automatically count the age of the user by inputting their birthday information. See the figure below for more explanation. Here's my full code of ...
0
votes
1answer
9 views

How to upgrade application for business user?

We have WPF application which is created in .NET4.0. We have upgraded our application to .NET4.5 with a new version. Now, we are getting problem to install upgraded software in user's system. There ...
0
votes
1answer
108 views

Insert Reboot Command in Microsoft Update Script

I'm a complete novice in scripting, so starting off just trying to tweak other scripts. I found a script that checks, downloads, and installs Microsoft updates from command line. Is there a way to ...
0
votes
0answers
163 views

Magento - How to create a cron job in magento to automatically add/remove products

Would be possible to create a cron job to automatically add/remove products to a specific category based on special price parameters? Update code: <?php // Get Sale Collection $todayDate = ...
-2
votes
1answer
281 views

Turn off automatic updates using batch file [closed]

Is there a way to turn off the automatic updates using batch file? I've tried using this command: "wuaucpl.cpl = false" but doesn't work. It will only pop-up the window giving option to turn off but ...
0
votes
0answers
51 views

find new WSUS updates using filesystem functions on WSUSContent path

I'm in charge of an application that does automated examinations of new WSUS patches. The application should run e.g. once a day and provide information about which new patches have arrived on the ...
0
votes
1answer
214 views

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 ...
0
votes
3answers
96 views

Automatic updating of Safari Extension is preventing publishing Extension in Safari Gallery

I'm trying uploading my Safari Extension to Gallery. Every time I did it, I get error message after a few days of waiting: During our review, we found that you still have not enabled automatic ...
0
votes
0answers
90 views

how to make scroll keep up with div height

.html <div class="jScrollPaneContainer jScrollPaneScrollable" style="height: 580px; width: 555px; " tabindex="0"> <div id="wraper-news"> <ol id="update" class="timeline"> <?php ...
0
votes
1answer
580 views

Windows Updates GDR vs LDR (QFE)

While going through the information present at Windows Hotfixes and Updates website, I understood that Windows maintains two different branches to provide Updates and Hotfixes and as per the ...
1
vote
0answers
88 views

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 ...
0
votes
1answer
151 views

Automatic update of an extension does not work

I wrote an update.rdf for an automatic update service. In the add on overview an can do a right click "search for new update" and firefox finds the new version on my test webspace, download it and ...
0
votes
0answers
92 views

create automatic updater service for window service

I have created a window service using C#.NET and want to create its automatic updater service. My service will be installed from my custom msi windows installer which accept some inputs from user and ...
3
votes
2answers
73 views

How to have a Java application get the latest version of itself?

I would like to make an update finder, so to speak. The client application would send a request to the server, get the latest version, and return it to the user in the form of a prompt: There is ...
0
votes
1answer
94 views

Android application is getting terminated when a automatic update takes place by Google Play

I have a android application developed for HoneyComb and ICS version tablet that will be playing Images like a electronic photo frame, I have set the display to be always active using "keep screen on" ...
0
votes
0answers
253 views

Android Application automatic Update from Device

I Have developed a Simple Android application and Uploaded on Google Play market.Application is downloaded and Installed successfully on Android device .Problem is that when I have Updates in My App ...
2
votes
3answers
103 views

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 ...
13
votes
4answers
1k views

How do I make a Java app self-update?

Problem: I have a standalone Java app (henceforth known as "the agent") that runs as a service on internal company servers. It acts as a remote agent for some central servers. As the agent gets ...
-1
votes
1answer
158 views

Windows Update keeps 2 updates always unupdated no matter what I do

Ever since I installed Visual C++ 2010 Express, Windows update kept nagging about installing two new updates. When I install them, it says installation is successful, but they still remain there on ...
0
votes
1answer
51 views

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?
0
votes
1answer
89 views

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 ...
3
votes
1answer
371 views

Automatically update JTextArea

Completely new to Java and I'm at a complete brick wall. I have a JTextArea on my system that I'd like to have a live update, so when something is added to table2 (in my database), my server pulls ...
0
votes
1answer
70 views

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 ...
0
votes
1answer
101 views

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 ...
9
votes
3answers
586 views

automatically update python script

TL;DR I need a module which will automatically update my script in the background, silently. I'm have a Python script which I distribute to users. I frequently update this, and then ask them to ...
4
votes
3answers
1k views

reload java applet

i have a java applet in one html page, later, i modified the java code and regenerate the jar file. all i did is copy the jar file to my web server and brought up the browser to see the updated the ...