location

Spoof or fake location on Android phone

Hi all, I've been trying to get this to work for a few days without success. Basically, I'm writing a small test app to make the phone report it's position as somewhere else using addTestProvider and setTestProviderLocation etc. Basically it looks fine and appears to report its location as having changed, however Google Maps etc. see...

gsm location in python

Hi, I have this script file in python running on S60: import location def current_location(): gsm_loc = location.gsm_location() print gsm_loc current_location() instead of printing a tuple of mcc, mnc, lac and cellId it prints None. on top of my python shell I see location between the capabilities included. what can be the prob...

Android GPS My Location finding

Hi, I'm using this code to find my current location. But if I'm at home it can't locate me. But google maps and another similar applications can locate me although I'm at home. What is difference? ...

Country/State/City Database?

Ok, this one is a non technical question. I am creating a business directory and I'd like to categorize listings by location. Instead of giving users an option to enter the location, I am going to provide them with a list of locations which follow a Country/State/City format. I tried GeoWorldMap by GeoBytes. It looked promising in the be...

Small Location Change Detection

Hi All, I'm need to detect small location change for the iphone , I tried the sample that's called Locate Me, but it doesn't recognize the small change in the location. Is there any way for doing this? Thanks in Advance. Best regards John ...

Why won't my [iPhone] location aware notifications trigger?

I've got an iPhone app that's location aware (well, I'd LIKE it to be! ;) but, for some reason, the location notifications never fire. I'm pretty good with iPhone SDK (30+ yrs dev, iPhone since day-1), and I thought I followed all of the documentation and samples to set everything up correctly. However, when I set it to notify when I e...

Start CATransition at specific location

I have a CATransition (code below) that moves a view down. How can I specify a location for the animation to start, for example 60, 30. Here's the code I'm currently using: CATransition *animation = [CATransition animation]; [animation setDuration:0.5]; [animation setType:kCATransitionPush]; [animation setSubtype:kCATransitionFromBott...

Android - Distance between two Cities

Hi, I need in my Android Application the Distance and the Driving Time between Two cities. Is there a possibility to calculate this things for example via Google Navigator or Google Maps? (the driving distance, not the air-line distance) ...

running an NSTimer in the background of a multitasking iPhone app to turn location service on/off

hey guys i am attempting to make an app that records an accurate location every 10 minutes. the problem with this is that when running is best mode, the battery drains really quickly. i would like a timer to turn of the location service, have didUpdateToLocation get a good location, turn of location service and then wait for the timer...

[iPhone] decoding the CLLocationAccuracy const's

the following are listed in CLLocation.h but from my experience they are deceiving names- possibly originally thought up to serve two purposes, 1. to test the accuracy of the location returned, but also 2. to set how hard the location manager works, specifically what is enabled (gps (how many sat channels), how hard the wifi works, trian...

Will J2ME Location Based API work without GPS?

Hey Friends Will J2ME Location Based API work without GPS?can you gave me example? ...

jQuery - exchange elements location

How to excange location to childrens of same parent? I solve using this pattern of code. Is there an easier way? For example something like this: $("#id1").exchange($("#id2")); <!DOCTYPE html> <html> <head> <style> button { display:block; margin:3px; color:red; width:200px; } </style> <script src="http://...

Get the point of click on a control

I am using an old ActiveX control in my C# Win App. it has a MouseUp event that its eventArgs is passing the X and Y of the point that we have clicked but for my scenario I am using its ItemClick event and its eventArgs does not have the info about X and Y. but I need to know them to show my pop-up... so is there a way I can find out wha...

How can I use cck fields on a Location type View?

Hi ! I have a view of type LOCATION. My problem is that when I try to add a cck field the type "content" is not available on the type dropdown. I also tried to add a relationship but the content is not there also. Any ideas ? ...

Location Providers in Android?

Hi, My application requires current location of the user. For this I have implemented the code and I am able to get the current location. The code tries to get the best provider first and then fetches location information. The problem is that the current location is returned from NETWORK_PROVIDER if GPS_PROVIDER is disabled. If both NET...

user loacation setting in web site

any one know about how to design a user location address i mean how to navigate user that country city address to my web site their is any article to read i am using c# ...

Can I get a mediawiki template to change display text depending on its location on a page?

I want to create a MediaWiki template which shows different text depending on where it is on a page. Specifically, it is before the first heading it should show text like, "this template is applicable to this whole page" Alternatively, if it is within a section on a page (after a heading) it should show text like, "this template is spe...

How to fix Google App Engine location value ?

I moved my projects from old PC to new PC, on the new PC I downloaded the latest Google App Engine 1.3.5 and the directory is "C:\appengine-java-sdk-1.3.5", yet when I build my projects, NetBeans kept saying : C:\Dir_PayPal_Monitor\build.xml:12: The following error occurred while executing this line: C:\Dir_PayPal_Monitor\nbproject\buil...

Get latitude and longitude based on location name [google maps api]

I have a textbox in my page which gets a location name and button with text getLat&Long. Now on clicking my button i have to show an alert of latitiude and longitude of the location in the textbox. Any suugestion. ...

get the latitude and longitude from a point in MKMapView?

Hi, I am new for iPhone programming. I just want to implement a samll function that allows system to obtain a location on MKMapView where the user has touched. I wrote some code as following: #import "UIViewTouch.h" @implementation UIViewTouch @synthesize viewTouched; - (UIView *)hitTest:(CGPoint)point withEvent:(UIEvent *) event{ ...