Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

System Permission not granted #9

Open
umer6791 opened this issue Nov 13, 2016 · 2 comments
Open

System Permission not granted #9

umer6791 opened this issue Nov 13, 2016 · 2 comments

Comments

@umer6791
Copy link

After setting up Droidmon on Android 4.4 When I reboot I get this message in my logcat

W/PackageManager( 1656): Not granting permission android.permission.MOUNT_UNMOUNT_FILESYSTEMS to package com.cuckoodroid.droidmon (protectionLevel=18 flags=0x8be46)

@oliverwolfat
Copy link

oliverwolfat commented Mar 22, 2017

Are you able to install xposed on Android 4.4?
I ask, because i get these messages when i try to install xposed without using a custom kernel image.

What is your base image? (Google images or something else)

The message itself does not make any sense to me, other than the logging mechanism (which doesn't work for me) there is nothing that needs to mount a filesystem.

@ba2sik
Copy link

ba2sik commented Sep 5, 2019

Hi, it's been 2.5 years since you answered so I thought to ask again.

I'm using the Nox emulator, xposed version 89 and android 5.1.1
when I look the look on xposed installer this is what I get:
09-05 11:28:55.789 I/Xposed ( 1468): -----------------
09-05 11:28:55.789 I/Xposed ( 1468): Starting Xposed version 89, compiled for SDK 22
09-05 11:28:55.789 I/Xposed ( 1468): Device: google Pixel 2 (Google), Android version 5.1.1 (SDK 22)
09-05 11:28:55.789 I/Xposed ( 1468): ROM: google Pixel 2-user 5.1.1 LMY47I 500190830 release-keys
09-05 11:28:55.789 I/Xposed ( 1468): Build fingerprint: Android/aosp_shamu/shamu:5.1.1/LYZ28N/0.0.1:user/release-keys
09-05 11:28:55.789 I/Xposed ( 1468): Platform: x86, 32-bit binary, system server: yes
09-05 11:28:55.789 I/Xposed ( 1468): SELinux enabled: no, enforcing: no
09-05 11:28:58.265 I/Xposed ( 1468): -----------------
09-05 11:28:58.265 I/Xposed ( 1468): Added Xposed (/system/framework/XposedBridge.jar) to CLASSPATH
09-05 11:28:58.444 I/Xposed ( 1468): Detected ART runtime
09-05 11:28:58.449 I/Xposed ( 1468): Found Xposed class 'de/robv/android/xposed/XposedBridge', now initializing
09-05 11:28:58.816 I/Xposed ( 1468): Loading modules from /data/app/com.cuckoodroid.droidmon-1/base.apk
09-05 11:28:58.847 I/Xposed ( 1468): Loading class com.cuckoodroid.droidmon.InstrumentationManager

I don't get any information about the API hooking of the droidmon module.. I'm looking at the wrong place?
and when I look and the 'adb logcat -d' output there is a line that says:
W/PackageManager( 1758): Not granting permission android.permission.MOUNT_UNMOUNT_FILESYSTEMS to package com.cuckoodroid.droidmon (protectionLevel=18 flags=0x8be46)

it might be the problem? what to do?
thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants