Search found 9 matches

by jsmtux
Sun Feb 05, 2012 9:57 pm
Forum: Android Port
Topic: Mips port
Replies: 13
Views: 11862

well, it was a problem with my device
Various testers reported it worked correctly
Thank you very much for your support
by jsmtux
Sun Feb 05, 2012 4:27 pm
Forum: Android Port
Topic: Mips port
Replies: 13
Views: 11862

Yes, it is novo 7 OpenGL performance is not excellent but quite good. About the log : http://pastebin.com/a6f6Q178 Could it be that I'm using SDL 1.2 and it is not optimized for android? I tried 1.3 but I'm having an issue as there is two lines of ARM assembler code I don't know how to port. Anyway ...
by jsmtux
Sun Feb 05, 2012 11:35 am
Forum: Android Port
Topic: Mips port
Replies: 13
Views: 11862

well, I've done it, it runs
But it is going quite slow and I don't know why, even on the menues it takes a lot of time to move the arrow and make it click on things.
And it is weird as the cpu shows little use and there is a lot of available ram.
Do you have any idea why is this happening?
Thanks
by jsmtux
Sat Feb 04, 2012 1:07 pm
Forum: Android Port
Topic: Mips port
Replies: 13
Views: 11862

Thanks for your time. I've compiled sdl and libicon libraries with the mips ndk. In the configure file i've added: android-mips) _host_os=android _host_cpu=mips _host_alias=mips-linux-android ;; in line 1119, changed lines 1823 to 1863 to: android) case $_host in android) CXX...
by jsmtux
Sat Feb 04, 2012 11:53 am
Forum: Android Port
Topic: Mips port
Replies: 13
Views: 11862

Ok, it was a silly bug; it was looking for the .so libraries in the armeabi folder instead of the mips one. Now it loads ok and I can go through the menues. The only problem is it doesn't find games. I have the day of the tentacle, which scummvm 1.3.1 finds in my computer, but when I load it on the ...
by jsmtux
Fri Feb 03, 2012 5:35 pm
Forum: Android Port
Topic: Mips port
Replies: 13
Views: 11862

Well, I've managed to succesfully compile it with minor tweaks to the config file and android.mk. Once it gets compiled and packed into Apk's I can install it in my tablet but when I open scummvm it force closes itself. I'll try with some debugging program but I don't know what to do. If any of you ...
by jsmtux
Thu Feb 02, 2012 1:07 pm
Forum: Android Port
Topic: Mips port
Replies: 13
Views: 11862

Hi, I'm trying to compile scummvm for mips; Ive compiled the sdl library and libiconv without problems. However, when I'm compiling scummvm it is ok until it reaches the plugins part; linking scum plugin(the first one) it says it doesn't find libscummvm.so. I didn't find it either, when it compiles ...
by jsmtux
Sat Jan 28, 2012 5:18 pm
Forum: Android Port
Topic: Mips port
Replies: 13
Views: 11862

Yes, i've tried with magic code but it closes after giving an error. There is already a version of android sdk with mips support but I don't know what things do I have to change in the configure script. I've already compiled apps just changing some values in the application.mk file, but I don't know...
by jsmtux
Sat Jan 28, 2012 2:42 pm
Forum: Android Port
Topic: Mips port
Replies: 13
Views: 11862

Mips port

Hi all, i've recently bought an android tablet named ainol Paladin. It's quite good but it has a mips architecture instead of arm and scummvm doesn't work. Could someone recompile it with mips libs?. I've tried myself downloading the ndk and following instructions on wiki . scummvm . org/index.php/C...