andbook!.pdf - Learning Android Get an anddev.org - Android-Shirt Back to index
anddev.org Header Logo
FAQ Search Top rated articles Browse Feeds anddev.org - Authors Contact Details Register Log in

AndNav! - Android Map-Routing-System!

Goto page Previous  1, 2, 3, 4, 5, 6  Next
 
       anddev.org - Android Development Community | Android Tutorials | Index -> Promote your Android Application
Author Message
plusminus
Site Admin
Site Admin


Joined: 14 Nov 2007
Posts: 2660
Location: College Park, MD

PostPosted: Thu Jul 17, 2008 11:12 am    Post subject: Reply with quote

Hey guys,

the next release will also include the following feature Arrow Down There will be an arrow painted to the map, that indicates the next turn:


I hope you'll like it Smile

Regards,
plusminus

_________________
Download my apps Idea
Please remember, that this board is give & take Smile


| Android Development Community / Tutorials
Back to top
View user's profile Send private message Send e-mail Visit poster's website
lux_1
Freshman
Freshman


Joined: 15 Oct 2008
Posts: 4

PostPosted: Mon Oct 20, 2008 2:42 am    Post subject: Andnav in realdevice Reply with quote

can you inform me , how i can run andnav in realdevice.

I did download AndNav_20080528_v0.6.0_alpha.apk

I would like to know how i can run this app?
Back to top
View user's profile Send private message
plusminus
Site Admin
Site Admin


Joined: 14 Nov 2007
Posts: 2660
Location: College Park, MD

PostPosted: Thu Oct 23, 2008 1:36 am    Post subject: Re: Andnav in realdevice Reply with quote

lux_1 wrote:
I would like to know how i can run this app?


AndNav is not yet out for the market Exclamation

Preview:
First AndNav (!) test on my G1 Exclamation Shows the not realtime-navigation.

Link

_________________
Download my apps Idea
Please remember, that this board is give & take Smile


| Android Development Community / Tutorials
Back to top
View user's profile Send private message Send e-mail Visit poster's website
lux_1
Freshman
Freshman


Joined: 15 Oct 2008
Posts: 4

PostPosted: Sat Oct 25, 2008 4:35 am    Post subject: install error on real device Reply with quote

I tried to install in this app in real android device .. But i am getting error any tips..

C:\android\android-sdk_114343_windows\tools>adb install -l AndNav_20080528_v0.6.
0_alpha.apk
400 KB/s (1477010 bytes in 3.603s)
pkg: /data/local/tmp/AndNav_20080528_v0.6.0_alpha.apk
Failure [INSTALL_PARSE_FAILED_MANIFEST_MALFORMED]

C:\android\android-sdk_114343_windows\tools>
Back to top
View user's profile Send private message
DDM123
Junior Developer
Junior Developer


Joined: 14 Oct 2008
Posts: 10

PostPosted: Mon Oct 27, 2008 10:32 pm    Post subject: Reply with quote

Hello again, plusminus. I saw that AndNav was briefly in the Android Market, so I snagged it, and it is coming along nicely.

Anyway, keep up the good work. Lots of people are looking forward to the finished product.
Back to top
View user's profile Send private message
plusminus
Site Admin
Site Admin


Joined: 14 Nov 2007
Posts: 2660
Location: College Park, MD

PostPosted: Tue Oct 28, 2008 12:59 am    Post subject: Reply with quote

DDM123 wrote:
Hello again, plusminus. I saw that AndNav was briefly in the Android Market, so I snagged it, and it is coming along nicely.

Anyway, keep up the good work. Lots of people are looking forward to the finished product.


AndNav is in the market now. Already did 3 updates, fixing WiFi-Problems and not-loading Maps.
So its both working for you @DDM123 Question

Best Regards,
Nicolas

_________________
Download my apps Idea
Please remember, that this board is give & take Smile


| Android Development Community / Tutorials
Back to top
View user's profile Send private message Send e-mail Visit poster's website
DDM123
Junior Developer
Junior Developer


Joined: 14 Oct 2008
Posts: 10

PostPosted: Tue Oct 28, 2008 1:12 am    Post subject: Reply with quote

