Normally ,you have a splash screen already during the decompression part. But it look like it doesn't work for you. I already heard that some people don't see the screen, but i never owned a phone with that black screen bug. Dunno what's going on, you can check the java part (src/src/org/renpy/android/SDLSurfaceView.java), and see how the splash screen is done. Mabye you could help to resolve that issue :)
Mathieu
Well, report it to the python for android, but you could try to fix it too :)
Could you go deeper for us, and try to resolve it ? The involved method
is waitForStart():
In order to test it, you can just create an apk with a main.py file, and
a "from time import time; time.sleep(10)"
You'll have 10 seconds to see it before the all leave.
On 30/03/2012 07:39, stas z wrote:
> It's not only a problem on the Galaxy S1.
> I don't have a splash on a Nexus phone android 2.3, Toshiba folio with
> android 3.0,
> acrchos tablet 2.4 and HTC 2.3.
> So no I don't think it's a GS1 related problem.
> Also it's only a problem with the splash screen, everything else
> opengl
> related work perfectly on all mentioned systems.
>
> On Mar 29, 11:22 am, Gabriel Pettier<gabriel.pett...@gmail.com>
> wrote:
>> I have the same problem, and some others (shaders examples not working
>> correctly) with my GS too, i'm pretty sure this is a bad implementation of
>> openGL on this model. In fact, if you look carefully with a lot of light,
>> the splash is there, but very very dark.
>>
>> Le samedi 10 mars 2012 19:04:21 UTC+1, stas z a �crit :
Trying to merge the conversion part right now.
Try to update, tell me if it's still not working or not.
Then back to the issue :)
Mathieu
2012/3/31 Gabriel Pettier <gabriel...@gmail.com>: