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.
bluetooth server device name
Re: bluetooth server device name
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
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?
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
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.