Quick Links: Download Gideros Studio | Gideros Documentation | Gideros community chat | DONATE
enterFrame event and Power Saving mode? — Gideros Forum

enterFrame event and Power Saving mode?

edited November 2013 in General questions
Hi all,

Can you share your experience to speed up your game in Power Saving mode (android)? Since I control my games using onEnterFrame event, I noticed that when enable this mode, fps drop very low and game speed is terrible.

Thank you :)

Comments

  • @thanhquan1512 I remember looking at this issue one day, and unfortunately I did not found a way to disable power saving mode from the app, nor to detect if it is enabled.

    So unfortunately it is on the users consciousness

    About optimizing, well there is nothing to optimize there, your app just gets lesser resources and tries to manage with it as much as possible. Only thing you could do is to write a simpler game, that does not require those resources :)

    Because I think even if you won't use enterframe, but for example static timer, result won't be better, but you can try :)
Sign In or Register to comment.