MEAM-Ware / android-wifi-tether

Automatically exported from code.google.com/p/android-wifi-tether
0 stars 0 forks source link

Version checking URL missing #555

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The version checking URL's are wrong or missing.

The code in the trunk shows the following in TetherApplication.java code:

private static final String APPLICATION_PROPERTIES_URL = 
"http://android-wifi-tether.googlecode.com/svn/download/update/all/unstable/appl
ication.properties";
private static final String APPLICATION_DOWNLOAD_URL = 
"http://android-wifi-tether.googlecode.com/files/";

Unfortunately these URL's are not accessible. So, in the LogCat we see this 
error:

D/TETHER -> WebserviceTask( 2942): Request returned status HTTP/1.1 404 Not 
Found

And the application can't auto update. Could we fix either the code or the URL?

Best,
Volkan

P.S: I don't think this is directly relevant to this problem but I am running 
Nexus One on CyanogenMod (6.0.0-n1-rc3 , FRF91) w IntersectRaven's Kernel 
(2.6.35.4-CFS-intersectR) and The WifiTether version is 2.0.5 pre 8.

Original issue reported on code.google.com by volkank...@gmail.com on 2 Sep 2010 at 6:26

GoogleCodeExporter commented 9 years ago
Hi. I've disabled (I've removed the needed files in svn) the update-check. It 
will be enabled again when 2.0.5 reaches some kind of "stable" status.

Original comment by harald....@gmail.com on 2 Sep 2010 at 1:13

GoogleCodeExporter commented 9 years ago
Ok then :) I have checked the LogCat and saw the url not found message. If this 
is a known issue no problem.

Original comment by volkank...@gmail.com on 2 Sep 2010 at 1:20