It appears to be working pretty well. I did have to force close it just now when I zoomed in to my location when I had a route plotted out. My GPS seems to think I'm up in Harlem, but that's where I was a few hours ago. (regular google maps thinks the same thing) You mentioned before that the Google API doesn't allow for live navigation, could you explain that to me real quick?

I live in NYC and don't have my car handy, so I can't test out the navigation functions. I think the application is brilliant, and I'm glad I could help test it out a little 2 weeks ago or whenever that was.
Back to top
View user's profile Send private message
plusminus
Site Admin
Site Admin


Joined: 14 Nov 2007
Posts: 2660
Location: College Park, MD

PostPosted: Tue Oct 28, 2008 6:24 am    Post subject: Reply with quote

DDM123 wrote:
It appears to be working pretty well. I did have to force close it just now when I zoomed in to my location when I had a route plotted out. My GPS seems to think I'm up in Harlem, but that's where I was a few hours ago. (regular google maps thinks the same thing) You mentioned before that the Google API doesn't allow for live navigation, could you explain that to me real quick?

I live in NYC and don't have my car handy, so I can't test out the navigation functions. I think the application is brilliant, and I'm glad I could help test it out a little 2 weeks ago or whenever that was.


The Android/Google Maps Terms of Service disallow any realtime routeguidance based on a sensor. Which is what a navigation-application is in the common sense. The reason for that are the various data-providers (liek NAVTEQ, Teleatlas, NASA, etc...) that earn a lot of money, by selling licenses of their data to navigation-system manufacturers like TomTom and all the others.

AndNav provides WalkingDirections also Exclamation
I've been in Manhattan the weekend before this one Very Happy and you should better be trying the walking-directions Laughing

Best Regards,
plusminus

_________________
Download my apps Idea
Please remember, that this board is give & take Smile


| Android Development Community / Tutorials
Back to top
View user's profile Send private message Send e-mail Visit poster's website
DDM123
Junior Developer
Junior Developer


Joined: 14 Oct 2008
Posts: 10

PostPosted: Tue Oct 28, 2008 4:09 pm    Post subject: Reply with quote

So do Google's TOS mean that there will never be a realtime-navigation app available? Or could it use non-Google APIs for navigation? So does that mean AndNav! is capable, but that feature is just omitted?

I hope I see it in some form in the future.
Back to top
View user's profile Send private message
plusminus
Site Admin
Site Admin


Joined: 14 Nov 2007
Posts: 2660
Location: College Park, MD

PostPosted: Tue Oct 28, 2008 4:19 pm    Post subject: Reply with quote

DDM123 wrote:
So do Google's TOS mean that there will never be a realtime-navigation app available?

Just ones based on the GoogleMaps-Data are not allowed.
DDM123 wrote:
Or could it use non-Google APIs for navigation?
Yes thats what AndNav2 does. it works on OpenStreetMaps.
DDM123 wrote:
So does that mean AndNav! is capable, but that feature is just omitted?
Exactly, when i recognized that I was like Evil or Very Mad Mad Surprised Evil or Very Mad Evil or Very Mad Mad Surprised
_________________
Download my apps Idea
Please remember, that this board is give & take Smile


| Android Development Community / Tutorials
Back to top
View user's profile Send private message Send e-mail Visit poster's website
DDM123
Junior Developer
Junior Developer


Joined: 14 Oct 2008
Posts: 10

PostPosted: Tue Oct 28, 2008 4:40 pm    Post subject: Reply with quote

And OpenStreetMaps can handle directions and whatnot? I was just looking through it and it seems capable for the most part. Is AndNav2 already in the works? I'd love to beta test it.

One thing I should mention is that I was giving a demo of all my new Android apps to my fiancee last night, and she had trouble figuring out how to use AndNav. For me it's easy, but she had problems making a route. Unfortunately, she's the kind of person Android apps should be geared towards.
Back to top
View user's profile Send private message
plusminus
Site Admin
Site Admin


Joined: 14 Nov 2007
Posts: 2660
Location: College Park, MD

PostPosted: Tue Oct 28, 2008 6:24 pm    Post subject: Reply with quote

