Skip to content
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.

Installation via recovery

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.

Installation via adb

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

Fff

Clone this wiki locally