Code Monkey home page Code Monkey logo

auto-update-apk-client's People

Contributors

lazydroid avatar nicolabeghin avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

auto-update-apk-client's Issues

New Feature: AfterUpdate() Method

Please add a method for running a block of code after the update, there are 
numerous ways to implement.  To be honest the only problem I see is 
implementation.  In my library I use an event dispatcher so if it was up to me, 
i would want an event to trigger that i can input any code I want in that 
block, but I don't think thats something you could do.

Maybe something like a start and stop such as

AutoUpdateAPK.startAfterUpdate();
//do my code
AutoUpdateAPK.endAfterUpdate();


There is probably a better way, but I can't think of it.

The reason I would want to do this, is so possibly I could add a dialouge popup 
after the update that advises users of the changes (release notes).


Original issue reported on code.google.com by [email protected] on 15 May 2012 at 1:01

Bandwidth Qouta not allocated for September

What steps will reproduce the problem?
1. Login to the account 
2. 0 bytes available in Bandwidth Qouta
3. It suggest to increase the qouta

What is the expected output? 
I should 1GB Bandwidth Qouta

What do you see instead?
0 bytes Bandwidth Qouta

What version of the product are you using? On what operating system?


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 2 Sep 2013 at 12:10

Disabling downgrade

I am using same device for developing and testing. 

Lets say latest version is 1.3 on Applications. But I started developing 1.4

This happens when i execute app:

1) Launch 1.4
2) Check for update
3) Different apk found (1.3)
4) Download and execute old apk

I will never be able to develop my app without commenting auto-update.

It would be good if downgrading is disabled.
Thank you

Original issue reported on code.google.com by [email protected] on 30 Mar 2013 at 11:45

Periodic update does not run

Currently the periodic update is scheduled after a connectivity change 
broadcast is received. This leads to situations when the periodic update is not 
run at all.

I have refactored the code, so when the updater is created is checks for update 
(without force), checks for connection and registers periodic update if 
necessary. If connection change occurs, it resets the periodic update as 
previous.

https://github.com/masconsult/auto-update-apk-client/commit/51246d4a60edfd62af26
3dcc229176d82a67d49c

Original issue reported on code.google.com by [email protected] on 25 Sep 2012 at 2:54

allow time based updates

We need our app to only update in off hours. We would like to specify this time 
on the auto update server.

1) upload an apk
2) specify a time range 
3) app checks for updates and does not see there is one available unless it is 
checking durring the time range specified.

Original issue reported on code.google.com by [email protected] on 25 May 2012 at 7:23

Rooted device

Please provide any additional information below.

1. Does it require the device to be rooted. If yes then can you tell how we can 
do this on non rooted devices

Original issue reported on code.google.com by [email protected] on 25 Apr 2013 at 6:29

Support Notification Flags

Please support the ability to adjust the kind of notification that is currently 
showing up.  I believe the current settings are AUTO_CANCEL | NO_CLEAR.

Please provide flexibility for this (i.e., personally I want the user to be 
able to clear the notification in case they are busy and do not want to be 
updated at the current time).

Thank you.

Original issue reported on code.google.com by [email protected] on 4 Jun 2012 at 7:23

In auto-update-apk.com portal, I don't see logout button anywhere.

What steps will reproduce the problem?
1. I logged into system from some shared machine to upload application.
2. After logging-in into portal when i tried to logout, I couldn't see logout 
button


What is the expected output? What do you see instead?
1. There should be logout button, which would cleanly logout user from portal.

What version of the product are you using? On what operating system?


Please provide any additional information below.
PFA screen shot.

Original issue reported on code.google.com by [email protected] on 11 Dec 2012 at 6:54

Attachments:

Active download is not accurate

What steps will reproduce the problem?
1. uppload a version of your software
2. change the version name completely, save, and upload as latest apk 
3. The new apk is not listed as the active download, it seems it is going by 
version name not version code, nor the order in which the application is 
uploaded.  

What is the expected output? What do you see instead?
I expect when I upload a new version it will always be the latest, active, 
version.  Instead I see a version from 2 weeks ago still showing as active, and 
my new version is halfway down the list.

What version of the product are you using? On what operating system?
latest. win 7x64

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 31 May 2012 at 2:16

checkUpdateTask downlaods new package on each update check.

From what I read in the checkUpdateTask class, if a their is an update 
available, the app will always download the new package.  Even if it has 
successfully download it on the last check.  

(First gets "have update" from server, then HttpGets the file. I didn't see 
anything that prevents the download again.)

How about adding the MD5 checksum of the file as part of the "update required 
message".  Then the app can check to see if the file on the disk matches what 
is on the server, and skip the download.

(Our app is running in a bandwidth scarce environment, so each download counts.)


Original issue reported on code.google.com by [email protected] on 3 Oct 2012 at 6:55

APK upload stuck at: "100%, processing..."

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?
Upload should complete successfully.

What version of the product are you using? On what operating system?


Please provide any additional information below.
APK size is just over 2 MB and I am able to upload a < 300 KB APK but not the 2 
MB file.

Original issue reported on code.google.com by [email protected] on 20 Nov 2012 at 7:54

null update problem

This is probably more user training than an issue, but I don't see a forum or 
anywhere to ask questions or get help other than here...so I will post.

I have developed a library throught a project in eclipse that i use with most 
of my apps.  Instead of adding your source files to each project, i just added 
it to the library instead.  Now I am getting these "null update" issues.  In my 
logcat I see the following complaint "unable to find application label".   Here 
is my logcat output:

05-23 11:41:16.058: W/AutoUpdateApk(3866): unable to find application label
05-23 11:41:16.097: V/AutoUpdateApk(3866): md5sum: 
fa4e34c1675483a218133536fb5a40b5
05-23 11:41:16.175: V/AutoUpdateApk(3866): checking if there's update on the 
server
05-23 11:41:17.894: V/AutoUpdateApk(3866): got a reply from update server
05-23 11:41:19.636: V/AutoUpdateApk(3866): got a package from update server
05-23 11:41:38.417: V/AutoUpdateApk(3866): update check finished in 22219ms
05-23 11:41:38.488: V/AutoUpdateApk(3866): md5sum: 
1e1db310669afbe21ed0e0af1dd164ec
05-23 11:42:31.089: W/AutoUpdateApk(3866): unable to find application label
05-23 11:43:01.574: W/AutoUpdateApk(3866): unable to find application label


I would really like to avoid having to the source files in every application.

Please advise

Original issue reported on code.google.com by [email protected] on 23 May 2013 at 11:52

Enhance logging to allow overriding

We have our own logging framework, it would be great if the logging in this 
library was all centralized in a method that we could override and plugin our 
own stuff without changing the code in your base classes.

Original issue reported on code.google.com by [email protected] on 15 May 2012 at 3:42

AUTO UPDATION NOT WORKING

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?


Please provide any additional information below.

I HAVE UPLOADED THE NEW VERSIONS TO THE APPLICATION, BUT THE APPLICATION IS NOT 
AUTOMATICALLY UPDATED IN THE DEVICE. I ALSO FOLLOWED ALL THE GUIDELINES AS YOU 
MENTIONED IN YOUR WEBSITE.

Original issue reported on code.google.com by [email protected] on 22 Aug 2012 at 12:48

package private constructor and not android library

The constructor of AutoUpdateApk is package private, so I'm unable to construct 
it inside my activity.

A simple change can be found on the attached commit.

Also the project is not marked as an android library which is also included in 
the commit.


https://github.com/masconsult/auto-update-apk-client/commit/a8e9e8933b7a47cf802d
fd1435675699c68afdea

Original issue reported on code.google.com by [email protected] on 25 Sep 2012 at 2:49

Parse Error

When an update is available instead of installing the new package, the 
following error message appears:

Parse Error:
There is a problem parsing the package.

The notification works fine but after pressing "Select to Install" it fails. 
Installing the new package manually, either via the download link 
http://www.auto-update-apk.com/download/<app-name> or via eclipse, works fine.

Original issue reported on code.google.com by [email protected] on 25 Jun 2012 at 4:46

Downloads count getting incremented even though the update is not successful/complete

What steps will reproduce the problem?
1. Added a new APK with higher version number.
2. Version number is 47, last version number was 46.
3. App gets updated on device. The downloads count gets incremented but not in 
sync.
4. Number of downloads count (n*5) is very much higher than number (n) of 
devices updated.
5. Below is the track of no. of devices updated, download counts and traffic 
quota available.

