- Insert your Bluetooth Dongle, and a bluetooth icon will appear in the notification area, otherwise start your bluetooth service by executing : bluetooth-applet
- Right click on that icon and Browse Device > Select your Mobile > Connect
- If your device is not paired up, it will pop up pairing up menu on your phone and then on your PC. Then it will mount your phone's directory on your computer which you can browse using a Nautilus.
Else there is a geekier way too using CLI based obexftp :
- Discover your mobile's MAC address and its channel for Object Push
$ obexftp -b
- Browse your phone's directory
obexftp -b mac address -B channel -l
You can also change the current directory to browse its content$ obexftp -b mac address -B channel -c directory -l
NOTE: Replace mac address, channel & directory with your own value - Now upload file :
$ obexftp -b mac add -B channel -c phone directory -p file
And retrieve file :$ obexftp -b mac add -B channel -c phone directory -g file
No comments:
Post a Comment