-
-
Notifications
You must be signed in to change notification settings - Fork 28
Installation
Marvin W edited this page Mar 24, 2016
·
2 revisions
MapsV1 can be used on any rooted Android system to replace the Google Maps API v1 with an OpenStreetMap based implementation.
You can find the latest release build on the release page.
Download or build mapsv1.flashable.zip
on you device and reboot into recovery mode. Install the Zip file as you do with a ROM (but do not wipe the system beforehand) and reboot the system afterwards.
Download or build the required files, than run:
adb root && sleep 5 && adb remount
adb push com.google.android.maps.jar /system/framework/
adb push com.google.android.maps.xml /system/etc/permissions/
adb reboot