Football Fans: Download the 2012 Schedule App from Google Play!


Go Back   Android Forums > Android Development > Application Development > Application Requests

Application Requests Request Apps or provide ideas for the devs here.



Reply
 
LinkBack Thread Tools
Old July 19th, 2010, 08:33 AM   #1 (permalink)
New Member
 
Join Date: Jul 2010
Posts: 1
 
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
Default Usb gps

Does anyone know of either a USB-based GPS dongle that works with Android, or a verified Android app that reads lat/lon from a Bluetooth GPS device? I tried "Bluetooth GPS" with a device that was advertised to wrok, but it only crashed my system every time I tried it.

Many thanks.

cdnyny is offline  
Reply With Quote
Sponsors
Old July 20th, 2010, 02:45 PM   #2 (permalink)
New Member
 
Join Date: Jul 2010
Posts: 1
 
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Quote:
Originally Posted by cdnyny View Post
Does anyone know of either a USB-based GPS dongle that works with Android, or a verified Android app that reads lat/lon from a Bluetooth GPS device? I tried "Bluetooth GPS" with a device that was advertised to wrok, but it only crashed my system every time I tried it.

Many thanks.
What kind of hardware are you using as the host? The problem with portable USB devices is that it requires a very specific USB protocol to be able to handle communication with the dongle called USB On-The-Go. This protocol was not developed to act as a computer-like host (in which it can communicate with virtually any devices with the proper drivers), but rather be capable of being applied in very specific applications.

I've been looking into hardware development for the Incredible, and it's been very difficult to discern whether or not it has this capability. As a matter of fact, I've had a hard time trying to tell if any of the Android based phones are capable of doing something like this.

If you're looking for basic navigation, the Google Maps app works well for virtually anything. You can even share a certain location with another person.
moscro is offline  
Reply With Quote
Old July 20th, 2010, 03:26 PM   #3 (permalink)
Senior Member
 
Join Date: Jul 2010
Posts: 977
 
Device(s): Samsung Galaxy S II, HTC Evo 4G, Amazon Kindle Fire
Thanks: 52
Thanked 199 Times in 144 Posts
Default

I am currently developing a similar app for my company right now. We are taking a list of Geo points that are sent to the phone via bluetooth and mapping them on an integrated map environment as they arrive. I have hit somewhat of a snag, but hopefully I get it figured out soon. Once I get it done, I will try to create something similar for you that fits your needs. It cannot be identical as what I have is company proprietary, and I could get into some big trouble, but yea... You get the point... haha

Ill see what I can do once I finish this current project.
jonbonazza is online now  
Reply With Quote
Old July 22nd, 2010, 11:48 AM   #4 (permalink)
Member
 
Join Date: Jan 2010
Posts: 114
 
Device(s): Moto Droid Samsung Charge
Thanks: 1
Thanked 7 Times in 7 Posts
Default

What exactly do you need this for? If it's just for reading lat and long, I'm pretty sure there's already an app for that.
cmh0114 is offline  
Reply With Quote
Old July 22nd, 2010, 11:52 AM   #5 (permalink)
Senior Member
 
Join Date: Jul 2010
Posts: 977
 
Device(s): Samsung Galaxy S II, HTC Evo 4G, Amazon Kindle Fire
Thanks: 52
Thanked 199 Times in 144 Posts
Default

Quote:
Originally Posted by cmh0114 View Post
What exactly do you need this for? If it's just for reading lat and long, I'm pretty sure there's already an app for that.
If it is anything like my company's app, he will be having a file of lat and long points being sent to his device via bluetooth in which he will need to parse and and plot them on a mapview automatically.
jonbonazza is online now  
Reply With Quote
Old July 22nd, 2010, 11:55 AM   #6 (permalink)
Member
 
Join Date: Jan 2010
Posts: 114
 
Device(s): Moto Droid Samsung Charge
Thanks: 1
Thanked 7 Times in 7 Posts
Default

I thought there was a function for viewing/plotting lat and long points included for Maps, although I've never actually used it.
cmh0114 is offline  
Reply With Quote
Old July 22nd, 2010, 12:15 PM   #7 (permalink)
Senior Member
 
Join Date: Jul 2010
Posts: 977
 
Device(s): Samsung Galaxy S II, HTC Evo 4G, Amazon Kindle Fire
Thanks: 52
Thanked 199 Times in 144 Posts
Default

Quote:
Originally Posted by cmh0114 View Post
I thought there was a function for viewing/plotting lat and long points included for Maps, although I've never actually used it.
Youa re thinking of overlays. It's not a function, but a means of doing it.
jonbonazza is online now  
Reply With Quote
Old July 22nd, 2010, 10:22 PM   #8 (permalink)
Member
 
Join Date: Jan 2010
Posts: 114
 
Device(s): Moto Droid Samsung Charge
Thanks: 1
Thanked 7 Times in 7 Posts
Default

What do you mean, "a means of doing it"?
cmh0114 is offline  
Reply With Quote
Old July 23rd, 2010, 09:04 AM   #9 (permalink)
Senior Member
 
Join Date: Jul 2010
Posts: 977
 
Device(s): Samsung Galaxy S II, HTC Evo 4G, Amazon Kindle Fire
Thanks: 52
Thanked 199 Times in 144 Posts
Default

Its not a single fubctionthere is a procedure you use to do it.
jonbonazza is online now  
Reply With Quote
Old July 23rd, 2010, 10:06 AM   #10 (permalink)
Member
 
Join Date: Jan 2010
Posts: 114
 
Device(s): Moto Droid Samsung Charge
Thanks: 1
Thanked 7 Times in 7 Posts
Default

Ah, I understand. Could you explain the procedure?
cmh0114 is offline  
Reply With Quote
Sponsors
Old November 20th, 2011, 01:01 PM   #11 (permalink)
Junior Member
 
Join Date: Oct 2011
Posts: 48
 
Device(s):
Thanks: 3
Thanked 1 Time in 1 Post
Default

Hi!

Im not to expert in android, and software development. I have a geniatech enjoy smart tv box: Geniatech Enjoy Smart TV Box, Powered by Android 2.2, Google TV box.
We talk this box here: Geniatech Enjoy TV

I have a one big problem with this hardware. I want to use it in my car, and need the gps hardware. I pluged in usb bluetooth stack, paired with usb mouse. the bluetooth gps provider seen the satelites, long, lat coordinates, but the navigation programs (maps, navigon, sygic) didnt communicates with gps mouse. In the setting semu, the location and security point is missing, and missing the all gps component maybe.

Please, ask, this is solvable problem?
Yocee is offline  
Reply With Quote
Old November 29th, 2011, 08:15 AM   #12 (permalink)
New Member
 
Join Date: Nov 2011
Posts: 1
 
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
Default

I'm looking to use a USB GPS Receiver with an Android Tablet using Navionics software (droid) on my boat. I don't / can't rely on 3G, and don't want a bluetooth device because of the recharging issue. Can you recommend a USB GPS receiver that works on a tablet now?
Thanks,
sjake is offline  
Reply With Quote
Reply

Bookmarks

Tags
usb gps dongle


Go Back   Android Forums > Android Development > Application Development > Application Requests User CP
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT -5. The time now is 02:52 PM.
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
Custom vBulletin Skins by: Relivo