[android-developers] gps location

2016-04-13 Thread Merniz Abdelkader
Hi everyone first, sorry for my bad English i want someone can help me. i want to create android application based on gps location , but this time is different i want for example to change the phone status(normal mode >to silence mode. for example if I get in my house or conference room in

[android-developers] GPS Issue with Android Marshmallow

2016-02-29 Thread Rodrigo Saad
Hello, We are experiencing problems with GPS in almost all smartphones (Nexus, Mogo-G 2nd, Moto-G 3nd, Moto-X) with Android 6 (Marshmallow). In our case, it does not acquire a good accuracy and, consequently, it does not return the speed anymore (location.getSpeed). There is an open ticket but

[android-developers] GPS Background Service Stops Receiving Updates

2014-11-22 Thread Tony Pitman
I am writing an app that needs to get gps location information in the background. I created a class derived from Service to do this. I copied the example on the Android developer site about making a background service. It uses the ServiceHandler thread to do the work. I use location manager and

[android-developers] GPS Finder application.

2013-01-16 Thread askl
Hello friends, I want to get *current location of another GPS device*. can i develop like that application using android.? if you have any kind of solutions for develop app, please post me how to do it. i really appreciate it. Thank you. askl -- You received this message because you are su

Re: [android-developers] GPS in android application

2012-07-23 Thread Mark Murphy
On Thu, Jul 19, 2012 at 5:37 PM, Susanne wrote: > How can I force my application to take position from external gps and not > from internal? This is not supported AFAIK. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twi

[android-developers] GPS in android application

2012-07-23 Thread Susanne
Hi, I am porting my windows-mobile GIS application to android (samsung galaxy SII). Now I want to use external GPS (wintec WBT-202) to get geographical location. How can I force my application to take position from external gps and not from internal? I already did connect mobile-phone to gp

Re: [android-developers] GPS Updates in Background

2012-07-16 Thread TreKing
On Mon, Jul 16, 2012 at 5:22 AM, Nav wrote: > What is the best option to make such app with the least battery consuming? http://developer.android.com/reference/android/location/LocationManager.html#addProximityAlert%28double,%20double,%20float,%20long,%20android.app.PendingIntent%29 --

[android-developers] GPS Updates in Background

2012-07-16 Thread Nav
Hi, I'm working on the Android app that would be used in some kind of "Street game". I'm supposed to create app that should show new tasks for the user when he reaches specific location, e.g. he would be of about 15 meters to the given building at X street. What is the best option to make such

[android-developers] GPS program is not responding

2012-07-10 Thread asif naeem
I have developed an application that shows the current location in mapview .But when i install the apk file in my device sometimes it does respond and I have to force close the program while the other navigator app given with the device works properly. Some times my app runs but shows incorrect loc

[android-developers] GPS Location returns zero speed always

2012-04-25 Thread David Ross
Asked this over on Stackoverflow as well... I have code that successfully gets location updates from multiple providers and filters them to give a current best estimate. I added code to check for the returned Location.hasSpeed() and .hasBearing() values to do some bearing related calculations whe

Re: [android-developers] GPS Fix Status

2012-03-29 Thread Alger Lin
I release a tool to dumping all classes (includes disclosed and undocumented) at device, maybe this tool can help you to check if undocumented API was available at target Android version. You can get it by URL below. https://play.google.com/store/apps/details?id=com.twrd.yulin.classminer Kri

Re: [android-developers] Gps not working in phonegap-1.5.0 android

2012-03-20 Thread Marcin Orlowski
This group is not about phonegap development. you will get better support on phonegap list/forum/group (whatever they offer), not here. Regards, Marcin Orlowski *Tray Agenda * - keep you daily schedule handy... *Date In Tray* - current date

[android-developers] Gps not working in phonegap-1.5.0 android

2012-03-20 Thread subrat kumar panda
Hi All, i am creating a Gps apps in android phonegap-1.5.0. i have added coredova-1.5.0 jar & coredova-1.5.0.js. when i send mock data from the DDMS panel , sometimes it says "not able to send data to emulator" & sometimes nothing happens. Here is my code: function watchLocation(success

[android-developers] GPS: Why is onProviderEnabled not being called automatically?

2012-03-03 Thread Narendra Singh Rathore
Hi all, I am using GPS in my code. When I enabled my provider manually, I expected onProviderEnabled to be called automatically on that, but, it is not being called as was expected. I will be pleased, if anyone would tell me where I am wrong, or suggest me the right way to go ahead. With Regards

[android-developers] GPS "hot" and "cold" start determination

2012-02-29 Thread viktor
Hello, is it possible to determine GPS starting mode, known as "cold" and "hot" starts? I would like to create a little GPS manager, and I have to decide some power managements. Thanks. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To p

[android-developers] GPS blues

2012-02-25 Thread bob
Are there any major differences in GPS functionality between phone models/android versions? The GPS on my LG Optimus with Android 2.2 seems wrong a lot. Also, it takes like 2 minutes or so to resolve if it ever resolves. -- You received this message because you are subscribed to the Google Grou

Re: [android-developers] GPS - SMS - Mock Location

2012-02-07 Thread Kristopher Micinski
gjs is right, you're almost certainly exhibiting some sort of nullpointerexception or securityexception, perhaps if you posted a log of the program's behavior people could help you! kris On Mon, Feb 6, 2012 at 3:58 PM, Hohorlan B wrote: > I have this code for my project. (Not mine, but I revised

[android-developers] GPS - SMS - Mock Location

2012-02-07 Thread Hohorlan B
I have this code for my project. (Not mine, but I revised it so it will suit my needs.) http://pastebin.com/Tn4guLNR My Project is about a specific GPS hardware that will send GPS position to the Android Phone. The phone will have to display the location via Offline maps like mapdroyd. This progr

[android-developers] GPS multipath errors filtering?

2012-01-26 Thread Dmitry Zhadan
Hello! I'm develop an application which uses GPS to periodically determine user location. The problem is that when the user is stationary, the successive locations comes with a large "jumps" in latitude and longitude (up to 100 meters). Is there any way to filter out these "jumps" (also known as "

[android-developers] gps taking too much time...

2012-01-21 Thread Dhaval Varia
dear i m finding address for current latitude and longitude. but some times, 1. gps takes long time to get lat long. 2. geocoder takes much time for having address from lat long. 3. in india , address is not accurate. is this problem of gps? i m following exact code given on : http://www.code

[android-developers] gps waiting problem.

2012-01-12 Thread Dhaval Varia
i am writing one app. in which 1. gps find lat long by calling update location 2. using this find address. this function calles in updatelocation my que is: update location called periodically. it will call fun for getting address,inturn. i dont want to call fun of getting address periodically.

[android-developers] gps to work om emulator

2012-01-06 Thread jaggu
Hi how to work with emulator gps can any one guide how to do ? eclipse >window-->openprespective--->DDMs through iam sending gps :: lat,long for my current project but emulator each time will strating can any one tell me about this -- You received this message because you are subscribed to

Re: [android-developers] GPS Fix Status

2012-01-05 Thread James Black
On the network provider you will implement onstatuschange and then you can detect. You can look at http://stackoverflow.com/questions/2021176/how-can-i-check-the-current-status-of-the-gps-receiver On Jan 5, 2012 6:32 PM, "gotok" wrote: > I am trying to detect when a GPS fix is made (i.e. when th

Re: [android-developers] GPS Fix Status

2012-01-05 Thread Kristopher Micinski
http://stackoverflow.com/questions/2021176/how-can-i-check-the-current-status-of-the-gps-receiver Maybe it's stupid to point you at that, because you've probably already seen it? If nobody has a good answer for this (I suspect somebody does, though I don't know) it probably wouldn't too hard to d

[android-developers] GPS Fix Status

2012-01-05 Thread gotok
I am trying to detect when a GPS fix is made (i.e. when the gps icon changes from blinking to solid) and when it is lost (i.e. when the gps icon changes from solid to blinking). The system obviously knows when these changes occur. I have tried using a broadcast receiver to catch the intent: In

[android-developers] GPS Status Listener

2011-12-22 Thread BearTi
Hi, I want to receive Events when GPS is tuned on and off. Here my Class: public class Main extends Activity { /** Called when the activity is first created. */ @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentVi

[android-developers] GPS information with logcat

2011-12-20 Thread
Hello, I’m trying to see if the assistance data is injected into the GPS by examining the logcat but I’m not able to know where the problem is. As I can see in logcat messages, Android fist tries to connect with the SUPL server but it fails, whereas the NTP time injection is well done. Finally, a

[android-developers] gps notification on multiple locations

2011-12-15 Thread rizwan mahmood
hi i have a application where i need gps approximate alerts on multiple locations that stored in sqlite i follow this example http://www.gauntface.co.uk/blog/2010/12/28/how-to-multiple-proximity-alerts-in-android/ and now im able to register multiple alerts but in this example in not showing me how

[android-developers] GPS library android 2.3.3

2011-11-22 Thread my-mailbo...@yandex.ru
Hello! I am trying to get android gps system working. I have a gps module which output NMEA format data. It is connected to my devboard through USB and I use standard ftdi driver. It creates /dev/ttyUSB0 interface. Output speed of gps data is 4800, I change to it with busybox stty -F / dev/ttyUSB0

Re: [android-developers] gps

2011-11-13 Thread TreKing
On Sun, Nov 13, 2011 at 9:59 AM, jaggu wrote: > how to find gps in emulator with xml response > please help me > Your question makes no sense. http://www.catb.org/~esr/faqs/smart-questions.html - Tre

[android-developers] gps

2011-11-13 Thread jaggu
how to find gps in emulator with xml response please help me -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-deve

[android-developers] gps device on/off listener

2011-11-06 Thread Goutom
Hi I want to write a script that will listen when GPS device is on/off from settings.I want to write code which will work on all android platforms. Anybody to help me ? Take care. Regards Goutom Roy -- You received this message because you are subscribed to the Google Groups "Android Developer

[android-developers] gps

2011-11-02 Thread Hamid Ghasemi
Hi I want gps offline for htc desire s thanks -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubs

[android-developers] GPS filtering

2011-10-28 Thread Ab Caballero
Using requestLocationUpdates(), the GPS fetches more than one location fix per interval. I have attempted to use hasAccuracy() and getAccuracy() to filter the amount of data that is fetched. However, it doesn't limit the fetch to one single point. Is there any way to filter the data so that I captu

[android-developers] GPS Location

2011-10-22 Thread Goutom
Hi I have no internet connection.I want ot get Gps location point using gps.Is it possible ? Something like this. Location location = Get_Last_location(); I am using the folloing providers: LocationManager.NETWORK_PROVIDER LocationManager.GPS_PROVIDER but no internet connection. Thanks in adv

Re: [android-developers] GPS logging

2011-10-17 Thread Mark Murphy
On Mon, Oct 17, 2011 at 2:57 PM, Ab Caballero wrote: > is there someway I can grab data > once a minute for the vehicle location but also grab a location fix > when a certain key is pressed? Call getLastKnownLocation() when the key is pressed. Though, if this is to be used by drivers, I assume th

[android-developers] GPS logging

2011-10-17 Thread Ab Caballero
Hi, I'm using requestLocationUpdates() to update the location of a vehicle and I only need to update its location every minute or so. So I have the parameters set accordingly. However, I also want to use the location service to allow a driver to log and time stamp events throughout his journey an

[android-developers] GPS logging

2011-10-17 Thread Ab Caballero
Hi, I'm using requestLocationUpdates() to update the location of a vehicle and I only need to update its location every minute or so. So I have the parameters set accordingly. However, I also want to use the location service to allow a driver to log and time stamp events throughout his journey an

Re: [android-developers] GPS locations distance

2011-10-11 Thread TreKing
On Tue, Oct 11, 2011 at 5:17 AM, nageswara rao rajana wrote: > I tried this but "Force close exception raising" Did you try debugging your app? - TreKing

[android-developers] GPS locations distance

2011-10-11 Thread nageswara rao rajana
Hi, While walking i am capturing the route locations and placing on map. But i am unable to get the distance travelled with those locations.So please anyone help me in this. I tried this but "Force close exception raising" http://www.androidsnippets.com/calculate-distance-between-tw

Re: [android-developers] Gps Accuracy

2011-09-26 Thread TreKing
On Thu, Sep 22, 2011 at 3:49 PM, Tahir Satti wrote: > Please send me some links so that i can present the facts infront of me > faculty > Try the documentation and Google. - TreKing

[android-developers] Gps Accuracy

2011-09-26 Thread Tahir Satti
I am working on Android Google Maps as my semester project and rigt now i am at very begining phase.Can any one tell me about the accuracy of GPS...Can i retrieve the position of my home on android google maps.Please send me some links so that i can present the facts infront of me faculty

Re: [android-developers] Gps Location Path

2011-09-20 Thread TreKing
On Tue, Sep 20, 2011 at 8:00 PM, nageswara rao rajana wrote: > I want to develop an application with google map, on which i need to show > the path i am travelling. > Anyone please provide me sample code. > No one is doing you work for you. What have you tried? -

[android-developers] Gps Location Path

2011-09-20 Thread nageswara rao rajana
Hi, I want to develop an application with google map, on which i need to show the path i am travelling. Anyone please provide me sample code. Thanking you, Nagu. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this

[android-developers] GPS doesn't work.

2011-09-01 Thread jabachan
I am acquiring the location information of GPS and NETWORK in the following codes. locationMgr = (LocationManager)context.getSystemService( Context.LOCATION_SERVICE ); LocationManager.requestLocationUpdates( LocationManager.GPS_PROVIDER, 0, 0, listener, Looper.getMainLooper() ); LocationManage

[android-developers] GPS not work( GpsLocationProvider: native_start failed in startNavigating )

2011-09-01 Thread jabachan
はじめまして。 以下のコードでGPSとNETWORKの位置情報を取得しているのですが問題があります。 locationMgr = (LocationManager)context.getSystemService( Context.LOCATION_SERVICE ); LocationManager.requestLocationUpdates( LocationManager.GPS_PROVIDER, 0, 0, listener, Looper.getMainLooper() ); LocationManager.requestLocationUpdates( Location

[android-developers] GPS vs Network

2011-08-25 Thread kypriakos
Hi all, is there anywhere where I can find more information as to how these work? In other words, when I have them both turned on I do get coords from both of them (programmatically) even though the Network seems to be a bit off, which is expectable. What's not clear is, if I enable the GPS in th

[android-developers] GPS Map using offline files

2011-07-20 Thread Kivak
Hello! I have more of a conceptual question... Lets say I have a map of a county. This map is in a particular projection and can, of course, be reprojected as needed in case there is a better projection to work with. Normally, someone would just use the google maps API for this, but I want to look

[android-developers] GPS app

2011-07-15 Thread cmosser
Hi guys, New to Android developing, but I do have slight experience in Php and Java, so I'm not a complete newbie. From searching online, it appears that it is pretty trivial to get GPS coordinates out of the phone. My question is if there is any existing interface available that would allow me to

RE: [android-developers] gps

2011-07-12 Thread waheedtechb...@gmail.com
/2011 11:12:59 Subject: Re: [android-developers] gps try this link and follow the steps given in it On Mon, Jul 11, 2011 at 7:51 PM, Robin Talwar wrote: > All keystores are file just check the path again and type carefully. > this could be irritating for beginners > > >

Re: [android-developers] gps

2011-07-11 Thread Vinod Pache
try this link and follow the steps given in it On Mon, Jul 11, 2011 at 7:51 PM, Robin Talwar wrote: > All keystores are file just check the path again and type carefully. > this could be irritating for beginners > > > On Mon, Jul 11, 2011 at 7:49 PM, Raghav Sood wrote: > >> It is a fil

Re: [android-developers] gps

2011-07-11 Thread Robin Talwar
All keystores are file just check the path again and type carefully. this could be irritating for beginners On Mon, Jul 11, 2011 at 7:49 PM, Raghav Sood wrote: > It is a file. I got the finger print fine. Try running the command again. > Maybe you made a typing error. > > > On Sat, Jul 9, 2011 a

Re: [android-developers] gps

2011-07-11 Thread Raghav Sood
It is a file. I got the finger print fine. Try running the command again. Maybe you made a typing error. On Sat, Jul 9, 2011 at 9:59 AM, karthik wrote: > Hello everyone! > > I am a starting developer in android apps. I ve started my project in > GPS. > > So,I need to get a Google Map API Key. >

[android-developers] gps

2011-07-11 Thread karthik
Hello everyone! I am a starting developer in android apps. I ve started my project in GPS. So,I need to get a Google Map API Key. I followed the instructions in the developers website. I located the debug.keystore file in C:/Users/Karthik/.android/ debug.keystore But my debug.keystore is a fil

Re: [android-developers] GPS Signals

2011-07-04 Thread TreKing
On Sat, Jul 2, 2011 at 8:33 AM, Abdul Samad wrote: > how can i get fast GPS signals? http://android-developers.blogspot.com/2011/06/deep-dive-into-location.html - TreKing

[android-developers] GPS Signals

2011-07-04 Thread Abdul Samad
Hello, i recently developed a location based service in android, my apps works with GPS signals in conjunction with google maps. problem is that, it takes lot of time to get the gps signals, when you are in a dense area (sorrunded by buildings) u dont get any signal at all, BUT if we talk about

[android-developers] GPS Servise will not call requestLocationChange more than once

2011-06-21 Thread Kim Ras
Hi, I have written a small app, that has a Activity to control and display data, and a Service that Gets data from the GPS and send it to the Activity. Reason for this is that I like this to run even after the Activity is exited.. I did a work around where I in the end of my Location Listener remo

[android-developers] Gps and Bluetooth in tab view force close error

2011-06-06 Thread Irene
I'm implementing an outdoor locator application based on gps I use tabview where in the 1st tab there's the map and the gps and the 2nd tab bluetooth connection On the emulator the 1st tab works just fine and the 2nd tab i can't test it When I launch it on android device the application is forced c

[android-developers] GPS lat & long

2011-06-05 Thread ingy abbas
The GPS Latitude and longitude is not ( x and y Direction ) ?Is it z direction ( slider some how )? When the map with overlay item appear on the mobile it seems like the overlay items are Z direction Not straight X and Y So is this True ? -- You received this message because you are subscribed to

[android-developers] GPS Navigator (extensions)

2011-05-23 Thread Ricardo Longa
Hello! I can create extensions to the "GPS Navigator" native app for Android? For example, I want to enable people to find (and diverting) of streets that are locked (under construction), creating an icon "Street interdicted" exactly on the site. I would not have to create an implementation of m

[android-developers] GPS

2011-05-11 Thread Innocent
Hi guys I'm working on a project and my GPS on the emulator am using doesn't seem to function!! WHEN I try to run a simple program to show my location it does not get the location!! Could some one please help! -- You received this message because you are subscribed to the Google Groups "Andro

[android-developers] GPS not starting on Samsung Galaxy Spica i5700 (Portal)

2011-03-29 Thread lbendlin
Our GPS based application works fine for 99% of the users. However, a handful have reported back that on their Galaxy Spica/Portal the GPS never gets a fix while being used by our program. More frustratingly, the users report that the stock Google Maps application gets the GPS to work just fine

Re: [android-developers] GPS does not stop after ending my app

2011-03-21 Thread TreKing
On Mon, Mar 21, 2011 at 8:19 AM, Stephan Wiesner wrote: > Any ideas? You're passing in "new GeoUpateHandler", for which you do not maintain a reference to later remove. Passing in "this" (whatever "this" is) has no effect, for "this" is not referencing the "new GeoUpdateHandler". -

[android-developers] GPS does not stop after ending my app

2011-03-21 Thread Stephan Wiesner
Hi, I have an app that uses MapView to display data. It uses locationManager to determine the position of the user and if use of GPS is allowed by the user, GPS is used. The problem is that the app does not stop using the GPS (and draining battery). I start it using: locationManager = (LocationMan

[android-developers] GPS (mock) problems in SDK / emulator

2011-03-18 Thread Finch
Hello everybody, I have a stupid problem with the Android emulator: I am not able to send a GPS location to the emulator and all apps always report that they cannot determine my location. My virtual device has GPS support (hw.gps=yes), "allow mock locations" in the settings is enabled. I have tri

[android-developers] [GPS Localization] how to get location quickly and How to obtain a position on every launch

2011-03-07 Thread Matthieu
Dear all, I'm a french android developpeur. I'm developping an application of geolocalisation. I need to get a position with a good accuracy quickly, so i use only GPS provider. I test my app on my N1 in 2.2.1. I have several problems : Regularly i don't get position, and even after waiting abo

Re: [android-developers] GPS icon stuck. Is GPS in use or not?

2011-02-13 Thread Mark Murphy
On Sun, Feb 13, 2011 at 8:25 PM, savio wrote: > I am developing application with GPS, but I come into this problem: > when I try to turn off GPS using > LocationManager.removeUpdates(locationListener) and > locationManager.removeProximityAlert(PendingIntent) > > I found the GPS icon stuck on the s

[android-developers] GPS icon stuck. Is GPS in use or not?

2011-02-13 Thread savio
Hi, I am developing application with GPS, but I come into this problem: when I try to turn off GPS using LocationManager.removeUpdates(locationListener) and locationManager.removeProximityAlert(PendingIntent) I found the GPS icon stuck on the status bar, with three wave lines frozen. Is GPS stil

Re: [android-developers] GPS with Map overlay

2011-02-11 Thread TreKing
On Fri, Feb 11, 2011 at 1:59 AM, Poifull wrote: > Hi, I have got the following code but my application crash. Can anyone tell > me what is wrong? Thanks! > 2 things: 1 - you apparently did not use your debugger. 2 - you did not post a stack trace. ---

[android-developers] GPS with Map overlay

2011-02-11 Thread Poifull
Hi, I have got the following code but my application crash. Can anyone tell me what is wrong? Thanks! public class GPS extends MapActivity{ private MapController mapController; private MapView mapView; private LocationManager locationManager; GeoPoint p; in

[android-developers] GPS turned on automatically on some devices?

2011-01-16 Thread Stephan Wiesner
Hi, my HTC users keep complaining that i don't turn off the GPS when they exit my Google Maps app. The emulator shows the GPS symbol when I start my app, but none of my test devices do (Samsung Galaxy S, SE Xperia Mini Pro). I don't turn on the gps in the first place. And understood that I am not a

[android-developers] GPS MapView: animate to current position

2010-12-30 Thread Stephan Wiesner
Hi, I have a MapActivity, using Google Maps and need to center that map on my current position. The map is displayed correctly and I can even mark my current location with MyLocationOverlay here = new MyLocationOverlay(this, mapView); here.enableCompass(); // compass is displayed here.enableMyLoca

Re: [android-developers] gps problem

2010-12-28 Thread Hari KJ
Vivek, I'm trying out all possible places to find a solution for my issue. So excuse me for contacting you directly. I'm literally stuck on trying to stream a aac+ stream for a new Radio app for my client. A sample url is http://2943.live.streamtheworld.com:80/KTUXFMAACCMP3 I'm tried using the

[android-developers] gps problem

2010-12-28 Thread vivek
i am using android 2.0 emulator. by using the geo fix command i am able to fix my geo location and it is being picked up by the google maps too (on emulator). I want to know where is the current geo location (supplied in geo command) stored in emulator and can i retrieve it using adb shell ? If yes

Re: [android-developers] GPS

2010-12-10 Thread Hendrik Greving
Eww. I just read about this. I guess this is a FAQ, but why can the Power Control Widget do this? - Original Message - From: TreKing To: android-developers@googlegroups.com Sent: Friday, December 10, 2010 4:47 PM Subject: Re: [android-developers] GPS On Fri, Dec 10, 2010

Re: [android-developers] GPS

2010-12-10 Thread TreKing
On Fri, Dec 10, 2010 at 6:47 PM, Hendrik Greving wrote: > I know how to read the GPS status etc. but how do I turn the chip on/off? You can't. You can bring up the settings screen to let the user turn it on or off, if they want. --

[android-developers] GPS

2010-12-10 Thread Hendrik Greving
I know how to read the GPS status etc. but how do I turn the chip on/off? There is nothing in LocationManager/Provider or GpsStatus or Satellite -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-

Re: [android-developers] GPS Position realtime

2010-11-29 Thread TreKing
On Thu, Nov 25, 2010 at 6:38 AM, Julien Moine wrote: > But it doesnt show the same arrow as in Google Map! It is not possible ?? Subclass MyLocationOverlay, call super.draw(), then draw your own arrow. -

Re: [android-developers] GPS Position realtime

2010-11-29 Thread Leon Li
yes,MyLocationOverlay,and the arrow icon is a ball on android. On Thu, Nov 25, 2010 at 4:39 AM, Mark Murphy wrote: > There is MyLocationOverlay. Other than that, you are on your own. > > On Wed, Nov 24, 2010 at 8:51 AM, Julien wrote: >> Hello >> I would like to put the same blue arrow icon that

Re: [android-developers] GPS Position realtime

2010-11-29 Thread Julien Moine
But it doesnt show the same arrow as in Google Map! It is not possible ?? I find it very usefull as it show in which direction you are looking at. Instead, I have a basic blue circle. On 24 November 2010 21:39, Mark Murphy wrote: > There is MyLocationOverlay. Other than that, you are on your own

Re: [android-developers] GPS Position realtime

2010-11-24 Thread Mark Murphy
There is MyLocationOverlay. Other than that, you are on your own. On Wed, Nov 24, 2010 at 8:51 AM, Julien wrote: > Hello > I would like to put the same blue arrow icon that is in Google Map on > android displaying the  current position. Is there anything provided > with the google map API to disp

[android-developers] GPS Position realtime

2010-11-24 Thread Julien
Hello I would like to put the same blue arrow icon that is in Google Map on android displaying the current position. Is there anything provided with the google map API to display it over a google map ? (display in real time our position AND direction) I cannot find anything on the internet .. tha

Re: [android-developers] gps

2010-11-05 Thread Harshal
@mark yes problem was with the emulator. Thank you.. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+u

Re: [android-developers] gps

2010-11-05 Thread Mark Murphy
Most likely, you are attempting to run your application in an emulator or device that does not have Google Maps installed. On Fri, Nov 5, 2010 at 3:03 PM, Harshal wrote: > yes i have added map.jar, and my manifest.xml looks lyk this: > > > > http://schemas.android.com/apk/res/android"; > package

Re: [android-developers] gps

2010-11-05 Thread Harshal
yes i have added map.jar, and my manifest.xml looks lyk this: http://schemas.android.com/apk/res/android"; package="org.me.gps"> I am following the tutorial. I tired many times. doent seem to work :( -- You received this message because you are subscribed to the Google Groups "An

Re: [android-developers] gps

2010-11-05 Thread TreKing
On Fri, Nov 5, 2010 at 4:26 AM, Harshal wrote: > my MainActivity class extends MapActivity And did you add it to your manifest? - TreKing - Chica

[android-developers] gps is off even though location updates are requested

2010-11-05 Thread kamiseq
hi, all actually I have two problem right now with gps provider. I have samsung spica so maybe this is something in a hardware. 1. location's accuracy is always set to 0 - can anybody explain it, is it phone specific?? or something Im doing wrong. 2. I created activity that starts service in same

[android-developers] gps

2010-11-05 Thread Harshal
hi, I am new to android development. I tried to craete a gps locator app. I am getting the following error: Error type 3 Error: Activity class {org.me.gps/org.me.gps.MainActivity} does not exist. my MainActivity class extends MapActivity. any help will be greatly appreciated.. -- Harshal -- Y

[android-developers] GPS & NET Position

2010-11-03 Thread MarcoCanali
Ok .. i Understand the Main location Function of Android but i want implementing a complete function for Device Positioning estimate with the event showed in Figure 1 of Android Dev Documentation : http://developer.android.com/guide/topics/location/obtaining-user-loc... : 1_Application Start 2_Lis

[android-developers] GPS streams in Android to do DGPS

2010-11-03 Thread facotl
Hello, I have done a DGPS (to increase GPS accuracy) client in C on another target (i'm developper for embedded devices). I want to do it on Android too. My questions are : I guess that Android manage GPS, can I modify the GPS output stream for others applications (to apply a correction on NMEA

[android-developers] GPS & NET Position

2010-11-03 Thread MarcoCanali
Ok .. i Understand the Main location Function of Android but i want implementing a complete function for Device Positioning estimate with the event showed in Figure 1 of Android Dev Documentation : http://developer.android.com/guide/topics/location/obtaining-user-loc... : 1_Application Start 2_Lis

[android-developers] GPS and Network Position!

2010-10-30 Thread MarcoCanali
Ok .. i Understand the Main location Function of Android but i want implementing a complete function for Device Positioning estimate with the event showed in Figure 1 of Android Dev Documentation : http://developer.android.com/guide/topics/location/obtaining-user-location.html : 1_Application Sta

Re: [android-developers] GPS Toggle

2010-10-24 Thread Frank Weiss
I use these to toggle location updates: locationManager.requestLocationUpdates(provider, min, distance, *this*); locationManager.removeUpdates(*this*); -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to

[android-developers] GPS Toggle

2010-10-23 Thread mist3r0
Hello guys, I want active and deactive the GPS when I touch a button, without I must run the intent that bring me into setting menu for active or deactive GPS. Can you help me?? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to t

Re: [android-developers] gps and wifi

2010-09-22 Thread TreKing
On Wed, Sep 22, 2010 at 6:30 AM, student wrote: > my problem is if user came back to room it should be indicated the network > by comparing the frequency or speed with gps? > I'm sorry ... what? - T

[android-developers] gps and wifi

2010-09-22 Thread student
Dear Android Developers, In location we have 2 way 1.gps 2. network in above 2 of them are treated the seperate thread as thread1 and thread2 in that if user inside the room gps not shown the latitude and longitude so it should be activated the network side as thread2 then if user moved out it

[android-developers] GPS Location time confusion

2010-09-21 Thread dern
Hi, I'm writing an app which is receiving GPS events in an onLocationChanged(...) method. The time I receive the location change notification seems markedly different from the time that the Location instance I receive holds. I wrote this bit of code to diagnose the problem... public void

[android-developers] GPS Road Network Developer

2010-09-07 Thread benclark
I know Waze exists already but in all honesty it's far from good, often having roads that don't exist, not tracking very well, and extremely difficult to edit roads that you've recorded afterwards. What I am wondering is, how easy would it be to create an app that follows me whenever I'm driving re

[android-developers] GPS Co-ordinates if the mobile is off

2010-08-23 Thread uday
Hi All, Is it possible to get the GPS Co-ordinates if the mobile is in off condition??? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group

[android-developers] GPS seems flaky today

2010-08-21 Thread Brad Gies
Anyone else having problems with Google Maps or GPS in their apps today, specifically with "My Location" enabled? My map keeps showing me as if I'm in Northern Montana, then it changes back to showing me where I really am (about 1,500 miles away). It seems to change every half an hour or so.

  1   2   >