Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

guitarmandp

macrumors 6502
Original poster
Sep 21, 2012
418
0
Does anybody have any interest in having the old maps app ported to iOS 6? I think somebody was working on it but I would love to see it.

I thought street view was very easy to use on the old maps app and even though the new Google Maps app gives better directions I think street view is a lot easier to use on the old app and not only that but there isn't even an iPad Google Maps app.

Was curious if people on here would like to see it.
 
The google maps app is better, StreetView is not as easy, but overall I think it's better. The iPhone app works fine on the iPad with retina view. Not sure if others would like a port, but personally, I'm not sure I'd use it.
 
I just downloaded Google Maps onto my iPad and street view looks awful on 2X
 
I found this but not tested

How to:
You need a jailbroken iDevice running iOS 6.0.
Decrypt the iDevice 5.1.1 OS image and copy the Maps app and change the bundle ID to com.apple.maps2.
Respring.
Make a Frameworkx folder and copy in the 5.1.1 CoreLocation and MapKit frameworks from the OS image. Get the framework binaries from the iOS 5.1 SDK that comes with Xcode 4.4.
Make a PrivateFrameworkx folder and copy the 5.1.1 GeoServices and GMM frameworks from the OS image.
Again, get the framework binaries from the 5.1 SDK.
Use HexFiend to hex edit the Maps binary and GeoServices/geod and all the framework replacements.
Change all the framework references that we have made replacements for to have the 'x' instead of the 's' so they all use the 5.1.1 versions of the frameworks.
Also in the maps binary replace the 3 instances of UIGradientBar with UIProgressHUD.
Edit /System/Library/LaunchDaemons/com.apple.geod.plist and change it to launch the geod in the PrivateFrameworkx folder.
restart the geod deamon as follows:
launchctl unload /System/Library/LaunchDaemons/com.apple.geod.plist
launchctl load /System/Library/LaunchDaemons/com.apple.geod.plist
chmod 777 the maps binary.
Think that's everything, so now run Maps.

After you are done testing, change com.apple.geod.plist back to the original geod path and restart the daemon to make iOS 6 Maps work again.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.