Search found 12 matches
- Mon Mar 07, 2022 6:47 pm
- Forum: [D] Firmware
- Topic: UE40D5700 Firmware Problem download/downgrade
- Replies: 1
- Views: 11790
Re: UE40D5700 Firmware Problem download/downgrade
The firmware update or downgrade has nothing to do with the bootloop. It won't help. The only fix is the ice thing you used, and you may have to do it once a year or so. No factory reset necessary.
- Mon May 25, 2020 2:46 pm
- Forum: General
- Topic: VirtualUSB and SMB v1/v2/v3
- Replies: 0
- Views: 119517
VirtualUSB and SMB v1/v2/v3
Hi, Is it possible that the SamyGo SMB client for VirutalUSB only supports SMBv1? I could see my router on there, but the NAS only appeared once I specifically enabled SMBv1 on the NAS (as per default it only offers SMBv2 and SMBv3). Now we all now that SMBv1 is inherently insecure and I would rathe...
- Thu Jul 23, 2015 3:31 pm
- Forum: [D] Firmware
- Topic: Hospitality mode hack (for D6 series only) - updated
- Replies: 238
- Views: 291968
Re: Hospitality mode hack (for D6 series only) - updated
I have the hospitality hack on my ue40d6500, which in general is working. However, I have the following problem: when not interacting with the TV while streaming something from the Internet or watching TV after having at least accessed Internet once, the following happens: After exactly 26 minutes o...
- Wed Feb 18, 2015 4:20 pm
- Forum: [D] Firmware
- Topic: Hospitality Hack and PVR Scrambling Disable
- Replies: 4
- Views: 4328
Re: Hospitality Hack and PVR Scrambling Disable
Thank you, that is good to know. Would it be possible to add this information to the wiki? Would have saved me a lot of time... (I would add it myself, but I don't have an account and cannot edit the wiki) DeSTroy works, so it's not that much of a problem to record with DRM and then use DeSTRoy to u...
- Wed Feb 18, 2015 4:04 pm
- Forum: [D] Firmware
- Topic: Hospitality Hack and PVR Scrambling Disable
- Replies: 4
- Views: 4328
Re: Hospitality Hack and PVR Scrambling Disable
That didn't help, "Failed to record" still appears. 01_04_pvr_drm_disable.init now looks like this: #!/bin/sh # # ? Copyright 1996-2011, SamyGO # # . /dtv/SGO.env case $1 in start) samsung_pvr & ;; stop) ;; status) ;; *) echo "Usage: $0 {start|stop|status}" 1>&2 exit 0 ;;...
- Wed Feb 18, 2015 11:31 am
- Forum: [D] Firmware
- Topic: Hospitality Hack and PVR Scrambling Disable
- Replies: 4
- Views: 4328
Hospitality Hack and PVR Scrambling Disable
I have the hospitality hack working on my 1027 D6500 and am quite happy, except that the DRM disabling for PVR does not work: As soon as I rename /mnt/etc/init.d/01_04_pvr_drm_disable.init.dis by removing the .dis I cannot record anything: as soon as I hit the record button the TV says "failed ...
- Wed Feb 18, 2015 11:10 am
- Forum: [D] Firmware
- Topic: Hospitality mode hack (for D6 series only) - updated
- Replies: 238
- Views: 291968
Re: Hospitality mode hack (for D6 series only) - updated
here is mine: #!/bin/sh #Code for SamyGO Extensions while [ "$(lsmod | grep -c storage)" -lt 1 ] ; do echo "SamyGO: Wait for usb_storage" while [ "$(route -n | grep -c UG)" -lt 1 ] ; do echo "SamyGO: wait for network" sleep 1 done sleep 1 done #Emergency scrip...
- Wed Feb 18, 2015 11:00 am
- Forum: [D] Support
- Topic: D6530 Netflix
- Replies: 1
- Views: 2947
Re: D6530 Netflix
what region is your TV set to? I get the Netflix app when changing from Germany to USA or Canada.
- Mon Dec 29, 2014 2:08 pm
- Forum: [D] Firmware
- Topic: Hospitality mode hack (for D6 series only) - updated
- Replies: 238
- Views: 291968
Re: Hospitality mode hack (for D6 series only) - updated
Hi Maggus,
why would you downgrade? Hospitality Hack works with 1026, and starts up so much faster! Also, 1026 has some improvements over 1013, like faster SmartHub.
Is there any advantage in running old firmware or old (non-hospitality) SamyGo?
why would you downgrade? Hospitality Hack works with 1026, and starts up so much faster! Also, 1026 has some improvements over 1013, like faster SmartHub.
Is there any advantage in running old firmware or old (non-hospitality) SamyGo?
- Mon Dec 29, 2014 1:56 pm
- Forum: [D] Firmware
- Topic: Hospitality Hack/Exntensions not working when following Wiki
- Replies: 0
- Views: 2234
Hospitality Hack/Exntensions not working when following Wiki
Hi all, I followed the wiki to install the hospitality hack: http://wiki.samygo.tv/index.php5/Hospitality_mode_hack_for_D6_arm_models ftp access works, so I guess it went correctly. At the end, under "how to use", the wiki says to follow this article for setup and usage of SamyGo Extension...