I have this question on
stack overflow if you want to get points or whatever over there but basically how can i fake the devices location in code?
I know there are apps in cydia for that but I want to implement it a little differently than they do.
I have a jailbroken ipad and the idea is to run a background service (or just an app in the background when that OS option becomes available) that hits a service and updates the location for the device.
the ipad would be tethered to a nexus one and the nexus one would be running the service to get current location. I just do not know where to begin with setting the location for the device.
As it stands now, i have to handle hitting the service directly in my apps but ideally it would be great to be able to use the maps app or any app and get current location updated from the nexus one.