I have pbm in creating a folder on sd card. this is how i did,
adb shell
mkdir /mnt/extSdCard/tmp
mkdir failed for /mnt/extSdCard/tmp, Permission denied
which gives me error like above,
any help regarding the same is appreciated.
I have also tried other command like
mkdir /storage/extSdCard/tmp
which gives me same error.
-Thanks, Manju