Search found 21 matches

by mim2011
Tue Mar 20, 2018 3:45 am
Forum: Android Port
Topic: ScummVM2.0.0 crash upon start [reproducable]
Replies: 24
Views: 22092

Hi,

this is easy:

libcurl - the multiprotocol file transfer library
from https://curl.haxx.se/libcurl/

it is used to access files over many Internet protocols like https, ssh ....

I am not sure what is the usage on scummvm, I think for cloud saving of game states...
by mim2011
Sat Mar 03, 2018 9:50 am
Forum: Android Port
Topic: ScummVM2.0.0 crash upon start [reproducable]
Replies: 24
Views: 22092

Hi stephan92

I checked again and I can not reproduce your problem. I was able to start Kyrandia 1 and 2, Discworld and Riven.
by mim2011
Wed Feb 28, 2018 7:50 am
Forum: Android Port
Topic: ScummVM2.0.0 crash upon start [reproducable]
Replies: 24
Views: 22092

yeah sorry, i should not ignore such a description "Ephemeral file sharing" :-)

I uploaded again on dropbox. I hope it is better now:

https://www.dropbox.com/s/8admvh19rkpa1 ... e.apk?dl=0

have fun
by mim2011
Mon Feb 26, 2018 8:11 pm
Forum: Android Port
Topic: ScummVM2.0.0 crash upon start [reproducable]
Replies: 24
Views: 22092

Until the scummvm team will provide an official build that works with older androids i can offer you an unofficial one: https://file.io/cJhjw9 It is 2.0 build without the curl library for arm 32/64 and x86 32/64. It is working fine on Android 4.2 and 5.1. All the credits goes to original developers ...
by mim2011
Sat Feb 24, 2018 10:19 am
Forum: General Discussion
Topic: Blade Runner WIP
Replies: 95
Views: 68886

Yes there is no pressure, it is already very nice, take your time and have fun with the code 😆
by mim2011
Thu Feb 22, 2018 8:21 am
Forum: Android Port
Topic: ScummVM2.0.0 crash upon start [reproducable]
Replies: 24
Views: 22092

The problem is on the android_sdl framework that is used for this port. There is a library, curl, that cause problems with Android 4.3 and before. I have managed to buid scummvm without libcurl and it is working on 4.2.2 (Asus Memo Pad HD 7). The instructions are in the scummvm/dist/androidsdl folde...