Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for 10.5 #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Support for 10.5 #4

wants to merge 1 commit into from

Conversation

grumpydev
Copy link

Wouldn't run on my 10.5 box that I sync my phone to, so grabbed the source and made a small tweak to get it to build.

Shouldn't have any adverse affects .. in theory ;-)

@sparky672
Copy link

How do I use your version? It just downloads as a folder full of source files.

@parkr
Copy link

parkr commented Apr 20, 2011

@sparky672 Exactly. You need to have Xcode to build and launch it.

@sparky672
Copy link

@parkr - I figured as much but don't understand why a finished build wouldn't be provided.

@parkr
Copy link

parkr commented Apr 20, 2011

It's usually approved by the administrator of the parent repo before
the changes are added to the app.
And finished builds aren't included because this is the source code.

@sparky672
Copy link

thanks.

@grumpydev
Copy link
Author

@sparky672 I've thrown the binary on dropbox if you want it:

http://dl.dropbox.com/u/21341/iphonetracker/iPhoneTracker.zip

32bit built against the 10.5 SDK.

@parkr
Copy link

parkr commented Apr 20, 2011

@sparky672 And here's a 64-bit version: http://cl.ly/441D0C1y100Y1a3e1z0k

@sparky672
Copy link

Cool - thank-you! It runs now but I get an error, "couldn't load consolidated.db file from..."

I have an iPod Touch. I realize this device has no GPS but I figured I'd see if the tracking data is being collected by the Wifi Location Services feature.

@parkr
Copy link

parkr commented Apr 20, 2011

I got the same error from my iPod touch at first. Check this issue out.

@sparky672
Copy link

I've never used encryption on my backups and the only other solution posted requires further modification to the program.

@parkr
Copy link

parkr commented Apr 20, 2011

It's a problem with the fact that you're using the iPod Touch. I made the proper modification and recompiled the file for you.
Here's the zip.
But, as the author mentions, WiFi tracking is "dodgy".

Zoom in to view the results. Should work.

@sparky672
Copy link

Thank-you for your efforts but that one is now giving me the original improper OS error.

@parkr
Copy link

parkr commented Apr 20, 2011

No problem. @grumpydev would need to make the modification, then. I have OS 10.6. The modification is this: change pass<1 to pass<2 on iPhoneTrackingAppDelegate.m:155. I suggest you download Xcode, clone grumpydev's repo and make the necessary modifications yourself, though.

@julianpistorius
Copy link

Check out my patch and binaries which fix the problem with 10.5 and 32-bit machines:

https://github.com/gwylion/iPhoneTracker

@grumpydev
Copy link
Author

@gwylion sooo.. you've made your own fork and copied exactly what this pull request does? Why? :-)

@julianpistorius
Copy link

Because I have never used github until today, and don't even know what a pull request is. D'oh! My apologies.

@grumpydev
Copy link
Author

@gwylion lol, ok, I thought I'd missed something :-)

@grumpydev
Copy link
Author

@gwylion oh.. and welcome to GitHub :-)

@julianpistorius
Copy link

@grumpydev Heh. Thank you. And again, I'm sorry for the confusion. I feel most embarrassed. Live and learn!

@GregMefford
Copy link

I was about to submit the exact same pull request, but it looks like it's already been done.
For what it's worth, I've also tested that this fix on 10.5 and it works fine.

@petewarden
Copy link
Owner

Sorry about that, and thanks for the patch! I've now updated the application
to work with OS X 10.5.x, PPC and 32 bit machines, it's downloadable from
http://static.openheatmap.com.s3.amazonaws.com/iPhoneTracker.app.zip as well
as checked in here.

On Wed, Apr 20, 2011 at 9:55 AM, grumpydev <
[email protected]>wrote:

Wouldn't run on my 10.5 box that I sync my phone to, so grabbed the source
and made a small tweak to get it to build.

Shouldn't have any adverse affects .. in theory ;-)

Reply to this email directly or view it on GitHub:
#4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants