Android : Unknown permission android.permission.ACCESS_SUPERUSER in package com.powervr.PVRHub

on Monday, February 16, 2015


While trying to utilise PVRHub Imagination tool for OpenGL ES tracing I meet a problems dealing with it. First APK launch gives warning about unknown permission android.permission.ACCESS_SUPERUSER and notification message about unabling to get root access (see details below):


Logcat outputs related to the issue:



W/PackageManager( 1083): Unknown permission android.permission.ACCESS_SUPERUSER in package com.powervr.PVRHub
...
E/PVRHub (18453): Your device does not have a Superuser.apk.
E/PVRHub (18453): In order to run PVRHub you'll need to launch the PVRHubDaemon manually and relaunch PVRHub.
E/PVRHub (18453): Run: # chmod 0777 /data/data/com.powervr.PVRHub/bin/PVRHubDaemon; /data/data/com.powervr.PVRHub/bin/PVRHubDaemon &


Android notification which are released after first APK launch:



Unable to get root access! Is Superuser.apk installed?


Check Logcat for more details.


PVRHub out.



However the situation is a bit tricky in case that it is engineering OS version (Android 5.0 to be exactly) and both commands as adb root so as adb shell indicate that device have to rooted already.


So I have two questions:


1) Does anybody successfully use PVRTrace within PVRHub in Android 5.0 (or pre-5.0 OS version)?


2) How does one deal with issues related to granting root access to devices which have to be rooted already (without untrusted software installation)?


Any help as for first so as for second subquiestion will be appreciated.


0 comments:

Post a Comment