The UR Setup never finds anything... Se the Screenshots Maybe I trashed something up when fiddeling with my TV. Dont know.
Me not... It worked for me (partially??) when i boxed out TV a few years ago... Dont know, too long ago...

Well, thats the first thing... (but i think its only my problem)
The other thing:
When i was investigating how the whole setup process works, i figured out:
When you launch the "Universal Remote Setup" Widget on TV, it starts (in my case) the Widget located at:
mtd_rwcommon/widgets/normal/10110001001/
The File ..
mtd_rwcommon/widgets/normal/10110001001/config/data.xml
..seems to contain the whole List of accepted 3rd Party devices for STB and BlueRay/DVD Devices. Hmm. its pretty small...
When you look a lil deeper inside...
mtd_rwcommon/widgets/normal/10110001001/javascript/main.js
Code: Select all
mbrPlugin = document.getElementById("pluginObjectMBR");
mbrPlugin.Open("MBR","1.000","MBR");
mbrPlugin.OnEvent = "OnEvent";
channelListPlugin = document.getElementById("pluginObjectChannelList");
channelListPlugin.Open("TaskManager","1.000","TaskManager");
empOfflineDB = document.getElementById("pluginObjectEMP");
empOfflineDB.Open("Qs","1.003","Qs");
Code: Select all
root 13724 0.0 0.3 6308 1920 ttyS1 Sl+ 06:43 0:00 Qs 36904 -1
an "lsof | grep Qs" outputted this:
Code: Select all
13724 /mtd_rwcommon/emps/empQs/empQs /dev/ttyS1
13724 /mtd_rwcommon/emps/empQs/empQs /dev/ttyS1
13724 /mtd_rwcommon/emps/empQs/empQs /dev/ttyS1
13724 /mtd_rwcommon/emps/empQs/empQs socket:[216491]
13724 /mtd_rwcommon/emps/empQs/empQs socket:[216492]
13724 /mtd_rwcommon/emps/empQs/empQs socket:[216494]
13724 /mtd_rwcommon/emps/empQs/empQs socket:[216509]
13724 /mtd_rwcommon/emps/empQs/empQs /mtd_rwcommon/emps/empQs/UEIQSDB/dac2
Code: Select all
# ========================================================================== #
# UEIC Command App Config file
# ========================================================================== #
client:=Samsung
# Path to the DB root directory
dbroot:=/mtd_down/emps/empQs/UEIQSDB/
# Remote DB OEM ID
oemid:=Samsung
# Remote DB User ID
# Remote DB Language
language:=En
# Remote DB region code
region:=0
#webservices
wsurl:=https://selfsigned.ueiwsp.com/QuickSetLite.svc
#CA cert
cacert:=./CAcert_UEI
#Mapping from local types to online types
#JSON format is used for the same.
devmap:={"TV":"T", "VCR":"V", "DVD":"Y", "CABLE":"C", "SAT": "S", "AUDIO":"R,A,M", "VIDEO ACCY":"N"}
(btw.. the CAcert "CAcert_UEI" was not found anywhere on my system using "find / -name CAcertUEI" -> maybe thats my problem?)
So, after a few more googeling, i found out, that Samsung is a Customer of "Universal Electronics", which probably serves all the Remotes and the whole Setup Stuff for Remote Controls...
Why do i post this long post here?
Cause there is an iOS app "Nevo" from Universal Electronics and a "BT-IR Blaster" which seems to look very close to the original castrated Samsung IR Blaster. When i try to pair app with Samsung IR Blaster, no success... (i would wonder if it would work)
But, in the Demo Mode of the App, i could add all Devices... Not only STB or BlueRay/DVD...
I could also add my Kenwood AVR (KRV-6060), made in the 90's inside the App(!!)
So... im pretty sure, if it would be possible to extend the "MBR Setup" Widget and change something (URLS, Certs?) inside the empQs, you could get the full functionality to control all devices... not only STBs and DVDs...