Page 1 of 1

bluetooth server device name

Posted: November 9th, 2017, 7:09 am
by Enkhbayar
Just wondering that, is there any way to change device name from the inside of CSPro application? I want to assign a new name to the Bluetooth server name before it starts transmission.

v6.2 it was possible, but I couldn't find any option in v7.0.

Re: bluetooth server device name

Posted: November 9th, 2017, 1:55 pm
by josh
Not possible in CSPro 7. In CSPro 6.3 sync was Android only but in 7.0 sync supports multiple platforms and there is no way to change the Bluetooth on other platforms so we decided not to support it.

Re: bluetooth server device name

Posted: November 22nd, 2017, 8:30 am
by Enkhbayar
Thanks Josh, that's bad news.

After some research, I found that android device name is located in the build.prop. Do you know how to access to this file from Csrpo code without root ing?

Re: bluetooth server device name

Posted: November 22nd, 2017, 10:05 am
by josh
You can read and write files using setfile, fileread and filewrite from CSPro logic but I doubt that you would be able to modify that file without root.