Showing posts with label google. Show all posts
Showing posts with label google. Show all posts

Friday, May 31, 2019

Google Maps current location is weird after moving office

See where my "Work" place is showing. And see where my phone's current location is showing.


Our office has moved this week. I am sitting at my desk in our new office location now. But Google Maps in my phone shows that my current location is still at my old office location.

However, when I restart my phone with WiFi turned off and with only 3G data enabled, then Google Maps shows my current location correctly in the new location.

Thursday, October 24, 2013

Google Maps... why you on drugs?

So google maps is supposed to be great at giving you directions to your destination. Well it surely does a great job at that [apparently much better than the maps made by the half-eaten fruit company], but recently it really struggles in actually giving you the right directions.

For example: take a look at this screenshot which I captured while asking the G-boy for directions.

Point 1: i asked for WALKING directions, not even CAR directions.

Point 2: i refetched the directions SEVERAL times

Point 3: how could google show me SUCH a long 16 min route [the solid blue line] whereas i was ONLY about 40-60 seconds away from the destination by walk?

Point 4: in fact, the alternative route which google had calculated [the solid grey line] was an EVEN worse route for my given current location and destination

Conclusion: really hope that google doesn't become over-confident about their growth, so much so that it becomes heedless at delivering quality... [like some of the other companies that have risen and fallen in the past]

[UPDATE: Jon Evans on TechCrunch has recently published an appealing article titled "Dear Google, what's wrong with you?" You might wanna check that out too.]



Friday, May 21, 2010

Android Development using Eclipse on Linux

0. pre-requisites for Android development on linux

i am using the following platforms and environments. i shall guide you through the setup process of Android ADT Plugin for Eclipse

i have used
-----------------
OS: Linux Ubuntu 9.10 karmic koala
Java: Java 6 JDK
SDK: Android SDK r05 from the site developer.android.com
IDE: Eclipse 3.5 galileo
ADT: AndroidDevelopmentToolkit plugin for developing android apps on eclipse - ADT 0.9.6



1. setup JAVA and Eclipse on your linux machine

for android development, you need to have the JAVA Development Kit installed on your machine.
to setup JAVA on your linux machine for android development-
1. go to terminal
2. command "sudo apt-get install sun-java6-bin";
3. command "sudo apt-get install sun-java6-jdk";
4. follow instructions and your JAVA environment for Android Development will be created
If you are on a x86_64 system, you must also install ia32-libs by the command:

"sudo apt-get install ia32-libs"

Eclipse is the most recommended IDE for android development. all resources and tutorials of Android in developer.android.com refer to the usage of Eclipse IDE. Nonetheless, developers can choose to use a different IDE out of their own comfort.