[CLOSED][APP MOD] Google Maps navigation

Status
Not open for further replies.
Search This thread

suyashnatural

New member
Mar 8, 2012
4
0
THANK YOU very much...for the loveliest post..

I use your third method and successfully installed it......

U rock man!!!!

Samsung Galaxy Y, INDIA
 

stian230

Senior Member
Oct 29, 2009
1,425
1,837
Nesttun
PLS HELP !!!!!!!

I follow your steps, but i cannot install the maps 6.3.0-ownhere-signed.apk
..... when i install, it gives the message as "Application not installed"..

????

Pls reply..

If you run into "Application not installed" problems , fire up ADB and

C:\>adb uninstall com.google.android.apps.maps

C:\>adb install maps6.3.0-ownhere.apk
 
  • Like
Reactions: Bdoiey3

mintume

Senior Member
Dec 20, 2010
77
27
Pune
Google Pixel 4a
Hello all,
I have just got my xperia ray. I have not rooted it yet.
I want to install this google maps ownhere.
I am noob here. I tried understanding installation instructions on 1st page, but got
Confused.
Can somebody pls give simple instructions as from where to start
And what steps to follow.
Thanks
 

azrash

Senior Member
Sep 18, 2010
1,221
669
Kuala Lumpur
Hello all,
I have just got my xperia ray. I have not rooted it yet.
I want to install this google maps ownhere.
I am noob here. I tried understanding installation instructions on 1st page, but got
Confused.
Can somebody pls give simple instructions as from where to start
And what steps to follow.
Thanks
since you are not rooted, just install the changepn version like any normal app
 

Hypnoo

Member
Jul 14, 2011
6
0
I have problem with voice guidance. I have tested with default TTS(English) and SVOX TTS(Finnish). Navigation works normally without sounds when TTS and Phones's default language are different. When both languages are same(like they should) I can heard guidance, but then google maps stops immediately after voice guidance starts.

Does anyone have solution for this problem?
 

BrownGhost

Member
Apr 12, 2008
41
0
i have installed: Maps6.3.0-ownhere-changepn.apk Dosen't need root permission.
its working, THANKS a lot :)

Can i uninstall the normal google maps ?
so i only have 1 version maps, navy, places, latitude, on my phone??
Nexus S

???
 
Status
Not open for further replies.

Top Liked Posts

  • There are no posts matching your filters.
  • 319
    home-1.jpg



    Quote brut.all " I have started this project about 1.5 years ago,( but I don't have time recently, so I don't port my changes to newer versions of Google Maps. Some Chinese guys do that for me ;-)"

    This map is for the country that cant use navigation on google map. It has been hacked and can be used by any country now.





    Installation for root:

    1. In Titanium Backup, select Maps and make a backup.
    2. Select Maps and wipe data, then uninstall.
    3. Select Street View and wipe data, then uninstall.
    4. Install Google Maps6.7.0-ownhere-signed.apk.
    5. Go to market, and reinstall street view.(download it from the second post).
    Or
    1.Uninstall maps from Titanium Backup.
    2.Install maps from the Market.
    3.Uninstall it normally (not from Titanium).
    4.Install the re-signed version.

    or ADB

    first uninstall Maps from /system/app
    HTML:
    adb remount
    adb push /Google maps6.7.0-ownhere.apk /system/app



    Note:
    For those who get the "Login Failed" message Pull down the status bar and press all three triangles and give permission then closing maps.

    If you don't get the three warning triangles
    1. Install original maps from market.
    2. Sign in and join latititude
    3. Back up maps in titanium, app and data.
    4. Wipe date and uninstall maps
    5. Install resign version. DO NOT RUN, reboot right after installing.
    6. After reboot, go to titanium and restore DATA only.


    I'm not going to post any more links to ownhere-maps . After a lawyer representing google contacted me on G+ and then later call me and we had a little talk ,we came to the conclusion that I'm not going to spread anymore modified maps . I'm not going get on the wrong side off Google .. And I'm considering closing the thread .






    Admin Edit: These Maps apk files have been removed due to a copyright infringement complaint from Google. Please do not post any more Google Maps apk's
    31
    How to get navigasion voice in your own language​

    1. Download Classic Text To Speech Engine from the marked.https://market.android.com/details?id=com.svox.classic&feature=search_result
    2. After installation, open to select the language you want (USD 2.99) to download.
    3. Go to Android Settings -> Voice Input & Output -> Text-to-Speech settings, activate SvoxClassic at the bottom of the screen, then select SvoxClassic as the Default Engine.

    Notes:
    - Google Navigation requires that the Text-to-Speech voice matches the phone language. You can change the phone language in Android Settings -> Language & keyboard -> Select language.

    Would anyone like to share how the maps.apk is changed to allow navigation to work in all countries. I'm sure this forum would benefit from this info so that more ppl could help on getting the latest release out when google releases it.


    Do somebody please tell me how to unlock the google maps for navigation?

    1) Download a working version of the hacked map, its corresponding original version and the latest map version.
    2) Extract from all apks their classes.dex.
    3) Disassemble the classes.dex (hack, original & new) using*baksmali . This will create a folder of disassembled files for each classes.dex, viz., hfolder, ofolder & nfolder respectively.
    4) Use a diff tool such as meld (in ubuntu) to find the differences in hfolder & ofolder.
    5) Port the diff (i.e., modified parts) in hfolder to nfolder. Please make sure that they are the same file when porting (i.e., most of the other codes should match).
    6) If you realise that the hacked file does not corresponds to the new file (i.e., same file name or file does not exists in nfolder), look for some codes (in the hacked file) that can uniquely identify it and search in the folder, using tools such as grep or find.
    7) Copy all files in brut folder to nfolder.
    8) Edit the files in brut folder of nfolder such that the references (some function calls to the map classes) in them point to the correct classes/files in nfolder.
    9) Once all modifications are ported, assemble it using*smali *which will create a dex file. Name it as classes.dex.
    10) Replace the classes.dex of the new map apk with the newly assembled classes.dex.
    11) Resign the apk.
    ------------------------------------------------------------------

    Her is google street view.apk
    28
    maps6.5.0 ownhere thanks Brut.all
    27
    maps6.4.0 ownhere global navigation thanks Brut.all
    20
    It's nothing new, I'm really surprised you didn't know about it: http://xdaforums.com/showthread.php?t=630887 . I have started this project about 1.5 years ago, but I don't have time recently, so I don't port my changes to newer versions of Google Maps. Some Chinese guys do that for me ;-)

    Actually this is written on the page linked by you:

    Version of Google Maps [Brut] famous xda-developers forum is currently only developed to v4.6.0