Google my location without GPS on Sprint? - Touch CDMA Android Development

Is there anyway to get the my location (Cell ID) working with sprint? Google maps works with the GPS on, but I'm wondering if it can work with the Cell ID information as well. I'm currently running Myn's latest build.
Thanks!

So I'm guessing this doesn't work? The reason I'm interested in this is I'd like to use Google Latitude but it need to use the Cell-ID location while running in the background.

josh s said:
So I'm guessing this doesn't work? The reason I'm interested in this is I'd like to use Google Latitude but it need to use the Cell-ID location while running in the background.
Click to expand...
Click to collapse
Unfortunately, our radio doesn't support the AT commands that the Touch Pro2 and Hero have to return the Cell ID. I hexedited the code and didn't see any. That kills the easy route.
Now, supposedly Cell Location (not necessarily ID) is sent over the GPS interface (not necessarily part of the GPS message). Separate work would need to be done to first figure out if it even exists, then figure out the interface, then write a driver that returns the Cell Location to the RIL. The last part is the easy part, the rest require a fair bit of time.

Related

cellGPS for Windows Mobile? Upload GSM cell-id on periodic basis to HTTP server?

I'm looking for a simple application that will run in the background, and send the current GSM/UTMS cell-id to a web server on a periodic basis (via HTTP GET).
Basically a program like cellGPS (http://www.vikinggames.hu/product.php?id=11) but for Windows Mobile. I don't really care about GPS info, since that just sucks power (and doesn't work indoors).
What I'm trying to do here is enable my home automation system to know where I am, without sucking my phone's battery to death (especially since GPS won't work indoors). GSM/UTMS cell-id is 'close enough' for me.
The application would just hit a webserver on my home machine with the current cell-id (http://webserver.com/receiver.php?cellid=4233-23) on a definable period. My own app on my webserver would record that data into a database. I can then go back and use that data to let my home auto system know "hey, Justin's almost home, turn on the HVAC, lights, etc".
It needs to be able to run in the background, no annoying icons on the screen, and start up on phone reset.
I figure since it's just sending the cell-id (which is always available), it would be rather efficient and not use much battery power (especially since I usually leave Activesync on "instant" so the data connection is usually up anyway).
Other extensions to this would let my server update twitter/facebook/etc with "Justin's at ... home/work/etc now.".
Any ideas?
wow this would be a great aplication
Two programs come to mind.... Comm Mgr Pro and rk-Location Switch.
I have not really played with these two programs much, but they do Cell tower based switching and might include some of the other features you require (but I do have to admit that they do not have all the features you want).
Dale Lane posted some c# code to programmatically get the cellID of the current tower.
The rest is pretty simple - a place to enter the url and then periodically issue HTTP GET requests.
I guess I could try to cook up something when I have some time.
Well I went and coded a sample app anyway. It just reads the current tower info at the specified interval. Is this the information that you require?
Just extract the zip to the device and run the .exe.
Note: It requires .NET Compact Framework 2.0
this sounds pretty cool. remember that cellid information is good for triangulating to about 1000 meters. you can get "justin's on his way home, turn on the AC" but probably not "justin's in the shower, begin youtube upload"
newb5000 said:
Well I went and coded a sample app anyway. It just reads the current tower info at the specified interval. Is this the information that you require?
Just extract the zip to the device and run the .exe.
Note: It requires .NET Compact Framework 2.0
Click to expand...
Click to collapse
Works great! even though this topic was supposed to be on logging it to a web database, I am not too keen on that since data charges are expensive. I would be more interested in an internal database where I can simply attach a "friendly name", say the location of the site (ie. corner of main and first st.) to some cell sites (or a group of sites) in the internal database. Similar to what nicetrack used to do on previous WM versions. http://forum.xda-developers.com/showthread.php?t=320055
newb5000 said:
Well I went and coded a sample app anyway. It just reads the current tower info at the specified interval. Is this the information that you require?
Just extract the zip to the device and run the .exe.
Note: It requires .NET Compact Framework 2.0
Click to expand...
Click to collapse
I will check as soon as I get my Kaiser back -- I managed to shatter the screen over the weekend. doh. This sounds EXACTLY like what I'm looking for.
Someone else mentioned data charges, which I don't care about, since I'm on unlimited data (AT&T won't even sell the things without the unlimited data plan now).
Actually, I still have my older TyTN somewhere. Let me dig it up and give this a try.
jasonchan said:
Works great! even though this topic was supposed to be on logging it to a web database, I am not too keen on that since data charges are expensive. I would be more interested in an internal database where I can simply attach a "friendly name", say the location of the site (ie. corner of main and first st.) to some cell sites (or a group of sites) in the internal database. Similar to what nicetrack used to do on previous WM versions. http://forum.xda-developers.com/showthread.php?t=320055
Click to expand...
Click to collapse
There's a program that sort of does this now, called Trackme -- but it only does GPS as far as I know. Adding DB code would probably add a whole lot of complexity (and CPU power).
I'm sure it's doable, though, but I would hope it wouldn't be in this app. I have enough crap running in the background eating precious CPU cycles.
I wish I had a Windows machine to do development on. I'm Mac/Linux only, and don't have access to Visual Studio anymore.. I wrote an app to do this for the iPhone, but it can't run in the background due to SDK limitations. It's annoying that Microsoft hasn't made the WinMo SDK work on other platforms (although I guess Apple is doing that with the iPhone, so I don't have much room to talk).
The "goal" of this desired application is to be as lightweight as possible and offload all processing to a real computer. My phone doesn't need to do all of the work.
I can't imagine this would use much bandwidth, anyway. Even if you updated every five minutes, that's far less than 50kb per day, assuming a 64 byte URL + all HTTP and TCP headers. It'd add up to around 1.5 megabytes a month. I'd bet it'd be closer to 800-900kb/month. That's nothing compared to email/etc traffic. I would hope EU/etc carriers aren't so bad that 1.5mb a month would put you over a limit...
jasonchan said:
Works great! even though this topic was supposed to be on logging it to a web database, I am not too keen on that since data charges are expensive. I would be more interested in an internal database where I can simply attach a "friendly name", say the location of the site (ie. corner of main and first st.) to some cell sites (or a group of sites) in the internal database. Similar to what nicetrack used to do on previous WM versions. http://forum.xda-developers.com/showthread.php?t=320055
Click to expand...
Click to collapse
I tested it yesterday when driving home from work. Tower changes were very frequent during my drive home. But lets say that a HTTP GET request (depending on the length of the URL) is on average 100 bytes. Lets say in a day you switch towers 200 times. That would result in just under 20 kilobytes of data usage in a day. I actually calculated this for myself because I also initially thought that one would get a large bill at the end of the month for data usage, but it would seem that this isn't the case.
One could also limit the web requests to only "bookmarked" Cell IDs.
I like the idea of the original poster even though I cannot see how I could use it personally, since I do not have a home automation system.
Regarding more friendly names - I remember that I had set it up on one of my first phones to receive cell broadcast messages from the towers which included the tower friendly name. Haven't tried since, though.
The data that is made available in Windows Mobile is the following:
http://msdn.microsoft.com/en-us/library/aa921533.aspx
Don't see any friendly names of towers though
I thought of adding a "bookmark" button so that one can bookmark the current Cell ID (and possibly assign a friendly name) but this would be very awkward while driving (and the frequent tower changes).
Google has a database with Cell IDs and uses them in Google Maps but good luck getting a copy of their database
norelidd said:
this sounds pretty cool. remember that cellid information is good for triangulating to about 1000 meters. you can get "justin's on his way home, turn on the AC" but probably not "justin's in the shower, begin youtube upload"
Click to expand...
Click to collapse
Hah!
I only need 1000 meter resolution. GPS is definitely more accurate, but it would kill the battery in 6 hours flat.
Maybe when the third generation of GPS sats start going up in a few years, GPS receivers will use less power (since the sats will be much more powerful and supposedly will reach inside most buildings).. but that's 2015 at the earliest. Who knows what HTC/etc will come out with by then.
jmat said:
I will check as soon as I get my Kaiser back -- I managed to shatter the screen over the weekend. doh. This sounds EXACTLY like what I'm looking for.
Someone else mentioned data charges, which I don't care about, since I'm on unlimited data (AT&T won't even sell the things without the unlimited data plan now).
Actually, I still have my older TyTN somewhere. Let me dig it up and give this a try.
Click to expand...
Click to collapse
Only saw your post after I posted mine.
There aren't any web requests yet though, I just wanted to confirm that I was on the right track (through you testing it ). I'm willing to give it a bash because I'll learn something through the process.
Some questions arise:
Should the app dial a connection automatically, or just not send out requests if there is no active connection?
Still need to figure out how to get it to run in the background properly
I'm wondering how it should function if the phone is in standby
newb5000 said:
I tested it yesterday when driving home from work. Tower changes were very frequent during my drive home. But lets say that a HTTP GET request (depending on the length of the URL) is on average 100 bytes. Lets say in a day you switch towers 200 times. That would result in just under 20 kilobytes of data usage in a day. I actually calculated this for myself because I also initially thought that one would get a large bill at the end of the month for data usage, but it would seem that this isn't the case.
One could also limit the web requests to only "bookmarked" Cell IDs.
I like the idea of the original poster even though I cannot see how I could use it personally, since I do not have a home automation system.
Regarding more friendly names - I remember that I had set it up on one of my first phones to receive cell broadcast messages from the towers which included the tower friendly name. Haven't tried since, though.
The data that is made available in Windows Mobile is the following:
http://msdn.microsoft.com/en-us/library/aa921533.aspx
Don't see any friendly names of towers though
I thought of adding a "bookmark" button so that one can bookmark the current Cell ID (and possibly assign a friendly name) but this would be very awkward while driving (and the frequent tower changes).
Google has a database with Cell IDs and uses them in Google Maps but good luck getting a copy of their database
Click to expand...
Click to collapse
Tower switching will happen quite fast in big populated areas. That's why I was just going for every few minutes and not "as the tower changes".
It's too bad the towers don't "advertise" their GPS coordinates along with the other tower data. It seems like that would have been really easy to stick in the UMTS standard.
I'm surprised Google hasn't open sourced that database, or at least made an API library for it. Afterall, their users are the ones who discovered it all, not them -- Google Maps just records GPS coordinates + cell IDs and uploads them when you run the Google Maps location. I've seen that app upload several hundred kb during some runs.
Going back to the 'post on switch' thing. That might be a neat option -- to send a GET on every tower switch.. I'm going back and forth in my head on if that's a good idea or not. It'd be interesting to see how that hits battery life, though. (Since I have ActiveSync with "always push" enabled, I bet it doesn't make much of a difference).
First beta
Hi guys,
Apologies for the delay - I've been terribly busy.
I managed to create the app so it's ready for testing.
Attached is the cab file. The app consists of two components - the configuration utility and the service. The service is responsible for making the web requests and is launched at startup. You can use the configuration utility to adjust the settings as well as monitor what the service is doing.
The service will automatically dial your data connection when a web update is necessary, but it can also work via WiFi - although I don't see why you would use it via WiFi. It also supports websites that require Windows Authentication (Kerberos or NTLM should work, but do test it).
I think the app should be pretty self explanatory, but please do post if you have any questions or experience any problems.
FIY - the last error (if there is one) is stored in a log file located in:
Program Files\CellID Updater\cidlog.txt
Hope you like it!
EDIT: An update is available on the next page. I'm leaving this attachment as is just for reference purposes, but you should download the one on the next page.
CommMgrPro is creating a very big database automatically with operatorID-Cell/LAC-GPS coords sent (automatically) by the users (they can track their movements in realtime with googlemaps). Obviously GPS coords are only sent by GPS enabled devices. You can change the URL where the data is posted (HTTP GET) to point your site and I can give you a free license. Currently 3000 cells registed with gps coords and growing as the users moves....
Dani
newb5000 said:
Hi guys,
Apologies for the delay - I've been terribly busy.
I managed to create the app so it's ready for testing.
Attached is the cab file. The app consists of two components - the configuration utility and the service. The service is responsible for making the web requests and is launched at startup. You can use the configuration utility to adjust the settings as well as monitor what the service is doing.
The service will automatically dial your data connection when a web update is necessary, but it can also work via WiFi - although I don't see why you would use it via WiFi. It also supports websites that require Windows Authentication (Kerberos or NTLM should work, but do test it).
I think the app should be pretty self explanatory, but please do post if you have any questions or experience any problems.
FIY - the last error (if there is one) is stored in a log file located in:
Program Files\CellID Updater\cidlog.txt
Hope you like it!
Click to expand...
Click to collapse
Hey all - my first post.
I must say, it's outstandingly honorable that you share your skills with us. So good.. (haven't installed the tool yet, hope it's no virus or tv-on/off-switcher)
One question @jmat: How do you process the cellid once it is http'd to your server? Is there a webservice that maps cell-ids to gps?
Frouk
frouk said:
I must say, it's outstandingly honorable that you share your skills with us. So good.. (haven't installed the tool yet, hope it's no virus or tv-on/off-switcher)
Click to expand...
Click to collapse
Thanks and no, it's not a virus / trojan / <insert something bad here>
One thing I forgot to mention is that if the device goes into standby, the service will be "paused". Then, when the device comes out of standby, the service will resume where it left off. I'm not sure whether this is acceptable behaviour for the app, but I considered the alternative - preventing the device from going into standby will drain the battery very quickly. So you would choose when the service should send out updates by taking your device out of standby.
Another thing: you can configure how often the service checks for a new tower and whether it should send out an update if the tower is different or the same since the last check.
I'm still wondering how I can put this app to good use, personally. I don't have a home automation system and I don't need to be tracked by anyone at home. Any ideas on what other uses this app could have?
newb5000 said:
Thanks and no, it's not a virus / trojan / <insert something bad here>
One thing I forgot to mention is that if the device goes into standby, the service will be "paused". Then, when the device comes out of standby, the service will resume where it left off. I'm not sure whether this is acceptable behaviour for the app, but I considered the alternative - preventing the device from going into standby will drain the battery very quickly. So you would choose when the service should send out updates by taking your device out of standby.
Another thing: you can configure how often the service checks for a new tower and whether it should send out an update if the tower is different or the same since the last check.
I'm still wondering how I can put this app to good use, personally. I don't have a home automation system and I don't need to be tracked by anyone at home. Any ideas on what other uses this app could have?
Click to expand...
Click to collapse
The configuration is just perfect - that way one can decide when to update just by letting the device go to sleep or not. Another thing: am I right that this app will never be as accurate as Google maps "my location"? It uses triangular approximation with more than one cell-id, right? I experienced it to be very accurate, even being on the train it exactly locates my position, amazing.
I personally intend to use such kind of app for reality/virtuality games where website visitors can track something or someone on the web and then go outside into the real world and do something or meet someone.
But jmats' idea is also amazing.
Cell name
Years ago I had Ericsson R320 (BTW great phone). It showed cell name e.g. "city centre" on the screen besides op name. I dug up my eric from the closet and this option still works. It would be great to have this as a today plugin Do you know something like that?
Handy Use of App
newb5000 said:
I'm still wondering how I can put this app to good use, personally. I don't have a home automation system and I don't need to be tracked by anyone at home. Any ideas on what other uses this app could have?
Click to expand...
Click to collapse
Maybe you could mount a web server in your home pc (pretty simple) and track your device if it gets lost or stolen... It would be nice to recover your $700dlls phone right.

gps location for contacts

I have been searching all overr and I'm yet to see am amswer for my question? So I've cdcided to post it on the best site for htc phones. is there a way aside from the app, Pinpoint to show where you are? I mean like what I want to do is have google maps app be able to save my location and adress using the gps and allow me to save it to a contact so that this way next time I want to get to my aunts house for example I can just go to her info click adress and voila. It has a route sshowing me the route.
A strange sense of deja vu washed over me reading this, I was thinking exactly the same thing a few hours ago.
Being able to save GPS information for contacts would be something of great importance considering the devices capabilities, apps like AndNav2 could then use contact GPS co-ordinates for quick navigation, the same could be said of google maps and other applications that use GPS information.
Ageless Stranger said:
Being able to save GPS information for contacts would be something of great importance considering the devices capabilities, apps like AndNav2 could then use contact GPS co-ordinates for quick navigation, the same could be said of google maps and other applications that use GPS information.
Click to expand...
Click to collapse
Can't you just save an address to the contact and then click on get directions? Or does the location have no street address?
Well yeaah that too. I was thinking of that but the thing is, my cousins house doesn't show up through maps. But it tells me the coordinates using GPS and yeeah it can still give me directions like that. Soo yeah, its sort of a half and half.
For locations without street addresses, you can still map them using lat/long coordinates. Just enter the coordinates into the address field as x,y. For example, 1600 Pennsylvania Ave would be entered as 38.89767967065576, -77.03656196594238
The My Maps Editor application might be of some use too. Basically it lets you display and edit custom maps (which means overlaid graphics on actual google maps) on the G1. Since these overlays are static, it won't route you from an arbitrary location. However if you want to see a hiking path from say a fixed street address out to a lake in the middle of the woods, this could help.
http://googlemobile.blogspot.com/2008/12/your-maps-in-your-hands-for-holidays.html
jashsu said:
Can't you just save an address to the contact and then click on get directions? Or does the location have no street address?
Click to expand...
Click to collapse
AndNav2 uses OpenStreetMap for it's navigation and metadata retrieval, and currently the UK post code search is limited to a few post codes (Zip codes). Most of my contacts won't show up. It will get better in time.....
Thanks Jashsu. Really, Like That really does help and is a very good substittue for an app. But yet another, question, Is It just my phone or Is it Google Maps, THat has a bug, When i know im home and i just want to mess around and activate gps and see my location. And it shows me some where 20 blocks away, lol i hate that!!!!
Elloco305 said:
Thanks Jashsu. Really, Like That really does help and is a very good substittue for an app. But yet another, question, Is It just my phone or Is it Google Maps, THat has a bug, When i know im home and i just want to mess around and activate gps and see my location. And it shows me some where 20 blocks away, lol i hate that!!!!
Click to expand...
Click to collapse
it's a google maps issue, which really screws with me when tryin to use Locale. i had a situation set to put my phone on silent if it is between 2 am and 12 pm AND i am at home, but since it thinks i'm about 1/4 mi away it hasn't worked yet.
tubaking182 said:
it's a google maps issue, which really screws with me when tryin to use Locale. i had a situation set to put my phone on silent if it is between 2 am and 12 pm AND i am at home, but since it thinks i'm about 1/4 mi away it hasn't worked yet.
Click to expand...
Click to collapse
The more powered off the gps is when you attempt to access it (and also the worse your direct view of the sky is) then the longer it will take to get a good gps lock. If you habitually turn the gps function off (or you have a program that automatically does it) then every time you turn the gps on, it has to perform a cold start. This means it will take between one and five minutes to get a bead, depending on the number of satellites your phone can see at the time.
If you use gps often then don't turn it off. The amount of power saved by fully unpowering the chipset is not worth the amount of power it consumes fully cold starting every time you need it (not to mention the time wasted waiting for it to get a bead).
If you used the gps function and then left the gps-using application or put the phone into standby, the gps chipset remains in standby. The next time you access the gps, it will be considered a warm start and will take between 1-30 seconds, depending on various factors.

any gps application can do calculate distance we walked/drove?

i have seen a lot of gps application can do things like record tracking, dislay compass, coordination detail..etc.
but i also looking for gps tool which can tell me how long i have walked/drove? and also how far am i from my destination if i have set the coordination for the destination. i think this function can be archieved without using map. i saw that every nokia s60v3 smartphone with gps has this little gps utility. just wondering is there any similar software in android..thx
This might be of use:
http://www.cyrket.com/package/com.google.android.maps.mytracks
http://googleblog.blogspot.com/2009/02/happy-trails-with-my-tracks-for-android.html
You can use BuddyRunner for walking/jogging times etc, I coded a driving app "Speed Proof", although it doesn't record driving times I'll add it to the todo list for the next release.
As for the nokia handset utils, nokia has a big database of mapping information, so they could easily do lots of mapping stuff on their server and spit out basic info on the phones.
like jashu said, check out MyTracks. Its similar to SportsTracker for s60, but not as "jocky". My tracks is nice because if you share teh maps, its via google maps, not some nokia service that everyone has to sign up for.
bittermormon said:
like jashu said, check out MyTracks. Its similar to SportsTracker for s60, but not as "jocky". My tracks is nice because if you share teh maps, its via google maps, not some nokia service that everyone has to sign up for.
Click to expand...
Click to collapse
MyTracks seems like does not work without network connection. i prefer the application to use the built-in gps module only for positioning.
BuddyRunner seems like satisfying my needs..thx..
My Tracks can still work without network coverage, you just won't be able to get map tiles from Google. For any GPS app, without network coverage you won't have Assisted GPS, meaning your position fix will take longer and be less accurate.
jashsu said:
you just won't be able to get map tiles from Google
Click to expand...
Click to collapse
AndNav2 allows you to pre-cache map tiles, I'm hoping they make some library similar to the radar library available to other devs so other applications can make use of their hard work too.
Assisted GPS, meaning your position fix will take longer and be less accurate.
Click to expand...
Click to collapse
Not having AGPS may take longer to get fix, and in some case it may slightly increase accuracy, but the GPS chips in the G1 will still give you accurate location data without any network connection.
Also AGPS was only added in Android 1.5 so if you are using 1.0/1.1 you won't have AGPS anyway.
gps measure does what you describe
You can try Sportypal,
It is working for Walking, Running, Cycling....and there is "free style" where you can drive or fly if you want ;-)
Sportypal is great for Android, but also is working for almost all phone platforms like iPhone,MicrosoftMobile,Simbian,Java,Blackberry...
http://www.sportypal.com/Workouts/Details/1016
My walking sesion near the lake.
Also this:
http://www.cyrket.com/package/com.sportypal

Google Maps - Offline Map Saving - Am I Missing Something?

Ok, so I was really excited when Google discussed at I/O the ability to save map data for certain areas to be able to access it with our Nexus7's without a data connection. Obviously on a tablet with no 3G/4G/LTE/etc. connectivity, this is a requirement to be able to use it as a GPS device.
When I got mine, I saved my entire home region. It seems to cap out around 85MB in size, so you can't just save the entire country, which is fine. I also noticed that the amount of space required seems to be tied to the size of the map you make, and has nothing to do with the amount of streets, cities, etc. (aka data) for that location (ie: New York City takes up the same amount of space as Nowheresville, MT). This was a little confusing, but OK.
Anyway, here is my issue. The other day, I took my Nexus7 for a road trip, and tried to use the Navigation app. It was able to show me where I was in real time, and give somewhat-detailed street information which was nice. However, it doesn't actually know how to GET anywhere. In other words, if you try to give it a destination, it fails, requiring Internet access. I tried addresses, cities, business names (who are actually on the map) as well as just clicking somewhere and asking it to provide a route. Nothing.
So I ask this: what good is offline map storage if you can't actually DO anything with it?
Don't get me wrong, I understand that this is a new feature and might not be fully developed. But based on the Google I/O presentation, they made it out to be much more functional than it is. Something along the lines of "Going to a different city? Just preload your Nexus7 with the map for the area and you're good to go!". Sure, if all you want is a static map and want to try and figure out directions yourself, I guess that will work. But it certainly doesn't provide anywhere near the functionality required for an offline GPS device.
Unless of course I'm missing something - but I doubt it.
I agree and I don't think you're missing something. For the size of the data it downloads for a given area, I believe it has all the address so I why can't one do a search of somewhere?
Might have something to do with apple taking aim at local search functions with their lawsuits? Finding that information would probably require accessing the function in question.
Sent from my Nexus 7 using xda premium
nooomoto said:
Might have something to do with apple taking aim at local search functions with their lawsuits? Finding that information would probably require accessing the function in question.
Sent from my Nexus 7 using xda premium
Click to expand...
Click to collapse
Possibly, but I doubt it. AFAIK, the "local search" issue was with Samsung allowing users to run a search query which would also perform the search on local apps, files, etc. It had nothing to do with map searching, which would fall under a completely different scope. And the app supports it, but just seems to require Internet to make it work.
Also, while Samsung seemingly took it out of one/some of their devices with an OTA update, they later said this was an accident, and have pushed a fix out to put it back.
I given up with Offline Maps, really it just the same as having a paper map that only covers a limited area, instead I've been using NavFree, does navigation, address search, points of interest all without a data connection.
The Apple/Samsung lawsuit is 100% unrelated to offline search in maps. Google it, do some reading, and you'll see what I mean. I have GPS Copilot installed for any offline needs I may have.
Yeah dude google maps offline is a joke. You'll need to
1) start your destination somewhere you are connected to wifi
2) wait for google maps offline to not suck so bad
3) use a different app
Or just root your phone and tether...that's what I've been doing for years.
Sent from my HTC One X using XDA Premium HD app
nooomoto said:
Or just root your phone and tether...that's what I've been doing for years.
Sent from my HTC One X using XDA Premium HD app
Click to expand...
Click to collapse
That doesn't solve the problem, it's simply a work around.
Sure, if you have wifi or tethering you can get online and get live maps/route data. But that doesn't negate the fact that Google Maps Offline is seriously flawed. It should work without needing to be online, otherwise what's the point of saving offline map data in the first place.
phonic said:
That doesn't solve the problem, it's simply a work around.
Sure, if you have wifi or tethering you can get online and get live maps/route data. But that doesn't negate the fact that Google Maps Offline is seriously flawed. It should work without needing to be online, otherwise what's the point of saving offline map data in the first place.
Click to expand...
Click to collapse
It's much better than not having the map at all. If you have a GPS (like the Nexus 7 does), you still see yourself on the map where you are. The only thing missing is the blue line to your destination. It's limited, sure, but it's a lot better than not having a map at all to see your GPS location on.
+1 for NavFree though. If you need navigation (like in cities you aren't familiar with), this is a lifesaver, even if it eats battery rapidly and is very slow (at least on my Galaxy S).
I'm sure Google can/will release offline navigation in time (possibly along with entire country map downloads), but probably not until Apple pushes them to by releasing their own offline navigation.
jabsys said:
I given up with Offline Maps, really it just the same as having a paper map that only covers a limited area, instead I've been using NavFree, does navigation, address search, points of interest all without a data connection.
Click to expand...
Click to collapse
I used the offline maps with directions when i started out on a data connection and then immediately turned it off. I started the n7 navigation with it tethered to my phone, once navigation has established its route, I disconnect my data and the directions continue to work.
This worked for me. It may not work for you, I do apologize if I waste your time.
Sent from my Nexus 7 using xda premium
I use offline maps quite a bit.
Navigation is usually useless for most of the back country roads I'm on. Having a map and GPS showing me where I am in relation to where I need to be (pre-set waypoints) is awesome and is better than nothing.
Another app I use often is Maverick with pre-cached satellite maps. I'd dump Maverick if Google Maps had offline satellite and topo maps.
jabsys said:
I given up with Offline Maps, really it just the same as having a paper map that only covers a limited area, instead I've been using NavFree, does navigation, address search, points of interest all without a data connection.
Click to expand...
Click to collapse
Thank you for showing me this app! That's perfect, and just what I'm looking for. Looks like it will work amazingly!
Sent from my Nexus 7 using XDA Premium HD app
I wish apps could use the cached data from Maps, but so far each app I've tried appears to download it and cache it directly. No idea if it's even possible to to, but it'd be nice if all apps could access the cache and use it.
As for the OP, this has been discussed since Maps first released.... It does not have the engine or routing data to do offline navigation. Maybe it will in the future, but it does not today.
try Co-pilot GPS from the market. It's free, and it downloads maps and stores them on the phone. If you have any svox classic voices purchased you will get the more advanced street names as part of the turn by turn verbal directions. I haven't tried this version yet, but it looks great and for free you have nothing to lose.
nooomoto said:
Or just root your phone and tether...that's what I've been doing for years.
Sent from my HTC One X using XDA Premium HD app
Click to expand...
Click to collapse
Tether to what? I already pay $70 a month for internet at home I am sure as hell not gonna pay for more data
Sent from my Nexus 7 using Tapatalk 2
IMO, for a FREE navigation app, I think you get a little more than you paid for...
The Turn-by-Turn directions require a data connection initially. But once it has downloaded the directions, you can use it offline and still get the voice directions - I tested it out on Saturday. You want to leave it connected a few minutes so it can cache all the map tiles along the route. If you don't let it finish caching the route, there will be places where you can see the route and get voice nagivation, but the streets won't show up.
If you deviate from the route, however, you will lose any navigation until you get back on the suggested route. You can see your route on the map, but there won't be any streets showing up at your location - even if you have chached the entire area in maps. If you zoom out you can see the suggested route. The voice nagivation will try to get you to turn around and go back since it can't recalculate the route. It needs more than just a map to calculate the route. It doesn't read a map the way you or I would to get directions...:silly:
I had maps and navigation running at the same time, and when I left the suggested route I switched over to maps (leaving navigation running in the background) and could see the streets I was on. A bit crude but it worked...
Once in range of the suggested route, the voice navigation will pick back up again and continue from there, and the streets will show up again.
I really hope Google eventually allows client side navigation, instead of server side requiring a data plan or wifi.
I've used Google Navigation on my tablet by calculating a route prior to disconnect from wifi, and their Navigation is hands down the best available for Android.
I've tried other Navigation apps, and they're super slow compared to Google, especially when it comes to re-routing or telling when you turned. Google almost re-routes you instantly when you go off route, other apps sometimes take a full minute before they set another route. Plus, Goole's street naming is fantastic for audible directions.
Offline maps is something, but off line route planning will be the ultimate offering.
I don't see how this could be too difficult to enable. Sure, maybe there are patent issues to work out (possible, but unlikely). But this functionality is already present in cheap GPS devices. The maps themselves take up a lot of space (a couple gigs on average for the entire US on a dedicated GPS unit), but if we download an 85MB region map, all the streets/addresses should already be built in. So it comes down to getting the routing engine to work offline. I'm not sure how big or complex this is, but IMHO it should be a simple addition.
And yes, it's "free" so we are getting what we pay for, but still.
As I mentioned earlier, my biggest disappointment was that Google made it out to be a fully comprehensive update to Google Maps, when it really isn't.
phonic said:
I don't see how this could be too difficult to enable. Sure, maybe there are patent issues to work out (possible, but unlikely). But this functionality is already present in cheap GPS devices. The maps themselves take up a lot of space (a couple gigs on average for the entire US on a dedicated GPS unit), but if we download an 85MB region map, all the streets/addresses should already be built in. So it comes down to getting the routing engine to work offline. I'm not sure how big or complex this is, but IMHO it should be a simple addition.
And yes, it's "free" so we are getting what we pay for, but still.
As I mentioned earlier, my biggest disappointment was that Google made it out to be a fully comprehensive update to Google Maps, when it really isn't.
Click to expand...
Click to collapse
I would love to know Google's reasoning behind server side routing only. I've searched around, but can't find a definitive answer. I always figured they stay clear from allowing off-line routing because you'll lose out on real-time traffic condition, weather, accident updates, etc.

[Q] [WP8.1] share gps location over bluetooth

is it going to be possible? anybody know?
Do you mean continuously (as in, use the phone as a Bluetooth GPS speaking a protocol like NMEA)? I don't believe it's built in, but you could probably write an app to do it (the BT interface is, I think, available to app developers). There might even already be such an app.
Do you mean one-time (like the way you can send your location in an SMS, but via Bluetooth instead)? Nothing I know of comes to mind, so you'd probably need an app for that too. That one seems less useful, though; most devices that have BT either already have their own GPS (or otherwise know approximately where they are anyhow) or are trying to track their own motion and would want continuous updates.
GoodDayToDie said:
Do you mean continuously (as in, use the phone as a Bluetooth GPS speaking a protocol like NMEA)? I don't believe it's built in, but you could probably write an app to do it (the BT interface is, I think, available to app developers). There might even already be such an app.
Do you mean one-time (like the way you can send your location in an SMS, but via Bluetooth instead)? Nothing I know of comes to mind, so you'd probably need an app for that too. That one seems less useful, though; most devices that have BT either already have their own GPS (or otherwise know approximately where they are anyhow) or are trying to track their own motion and would want continuous updates.
Click to expand...
Click to collapse
continuously, sharing GPS location with another device over Bluetooth. I wish I could write an app like that but I can't program
thanks for the answer gd2d, I hope its possible. I also hope that the ability/app is not limited to having to be active and not running in the background (ie get a text, respond to it and lose your location)
p.s. No app "currently" exists,,,,, at least from what I've searched in the store
BTW, WP8.1 isn't out yet, or even in public pre-release. We know some of the features that will be added, but not all of them. To the best of my knowledge, this isn't on the known list. Anyhow, WP8.1 won't release for probably another few months, even in preview form (though I could be mistaken).
GoodDayToDie said:
BTW, WP8.1 isn't out yet, or even in public pre-release. We know some of the features that will be added, but not all of them. To the best of my knowledge, this isn't on the known list. Anyhow, WP8.1 won't release for probably another few months, even in preview form (though I could be mistaken).
Click to expand...
Click to collapse
I know, I am just curious, with all the SDK info that is out I thought somebody might know something

Categories

Resources