[RELEASE] Pinch Zoom for Google Maps
This is a discussion on [RELEASE] Pinch Zoom for Google Maps within the Droid Hacks forums, part of the Droid Hacking category; Tested under Bugless Beast .72
Works on 2.0.1 and 2.1
Bugs:
Seems to break Layar, possibly other apps that use Google Maps API.
__________________________
Instructions:
...
-
[RELEASE] Pinch Zoom and Night Mode for Google Maps
Tested under Bugless Beast .72
Works on 2.0.1 and 2.1
Bugs:
Seems to break Layar, possibly other apps that use Google Maps API.
__________________________
Instructions:
If you do not have Google maps included with your ROM as a System app, you will need to uninstall it before following this tutorial. Also if you are having the force close problem, try renaming /system/app/Maps.odex to /system/app/Maps.odex.bak. Also, you can ignore the moving of the old google maps apk in /system/app.
Get one of these:
Multitouch maps with + and - buttons:
Download
Alldroid mirror: http://www.alldroid.org/download/file.php?id=1503
Multitouch maps without buttons:
Download
Alldroid mirror: http://www.alldroid.org/download/file.php?id=1504
Then extract one of the zips and copy the system folder in there into a folder on your sdcard (I called it mtmaps)
Next, execute these commands (adjust for your folder name as needed):
Code:
su
mount -o remount,rw /dev/mtd/mtdblock4 /system
mv /system/app/Maps.apk /system/app/Maps.bak
mv /system/framework/com.google.android.maps.jar /system/framework/com.google.android.maps.bak
cat /sdcard/mtmaps/system/app/Maps.apk > /system/app/Maps.apk
cat /sdcard/mtmaps/system/framework/com.google.android.maps.jar > /system/framework/com.google.android.maps.jar
mount -o remount,ro /dev/mtd/mtdblock4 /system
sync
reboot
Sorry if I made any mistakes on the code but just follow the same general idea if you have any issues: back up the old files, push the new ones. I used cat because I didn't have the cp command for whatever reason. I am currently running the multi-touch without buttons. Good luck! Credit to xda-dev for posting the multitouch for G1: XDA-Dev Thread
Last edited by djh816; 02-03-2010 at 01:46 PM.
-
-
-

Originally Posted by
agdaniels
Good find, testing now
Works great, code was fine. Nice job
-
Not working for me. I keep getting:
failed on /system/app/Maps.apk --no such file or directory
Can anybody help? I'm running bugless beast 0.7.3.
Thanks
-
I think bugless beast moved all the apks to /system/data, not /system/app
-

Originally Posted by
stanrc
I think bugless beast moved all the apks to /system/data, not /system/app
I'll look into it. I think i'll PM pete and see. Maybe he'll include it in his next update. Thanks
-
I got that error when doing it from term emu, did it from adb shell and it worked fine
-
Works great on regular 2.0.1. Awesome, thanks!
-

Originally Posted by
stanrc
I think bugless beast moved all the apks to /system/data, not /system/app
I tried that and got the same error. I'll try adb shell later on and repost.
-
pete moved it to /data/app i believe.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
Similar Threads
-
By Jim_Bob in forum Droid General Discussions
Replies: 3
Last Post: 01-15-2010, 09:15 AM
-
By wolfpackron in forum Droid Applications
Replies: 7
Last Post: 12-29-2009, 03:51 PM
-
By jbr13 in forum Droid Applications
Replies: 5
Last Post: 11-26-2009, 08:43 AM
-
By J-Buck in forum Droid General Discussions
Replies: 7
Last Post: 11-23-2009, 01:12 PM
-
By techknight in forum Droid General Discussions
Replies: 1
Last Post: 11-22-2009, 01:11 AM
Search tags for this page
andriod map pinch zoom problem
,
android 1 zoom multi touch hack source code
,
android google map api pinch zoom
,
android pinch zoom code
,
android prevent zoom
,
enable pinch zoom on google map api
,
google map api pinch
,
google maps api pinch
,
google maps pinch zoom
,
google maps.odex
,
pinch to zoom google maps api
,
pinch zoom google api html
Click on a term to search our site for related topics.
Tags for this Thread