Page 1 of 1

Custom user interface

Posted: Fri Sep 14, 2018 1:08 am
by HERB
I have a un60ks8000. I want to change the look of the ui, and maybe add some commands for the remote (eg. channel buttons switch between hdmi inputs instead of displaying "not available").

Unfortunately before I started looking into whether this is possible, my tv auto updated to 1220.6, so it looks like I can't root.

That said, does anyone know how to do this, or point me in the right direction?

Re: Custom user interface

Posted: Sat Sep 15, 2018 2:06 pm
by szt
HERB wrote: Fri Sep 14, 2018 1:08 am Unfortunately before I started looking into whether this is possible, my tv auto updated to 1220.6, so it looks like I can't root.
So you need to wait new root or buy new TV with old rootable firmware or somehow downgrade (reprogram eMMC flash memory) to older firmware.
HERB wrote: Fri Sep 14, 2018 1:08 am That said, does anyone know how to do this, or point me in the right direction?
Yes, you need to have TV with rootable firmware and you need to write your own interface or make some binary patches to the existing one, which add new functionality. Stuff in built-in eMMC flash memory is signed, so you can't simply overwrite executable files which implement old interface to new. You need to kill processes which doing old UI and load new after TV rooted. Or patch old UI processes at runtime (root is mandatory anyway).