What's new

Imovie on ipad 1st gen

addiosamigo

iPF Noob
Has anyone got this working yet? I read a few websites and they say to use iPhone configuration utility to add iMovie to the iPad but I can't get it to show up to install!

Also it says it needs os 4.2.6 so where is the plist file I need to change and how do I change it to work with 4.2.1??

Cheers
 
Wow fakeclockup is a little bastard it took me 3 hours to figure out that it was fucking up iMovie!!!

Theres an app on cydia for installing ipa files without iTunes, that's the easy way to get iMovie working

The hard way is editing a couple lines of code in the ipa. Google iMovie info.plist edit and you should figure it out
 
Yeah I tried that twerppoet but when I add iMovie, it doesn't show up in applications, so I've got no install button.

Cheers
 
Sorry. I won't be playing with it myself this week or so. Hopefully someone else will have an answer for you. Preferably one that does not involve jailbreaking.

That's a personal wish, not a slam at jailbreaking. So far I've got no real reason to do it, and I'm not looking for one. Though I have to admit that iMovie might just be the app to push me over the edge if that was the only solution.
 
what do you edit though??

I edited the front facing cam to false, what else?

obvisiously I need it to work on 4.2.1 but I can't see a reference to software version only 'software version identifier'

cheers
 
I'm confused? Are you jail broken or no? If your jailbroken, you should edit your system version information too. Go to Ifile, /system/something/coresomething and edit the systemversion file to read 4.3 and 8F190
 
Last edited:
addiosamigo said:
what do you edit though??

I edited the front facing cam to false, what else?

obvisiously I need it to work on 4.2.1 but I can't see a reference to software version only 'software version identifier'

cheers

I just plugged in 4.2.1 wherever it read 4,2,6
And deleted the required hardware block

Btw if your on windows you will need to download a plist editor, notepad won't read it correctly

Sorry its kind of confusing I just figured it out tonight looking over some old 3GS tuts on google, if you need more help just ax
 
Last edited:
I've opened it in editpad pro and its fine, I just can't see 4.2.6 anywhere??

it was at 12am last night, so I may have been a little tired so I'll try again later.

if its not too much trouble can you upload your edited plist somewhere??

cheers
 
I have a hunch that's illegal, or something but I'll do this instead

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>BuildMachineOSBuild</key>
<string>10H575</string>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleDisplayName</key>
<string>iMovie</string>
<key>CFBundleDocumentTypes</key>
<array>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>iMovieMobile</string>
</array>
<key>CFBundleTypeName</key>
<string>iMovie</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>LSTypeIsPackage</key>
<true/>
</dict>
</array>
<key>CFBundleExecutable</key>
<string>iMovie</string>
<key>CFBundleIconFiles</key>
<array>
<string>Icon</string>
<string>Icon@2x</string>
<string>Icon-72</string>
<string>Icon-Small</string>
<string>Icon-Small-50</string>
<string>Icon-Small@2x</string>
</array>
<key>CFBundleIdentifier</key>
<string>com.apple.iMovie</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>iMovie</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleResourceSpecification</key>
<string>ResourceRules.plist</string>
<key>CFBundleShortVersionString</key>
<string>120</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>iPhoneOS</string>
</array>
<key>CFBundleVersion</key>
<string>269</string>
<key>DTCompiler</key>
<string>4.2</string>
<key>DTPlatformBuild</key>
<string>8F190</string>
<key>DTPlatformName</key>
<string>iphoneos</string>
<key>DTPlatformVersion</key>
<string>4.3</string>
<key>DTSDKBuild</key>
<string>8F190</string>
<key>DTSDKName</key>
<string>iphoneos4.3</string>
<key>DTXcode</key>
<string>0400</string>
<key>DTXcodeBuild</key>
<string>10M2518</string>
<key>LSMinimumSystemVersion</key>
<string>4.2.6</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>MinimumOSVersion</key>
<string>4.2.6</string>
<key>NSMainNibFile</key>
<string>MainWindow</string>
<key>NSMainNibFile~ipad</key>
<string>MainWindow-iPad</string>
<key>SignerIdentity</key>
<string>Apple iPhone OS Application Signing</string>
<key>UIAppFonts</key>
<array>
<string>HopperScript.ttf</string>
<string>Baskerville.ttf</string>
<string>Brush Script.ttf</string>
<string>DotHelveticaNeue-Light.ttf</string>
<string>DotFutura-CondensedMedium.ttf</string>
<string>Franklin Gothic Demibold.ttf</string>
<string>DDT-bold.ttf</string>
</array>
<key>UIApplicationExitsOnSuspend</key>
<true/>
<key>UIDeviceFamily</key>
<array>
<integer>1</integer>
<integer>2</integer>
</array>
<key>UIFileSharingEnabled</key>
<true/>
<key>UIInterfaceOrientation</key>
<string>UIInterfaceOrientationPortrait</string>
<key>UIPrerenderedIcon</key>
<false/>
<key>UIRequiredDeviceCapabilities</key>
<array>
<string>front-facing-camera</string>
<string>armv7</string>
</array>
<key>UIStatusBarHidden</key>
<false/>
<key>UIStatusBarStyle</key>
<string>UIStatusBarStyleBlackOpaque</string>
<key>UISupportedInterfaceOrientations~ipad</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
<string>UIInterfaceOrientationPortraitUpsideDown</string>
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>UIViewEdgeAntialiasing</key>
<false/>
<key>UIViewGroupOpacity</key>
<true/>
</dict>
</plist>
 
<key>LSMinimumSystemVersion</key>
<string>4.2.6</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>MinimumOSVersion</key>
<string>4.2.6</string>

This is the version number part that was changed

There is also a bit about required hardware you may need to cut out
 
thanks a lot man! where is this plist to? instead the payload or outside?

and just for the record I did download the original file, no pirating here!

cheers

a sidenote, imovie gets a bit choppy when i put a video, a song and a theme to it so I dread to think what its gonna be like on the ipad!
 

Most reactions

Latest posts

Back
Top