Android background service
Mobile and Embedded
3
Posts
3
Posters
974
Views
3
Watching
-
wrote on 1 Apr 2015, 06:45 last edited by
Can someone show me an example on how to write a background Qt service for Android, and how to autostart the service at the mobile startup?
-
wrote on 5 Oct 2015, 18:11 last edited by
Has nobody a idea?
Is this even possible to create using Qt?
-
wrote on 7 Oct 2015, 16:16 last edited by
I have spend 4-5 months on this question, But I guess there are no way.
You can create native service but you need android source and libraries for compiling or load your app's so file from a service, but you have to modify qt's java layer code and android may be dispose your library for memory usage reason.
You can create a java service and run your code in java layer.