+ Reply
Results 1 to 4 of 4
  1. #1
    What's Jailbreak?
    Join Date
    Dec 2007
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Lightbulb How run CHMOD on SSH - Please HELP!

    Sorry for such newbie question but I searched and couldn't find the answer.

    I'm trying to get a screenshot of my iphone but I am lost after I placed the screenshot file into application directory. Specifically, I don't know what it means by "So, open an SSH run a CHMOD to correct the permissions" AND "Lastly, run the command in SSH:"

    Can someone show me using screenshots? Or any help is appreciated!!

    Please see the instruction below.
    ____________
    Guide: Screenshots on the iPod Touch

    Alright, I figured this would be a worthy little tip since it's not included in Installer.app. Note: This will not show up on springboard.

    First off, download this file: http://shouldbefree.net/upload/screenshot
    Zipped version if above doesn't work: http://shouldbefree.net/upload/screenshot.zip

    Next, SFTP to your iPod, place it in the /Applications directory, as usual.

    This tool can only be ran via an SSH to your iPod. So, open an SSH run a CHMOD to correct the permissions:

    Code:
    chmod -R a+x /Applications/*

    Lastly, run the command in SSH:

    Code:
    /Applications/screenshotGo retrieve the file at the location it specified on your iPod when it executed.

  2. #2
    Super Moderator ajl917's Avatar
    Join Date
    Oct 2007
    Posts
    2,938
    Thanks
    35
    Thanked 275 Times in 211 Posts

    I wouldnt reccommend Screenshot.app, just install Dock from Installer.
    But CHMOD'ing is just setting the permissions so that your iPhone actually runs the app instead of opening it and returning to the homescreen. I have Windows, so with iPhoneBrowser, you cant do it, but with SSH, highlight all of the files in the XXXX.app folder, then right click Properties, and type in the Octal code of 0755 and then it should work...

  3. #3
    What's Jailbreak?
    Join Date
    May 2008
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Talking Octal Code

    So the octal code is where you change the number to 777 for the iSlsk thing...
    im a newb so pardon me for asking.......
    Cal you tell me exactly how to CHMOD

    thankxxx

  4. #4
    What's Jailbreak? jtom617's Avatar
    Join Date
    Apr 2008
    Location
    MI
    Posts
    9
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Quote Originally Posted by pat123210 View Post
    So the octal code is where you change the number to 777 for the iSlsk thing...
    im a newb so pardon me for asking.......
    Cal you tell me exactly how to CHMOD

    thankxxx
    chmod -R 777 *directory here*

    example "chmod -R 777 /var/mobile/documents/*"

    hope this helps..

Posting Permissions

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