v47(devices)        Downloads            Traffic Quota available
346                  1414                         868.0 MB  
348                  1417                         868.0 MB 
350                  1419                         868.0 MB   
350                  1419                         809.4 MB
351                  1420                         809.4 MB   
351                  1423                         809.4 MB
351                  1428                         809.4 MB   
352                  1434                         763.9 MB   
409                  1673                         0 MB

What is the expected output? What do you see instead?
* The no. of downloads should be equal to no. of devices got updated but this 
is not the case. The no. of devices updated is 409 but the total no. of 
downloads in 1673 (huge difference).

What version of the product are you using? On what operating system?
* Android

Please provide any additional information below.
* Consider a scenario where in the app is getting updated and the phone/device 
gets switched off in between, will the download count increment & traffic quota 
available decrease?
* Can you provide us with dashboard/logs to check which devices got updated and 
when, did the download stop in between due to some reason and much more details 
which will help us understand what is going wrong.

Original issue reported on code.google.com by [email protected] on 1 Aug 2013 at 8:30

Build error

What steps will reproduce the problem?
1. Build project

What is the expected output? 
Successful build

What do you see instead?
Error on line 198 AutoUpdateApk.java

What version of the product are you using? On what operating system?
Last sources from 'master' branch

Please provide any additional information below.

It is no need to add @Override annotation when implementing interface methods ))

Original issue reported on code.google.com by [email protected] on 21 Jan 2013 at 9:35

Illegal APK URL Characters

If your APK filename contains any illegal characters -- ie: mine has a space -- 
You will receive an uncaught exception in the "doInBackground".

I personally have not found a solid answer since URLEncoder is not meant to 
encode the whole URL just the query string. I personally programmatically 
replaced the space with a properly encoded space. So an exact solution is still 
to be discovered.

P.S.: I'm an amateur Android Developer so forgive me for my lack of knowledge.

P.S.S: I guess the simplest of answers would be to just use a filename without 
illegal characters in the first place. Maybe your website should make this 
check.

Original issue reported on code.google.com by [email protected] on 22 May 2012 at 3:42

App doesn't get updated more than once

What steps will reproduce the problem?
1. Update the version # in the manifest
2. Upload a new version to the website
3.

What is the expected output? What do you see instead?
Expecting to see notification for the new APK for download but I don't see any 
update/notification popping up on the device

What version of the product are you using? On what operating system?
AutoUpdateApk.java version is rc789ff07de49 from    Jun 19, 2012 running on both 
ICS and JB

Please provide any additional information below.
The update happened a couple of times but I had several new versions but I 
can't really reproduce the scenario where the update happened successfully. 
Here are the changes to the constants I made in AutoUpdateApk.java since I am 
in debug/testing mode:

API_URL = "http://www.auto-update-apk.com/download/com.example.kaupdate";
UPDATE_INTERVAL = 4 * MINUTES;
WAKEUP_INTERVAL = 2 * MINUTES;

Are you restricting updates to occur once every 3-4 hours?

Original issue reported on code.google.com by [email protected] on 14 Nov 2012 at 8:42

Real Autoupdate

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?
I thought it will automatically do all the process of downloading and 
installing the apk, not just showing the notification. Is there a way to do 
this?

What version of the product are you using? On what operating system?
1.7 - Windows

Please provide any additional information below.
download and install the apk

Original issue reported on code.google.com by [email protected] on 25 Oct 2012 at 4:31

Typo in "Manual"

What steps will reproduce the problem?
1. Look at the manual for auto-update-apk at 
http://www.auto-update-apk.com/manual
2.Requirements
AutoUpdateApk supports Android software version 2.1 (Froyo) and higher, running 
on some kind of Android device with an internet connection.


3. Notice in the snippet above, "version 2.1 (Froyo)".  This can't be right.  
Version 2.1 of android is Eclair.  Version 2.2 is Froyo.  Which is it?

What is the expected output? What do you see instead?
one or the other should be identified as the minimuim sdk, it is confusing how 
it is

What version of the product are you using? On what operating system?
latest, win 7 x64

Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 15 May 2012 at 11:20

download links appear to be broken

What steps will reproduce the problem?
1. click a download link
2. get an error from browser
3.

seems to happen for all of our products today... 

Original issue reported on code.google.com by [email protected] on 10 Oct 2012 at 8:03

SilentAutoUpdate is not silent


