Windows phone 7 live gps track - windows

I'm looking for some help about gps in windows phone 7. Actually I want to create an application to send GPS coordinates to my server in background every x seconds, is that possible?
Actually I read in some topics that it's impossible to get location in background in wp7, but my employer required me to find a solution...

I suggest to try to get the location service in silverlight for Windows phone and try to implant it in Windows Phone 7 Background Agent

Related

Pen Computing App Development in Windows Phone

I wanted to make an app in windows phone that takes in pen-computing input. Is there existing code infrastructure (templates and such) in the Windows Phone API that is available to the Windows Phone developer?
What I mean by pen-computing input is hand-writing input by users' fingers, giving us input like this:
Unluckily for Windows Phone 8 and Windows phone 8.1 InkManager class is not supported currently, so capturing handwritten input aint possible.
Though it works for windows 8 and 8.1 store apps which you can implement through Tutorial1 and Tutorial2
If you are focusing Windows phone would suggest to make app for Windows 10. They have release a better version of InkCanvas which is better than InkManager and works both store and phone apps being UWP. Check out this link for details on InkCanvas

Presentation windows phone 7 on monitor

I wish show presentation of wp7 application on PC monitor, how i can do it using usb-connection and without cameras =)
What's programs i should use? I can't use emulator because all inputs, touches should be from real device.
Thanks!
This link should give you a bit of help with what you are trying to achieve Capturing Windows Phone Screen on your Computer
However this is a "Hack" so I would proceed with caution!

drop down notification area in windows phone 7

I am working on an application in windows phone 7.And I want to whether we can pro grammatically assign our own application icons in windows phones 7 's notification area.
And will microsoft bring drop down notification area like functionality in wp7 as we have
in android ,blackberry etc in the coming months.
No you cannot put your notification icons in the notification area. Instead you can use live tiles for that.
And as per the latest information ,in their next release Tango, they do not have any plans

windows phone 7 background service like android intent service

I am new in windows phone 7. I want to know background servies like android intent service. Android intent services is run service one by one .If the services is completed,automatically stop this and run another servies .In windows phone 7 , I don't know how to do.Please help me.
It is currently not possible to do something comparable with an Intent in WP7.
The nearest thing would be a custom Launcher or Chooser. Creating these is not possible though. :(
Maybe in the next version of the tools.

Windows Phone 7 emulator support any GPS device for development

I am developing for Windows Phone 7.
My application uses GeoCoordinateWatcher to detect user current position.
Now my client is asking me to test GPS functionality. But i don't have Windows Phone 7 mobile available here. I want to connect a GPS receiver with my laptop and somehow connect that to Windows Phone 7 emulator so the emulator would receive the data from my USB GPS receiver.
Is it possible?
You can try Kevin D. Wolf's GPS simulator for Windows Phone 7.
It will allow you to test the GPS fonctionality of your app without any GPS device.

Resources