How did you get the boostrap to work for Debian Jessie on F? Samsung TV does not have the "ar" command
↧
[E] Software • Installing Ubuntu in Samsung Smart TV natively
↧
[F] Software • [ROOT] Rooting E/F on latest firmwares
I am following the first step on this post, and I can't find a link to this file "SamyGO-F-SM-MST-Fix-USB" anywhere... where is it?
↧
↧
[H] Firmware • Default Service Menu Settings UE40H6600
Hello,
I have accessed the service menu myself and then exit without any changes and got as you say the picture + sound reset to defaults, is this the expected behavior when accessing this menu ? Are there other things that might have been altered ?
Thank you,
Dragos
↧
[H] Support • Root Storage Problem
↧
[K] General • UE49KS7000 SMB protocol
hello
i am newbie at samsung tv hacking
tell me is it possible to add SMB protocol to tizen os 2.4 of UE49KS7000? i want see on tv my shared via smb folders from pc and nas
i am newbie at samsung tv hacking
tell me is it possible to add SMB protocol to tizen os 2.4 of UE49KS7000? i want see on tv my shared via smb folders from pc and nas
↧
↧
[H] Software • [ROOT] "Skype replacement" root H
I want to get root access to my UE48H6620 (T-GFSDEUC-1002.1) and UE55H6620 (T-GFSDEUC-1200.2) to use OSCAM later.
I've read a lot in the last days about SamyGo, but I'm not 100% sure about how to get root. I think this method will be the best at the moment, because there's no Skype availible any longer and the network-root ist not useable for T-GFS.
Should I update both TVs first before starting with root? Is there someone from Germany who can explain me a bit better the method of #1 Post (don't want to brick my TVs)? If yes: please get in contact with me via PN.
I've read a lot in the last days about SamyGo, but I'm not 100% sure about how to get root. I think this method will be the best at the moment, because there's no Skype availible any longer and the network-root ist not useable for T-GFS.
Should I update both TVs first before starting with root? Is there someone from Germany who can explain me a bit better the method of #1 Post (don't want to brick my TVs)? If yes: please get in contact with me via PN.
↧
[E] Software • Rooting E-Series T-MST-10 on latest firmwares (>2000.2)
Hi, on my UE46EH5300 this procedure does not start automatically and in smarthub I can see nothing to do for see what in the stick but folders (of course I can see pictures, videos and music files). What is in front of me and I don't see?
thanks a lot


