Huan Truong

Notes from a developer

Github

The insane amount of backward compatibility in Google Maps

I still keep a couple of my favorite old smartphones. Sometimes I use one of them as my primary device for fun. Phones are among the fastest evolving markets, even a year makes a whole lot of differences. One of the biggest challenges with using old phones is the software: they don't run modern software. And old software isn't compatible with new websites, frameworks, encryption standards, APIs. Use an old device, and you will find yourself unable to get anything done. Every app crashes or complains that it can't connect to the server. Even with Apple who is doing a fantastic job of keeping their phones updated, you may notice that many sites and apps have started dropping support for the iPhone 5, which is still a totally capable device.

But there is always an unlikely app that consistently works on all of my devices, regardless of their OS and how old they are: Google Maps.

Google Maps still works today on Android 1.0, the earliest version available (Maps actually still works with some of the beta versions before that). I believe Maps was only a prototype app in Android 1.0. If I recall correctly, Google didn't have any official real device to run Android 1.0. (Not true - See comments). That was back all the way in 2007.

Google Maps Android 1.0 Google Maps Android 1.0

But then, you say, Android is Google's OS for Pete's sake. How about iOS? Google Maps for iOS, version 1.0, released late 2012, still works just fine. That was the first version of Google Maps ever released as a standalone app after Apple ditched Google's map solution on iOS:

Google Maps iOS 7 Google Maps iOS 7

But wait… There is more. This is native iOS Maps on iOS 6, which was released in early 2012, and it still works. I just noticed that the Normal and Hybrid map modes stopped working recently, but that's alright, I can still navigate (plus, I can always download and use Google's official app on iOS 6):

Google Maps iOS 6 Google Maps iOS 6

But that's only 6 years ago. Let's go hardcore. How about Google Maps on Java phones (the dumb bricks that run Java "midlets" or whatever the ancient Greeks call it)? It works too. Note that, other than Google Maps and Opera Mini, I do not note many Internet "midlets" that still work, including Whatsapp that is praised for their willingness to deal with ancient phones. Whatsapp actually has a time-bomb programmed in the app of some sort and it will kick you out if it realizes that it hasn't been updated recently. What a dumb idea.

Back to Google Maps. The app (? - applet? midlet?) was last updated in 2008, but even street view works today:

Google Maps J2ME Google Maps J2ME

Now if that hasn't impressed you yet, let me introduce you to my Palm Treo 755p, released in 2007.

The phone runs Palm OS 5. It doesn't understand Unicode. Of course, it has no idea what an "emoji" is. When you send it a text message that has one character outside of the printable ASCII range, it freaks out and corrupts the whole message. It doesn't have Wifi of any kind. It doesn't even connect to the Sprint's 2G EV-DO/1xRTT network (because the data provision server is long dead). I tried to even program the wireless chip manually with my handmade cables and obscure codes - it worked, once, and then stopped working. In short, it has no easy way to connect to the Internet at all. In order to get the thing to connect to the Internet, I had to fucking emulate a Dial-up Modem over Bluetooth using a Raspberry Pi. Since then, I have repurposed my Raspberry Pi, and it was painful to set up so I don't have a picture of Google Maps working now.

This was last year: Seemed like there was only one person left in this world who was still using that "app" in 2017, and that was me. The Palm OS didn't even have screenshot functionality. But lo and behold, Google Maps worked (There are some missing loading tiles in the picture because I wanted to test wheter it worked offline with cached tiles, and it did):

Google Maps PalmOS Google Maps PalmOS

The only exception to me on Google Maps, so far, was the WebOS map app (released in 2009). It doesn't work anymore – but forget about that, there is an unofficial app that runs on WebOS that still works today:

Google Maps WebOS 2 Google Maps WebOS 2

And they all work with the newest maps data. The Steve Jobs auditorium is in a new building.

Even in old versions, Google Maps had different layers and turn-by-turn navigation, and sometimes Street view - it is and has always been functional and useful. It is a relatively complex application, having that level of backward compatibility and functionality maintained is a great thing. Regardless whether all this compatibility is intentional or not, I think it is a very respectable achievement. Google Maps took something that is already good and make it even better over the years without compromising. That can't be said with everything Google did, especially compared to Talk/Hangouts, which I mentioned in my previous rant.

I noticed that the only other product I see running well on old devices is Google search, which works with many kinds of old browsers. Gmail in general is bad about legacy support, although in many cases you can still access a limited version of Gmail on a web browser. The lack of legacy support of Gmail is partly due to its encryption protocol requirements. I do understand that, though: Emails are incredibly sensitive, giving up legacy compatibility for security is a worthy tradeoff.

I hope regardless of what feature or architectural change happens to Maps to the future, the team keep testing and maintaining this legendary compatibility in Google Maps. We'll never know how valuable it is until we're lost in the middle of nowhere. In that moment, we'd be so thankful to find out that Google Maps still works on our ancient phone that is left in the glovebox. If that has the potential to save a life so a tragedy wouldn't happen again, I'd think it can make a case.

Disclaimer: Except for the Android 1.0 app and the midlet were run emulated on software, everything else ran on real hardware. I do not expect that to make any difference on real hardware.

Tip: If you want to get the full sized pictures to repost on your blog or something, get any picture URL then put the "full_" in front of the filename.

.