DDM123 wrote:
And OpenStreetMaps can handle directions and whatnot? I was just looking through it and it seems capable for the most part. Is AndNav2 already in the works? I'd love to beta test it.

One thing I should mention is that I was giving a demo of all my new Android apps to my fiancee last night, and she had trouble figuring out how to use AndNav. For me it's easy, but she had problems making a route. Unfortunately, she's the kind of person Android apps should be geared towards.


AndNav2 is derived from AndNav1 (just with another Maps-Underlayed) and so currently looks just like AndNav1.

Not good that your fiancee couldn't figure out how to get directions Confused I'm thinking of how to make AndNav easier to use Confused That will be some hard end-user testing Sad

_________________
Download my apps Idea
Please remember, that this board is give & take Smile


| Android Development Community / Tutorials
Back to top
View user's profile Send private message Send e-mail Visit poster's website
DDM123
Junior Developer
Junior Developer


Joined: 14 Oct 2008
Posts: 10

PostPosted: Tue Oct 28, 2008 6:53 pm    Post subject: Reply with quote

Personally, I'd start with text-based options. And have the main menu be:

1) Where am I?
2) Get Directions
-> By Address
-> By Map
(Maybe include By Name, using wikipedia or google or something, since wikipedia apps are so popular)
-> Favorites
-> Home
3) First Aid
4) Settings (leave structure as it is, just with more text)

5) Exit (Important, since people complain that other applications don't close by simply hitting back or home)

It would to see speed statistics on the navigation screens, since it would be nice to know my speed if I were riding a bike or something, as well as maybe altitude, even though GPS altitude is somewhat inaccurate.
Back to top
View user's profile Send private message
ChrisAshton84
Once Poster
Once Poster


Joined: 28 Oct 2008
Posts: 1

PostPosted: Tue Oct 28, 2008 9:09 pm    Post subject: Reply with quote

Hi, I just noticed you are working on a version that uses OpenStreetMaps?! Great! I've been interested in seeing open maps on an actual device. (I live in a new subdivision which after a year still does not show up on any of the map databases.) If you make any progress with this I'd love to know as it'd be great to have GPS which can actually get me home.

Also, if you're going to be using this, could you add an option to log your coords? I know there are other apps which do this for android but they all seem to require an online account. Being able to log new streets in this app and upload them to the OpenStreetMaps site would be ideal - I know the site already has people doing this, but allowing anyone with an android phone to contribute would really help.

Thanks, and I hope this works out!
Back to top
View user's profile Send private message
plusminus
Site Admin
Site Admin


Joined: 14 Nov 2007
Posts: 2660
Location: College Park, MD

PostPosted: Wed Oct 29, 2008 2:50 am    Post subject: Reply with quote

ChrisAshton84 wrote:
Hi, I just noticed you are working on a version that uses OpenStreetMaps?! Great! I've been interested in seeing open maps on an actual device. (I live in a new subdivision which after a year still does not show up on any of the map databases.) If you make any progress with this I'd love to know as it'd be great to have GPS which can actually get me home.

Also, if you're going to be using this, could you add an option to log your coords? I know there are other apps which do this for android but they all seem to require an online account. Being able to log new streets in this app and upload them to the OpenStreetMaps site would be ideal - I know the site already has people doing this, but allowing anyone with an android phone to contribute would really help.

Thanks, and I hope this works out!


Hi Chris,

I'm doing all that Smile : Logging GPS-Traces and contribute them back to OSM.
So if you have driven on an unknown street once, and check back some days later, you can expect AndNav2 / OSM to have that street now available Exclamation

My coworker in Germany just set up some Routing-Data for AndNav2 for me to test here in College Park, MD and it works amazing Smile

Best Regards,
plusminus

_________________
Download my apps Idea
Please remember, that this board is give & take Smile


| Android Development Community / Tutorials
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Display posts from previous:   
       anddev.org - Android Development Community | Android Tutorials | Index -> Promote your Android Application All times are GMT + 1 Hour
Goto page Previous  1, 2, 3, 4, 5, 6  Next
Page 5 of 6

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


© 2007, Android Development Community
All rights reserved.
Powered by phpBB.