What steps will reproduce the problem?
1.rooted the device
2.made a sample project
3.used autoUpdateApk - worked as it should 
4.changed to silentAutoUpdat

What is the expected output? What do you see instead?
I expect the version to update without any user involved but the app is wating 
for the user to agree the installation.



What version of the product are you using? On what operating system?
latest version


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 7 Apr 2013 at 8:49

Support for testing versions vs production versions

it would be great if there was a way for our testing deployments to see a 
different set of updates than our production deployments without needing to 
change the package name of the app for various deployments.

Original issue reported on code.google.com by [email protected] on 25 May 2012 at 7:24

How to change the super user request seconds.

What steps will reproduce the problem?
1. When the alert comes it is showing only for 9 seconds.? 
2.
3.

What is the expected output? What do you see instead?
I want to show it for atleast for 1 min. 


What version of the product are you using? On what operating system?


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 29 Jun 2013 at 9:27

Attachments:

App crashes with "println needs a message" error

Log function receives an empty message. This causes app the crash with "println 
needs a message" error

Unrooted, Asus Nexus 7 with Android 4.2.2

I have changed as below:

} else {
  if(e == null && !message.isEmpty()) android.util.Log.e(tag, message);
    else android.util.Log.e(tag, message, e);
}

Original issue reported on code.google.com by [email protected] on 26 Mar 2013 at 10:26

Resource leak reported by Eclipse (Juno, 4.2.1)

What steps will reproduce the problem?
1. Having 'AutoUpdateApk.java' open in Eclipse-Editor
2. Line 410 in unchanged code shows a warning
3.

What is the expected output? What do you see instead?
- no warning
- Eclipse warning:
"BufferedInputStream bis = new BufferedInputStream(fis);" <--- "Resource leak: 
'bis' is never closed"

What version of the product are you using? On what operating system?
- Windows 7 (SP1), Eclipse (Juno, 4.2.1), auto-update-apk-client_2012-10-04

Please provide any additional information below.
-

Original issue reported on code.google.com by [email protected] on 25 Nov 2012 at 9:59

Subscription Payment

How quickly does the payment get reflected? I ran out of the free quota and I 
paid for $9.99 plan but I don't see my account reflecting that yet. Can you 
please look into it?

Original issue reported on code.google.com by [email protected] on 18 Dec 2012 at 8:40

multiple updates at the same time why?

What steps will reproduce the problem?
1.run the app.
2.notification occurred on status bar that 'an update is available'.
3.close the app and run again. another notification occurred in status bar.

What is the expected output? What do you see instead?
i expect only one notification for update but whenever i run my app it send me 
the same notification again. it should check whether the previous notification 
was responded or not.

What version of the product are you using? On what operating system?
auto-update-apk-client_2012-06-19.

Please provide any additional information below.
screenshot of my emulator with multiple updates for the same app is attached.
Note: AutoUpdate is my app name i used this for testing purpose.
Thanks

Original issue reported on code.google.com by [email protected] on 25 Jul 2012 at 9:35

Attachments:

Update not deploying

What steps will reproduce the problem?
1.Upload
2.Wait
3.Check Device

What is the expected output? What do you see instead?
I am suppose to see the notification for my app update
but instead nothing happens


What version of the product are you using? On what operating system?
latest, Windows 7


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 6 Aug 2013 at 12:38

Statistics

It would be nice if I can see which mobile device which version has and when 
the last update-check was.

Original issue reported on code.google.com by [email protected] on 26 Jul 2012 at 10:33

New Feature: Developer access to new update notifier

A method to check if there is an update available, but not actually run the 
update.  This would give the developer more control of the application.  i.e. 
the dev could run a method to check if there's an update and if there is...put 
up a dialogue that advises the user and asks if they want to update or not.  or 
maybe a popup that tells them they will be updated in 10 seconds unless they 
cancel, the options are endless.  But a way for the dev to tell there's an 
update internally inside the application is very useful.

Original issue reported on code.google.com by [email protected] on 15 May 2012 at 1:05

active version

general question, we uploaded a new version but the previous one is still 
active?

regs
Tom

Original issue reported on code.google.com by [email protected] on 8 Jul 2012 at 8:39

silent update mode

