Android notification alert on windows 10 IOT (UWP) application - c#

I want to develop an UWP application which show notifications (Facebook notifications, incoming call or sms notifications etc) of my android phone.
I want to use Bluetooth for connection of my application and Android phone.
please help me if anyone know how i can do that, many thanks :)

You can use project Rome to do this.
Microsoft already has some of these features inside the Cortana app on android.

Related

How i transfer character from UWP application to android app using bluetooth connection?

I am developing an application for Raspberry pi its UWP application, so i want to send and receive characters from UWP application to android app.
SO please tell me what is code for UWP application. Thanks in advance :)
This site shows you how to send and receive serial bluetooth data.
Source on GitHub

Integrating Whatsapp in UWP app

I'm making a Windows Universal app in which I need to integrate WhatsApp so that I can use all of its features in my app. I tried to use the API for the Windows Forms application but didn't worked out well. So what I want to know is that what are the different ways in which I can use all of the features of the WhatsApp API for WinForms in my UWP app?
P.S.: I have already seen the WhosDown wrapper for Windows 10 but it is a wrapper for WhatsApp Web, not for the WhatsApp application.
I have already seen the WhosDown wrapper for Windows 10 but it is a wrapper for WhatsApp Web, not for the WhatsApp application.
I guess that you used wrong API, you can refer to the Windows Phone FAQ Articles, just for example, you can launch WhatsApp application and send text from your UWP app like this:
string uri = "whatsapp://send?text=Hello%20World!";
await Launcher.LaunchUriAsync(new Uri(uri));
This solution works only when WhatsApp is already installed on your mobile. If system can not find WhatsApp on your mobile, it will open the Store and show the recommended apps which registered this protocol.
And I just tested, when use this on PC, the store can't find the app in store, seems this app only targets the mobile device, on windows pc, you need to install this app in other way.

Show Windows Phone app demo to client

I'm developing a windows phone 8.1 app for a client. I need to show a demo to the client but without uploading to the Store. One way to show the demo is by recording a video using screen recorders. Is there any other way that can be used to do the same.
PS The client is not in my city. And he doesn't have a windows phone.
Any help will be appreciated.
Thank You.
I think you can send him the xap file,which can be run on a Windows Phone or a Windows Phone Emulator. So to run it on the emulator or the phone you need the Application Deployment Tool. You can download the tool from here https://www.microsoft.com/en-us/download/details.aspx?id=13890

Is there any way of deploying the WP8 app "without Cable"

I am a wp8 developer and searching for a way to deploy my app on device "without the cable". I have searched over the web and could find nothing helpful. I know about he "Application Deployment" tool in WP8 SDK and my phone is also Developer Unlocked. I know how to simply deploy an app on windows phone. All i am looking for is to know, Is there any way I can deploy my application to my phone without using the phone cable?
Lets say i dont have my cable with me, what options do I have now?
Currently you can't debug an app on your phone without the USB cable. You can do this when developing for Windows 8.x so perhaps with the coming WP8.1 update we'll get the same feature for the phone..
There is the beta testing you could do for a test deployment through the store but the app will run through the cert. process so this is no option for testing while developing and there is no debugging.
You can only use the cable to deploy to your device. If you dont have a cable with you, just use the emulator.

Messaging Over Bluetooth

There are some related posts but they are not answer to my problem.
I am planning to make some Desktop Application (Windows 7 x64) which will be requiring to send and receive SMS.
How can I connect to a cell-phone ( Any Nokia Phone with bluetooth s40,s60) and then when an SMS is received it can generate some event on the desktop app so that respective tasks can be done, and then reply the SMS from the Desktop App.
The texting should be done over bluetooth between phone and desktop.
you can use 32Feet.Net library for Bluetooth communication. After you have connected to DialupNetworking service of your cell phone you can use AT command set to send/read SMSs
hi guys i found this GSMCOMM library , rater usefull and with sample code for C# .

Categories

Resources