Page 2 of 3

Re: [App] libToolsMenu K

Posted: Thu Feb 15, 2018 5:59 pm
by jaroprofe
I do not have a Q series TV, but I saw this feature in this article:
https://www.tvhifipro.com/reviews/anali ... -q7f-qled/ You can read it where it says:

Other functions
Also noteworthy in this review, the Samsung Q7F QLED, includes dual tuner with PIP and PAP function to display two contents simultaneously. One can be DTT and another from an external source. It also allows us to listen to the audio of the main channel through the TV speakers, and to extract the audio by bluetooth from the secondary channel. We can also record a channel, while we see a different one.

But, I never test.

Re: [App] libToolsMenu K

Posted: Thu Feb 15, 2018 6:31 pm
by zoelechat
Well I don't speak Spanish, but looks Google Translate is loosing the "audio from different sources" part...
Otherwise "record a channel while seeing another one" has always been the principle of double tuner models. But nothing related to audio there.
I'm not convinced :)

Re: [App] libToolsMenu K

Posted: Sun Feb 18, 2018 3:37 pm
by mastero122
Thank you Zoelechat! Pic_off works perfectly! :) Tools menu is not available - probably beause of the TV model (T-HKMFK*) But doesnt bothers me much as I dont use it on this TV :)

Re: [App] libToolsMenu K

Posted: Fri Mar 23, 2018 7:58 am
by racocvr
Hey, works great here on my T-HKMFKDEUC-1168.2 :)

Now that I learned how to use rc key mapping, it's awesome! I mapped EXTRA key to tools menu and TTX_MIX to sleep timer and works perfect. I really missed those :)

Re: [App] libToolsMenu K

Posted: Fri Mar 23, 2018 10:46 am
by racocvr
Actually on T-HKMFKDEUC-1140.7 there is no dvb in /etc/info.ini so the ADD_DIR gets set to atsc and the tools menu doesn't work. If I set ADD_DIR = dvb then it works like a charm :)

Code: Select all

localhost~ # cat /etc/info.ini
[Version]
Model=T-HKMFKDEUC;
Version=T-HKMFKDEUC-1140.7;
Build=rel-tztv-2.4-trunk2016-hawk-m-fhd_20160922.2;
Operator=;
[Build]
Date=2016-09-22;
Time=12:34:06;

Re: [App] libToolsMenu K

Posted: Fri Mar 23, 2018 10:52 am
by zoelechat
Ah? Well, was same on JZM, dvb/atsc folder late appeared, I thought I was checking it in script. Gonna have a look :geek:
edit: ok, understood, in info.ini, gonna check folder existence instead...
edit2: Ehh not easy to find another place where to reliably know if dvb or not :D

Re: [App] libToolsMenu K

Posted: Fri Mar 23, 2018 11:38 am
by zoelechat
Ok

Code: Select all

if grep -q "dvb\|DEUC" /etc/info.ini || grep -q "sdp-dvb" /proc/dtvlogd_all ; then
	ADD_DIR=dvb
should be enough.
I wonder what the hell that atsc is doing in DEUC fw anyway, probably overkill check (especially given amount of US people here...)

Thanks for your precious feedback, and glad everything finally works on T-HKMFK :)
Script fixed into 1st post attachment.

Re: [App] libToolsMenu K

Posted: Fri Mar 23, 2018 1:13 pm
by racocvr
Yep, I tested the new script on both 1140.7 and 1168.2 and it works great!

Re: [App] libToolsMenu K

Posted: Fri Dec 20, 2019 3:07 pm
by dakalaka
Hello everyone. How do i copy the libraries into my tv? thank You in advance for Your reply.

Re: [App] libToolsMenu K

Posted: Sat Dec 21, 2019 10:38 am
by zoelechat
You need root, basically like for everything there.