Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi all! We have been experiencing an issue on site where threads have been missing the latest postings. The platform host Vanilla are working on this issue. A workaround that has been used by some is to navigate back from 1 to 10+ pages to re-sync the thread and this will then show the latest posts. Thanks, Mike.
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

How to copy files from SD card to iPad3 (not jailbroken) using free software

  • 02-02-2013 12:57am
    #1
    Registered Users, Registered Users 2 Posts: 37,304 ✭✭✭✭


    Using this with the iPad3 and the "lightening SD card reader" (which doesn't work on your iPhone5 I think). Said cable costs €30.

    From your PC or MAC, create a folder called DCIM on the SD card, and another folder called 100DICAM within that folder.

    Copy random files into that folder. Files must be 8 digits long.
    Examples; bugsbuny.avi tomatoes.mkv bob28472.avi

    If the file names are not 8 digits, the iPad won't see it.

    Plug the Apple SD Card Reader into the iPad, and plug the SD card into it.
    The Photos window will pop up, and it will be on the "camera" tab. If it comes up with an error, the files or folders are not named correctly.

    Select the files you wish to import. and import them. This will import them into the library*

    Install "i-FlashDrive HD" from the App Store. It's free. Open it up, and click Local Storage and then the + symbol to the bottom left of the screen. Click From Library and select the Last Import folder and select the file(s) that you have imported and click Done. This will then copy them to this app**

    If the app doesn't open the files (or there's no sound, or whatever), click Edit on the top right of the screen, select the file, click the blue arrow to the right of the file, and in the drop down menu click Open In... and select your player (I use AceVideo). Then wait a bit, depending how big the file is, and open your player. i-FlashDrive HD will have created a folder in the documents folder, and will have copied the file to your app.

    So yes, this means that you now have the file in three places (see the stars***)

    =-=

    Long way around it? Yes. Would it be quicker if your phone was Jailbroken? Yes. But this is for someone who doesn't want their device jailbroken, and would be handy for anyone who doesn't want to (or can't as they have IOS6) Jailbreak their iPad.

    One major con (doing it this way) is the naming strucutre. When you import the file to the iPad, you can't see the filename. When you import it to i-FlashDrive HD, it's given a name based on when you imported it.

    =-=



    Seems some of the info in the above video is out of date, so see below;

    Install i-FlashDrive HD and also Stuffit Expander (both are free apps).

    Another way is to zip the file, and rename the zip to an NEF filename
    Example; DSC_1234.nef
    and put it into the same folder as above.
    import the NEF file by connecting the SD Card reader to the iPad
    Select the files you wish to import, and import them. This will import them into the library

    open i-FlashDrive
    Click settings (bottom left) and turn Rename File Extension to on, and click Done
    Select Local Storage
    Click the +
    Click From Library
    Click the Last Import folder
    Select the NEF file and click Done
    Click Copy and don't change any of the options, or it'll do damage to the zip file
    Click Edit
    Select file, click the blue arrow to the right of it, and select Rename .nef files to .zip
    Click Edit
    Select file, click the blue arrow to the right of it, and select Open In and select Open In Expander
    Select the .zip file.
    Select the archive. Select Extract Item.
    Select the file again. This time it has a different extension, eg; *.avi
    Select Open In and select your player.

    The file will now be saved into the folder as that original file name, as it was before you ziped it.


Comments

  • Registered Users, Registered Users 2 Posts: 37,304 ✭✭✭✭the_syco


    To create multiple zip files of files, install 7zip from http://www.7-zip.org/
    open up notepad, and put in;
    FOR %%i IN (*.avi) DO "C:\Program Files\7-Zip\7z.exe" a -tzip "%%i.zip" "%%i"
    when all your files are avi files
    and save it as a convert.bat file in the same folder as your movie files.

    Will look into a more complex batch file that will do the above, and then rename it to a sequential DCF_????.nef file setup, so one simple click will turn the files into files ready to be copied to your SD card.

    until then running
    ren *.zip *.nef
    in the command prompt will rename all the zip to nef
    and then just click the F2 button on the keyboard to rename the file, paste
    DSC_12
    followed by two digits such as 11
    will rename it to DSC_1211.nef

    Or something. It's 3am so it works in my mind, and on Windows 7 :P

    Thanks to the folks at sourceforge.net for the syntax of the zipping batch file. Looking at this to figure out the batch rename of the files.


Advertisement