Welcome to iPadForums.net Guest - Click Here to Register

Accessing hidden Document folders on apps with Ubuntu

This is a discussion on Accessing hidden Document folders on apps with Ubuntu within the iPad General Discussions forums, part of the Apple iPad Discussions category; Hi folks, I just found out a newt trick when using Ubuntu to access some hidden document folders on your iPad device when using Ubuntu. ...

Register with iPad Forums
+ Reply to Thread
Results 1 to 2 of 2
  1. #1
    iPad Junkie
    Member #
    29813
    Liked
    20 times
    Join Date
    Jan 2011
    Location
    Quebec
    Posts
    642

    Accessing hidden Document folders on apps with Ubuntu

    Hi folks,

    I just found out a newt trick when using Ubuntu to access some hidden document folders on your iPad device when using Ubuntu. By default, when you connect your iPad to your Ubuntu machine, you'll get 2 new mount points: one for the DCIM content and another for the shared Document folders for each app. But not all apps have their Document folder shared by default so you only see those that have implemented that feature.

    If you open a console and move to the ~/.gvfs folder. You will see the 2 mount points, one of them related to the shared document folders. For example, mine shows up as ~/.gvfs/Patrick Ipad Document.

    If you list the content of that mount point, you'll see a bunch of folders, one for each app. For example, for Minecraft PE, it will be listed as com.mojang.minecraftpe. This is an empty folder but only the name is important...

    Once you have found the app that you want to access, move out of the mount point and disconnect the iPad. The reason is that you need to disconnect the device for further steps to work properly. Otherwise, Ubuntu will report an error accessing the device.

    Then reconnect your iPad. In Nautilus, access the "regular" document folders as usual. When you see the list of all the apps, press "Control-L" and you will see a strange URL looking like this: afc:/1231sdfsdf12323sdfsdf.3/. This is the root of the iPad (kind of). At the end, add the folder name of the app that you want to access even if it's not available in the shared document folders.

    afc:/1231sdfsdf12323sdfsdf.3/com.mojang.minecraftpe

    And you're in! Drill down in the sub-folders as needed. With the Minecraft PE example, you can access your maps or even add new ones. I did the same with iDOS ( I was lucky enough to still have it in my purchases even if it's not available in the appstore anymore) and was able to install Windows 3.1 in it...

    This was done on an iPad 1, with iOS 5.1 no jailbreak required... And Ubuntu 12.04 with the default iDevice libraries.

    Be careful not to break anything

    VicoPad addict!
    iPhone 4S 16Gigs 5.01
    iPad 1 16 Gigs Wifi 5.01
    Canada / Rogers

  2. Ads


  3. #2
    iPad Junkie
    Member #
    29813
    Liked
    20 times
    Join Date
    Jan 2011
    Location
    Quebec
    Posts
    642

    Lightbulb

    Just to make things a bit easier, here is a small script that will output the "URLs" in a text file:

    KEY=afc://fbasda123123123qdasdq332123:3
    GVFSFOLDER=$(ls ~/.gvfs/Documents\ on\ iPad\ of\ Your\ Name)
    DEVICENAME=iPad
    echo > $DEVICENAME.txt
    for f in $GVFSFOLDER; do
    echo $KEY/$f >> $DEVICENAME.txt
    done
    • Edit the "KEY" with your own (You can find it by pressing "CONTROL-L" in Nautilus when accessing the shared document folders after the iPad has be connected the first time...
    • Edit the "GVFSFOLDER" with your own mount point name (Depends on how your iPad was called...)
    • Make your script runnable (chmod +x yourscript.sh )
    • From a console, run the script (./yourscript.sh). It should take a few seconds to complete...
    • Disconnect the iPad
    • Re-connect the iPad
    • Open the "iPad.txt" file (gedit iPad.txt)
    • Copy one of the URL
    • Open Nautilus, press "CONTROL-L" and paste the URL. Press "ENTER" to access the content
    You only need to generate the content once or if you added some new apps that are not listed in your map file (iPad.txt)

    This should work also for iPhones and iPods, but I have not tested it. Of course, you'll need one script for each iDevice that you want to access.


    Happy browsing!
    iPhone 4S 16Gigs 5.01
    iPad 1 16 Gigs Wifi 5.01
    Canada / Rogers


Home | Forum | Active Topics | What's New

Advertisements

Posting Permissions

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

Similar Threads

  1. Hidden apps
    By joeswife5807 in forum iPad 2 Forum
    Replies: 10
    Last Post: 01-03-2013, 01:03 PM
  2. Jailbroken 4.3.0 but system apps have become hidden!
    By lordoflight in forum iPad Hacking
    Replies: 1
    Last Post: 09-09-2011, 09:29 PM
  3. Accessing folders on a Windows environment
    By PRVC in forum iPad Help
    Replies: 0
    Last Post: 12-09-2010, 06:13 AM
  4. Replies: 11
    Last Post: 10-24-2010, 08:34 AM
  5. Accessing e-mail after opening document
    By Cschall in forum iPad Help
    Replies: 1
    Last Post: 07-03-2010, 11:57 AM

Search tags for this page

access ipad files

,
gvfs mount ipad documents
,

how to find hidden apps on ipad

,
how to view ipad applications with ubuntu
,
howto mount ipad on ubuntu and copy files
,
ipad mountpoint ubuntu
,
iphone 4 ubuntu dcim
,

mount ipad ubuntu

,

ubuntu ipad

,

ubuntu ipad feault mount point

,
ubuntu ipad gvfs empty
,
ubuntu mount ipad
Click on a term to search for related topics.