thanks a lot
↧
[M/Q] General • Multi-output Audio MU7000
Hello, i have an UN55MU7000 TV and a HW-J250 soundbar. I read in other post the following.
If i put the soundbar in Bluetooth intead of SoundConnect the tv does not find it.
The only way to connect it to the tv is in SoundConnect mode.
Is there another way to activate the Multi-output Audio in the tv? Maybe in service mode?
Thanks
CODE:
There are two ways to pair bluetooth devices on this TV (un65ju6700). If you are using the TV SoundConnect option then when you select your speakers the TV speakers are switched off. If you can pair the speakers using Bluetooth Audio then the Multi Output option will be available. Bluetooth Audio is usually used to pair headphones, and I'm a little worried that if you do get it to work there might be a slight delay between the speakers and the TV.
The only way to connect it to the tv is in SoundConnect mode.
Is there another way to activate the Multi-output Audio in the tv? Maybe in service mode?
Thanks
↧
[D] Support • How to downgrade D6200 ?
My main goal is to STFU the info banners on a D6500 @ 1027 using the hospitality hack.
I have the same problems as Elysium with:
I can FTP and Netcat to the TV. The php and cgi pages don't work, probably because the Apache server isn't started.
One thing I noticed, echo $SYSROOT returns an empty line. That would mean ". /dtv/SGO.env" is not executed, right?
I will try to use your init file tomorrow, but if even $SYSROOT is not defined I don't think it'll make a difference. Next step is to redo the hospitality hack. Should I also try to reinstall SamyGO using develop in the SmartHub? Someone said his TV wouldn't even do FTP anymore after reinstalling...
- EDIT
Still getting "failed to execute" after replacing 01_01_catch_crap.init.
- EDIT2
Something did change after replacing 01_01_catch_crap.init. In the old one I could Netcat on port 1023, in the new on port 3023. At least that part of the script is executed.
- EDIT3
Tried some things. Blocked Samsung OTN IPs. Disabled AllShare. Deleted all scripts in init.d except 01_01_catch_crap.init, 02_04_vusb.init, 06_05_apache.init and 99_99_InfoBannerDuration.init. I can now access the TV from the browser, including cgi-bin. That did not work before.
Tried starting 99_99_InfoBannerDuration.init through cgi-bin/test.cgi:
I could try replacing samyGO.so, I am now using the one included in libSTFU.
I have the same problems as Elysium with:
CODE:
/mtd_rwcommon/widgets/user/SamyGO/SamyGO/etc/init.d/01_01_catch_crap.init failed to execute/mtd_rwcommon/widgets/user/SamyGO/SamyGO/etc/init.d/02_04_vusb.vpvrimage.init failed to execute/mtd_rwcommon/widgets/user/SamyGO/SamyGO/etc/init.d/03_03_nfsmount.init failed to execute/mtd_rwcommon/widgets/user/SamyGO/SamyGO/etc/init.d/04_04_samba.init failed to execute
One thing I noticed, echo $SYSROOT returns an empty line. That would mean ". /dtv/SGO.env" is not executed, right?
There's indeed a few differences between the original file and yours.
CODE:
# © Copyright 1996-2011, SamyGO$SYSROOT/bin/busybox nc -l -l -p 1023 -e /bin/sh &$SYSROOT/bin/busybox tcpsvd -vE 0.0.0.0 21 $SYSROOT/bin/busybox ftpd -w / &
CODE:
# © Copyright 1996-2011, SamyGO$SYSROOT/bin/busybox nc -l -l -p 3023 -e /bin/sh &#$SYSROOT/bin/busybox tcpsvd -vE 0.0.0.0 21 $SYSROOT/bin/busybox ftpd -w / &
- EDIT
Still getting "failed to execute" after replacing 01_01_catch_crap.init.
- EDIT2
Something did change after replacing 01_01_catch_crap.init. In the old one I could Netcat on port 1023, in the new on port 3023. At least that part of the script is executed.
- EDIT3
Tried some things. Blocked Samsung OTN IPs. Disabled AllShare. Deleted all scripts in init.d except 01_01_catch_crap.init, 02_04_vusb.init, 06_05_apache.init and 99_99_InfoBannerDuration.init. I can now access the TV from the browser, including cgi-bin. That did not work before.
Tried starting 99_99_InfoBannerDuration.init through cgi-bin/test.cgi:
CODE:
+ samyGOso -D -l /mtd_rwcommon/widgets/user/SamyGO/SamyGO/opt/privateer/usr/libso/libSTFU.sosamyGOso: invalid option -- 'D'usage: samyGOso -p PID {-c CONFIG | -l /full/path/to/inject.so [-r (=resident)]} [-d (=debug on)] [-a (=add libc addressoffset )] [arg0,...,argN]samyGOso v1.2.1 (c) bugficks 2013+ sleep 1
↧
↧
[F] Hardware • UE40F5370 Bootloop
Hello out there,
my Samsung UE40F5370 (standard samsung firmware) yesterday started to reboot frequently: I can see about 5 sec of TV program, before its restarting. Also I am not able to use the remote control, I already checked the batteries and they are all fine. So I removed all plugs except of the power, but nothing changed. Reading the wiki, I tried to do a eeprom reset, as given in the wiki. When I connect these pins and reconnect power, I receive a total white screen, but the TV is still still constantly rebooting and I am not able to use the remote control. After removing the eeprom reset connecting, no TV signal is shown, but the TV asks the question, if I want to search for stations for less than 1 sec, before the TV is restarting again. Again, it is not possible to use the remote control.
Do you have any further ideas, what I can tring to do to repair the TV?
Thomas
my Samsung UE40F5370 (standard samsung firmware) yesterday started to reboot frequently: I can see about 5 sec of TV program, before its restarting. Also I am not able to use the remote control, I already checked the batteries and they are all fine. So I removed all plugs except of the power, but nothing changed. Reading the wiki, I tried to do a eeprom reset, as given in the wiki. When I connect these pins and reconnect power, I receive a total white screen, but the TV is still still constantly rebooting and I am not able to use the remote control. After removing the eeprom reset connecting, no TV signal is shown, but the TV asks the question, if I want to search for stations for less than 1 sec, before the TV is restarting again. Again, it is not possible to use the remote control.
Do you have any further ideas, what I can tring to do to repair the TV?
Thomas
↧
[M/Q] General • 43M5502
Around the objects is created something like a waterfall.Also behind the logos of the channels and there the image from behind is spraying / watering.
The screen does not have a good picture quality, nor is it in the TV, but also in the satellite, the same situation and the HD channels that only HD do not look like. In the picture I can see that it has something like noisy, it does not have a good appearance and especially the night in black Better Sample. It has been tested by usb but the situation and that itself.
Sorry for my english
The screen does not have a good picture quality, nor is it in the TV, but also in the satellite, the same situation and the HD channels that only HD do not look like. In the picture I can see that it has something like noisy, it does not have a good appearance and especially the night in black Better Sample. It has been tested by usb but the situation and that itself.
Sorry for my english
↧
[D] Software • Mac OS X Remote Control Dashboard Widget
aweseome, thats good to hear ![Smile :)]()

↧
[M/Q] Software • [App] rccli K/M/Q, send keys from cmdline (no root required)
There 's no "TV to put in it" (won't fit anyway), you download correct version for your platform (Win, Mac or Linux) then execute from commandline with given syntax, all. No need for a step by step when there's only one step ![Smile :)]()

↧
↧
[M/Q] General • Mu8000 service menù setting
↧
[F] Software • [App] SamyGO STFU mod D(arm)/E/F
@bugficks, could you help?
↧
[F] General • What can I do now that I have telnet access to my TV?
hmm... At the beginning you could read forum a little... Then i guess you get some ideas ![Wink ;)]()

↧
[H] Hardware • EEPROM Reset on UE40H6200AWXXH
emm... need hi res fotos of mainboard. OR write down what is written on chip IC901
↧
↧
[E] General • Usb hard drive suddenly keeps skiping to next files(mkv)
factory reset and re-root?
↧
[J] General • Question to samygo and ue43j5600aw
Hello, I am new to this forum.
I have a Samsung ue43j5600aw and I would have 3 question.
1: Is there a samygo firmware for my model?
2: what advantage brings is firmware compared to the latest Samsung.
3: If I flash firmware, I risk losing functionality?
thank you in advance.
I have a Samsung ue43j5600aw and I would have 3 question.
1: Is there a samygo firmware for my model?
2: what advantage brings is firmware compared to the latest Samsung.
3: If I flash firmware, I risk losing functionality?
thank you in advance.
↧
[F] Software • [App] libRunWidget D/E/F/H
Is there an autoboot script for this? How can I make it to autoboot an app as soon as I turn on the tv?
↧