|
|
Does this project require root access? I keep getting an error with BusyBox: permission denied.
|
|
|
|
I went into the code and set Available = false in the CheckForBusyBox function and now it seems to work. I believe you are trying to use BusyBox if avaialable and your check for busy box isn't handling the exception.
|
|
Coordinator
Dec 7, 2011 at 3:34 PM
|
if CheckForBusyBox isn't catching a FileNotFoundException, can you add some "Logging" in AdbHelper.ExecuteRemoteCommand to see what the output is from your device when it tries to execute "busybox".
|
|
|
|
I also have the same problem !
I try to get the connected device but the AndroidHelper.Instance.GetDevice Methode returns that buysbox:permisssion denied
What to do ?
|
|
|
|
camalot wrote:
if CheckForBusyBox isn't catching a FileNotFoundException, can you add some "Logging" in AdbHelper.ExecuteRemoteCommand to see what the output is from your device when it tries to execute "busybox".
Hit this issue when I connect PC with my mobile phone.
But not hit this issue when I connected PC with Android Virtual Device.
|
|