What's new
DroidForums.net | Android Forum & News

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

why not able to run dumpsys in android os in 2.3

tarun18

New Member
i am getting output of dumpsys command in Android OS 2.2 but not in Android OS 2.3


i am running the following instruction:-
Process p = Runtime.getRuntime().exec("/system/bin/dumpsys media.player");
in Android OS 2.2 i am getting output as:-
DUMP OF SERVICE media.player:
Files opened and/or mapped:
/proc/33/fd/15 -> /system/media/audio/ui/VideoRecord.ogg


but in Android OS 2.3
we are getting permission denied


What changes should i do?
 
Back
Top