Install Trust Myna Bluetooth 5 Adapter on Xubuntu (kernel v.5)

wget https://raw.githubusercontent.com/Realtek-OpenSource/android_hardware_realtek/rtk1395/bt/rtkbt/Firmware/BT/rtl8761b_config
wget https://raw.githubusercontent.com/Realtek-OpenSource/android_hardware_realtek/rtk1395/bt/rtkbt/Firmware/BT/rtl8761b_fw
sudo mv rtl8761b_config /lib/firmware/rtl_bt/rtl8761b_config.bin
sudo mv rtl8761b_fw /lib/firmware/rtl_bt/rtl8761b_fw.bin
sudo modprobe btusb
sudo systemctl start bluetooth.service
reboot

Windows terminal user cannot change password

Some Windows terminal users cannot change password. They cannot see a button "Change password" in User Profile Settings.

In this case it is possible use another way: click "Search" (the icon at bottom left corner, near button "Start") or press keys Win-R. Then run a command:

C:\Windows\explorer.exe shell:::{2559a1f2-21d7-11d4-bdaf-00c04f60b9f0}

You see a menu and then click "Change password".

ContactsXML – application for synchronizing contacts on a smartphone via XML

Download ContactsXML
Platform: Android 6 and above.
ContactsXML application is designed to synchronize IP telephony contacts on a smartphone via an XML file (common list of contacts). For IP calls, the CSIPSimple program is used.

Installation ContactsXML:
- install the application via APK-file;
- add a permission on "Contacts", autoload, activity control - unlimited (for the application to work in the background);
- run the application at least once to run the service as scheduled.

Settings ContactsXML:
- set path (URL) to XML-file и contact renewal period.

XML-file format:

<?xml version="1.0" encoding="utf-8"?>
<YealinkIPPhoneBook>
<Title>Контакты</Title>
<Menu Name="GroupName">
<Unit Name="UserName1" default_photo="" Phone3="" Phone2="" Phone1="10.8.0.4"/>
<Unit Name="UserName2" default_photo="" Phone3="" Phone2="" Phone1="10.8.0.8"/>
</Menu>
</YealinkIPPhoneBook>

This format is used in Yealink IP phones for remote address book.

After launching ContactsXML , all contacts on the smartphone will be deleted and new ones will be loaded from the remote XML address book. Contact type: csip.

Questions about the development of ContactsXML - through the form below.

Time tracking with MyChat and CRM Creatio

The corporate chat MyChat has an interesting function - logging user window titles. Data is saved in files CSV.

Visualization and processing of this data is carried out on the platform Creatio using the package WorkTimeMC.

According to the schedule, every day, business processes download data from the MyChat logs and fill out the timesheet for each employee for the past day.

The duration of the employee's work and the efficiency of his work (the number of window titles per hour) are calculated both by day and by month. Tabular data is displayed on the summary dashboard of the "Employees" section. It is possible to customize the period and filter through the dashboard settings.

The path to MyChat logs is set in the system setting "Path to MyChat logs" (code WorkTimePathToMCLog ). You must first configure access rights to logs for the IIS_IUSRS user.

The package is installed in the standard way: "System designer" - "Install applications". After installation, it is advisable to fill in the field "MyChat User Code" for each employee.

To view a detailed log of an employee's work with search and sorting functions, you can create a new lookup based on the "MyChat time attendance" object:

Please use the form below if you need help.