push link (https://www.push-link.com/index.html) has a "ninja" mode where 
rooted devices can be updated silently... this would be really handy for our 
clients.


Original issue reported on code.google.com by [email protected] on 11 May 2012 at 9:11

Error with getApplicationContext()

What steps will reproduce the problem?
1. Compile the library into a jar file
2. Add it to a project in eclipse built from Unity. 
3. Add in the needed lines as the tutorial suggest in the onCreate

What is the expected output? What do you see instead?
I expected to see updates fired but instead seems to have some problem with the 
getting the application context. 

This appears in the logcat: 

02-26 15:18:08.063: E/APKInstallReceiver(21628): context = 
android.app.ReceiverRestrictedContext@4200c9a0, intent.getAction() = 
android.intent.action.PACKAGE_REMOVED, intent.getDataString() = 
package:com.tellart.autoUpdate
02-26 15:18:08.363: E/APKInstallReceiver(21628): context = 
android.app.ReceiverRestrictedContext@4200c9a0, intent.getAction() = 
android.intent.action.PACKAGE_ADDED, intent.getDataString() = 
package:com.tellart.autoUpdate


What version of the product are you using? On what operating system?
 unity 4.0.1 and the latest auto update code

Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 26 Feb 2013 at 8:25

I implemented the class but does nothing ....

Good afternoon, first of all like to apologize for the translation, because I 
used the google translator.
My name is Mark Angelo, I implemented a class autoUpdateAPK in my system, I put 
my file. APK http://www.auto-update-apk.com/ site as required by rule. So it's 
time to upgrade, so cast the log appears below the MESSAGES hugs. Follows the 
code and implemented the logcat.

Log: 
04-24 17:21:06.356: V/AutoUpdateApk(1436): md5sum: 
f7c9b0271c30e1322fe2a00e796349e9
04-24 17:21:06.456: V/AutoUpdateApk(1436): checking if there's update on the 
server
04-24 17:21:07.456: D/dalvikvm(1436): GC_CONCURRENT freed 1601K, 20% free 
7299K/9031K, paused 6ms+8ms
04-24 17:21:08.035: V/AutoUpdateApk(1436): got a reply from update server
04-24 17:21:08.035: V/AutoUpdateApk(1436): no update available
04-24 17:21:08.045: V/AutoUpdateApk(1436): update check finished in 1573ms

Codigo:
@Override
    public void onCreate(Bundle savedInstanceState) {
        super.onCreate(savedInstanceState);
        setContentView(R.layout.tripagelappinstall);
        btnCheckUpdates = (Button) findViewById(R.id.btnCheckUpdates);
        btnCheckUpdates.setOnClickListener(new OnClickListener() {
            public void onClick(View arg0) {
                aua = new AutoUpdateApk(getApplicationContext());
                aua.addObserver(getInstace());
            }
        });
    }

Original issue reported on code.google.com by [email protected] on 24 Apr 2013 at 5:28

Make project a library project

Making the project a library project would allow users to simply add it to 
their existing app without having to modify the auto-update-apk-client project 
itself -- especially useful for people using it as a git submodule.

Original issue reported on code.google.com by amgupt01 on 30 Jan 2013 at 7:25

Images for applications not displaying on application management page

What steps will reproduce the problem?
1. go to http://www.auto-update-apk.com/apps
2. upload a new version of your application
3. look for icon

What is the expected output? What do you see instead?
the application icon should be displayed, instead i see a weird, cannot display 
style of image

What version of the product are you using? On what operating system?
latest, win7 x64

Please provide any additional information below.
using chrome browser

Original issue reported on code.google.com by [email protected] on 15 May 2012 at 1:16

Attachments:

How to test auto-update apk on my application

What steps will reproduce the problem?
1.Not getting the notification
2.
3.

What is the expected output? What do you see instead?
To get the notification about the update.
Nothing seen.

What version of the product are you using? On what operating system?
My product current version - 2.9.3.4
ubuntu operating system

Please provide any additional information below.
I have a login page where am adding the autoupdate code as mentioned.
What should I do to get the update?

Original issue reported on code.google.com by [email protected] on 29 Aug 2012 at 10:59

Attachments:

SilenceUpdate make the app closed and show the desktop

What steps will reproduce the problem?
1. Run the application for silenceupdate
2. Run it more than a day and the app always on the top


What is the expected output? What do you see instead?
The app will be closed and updated to the latest version. And re-start it again.
But now sometimes it will be closed and show the desktop. It is not too 100% do 
what it supposed to be. It will be closed and show the desktop.

What version of the product are you using? On what operating system?
v1.7, Android 4.0.4, Rikomagic MK802II

Please provide any additional information below.
If i don't use the silenceupdate, my app will keep playing more than a week 
without close or crashing.

Original issue reported on code.google.com by [email protected] on 29 Nov 2012 at 9:49

typo on source page

What steps will reproduce the problem?
1.go to the source page here http://code.google.com/p/auto-update-apk-client/
2.How to use AutoUpdateApk
Basically you have to change only 2 (two!) lines in your project and include 
the AutoUpdateApk.java class somewhere in the source three.
3. Examine snippet above from the main source page...in the last line, i 
believe "three" is supposed to be "tree"

What is the expected output? What do you see instead?
expect to see "tree", instead see "three"

What version of the product are you using? On what operating system?


Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 15 May 2012 at 11:22

Crash in AutoUpdateApk.java

What steps will reproduce the problem?

Run the app with AutoUpdateApk.java. It crashes intermittently

What is the expected output? What do you see instead?

Crash (crash log from ACRA pasted below)

What version of the product are you using? On what operating system?

API: Android 15
Device - OS - API Level: HTC One V-4.0.3-Ice Cream Sandwich-15

Attaching the AutoUpdateApk.java file that I am using.

Please provide any additional information below.

Crash Log:
Date: Wed May 22 01:17:33 MYT 2013

java.lang.RuntimeException: An error occured while executing doInBackground()
    at android.os.AsyncTask$3.done(AsyncTask.java:278)
    at java.util.concurrent.FutureTask$Sync.innerSetException(FutureTask.java:273)
    at java.util.concurrent.FutureTask.setException(FutureTask.java:124)
    at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:307)
    at java.util.concurrent.FutureTask.run(FutureTask.java:137)
    at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:208)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1076)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:569)
    at java.lang.Thread.run(Thread.java:864)
