+ Reply
Results 1 to 3 of 3
  1. #1
    What's Jailbreak?
    Join Date
    May 2008
    Location
    Costa Rica
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Create Shortcuts on iPhone File System

    Hi! I want to create a Shortcut into the iPhone file system... how can I do it?

    What I want is to mod the iPhone Video Recorder to save the videos into the camera roll by replacing the folder where it saves the videos to a shortcut for the camera roll, does anyone knows how to do it?

  2. #2
    Green Apple WanderingAi's Avatar
    Join Date
    Oct 2007
    Location
    United States
    Posts
    33
    Thanks
    2
    Thanked 6 Times in 5 Posts

    Quote Originally Posted by Maynemer View Post
    Hi! I want to create a Shortcut into the iPhone file system... how can I do it?

    What I want is to mod the iPhone Video Recorder to save the videos into the camera roll by replacing the folder where it saves the videos to a shortcut for the camera roll, does anyone knows how to do it?
    You would want to use the ln command after ssh-ing. Ssh into your phone and type

    ln -s [Directory to the camera roll] [Directory to the iPhone Video Recorder Save Folder with its name]

    so for example,

    ln -s /User/Media/DCIM/100APPLE /User/Library/Videos

  3. #3
    Developer n00neimp0rtant's Avatar
    Join Date
    Feb 2008
    Location
    Oakland, Pittsburgh, PA
    Posts
    1,316
    Thanks
    24
    Thanked 595 Times in 135 Posts

    iFile has built-in support for creating "shortcuts," or as they are formally referred to in the Unix file system, "symbolic links."

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts