News:

The Forum Rules and Guidelines
Our forum has Rules and Guidelines. Please, be kind and read them ;).

[Android] Paksets installer does not download anything

Started by Yona-TYT, May 08, 2024, 07:02:55 PM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

Yona-TYT



I know this is a known issue, but I'm wondering if there is any close solution for this, since it's a big deal on mobile devices.

Screenshot_2024-05-08-14-22-29-261_com.simutrans.jpg

Roboron

If this is the same issue that we discussed in the other thread, then as already mentioned it shall be fixed with a follow-up "truly stable" bugfix release.

However, I could not test the current nightly for Android because I can't install the APK (adb says INSTALL_PARSE_FAILED_NO_CERTIFICATES).

@prissi is the apk not signed? (this is a rhetoric question, I can see it is not signed in the pipeline). Can't we sign it? (This is not a rhetoric question).

Yona-TYT

Quote from: Roboron on May 08, 2024, 08:54:18 PMIf this is the same issue that we discussed in the other thread, then as already mentioned it shall be fixed with a follow-up "truly stable" bugfix release.

However, I could not test the current nightly for Android because I can't install the APK (adb says INSTALL_PARSE_FAILED_NO_CERTIFICATES).

@prissi is the apk not signed? (this is a rhetoric question, I can see it is not signed in the pipeline). Can't we sign it? (This is not a rhetoric question).

You're right, it works now with last night!.

Moving this to result.

Screenshot_2024-05-08-20-21-02-818_com.simutrans.jpg

prissi

We cannot sign simutrans, at least not with the same key that google is using. That only google can. After finding also the threading bug which will lead to crashes with more than 12 multi threads available, a new release 124.0.1 is due soon.

Yona-TYT

I'm very sorry to revive this, but it seems to have failed again.


Has anything changed in these last revisions?

I did the following: I uninstalled simutrans from my device, then I reinstalled the latest revision r11199, and now I'm trying to install some pakset but it doesn't work.

Screenshot_2024-05-09-21-02-21-157_com.simutrans-edit.jpg

prissi

Sometimes a mirror get a timeout. So maybe sourceforge was not behaving well. It should work if it worked after Yesterdays fix. If not, I will look at it again.

Yona-TYT

Quote from: prissi on May 10, 2024, 06:25:26 AMSometimes a mirror get a timeout. So maybe sourceforge was not behaving well. It should work if it worked after Yesterdays fix. If not, I will look at it again.
Almost a day later, it is still not working, it seems that something broke.

Roboron

Since strcasestr was re-implemented, that re-introduced this bug (I have been able to reproduce this as well).

I don't know what was wrong with that re-implementation, but when I first searched for this I found some implementations on stack overflow and since I'm a bad programmer I took one of them and put it in r11200. Now it works again.


prissi