Thought of that too, but i am not a programmer and that would require someone to talk to whoever created iphonevideorecorder or cycorder for their code. So until a programmer gets with the program that wont happen soon. So, for now i am just looking at the binaries of the camera app and seeing if i can change the arm 9 to arm 6 and the 3 megapixels to 2.5 megapixels.
Quote:
Originally Posted by rxracer
i have a modified N88AP file i wanna try, but how do i get the phone to recognize it, or "put it in line" with M68 and N82?
i think the still-camera key needs to be on a different plist file than video-camera key. (as you know they clash when put together)
|
Well, what i did was renamed n88ap to n82ap and added an include at the bottom with n88ap. So it loads it first and then renamed n82ap to n88ap with an include at the bottom with m86ap. So it loads it second and then the last load is m68ap.
It loaded just as if i had put the video-camera boolean in m86ap. No luck there.
But does anyone have a mac with xcode and a iphone 3gs? What i am getting at is that there is a debugger in xcode that when you do anything on the iphone it tells you the who, what, when, and how about the action that was just performed. It shows me what happens when i load the camera app. i just wanted to see if there is another lib that it opens the shutter with video enabled.
Here is what happens when i open the camera app without video-camera Boolean as yes.
Fri Jul 3 00:30:04 unknown UIKitApplication:com.apple.mobileslideshow[0xd33][133] <Notice>: MS:Notice: Installing: com.apple.mobileslideshow
Fri Jul 3 00:30:04 unknown UIKitApplication:com.apple.mobileslideshow[0xd33][133] <Notice>: MS:Notice: Loading: /Library/MobileSubstrate/DynamicLibraries/Backgrounder.dylib
Fri Jul 3 00:30:13 unknown /Applications/MobileSlideShow.app/MobileSlideShow[133] <Notice>: +JPEGDecompressSurface :: JPEGCreateCGImageRefFromCFData() called +
Fri Jul 3 00:30:14 unknown /Applications/MobileSlideShow.app/MobileSlideShow[133] <Notice>: JPEGDecompressSurface : Picture decoded successfully
Fri Jul 3 00:30:14 unknown /Applications/MobileSlideShow.app/MobileSlideShow[133] <Notice>: -JPEGDecompressSurface :: JPEGCreateCGImageRefFromCFData() exiting -
and here is what happens when i try to load the camera app with video-camera boolean as yes.
Fri Jul 3 00:30:04 unknown UIKitApplication:com.apple.mobileslideshow[0xd33][133] <Notice>: MS:Notice: Installing: com.apple.mobileslideshowFri Jul 3 00:31:38 unknown UIKitApplication:com.apple.mobileslideshow[0xb2d][152] <Notice>: MS:Notice: Loading: /Library/MobileSubstrate/DynamicLibraries/Backgrounder.dylib
Fri Jul 3 00:31:45 unknown MobilePhone[149] <Warning>: Task key exchange timed out
Fri Jul 3 00:31:50 unknown /Applications/MobileSlideShow.app/MobileSlideShow[152] <Notice>: +JPEGDecompressSurface :: JPEGCreateCGImageRefFromCFData() called +
Fri Jul 3 00:31:50 unknown /Applications/MobileSlideShow.app/MobileSlideShow[152] <Notice>: JPEGDecompressSurface : Picture decoded successfully
Fri Jul 3 00:31:50 unknown /Applications/MobileSlideShow.app/MobileSlideShow[152] <Notice>: -JPEGDecompressSurface :: JPEGCreateCGImageRefFromCFData() exiting -
These are the actions i did:
-press camera app
-attempt to press button to snap a picture
-press photo image on bottom left
-press done
-move the switch right then left (only if available)
-press home button
Now i just need one from a 3GS
