Sunday

How to send a file from your mobile phone to the notebook computer using bluetooth?

+ Turn on the mobile phone bluetooth device.
+ Turn on the notebook bluetooth device.
+ Right click the bluetooth icon which appear on the bottom right taskbar notification to open bluetooth pop up menu.

 
+ From the bluetooth pop up menu, select "Receive a File".
+ Send a file from the mobile phone.

Caveat:
Easy by using micro USB cable for data management

No comments:

Newton-Raphson Method in C++

The Newton Raphson Method is an open method used to find the roots of a function. It employs the technique of linear approximation and invol...