coldblue / auto-update-apk-client

Automatically exported from code.google.com/p/auto-update-apk-client
0 stars 0 forks source link

AUTO UPDATION NOT WORKING #22

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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 manoranj...@gmail.com on 22 Aug 2012 at 12:48

GoogleCodeExporter commented 9 years ago
Could you please provide additional details about what exactly you did and what 
exactly you've got? Especially, logcat messages from AutoUpdateAPK would be 
really helpful to aid to resolve your situation.

If you haven't got any logcat messages from AutoUpdateAPK, then you have failed 
to instantiate the class. If you have got some messages, it might help to know 
what do they say.

Original comment by lenik.terenin on 23 Aug 2012 at 3:41

GoogleCodeExporter commented 9 years ago
Hi lenik,

I have created an application(a ebook-Reader Application) using your auto 
update apk class file, so that when i am adding some new content to that 
application i am generating a new apk and uploaded in to the my application 
account, so that the users who have downloaded my application can also get the 
new updated version of that application, but while i am uploading the new apk , 
the application which are installed in the device is not getting updated. While 
creating the application i have strictly followed all your configuration guide, 
and also while creating the application it also not showing ant type of error, 
i have added the autoupdateapk.java file and also like you said the way, i also 
have developed the application, but i am unable to know that why my application 
is not getting updated in the device, please tell me the solution, i have also 
attached the logcat file alsoand also here is the link to download the apk 
www.auto-update-apk.com/download/com,mps.mpsreaderautoupdation.

Original comment by manoranj...@gmail.com on 24 Aug 2012 at 5:45

Attachments:

GoogleCodeExporter commented 9 years ago
since I can see the following in your logcat: "08-24 10:34:46.192: 
V/AutoUpdateApk(861): md5sum: 38e10a75a13c67cc3dc49cda07d984c4", I assume you 
have properly included the .java file and it works perfectly. however, there 
are two constants in the source code, which control how often the update is 
performed (default is about every 3 hours), you may want to change 
UPDATE_INTERVAL and WAKEUP_INTERVAL to smaller values (1 minute?), but, please, 
don't forget to change them back after you've finished debugging.

Original comment by lenik.terenin on 24 Aug 2012 at 11:23

GoogleCodeExporter commented 9 years ago
Thanks a lot Lenik

Original comment by manoranj...@gmail.com on 28 Aug 2012 at 6:12

GoogleCodeExporter commented 9 years ago
I'm closing this issue, thank you!

Original comment by lenik.terenin on 28 Aug 2012 at 6:37

GoogleCodeExporter commented 9 years ago
The apk file is download, but it is not executed. I think that 
raise_notification() is faulting.

If I execute apk file manually, it work's fine.

Original comment by reinaldo...@gmail.com on 27 Oct 2012 at 5:57

GoogleCodeExporter commented 9 years ago
could you please add a debug printout in raise_notification() and see if it's 
called or not? also it might be helpful to know what android version/build 
you're using on your device.

Original comment by lenik.terenin on 27 Oct 2012 at 10:57