Quantcast
Channel: SamyGO
Viewing all 7851 articles
Browse latest View live

[H] Brainstorm • Playing with binaries from TV on Ubuntu ARM

$
0
0
I recently obtained a Asus Tinker Board and installed Armbian Bionic on it. I thought it might be interesting to see what would happen if I would copy the binaries off the TV and see if they run.

I manually copied part of the directory structure off the TV with scp and ran the binaries with commands like:

CODE:

LD_LIBRARY_PATH=Java/lib/:Comp_LIB/:../lib/libs:../lib/:InfoLink/lib/:Runtime/lib/:Runtime/XorgLibs/ ../lib/ld-linux.so.3 ./exeAPP
Many of them seem to rely on something called Trust Zone which is supplied by the tzdrv kernel module. It appears this is some ARM CPU security feature.

CODE:

$ LD_LIBRARY_PATH=Java/lib/:Comp_LIB/:../lib/libs:../lib/:InfoLink/lib/:Runtime/lib/:Runtime/XorgLibs/ ../lib/ld-linux.so.3 ./exeAPP [TZAPI][ERR]Error!, timeout for insmod tzdrv.ko[TZAPI][ERR][/home/zhouxin/TZSF_NewP4Server_Linux/SDAL/Product2014/TrustZone/TZSF_X14H_DEU_RCA_Prj/INT/Platform/X14H/Build/../../../Source/NWD/TZAPI//src/TZClientAPI.c][TZAPI_TZLIB_Init]133 ## Core Software Platform (TM) 4.0 : DTP-CSP-4514-0A (RELEASE)## Process Name : ./exeAPP  ##  PID  : 6751 ## MULTI_PROCESS## (_USE_SYSTEM_TIME_ : N)(__CSP_GLIBC__) Copyright (C) SAMSUNG Electronics Co.,Ltd.CSP No sched_yield()>>[ProductInfo::Create][ProductInfo::Create] Main UI Start>>[ProductInfo::m_ReadProductInfoFromFile][ERROR] [ProductInfo::m_ReadProductInfoFromFile] Create false>>[ProductInfo::Create][ProductInfo::Create] Read fail retry Cnt, there is no PrdInfo files :1>>[ProductInfo::m_ReadProductInfoFromFile][ERROR] [ProductInfo::m_ReadProductInfoFromFile] Create false>>[ProductInfo::Create][ProductInfo::Create] Read fail retry Cnt, there is no PrdInfo files :2>>[ProductInfo::m_ReadProductInfoFromFile][ERROR] [ProductInfo::m_ReadProductInfoFromFile] Create false>>[ProductInfo::Create][ProductInfo::Create] Read fail retry Cnt, there is no PrdInfo files :3>>[ProductInfo::m_ReadProductInfoFromFile][ERROR] [ProductInfo::m_ReadProductInfoFromFile] Create false>>[ProductInfo::Create][ProductInfo::Create] Read fail retry Cnt, there is no PrdInfo files :4
Did anybody else play around with the software off the TV? Would it make sense to dd the whole /dev/mmcblk0 off the TV over SSH or would it be hard to mount the filesystem directly?

A separate idea:
Maybe it would be possible to create a USB flash disk (or image similar to SamyGO's ext4 image) with an vdfs filesystem which contains the structure below some /mtd_* directory and mount it on top of the corresponding /mtd_* directory. This would allow running with a significantly modified tree on the TV itself. I imagine someone here tried things like this already as well.

BluRay Players • BD-E8300 - Oscam

$
0
0
It's nice that this forum is so helpful
massacre

[C] Support • channinfo patch

$
0
0
Hello

I have tv SAMSUNG LE32C650 L1W XXH. Currently it has firmware T-VALDEUC-1008.3.

What I'm looking for is so that after changing TV channel it would show for a while extended information about the current program (for digital TV channels from the EPG guide). Many TV's do so that automatically. Unfortunately this one does not display anything after I change channel. So I have to press "I - info" button each time after I change channel.

How could I solve this problem?

I have read wiki and it seems that I need "channinfo patch" from "injectable exeDSP patches". However amount of work to get it working somewhat scares me. Besides it seems that I need special vga2serial cable as backup. I never hacked tv before. Though I do run linux.

Is there a simpler way to solve my problem?
What's this "guide+" which I supposedly can enable via service menu?
Do i need this vga2serial as fail-safe?
which way I would root this tv ?
Would installing more recent version of fw solved the problem? for example T-VALDEUC-3018.1 or T-VALDEUC-3015?
could i solve my problem via service menu?

Sincerely,
Adam

[J] Support • Request information on software management

$
0
0
Hello everyone, I'm new to the forum, I appeal to all those who know the software of these tv, I wanted to know if I can change the system and install or enable ssh / ftp server or other on the system tizen and / or promptly activate access as administrator system (root) to be able to modify the system.
I already have experience on different lunux / android systems but not on this tizen system and would like to have information about it.
I state that I have already viewed the various service menus and enabled the extension link and ordered the RS232 cable if it can be useful to enter the system.
I give you the directions on my tv:
Model is: UE55JS8000
T-HKMDEUC-1530.1
T-HKMDEUS-1023

this data taken from the service menu.

Thank you for your kind availability
Greetings.

[M/Q] General • Q7F How to Block Firmware Updates

$
0
0
I just figured out how to block firmware updates without being through the router, but I simply run out of smart tv functionality, it's like having the network cable turned off.

Best regards

[H] General • web player updated and missing flash player integrated

$
0
0
I have model tv EU40H6200AYXZT firmware T-MST14DEUC-2880.2,BT-G. can i make the root?

[E] Support • Samsung Smart TV APIs

$
0
0
Hello.

My model is Samsung UE40ES5507.
This script for API https://github.com/casperboone/homey-sa ... samsung.md
Port API 7676.

Request command GetAvailableActions.
Response (401, 'Unauthorised')

This script python:

CODE:

import httplib, urllib2class TVControl:    def __init__(self,hostname):        self.Hostname=hostname    def SendSOAP(self,method,body):        print '*',method        headers = {            "Content-type": 'text/xml;charset="utf-8"',            "SOAPACTION": '"urn:samsung.com:service:MainTVAgent2:1#%s"' % method        }        conn = httplib.HTTPConnection(self.Hostname)        conn.request("POST", "/smp_4_", body, headers)        response = conn.getresponse()        print(response.status, response.reason)        data = response.read()        print data        print ''        return data    def GetAvailableActions(self):        body='<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/" s:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">'+\                '<s:Body>'+\                    '<u:GetAvailableActions xmlns:u="urn:samsung.com:service:MainTVAgent2:1"></u:GetAvailableActions>'+\                '</s:Body>'+\            '</s:Envelope>'        self.SendSOAP('GetAvailableActions',body)tvcontrol=TVControl("10.147.241.1:7676")tvcontrol.GetAvailableActions()
I need to get information about the current channel, volume, etc.
Please help me.

A Series • Samsung Accidental MICOM Upgrade

$
0
0
@juusso

Was a specific "handshake" ever written for this device ?

Would like to know how to program these devices off the board using a qfp48 socket/adapter

KR

Matt

[M/Q] General • How to decipher the srf on the Q6 series

$
0
0
Hello,
I have Q6 series Samsung and I try to play files in NTB, however viewtopic.php?t=2820&start=90 and Destroi does not help me and the resulting ts file can not be played back.
Can you please help me to play the srf (Q6 series version) file in NTB?
Thank you very much.

[H] Firmware • Downgrade T-NT14UDEUC firmware

$
0
0
Hi,
i have a Samsung 65HU7200 with T-NT14UDEUC firmware 1301.
Can i downgrade firmware to root tv?

Thanks

[N/QN] General • How to decipher the srf on the Q6 series

$
0
0
Hello,
I have Q6 series Samsung and I try to play files in NTB, however viewtopic.php?t=2820&start=90 and Destroi does not help me and the resulting ts file can not be played back.
Can you please help me to play the srf (Q6 series version) file in NTB?
Thank you very much.

[C] Firmware • Blue screen after firmware update

$
0
0
Hi Jusso I'm having problems to connect correctly.

This is what I'm doing...

Hotel Mode OFF

RS232 on DEBUG

Watchdog OFF

Imageupload photos

Image

Image

And this is what I am getting...

Image

All these lines on a non-stop loop.

Clearly I'm missing something or doing something wrong.

Should I connect via serial or via IP?

How do I find out the IP address of my plasma?

These TDM codes for C series: 10041004 and 20089999. What are they for?

A Series • what is tv serie

$
0
0
hi,

I do not know if my article is in the right place and I'm sorry.
I would like to know which series is the TV HG48ED690DB ???
Is there an alternative fimware for him ???

Thanks to yousss

[F] Support • TV silently turns on in the background

$
0
0
Hello everybody,

my UE55F6770 (MST) recently had a problem, which caused me to perform a factory reset and reroot. Probem solved (so I thought).

After resetting and rerooting everything worked like it should except, that after turning the tv off via ir-remote, it silently restarts itself sometimes. The picture stays off, but oscam logs into my cs-server and the tv is reachable via telnet and ftp.

I could not figure out if it always reboots, because it seems, that it does not necessarily happen shortly afterwards.

This thread suggests, that it might have something to do with having "OTN set of OFF, and OTA set to "general"". I have both set to off. After factory resetting I did not directly turn both off, since I thought it might affect being able to use smarthub (which I needed to used the samygo widget in order to root).
Could it be possible, that when OTN and or OTA were still enabled, the tv scheduled sort of a wakeup, to do a forced update, which now for some reason is still active?

My sister's F-series mst tv has the same problem by the way. But when I rooted it a couple years ago and noticed this behavior, I gave up on fixing it, because she usually cuts the power to the tv when not in use anyway.

Any hints are appreciated

[E] Support • Help! UE37ES6300 Wifi Problems

$
0
0
if problem is going unoticed than there migh be some hardware failure. Many a times, wifi wireless adapter gets faulty and you may face low intensity and singnal drop. Get it checked and buy a new one.

[F] Software • [ROOT] Rooting E/F on latest firmwares

$
0
0
I got this message few days ago, when entering smart hub. It doesn't move. Any solution ?

Image

[K] General • K Model Service Menu

$
0
0
My KS8000 (UN49KS8000FXZA) appears to be defaulting to 1080 resolution even after manually selecting the highest 4K option on the PS4 PRO.

Games such as Dragon Quest XI look noticeably softer. Textured are a blurry mess. I can tell, since even the PS4 UI looks noticeably softer/blurry. Icons of games, player avatars, fonts on the dashboard, everything.

I did mess with the ADC HDMI calibration (ADC/WB), as well as the EDID Write All (Control, then to EDID).

I am a dumb@ss and should have not messed around with what I fully didn't understand. I'm just so curious and have always been like this.

General • Halloween SALE 2018

$
0
0
I am excited about the Black Friday sale, I hope that an update will be made soon.

[E] Hardware • UN40EH5000G CHANGED TUNER

$
0
0
Hi! I'm Roberto from Chile.

I changed tuner in service menu and now my TV when power on, shown the Samsung's logo, red light blink 5 times, the screen stay in black and a few seconds later, go to power off, then auto power on and the cycle repeats. I cannot enter the service menu again.

Any advice? Thanks

Enviado desde mi BLA-L29 mediante Tapatalk


[F] Software • [FW 0000] T-MST12DEUC and T-FXPDEUC

$
0
0
Hi, I neee your Help to solve my problem. I have a UE32F5500 with firmware 2126, this had disabled the interaction function. So I would like to downgrade. I need to first downgrade to 0000 or can I install directly the firmware I want? Where can I find the firmware?
Viewing all 7851 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>