File Capabilities?
-
I get this error and don't know how to do what it's asking me.
@Starting remote process.
W/dalvikvm( 1162): PR_CAPBSET_DROP 0 failed: Invalid argument. Please make sure your kernel is compiled with file capabilities support enabled.
W/dalvikvm( 1162): PR_CAPBSET_DROP 1 failed: Invalid argument. Please make sure your kernel is compiled with file capabilities support enabled.
@This is an android app created using Necessitas.
Windows 8, Qt 4.8 , Qt Creator 3.0 -
Hi,
The Qt 4.8 port for Android is old, incomplete and unsupported. I recommend using Qt 5.2.1 (or even Qt 5.3) instead.
-
I see. I've never seen this error before, I'm afraid. I suggest waiting for someone else with experience to answer your question.
If you don't get any answers after a few days, subscribe and post to the "Interest mailing list":http://lists.qt-project.org/mailman/listinfo/interest -- Qt engineers who work with low-level details are active there.
-
Well I took your advice and ported the application to Qt 5.2.1 but I still get same error.
@Starting remote process.
W/dalvikvm( 1054): PR_CAPBSET_DROP 0 failed: Invalid argument. Please make sure your kernel is compiled with file capabilities support enabled.
W/dalvikvm( 1054): PR_CAPBSET_DROP 1 failed: Invalid argument. Please make sure your kernel is compiled with file capabilities support enabled.
W/dalvikvm( 1054): PR_CAPBSET_DROP 2 failed: Invalid argument. Please make sure your kernel is compiled with file capabilities support enabled.@ -
Does your app run? This post suggests that it's a harmless warning message: http://androidforum.tytung.com/news-for-pr-capbset-drop-0-failed-invalid-argument-t133.html