idanr1986 / droidmon

Dalvik Monitoring Framework for CuckooDroid
Other
92 stars 49 forks source link

System Permission not granted #9

Open umer6791 opened 7 years ago

umer6791 commented 7 years ago

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 commented 7 years ago

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 commented 4 years ago

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.