+ Reply
Results 1 to 5 of 5
  1. #1
    What's Jailbreak?
    Join Date
    Nov 2007
    Posts
    22
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default I need a list of Internal iPhone directories, specifically for 3rd party apps...

    I can find the shortcut for Applications which is all the native and cydia installed apps, but I am looking for the apps that are installed through itunes.

    For example, if you SSH into your phone and go to:

    Sys/Lib/Audio/uisounds

    It brings you to all the native sounds for your iphone, except for Ringtones I believe

    So I am looking for the path to find all the 3rd party applications installed.

    Thanks!

  2. #2
    Retired Moderator soulthoughts's Avatar
    Join Date
    Sep 2007
    Location
    Tacoma, WA
    Posts
    3,095
    Thanks
    333
    Thanked 599 Times in 502 Posts

    Those folders are named differently for each phone. They are 'encrypted' so to say. So even if I told you what the folder name is for my Pandora app, it would be different for you.

  3. #3
    What's Jailbreak?
    Join Date
    Jan 2010
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    the path you are looking for is root/var/mobile/applications. in this folder you'll find as many forlders as you have 3rd party apps. Those folders names are encrypted, but by opneing them, you'll have the applicationName.app folder.

  4. #4
    Green Apple
    Join Date
    Mar 2008
    Posts
    51
    Thanks
    0
    Thanked 8 Times in 8 Posts

    The only easy way is to become familiar with the find command. SSH into your phone, and then 'cd' to the Applications directory. Then you can 'find' whatever you are looking for. For instance:

    find . -name "GPS"

    if you have a Unix-based machine, do 'man find' in a terminal and you can see some specific directions. Or check out the man pages online.

  5. #5
    What's Jailbreak?
    Join Date
    Jan 2010
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Another way is to use iFind. With this app, when broswing var/mobile/applications you'll see thé name of each app located here. It is thé simpliest way.

Posting Permissions

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