futeko.com FORUM
Product Support => HiMedia Q10 Pro, Q5 Pro => Topic started by: newbi14 on August 27, 2020, 07:25:34 PM
-
I dont know why i have problems for add Shortcuts on Samba to my HiMedia Q10 with Logitech Q400, the problem is that after i write for 60 sec or so i cant write anymore and i cant complete al the info for the shortcut.
So my question is, can i edit any file, text file or so, from my PC to add a new shortcut to the android, i hope i express me suficiently clear. THX
Have Cristies Custom 2.1.4 FW, russian mode.
-
Try use scrcpy https://github.com/Genymobile/scrcpy
If need help join to telegram (https://web.telegram.org/#/im?p=@himedia_q10_q5_pro) then ask for help with setup, for sure MadAndron have easy installer in Russian.
-
Try use scrcpy https://github.com/Genymobile/scrcpy
If need help join to telegram (https://web.telegram.org/#/im?p=@himedia_q10_q5_pro) then ask for help with setup, for sure MadAndron have easy installer in Russian.
Ok, THX PcCristie, will try it next days. ;)
-
Can you tell what file i must edit for my consideration? THX
-
Get ADB shell (https://adbshell.com/upload/adb.zip)
adb connect <ip_player>
adb root
adb connect <ip_player>
SMB
adb pull /data/data/com.himedia.lan/databases/finalserver.db finalserver.smb.db
NFS
adb pull /data/data/com.himedia.nfs/databases/finalserver.db finalserver.nfs.db
Get DB Browser for SQLite (https://sqlitebrowser.org/)
Edit finalserver.<...>.db as need in corresponding table samba / nfsclient
After ending push back to box
adb push finalserver.<...>.db /data/data/com.himedia.<...>/databases/finalserver.db
adb reboot
-
Ok, thank you :)