[PyQt] [pyqtdeploy] Qt Android Extras

Sébastien RAMAGE sramage at poifindus.com
Wed Aug 5 08:38:08 BST 2015


What I would like to do is enable FLAG_KEEP_SCREEN_ON on my app

http://stackoverflow.com/questions/27758499/how-to-keep-the-screen-on-in-qt-for-android

Apparently to do this, I need Qt Android Extras or (I suppose) pyjnius

it looks like I could modify the QtActivity.java generated by QtCreator, 
but each time I compile my app, QtCreator rewrite it...


Le 27/07/2015 21:47, Stephen Chapman a écrit :
> Pyjnius is just a way to access java classes from python.  Below is a 
> very good example of this for Android.
>
> http://www.trivedigaurav.com/blog/pyjnius-to-rule-them-all/
>
> On Mon, Jul 27, 2015 at 3:31 PM, Phil Thompson 
> <phil at riverbankcomputing.com <mailto:phil at riverbankcomputing.com>> wrote:
>
>     On 27/07/2015 7:24 pm, Sébastien RAMAGE wrote:
>
>         Well, pyjnius require cython, so I suppose I need to compile
>         statically both cython and pyjnius ?
>         Any tips to do that ?
>
>
>     I've never used either of them. Is pyjnius a replacement for
>     QtAndroidExtras?
>
>     I'm happy to add specific support for cython generated extensions
>     to pyqtdeploy.
>
>     Phil
>     _______________________________________________
>
>     PyQt mailing list PyQt at riverbankcomputing.com
>     <mailto:PyQt at riverbankcomputing.com>
>     http://www.riverbankcomputing.com/mailman/listinfo/pyqt
>
>
>
>
> _______________________________________________
> PyQt mailing list    PyQt at riverbankcomputing.com
> http://www.riverbankcomputing.com/mailman/listinfo/pyqt

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20150805/6aff809b/attachment.html>


More information about the PyQt mailing list