Wifi Api in WINDOW PHONE 7 - visual-studio-2010

I just wanna know does Window Phone 7 has WIFI API for accessing it, how can i access window phone 7 wifi to perform some actions. any third party API for this purpose ?
I am stuck in this API problem just like no bluetooth API in Window Phone 7. Need help .
Regards
Prozeck

Bad news, there is no WiFi API for Windows Phone 7, either now, or in the 7.1 (Mango) update. Currently, your only means of communication is via HTTP.

Related

how to dial a number and a code in winphone

In a windows phone app, how can I dial a number and then a code after the phone answers similar to the Nokia Conference app? It seems to be using something different than the PhoneCallTask which does not allow you to do anything special. Thanks
I can assure you that this is NOT possible in WP7 or WP8 for average mortal developers.
Apps like Nokia Conference app get special (OEM) access to libraries that us muggles don't get.
For example the phone call intercept library and SMS intercept libraries.
Perhaps, just perhaps, in WP 8.1 you will be able to create a phone dialer app and be able to allow the user to assign your app as the default phone dialer. Then maybe you can do what you're asking. Currently in the WP7 and WP8 worlds though, this is black magic.
MSDN Question: Windows phone programmatically intercepting incoming phone calls through app
Reference MSDN - Certification Requirements - Phone Functionality Section 5.3
5.3.1 - Phone calls: The app must not delay or prevent the user from initiating a phone call, answering an incoming phone call, or ending a phone call.
You can apparently do this with a VIOP call

How can I call yandex navigator from my windows phone 8 app?

How can I call yandex navigator from my windows phone 8 app?? I want to call yandex navigation app from my app??
from here: Launch another app from wp7
In Windows Phone 8 however you can use so called protocol handlers, so for example if you wan to launch Skype with selected user, you can use something like:
await Windows.System.Launcher.LaunchFileAsync("skype:myskypeid");

will httpnotificationchannel.open() return uri and other informations when i run my windows phone apppicatin in an emulator?

Iam developing a windows phone application that makes use of windows phone push notification service. I know that we use will httpnotificationchannel.open() to open a notification channel with mspn. my question is will httpnotificationchannel.open() return uri and other informations when i run my windows phone apppicatin in an emulator? Is it necessary that i run this application in a windows phone?
Yes, this will work in the emulator.
It would have also been quicker to try than write your question.

Blocking a CALL or SMS in WP7

I am .NET developer and currently working on App to develop on Windows Phone 7. I am looking for something in Windows Phone 7 using which the user can block the calls or sms from a specific number.
Is there any way one can achieve the Call Blocking and SMS blocking in Windows Phone 7, If it is there then please help me.
Thanks
BHAVIK GOYAL
There is no way to do this with Windows Phone 7.
If you must have this functionality then WP7 is not the right platform for you.

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