futeko.com FORUM

Product Support => HiMedia Q10 Pro, Q5 Pro => Topic started by: newbi14 on August 27, 2020, 07:25:34 PM

Title: Add Shortcuts by edit file possible?
Post 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.
Title: Re: Add Shortcuts by edit file possible?
Post by: pcristi on August 28, 2020, 11:46:47 AM
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.
Title: Re: Add Shortcuts by edit file possible?
Post by: newbi14 on August 29, 2020, 10:51:13 PM
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.  ;)
Title: Re: Add Shortcuts by edit file possible?
Post by: newbi14 on August 31, 2020, 07:00:18 PM
Can you tell what file i must edit for my consideration? THX
Title: Re: Add Shortcuts by edit file possible?
Post by: pcristi on August 31, 2020, 09:31:06 PM
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
Title: Re: Add Shortcuts by edit file possible?
Post by: newbi14 on September 01, 2020, 05:44:12 PM
Ok, thank you  :)