Kodi Community Forum

Full Version: [REQUEST] Mobile Phone Caller ID - View incoming call to your cell via bluetooth?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
It's possible to connet the pc to cell via bluetooth and control the calls from xbmc? That will be just great. Again, sorry for my bad english...
I did something like this over the weekend. I used software on my Mac to link my cell phone to by laptop and had it call a bash script on an incoming call:

Code:
#!/bin/sh
wget -O /dev/null "http://server:8080/xbmcCmds/xbmcHttp?command=ExecBuiltIn&parameter=XBMC.Notification($1, Incoming Call From:  )"
First of all, Thank u!
i have a software called BlueSoleil to link my cell phone to pc.
what should i do withe the code u posted?
again.. thanks a lot!
drivesoslow plz answer me...
AFAIK BlueSoleil can't do what you need
drivesoslow Wrote:AFAIK BlueSoleil can't do what you need

so what should i do?
Plz help me!