I have used "adb push" to copy a file to the /sdcard directory on my android device. I can not give it executable permissions (chmod +x) because of this issue.
As far as I can see /sdcard is the only directory the adb user has write permissions on.
Is there a directory that has both chmod and write capabilities?
Thanks
btw I tried to connect adb as root sudo adb root
but I received the error message: adbd cannot run as root in production builds