Caused by: java.lang.NullPointerException: println needs a message
    at android.util.Log.println_native(Native Method)
    at android.util.Log.e(Log.java:231)
    at com.healint.dontworryapp.AutoUpdateApk.log(AutoUpdateApk.java:499)
    at com.healint.dontworryapp.AutoUpdateApk.Log_e(AutoUpdateApk.java:483)
    at com.healint.dontworryapp.AutoUpdateApk.Log_e(AutoUpdateApk.java:482)
    at com.healint.dontworryapp.AutoUpdateApk$checkUpdateTask.doInBackground(AutoUpdateApk.java:330)
    at com.healint.dontworryapp.AutoUpdateApk$checkUpdateTask.doInBackground(AutoUpdateApk.java:1)
    at android.os.AsyncTask$2.call(AsyncTask.java:264)
    at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:305)
    ... 5 more
java.lang.NullPointerException: println needs a message
    at android.util.Log.println_native(Native Method)
    at android.util.Log.e(Log.java:231)
    at com.healint.dontworryapp.AutoUpdateApk.log(AutoUpdateApk.java:499)
    at com.healint.dontworryapp.AutoUpdateApk.Log_e(AutoUpdateApk.java:483)
    at com.healint.dontworryapp.AutoUpdateApk.Log_e(AutoUpdateApk.java:482)
    at com.healint.dontworryapp.AutoUpdateApk$checkUpdateTask.doInBackground(AutoUpdateApk.java:330)
    at com.healint.dontworryapp.AutoUpdateApk$checkUpdateTask.doInBackground(AutoUpdateApk.java:1)
    at android.os.AsyncTask$2.call(AsyncTask.java:264)
    at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:305)
    at java.util.concurrent.FutureTask.run(FutureTask.java:137)
    at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:208)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1076)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:569)
    at java.lang.Thread.run(Thread.java:864)

Original issue reported on code.google.com by [email protected] on 27 May 2013 at 7:03

Attachments:

New feature: update download/installation schedule

Now the updater checks for new updates based on the time intervals, and it 
might be a good idea to include the possibility to select a particular time of 
day (night) to check for updates instead of intervals, because some devices are 
better to get updated when not in use (ATM, information displays, kiosks).

Any ideas or comments?

Original issue reported on code.google.com by lenik.terenin on 16 May 2012 at 8:31

  • Merged into: #14

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.