Yes with success as original CN xml not have Kodi and Power Menu(minix power selector).
Use Notepad++ for edit to preserve encoding UTF-8 without BOM.
Clear data from Settings/Advance/Apps/Show system for Launcher to get read(use) of new xml.
LE:
ADB Kits (1364 KB)unpack adb.zip to C:\adb
Open command prompt
cd /d C:\adb
adb connect <ip_player>:5555
root
adb connect <ip_player>:5555
adb remount
adb pull /system/etc/launcher/launcher_card.xml
adb pull /system/etc/launcher/launcher_custom.xml
adb pull /system/etc/launcher/launcher_dark.xml
<------------ do wanted edit on Notepad++ for xml files ----------------->
adb push launcher_card.xml /system/etc/launcher/launcher_card.xml
adb push launcher_custom.xml /system/etc/launcher/launcher_custom.xml
adb push launcher_dark.xml /system/etc/launcher/launcher_dark.xml
adb shell rm -R /data/data/com.himedia.launchermstyle
adb reboot