Forgot your password?
typodupeerror

Comment Re:But if we all use this... (Score 1) 54

<quote>One more thing on the Waze plug and then I'm done. Map problems, with Google maps, Garmin, Tom Tom or any other mapping tool, you are at the mercy of their map editors as to when roads get added. With Waze, if you see a problem, you can login and fix the problem. It took my Tom Tom more than a year to be updated with a recent new high speed route. Waze had it before the Tom Tom update did. But even better was another more recent construction project. The new road was in place on the Waze map within weeks of it opening to traffic. It was most likely added within hours of opening but the map tiles are only rebuilt every few weeks. That road opened last September, I don't expect it to show up on my Tom Tom for months at the earliest. And even Google maps took a couple months to start showing it.

I see a problem with the maps in Waze, I go in and fix it. Within a few weeks the change is live.

And I have no connection to Waze, other than I'm a big fan of it.</quote>

You know Google lets you do this too, right? http://www.google.com/mapmaker

Comment Re:Right on Adobe! (Score 1) 731

I don't know why everyone says that.

I'm an Android developer. It's trivial to write applications that "runs on all of the devices and takes advantage of the features on newer platforms".

It's as easy as:
if (api level <= 4) { /* make it work without all the features */ } else { /* make it work, with the new features */ }
Cellphones

Canadian Android Carrier Forcing Firmware Update 238

Wolfier writes "For wireless carrier Rogers in Canada, it seems that 'Customer Safety' only becomes a concern after months of neglect. Rogers is the only GSM carrier in Canada and so the only choice for Android users. Months ago, a customer called Rogers to report a firmware bug that was preventing users from making 911 calls under certain circumstances, and informed the carrier that Google had fixed the bug (recording of that call). But Rogers is only doing something about it now — namely, cutting data access of paying customers until they accept a mandatory firmware upgrade that not only fixes the 911 problem, but also contains 'extra' features that prevent users from ever gaining root access to their phones — even non-subsidized ones. And some phones are also getting bricked by this 'official' update. The moral: we really need to open up the competition here up North."

Slashdot Top Deals

A committee takes root and grows, it flowers, wilts and dies, scattering the seed from which other committees will bloom. -- Parkinson

Working...