[maemo-users] N810 - executing script when digital camera is plugged in and mounted
From: Adrián Yanes devel at ayanes.comDate: Thu Oct 8 21:25:56 EEST 2009
- Previous message: N810 - executing script when digital camera is plugged in and mounted
- Next message: N810 - executing script when digital camera is plugged in and mounted
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Try yo exclude your camera for automount. Then include in your script the command mount and after done ( you can obtain some scripts for detect the partition without automount). Probably works, because I think that your problem it's desynchronization, in one way you are mouting and in the other executing a script ( that sometimes works and others not I suppouse ... depend of the charge of the system). Try to put all in the same script, this will be de process sequential. Regards, Adrian. 2009/10/8 Frederik Vanrenterghem <frederik at vanrenterghem.biz> > Hi all, > > I would like to execute a script that copies the pictures from my digital > camera when it's plugged into my nokia tablet. The script functions > correctly when executed from the command-line after plugging in the camera. > > Adding the following rule to /etc/udev/rules.d/zz99_camera.rules works only > partially: > ACTION=="add", BUS=="usb", \ > SYSFS{idVendor}=="054c", SYSFS{idProduct}=="0010", \ > RUN+="/home/user/autoPicturesImport.sh" > > The script is executed correctly, but it can't copy anything from the > mounted camera, as the file system on it is not available. That is made > available only once this script completes (as evidenced by including a long > sleep command in there). > > How can I ensure all actions to automount the camera are completed before > this script is executed? > > Thanks in advance for your insight! > > Best regards, > Frederik > > > _______________________________________________ > maemo-users mailing list > maemo-users at maemo.org > https://lists.maemo.org/mailman/listinfo/maemo-users > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.maemo.org/pipermail/maemo-users/attachments/20091008/3011587d/attachment.htm
- Previous message: N810 - executing script when digital camera is plugged in and mounted
- Next message: N810 - executing script when digital camera is plugged in and mounted
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]