Right now I am attempting to use a symbolic link to automatically have all photos I take with my Incredible sync with dropbox. I have full access to all files and directories; permissions verified as drwxrwxrwx and -rwxrwxrwx. The command string I'm running looks something like this
adb shell
$ su
# cd /sdcard/dropbox/Photos
/sdcard/dropbox/Photos # ln -s /sdcard/DCIM/100MEDIA .
ln -s /sdcard/DCIM/100MEDIA .
ln: ./100MEDIA: Operation not permitted
I have also tried manually naming the file instead of having the ln command attempt to create it. Please let me know where I am going wrong with my command string if you recognize it.
--OR--
If anyone has had success linking the camera pictures with the dropbox folder automatically or has changed the default SD save folder please enlighten the forum.
adb shell
$ su
# cd /sdcard/dropbox/Photos
/sdcard/dropbox/Photos # ln -s /sdcard/DCIM/100MEDIA .
ln -s /sdcard/DCIM/100MEDIA .
ln: ./100MEDIA: Operation not permitted
I have also tried manually naming the file instead of having the ln command attempt to create it. Please let me know where I am going wrong with my command string if you recognize it.
--OR--
If anyone has had success linking the camera pictures with the dropbox folder automatically or has changed the default SD save folder please enlighten the forum.
