3g Cycorder, removing videos

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Mjolinor
    V.I.P. VIC
    • Jan 2009
    • 1093

    #1

    3g Cycorder, removing videos

    If you want to make it easy to remove the videos Cycorder makes on a 3g then the way to do it is to replace the /User/Media/Videos folder with a link to /User/Media/DCIM/100APPLE

    If you do that then when you plug the USB in the videos appear with your photos.

    As follows

    Assuming you have a wifi connection to the Iphone

    Install Openssh on the Iphone

    If your using Mircro$haft software then you will have to find something that can SSH, easiest is probably Putty. Google it and install it on your OS challenged PC.

    SSH to your iphone (you will have to get the IP from your iphone)

    Username: root
    Password: alpine (unless you have changed it)

    Once the ssh session is established

    cd /User/Media
    mv Videos Videos_old
    ln -s ./DCIM/100APPLE ./Videos

    Now next time you record a video it will appear in the folder that has your pictures.

    If you have old videos you need off the iphone then

    cd Videos_old
    mv ./* /User/Media/Videos/
Working...