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

[H] Software • [APP] please test OnlineTV - Watch more channels directly from the TV (IPTV)

$
0
0
Hello wluczykijwf,

the following stream hangs after few seconds: http://nerit1-lh.akamaihd.net/i/nerit_1 ... aster.m3u8 With VLC occurs no problem.

There are any other streams for your interest:

#EXTM3U
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=348000,RESOLUTION=320x180,CODECS="avc1.66.30, mp4a.40.2"
http://nerit1-lh.akamaihd.net/i/nerit_1 ... &rebase=on
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=848000,RESOLUTION=640x360,CODECS="avc1.66.30, mp4a.40.2"
http://nerit1-lh.akamaihd.net/i/nerit_1 ... &rebase=on
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=1248000,RESOLUTION=848x480,CODECS="avc1.77.30, mp4a.40.2"
http://nerit1-lh.akamaihd.net/i/nerit_1 ... &rebase=on
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=1200000,RESOLUTION=848x480,CODECS="avc1.77.30, mp4a.40.2"
http://nerit1-lh.akamaihd.net/i/nerit_1 ... &rebase=on
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=2048000,RESOLUTION=1280x720,CODECS="avc1.64001f, mp4a.40.2"
http://nerit1-lh.akamaihd.net/i/nerit_1 ... &rebase=on

A higher totalBuffPlayer and initBuffPlayer in Player.js does not solve the problem.
After switching between the ERT OnlineTV Channel and any DVB-T Channel and back to ERT OnlineTV does it work.

My TV is a UE32ES5700. Answer in this thread because you ask here. :-)

Thanks

Sebastian

Statistics: Posted by Fuzzy — Wed Jun 17, 2015 11:43 am — Replies 10 — Views 774



[E] Software • [App] Contents and PVR Brwoser Info Bar Lines Number Patch

$
0
0
thank you for your patience. will test it in evening.

Statistics: Posted by tadzpadz — Thu Jun 18, 2015 6:09 am — Replies 13 — Views 1170


[H] Brainstorm • Oscam

$
0
0
dudelove wrote:
It was free bevor now the guy wants money

"bevor"? what is "bevor"? Besides for months "free" was lack of MST oscam :) If guy decided to finally write it I don't see anything bad in buying him a "cup of coffee" :P

Statistics: Posted by sectroyer — Thu Jun 18, 2015 1:09 pm — Replies 29 — Views 2317


[H] Software • [Tutorial] PVR over samba

$
0
0
WORK IN PROGRESS
It's H version of F tutorial by Deus3X.

The goal of that modification is to be able to record the tv program without using a real usb.

Remove any usb from the TV

1) We need to create an image that f.e. rec.img that should be located inside of samba shared folders.
Open Terminal and execute this command

Code:

dd if=/dev/zero of=/samba_shared_path/rec.img bs=1M count=102400

with this command we will create a 100gb image file, you can change the size changing the value of count. Just make sure to use at least 1GB

2) When complete we have to format our image file in ext4 (required for H series)
on terminal send this command

Code:

mkfs.ext4 /samba_shared_path/rec.img


3) Now we have to rename the 02_06_crypto_load.init file (it is in /mnt/etc/init.d) to 02_03_crypto_load.init

4) At this point we have to edit 02_04_vusb.init file:
locate in that file

Code:

insmod $MOD_DIR/kernel/drivers/usb/gadget/dummy_hcd.ko >> $LOGFILE 2>&1

and before that line you have to paste

Code:

mkdir /dtv/samba
             insmod $MOD_DIR/kernel/fs/cifs/cifs.ko
            $SYSROOT/bin/busybox mount -o "rw,user=YOUR_USER,password=YOUR_PASS,iocharset=utf8" -t  cifs "//SAMBA_SERVER_IP/samba_shared_path" "/dtv/samba"

now locate

Code:

insmod $MOD_DIR/kernel/drivers/usb/gadget/g_file_storage.ko file=/dtv/vusb >> $LOGFILE 2>&1

and disable it writing # before the line

Code:

# insmod $MOD_DIR/kernel/drivers/usb/gadget/g_file_storage.ko file=/dtv/vusb >> $LOGFILE 2>&1

Before the line we have disabled paste

Code:

insmod $MOD_DIR/kernel/drivers/usb/gadget/g_mass_storage.ko file=/dtv/samba/rec.img,/dtv/vusb >> $LOGFILE 2>&1


5) Reboot your TV

6) Wait untile Virt. USB 1 and Virt. USB 2 will be present on your TV, be sure that you are able to enter on the shared directory

7)Hit SOURCE and select/highlight your PVR Virtual USB on the list. Then press and HOLD ENTER. Until Menu appears. Choose format and wait. The TV will do a performance test. The test will fail. Wait about 1 minute.

8)
mount rec.img you have to copy from a real usb used for PVR with your TV the invisible file .PVRPfmChkLog.
Replace the .PVRPfmChkLog that you have on /dtv/usb/sda/CONTENTS in your TV

9) Hit rec button!

The magic is done :P
One more time tnx to sectroyer and zoelechat that have assisted me :P

Hope that this mod will be useful also for you :)

P.S.
Warning!!! On some devices PVR over samba won't work if you don't have AT LEAST ONE REGULAR PVR USB CONNECTED!!!

Statistics: Posted by sectroyer — Thu Jun 18, 2015 3:21 pm — Replies 0 — Views 45


A Series • LN-T4661FX

$
0
0
My model is LN-T4661FX
serial num is AHBB3CNQ103923P

am I out of luck regarding using some of these hacks?
does that mean its not a Linux based tv?
Because it does do wisenet, show pictures and play mp3 files from usb...

Jurgyman

Statistics: Posted by Jurgyman — Thu Jun 18, 2015 6:23 pm — Replies 0 — Views 24


[F] Support • 40F6400 Broadcasting Menu disabled

$
0
0
Hi all ,
i have Samsung UA40F6400AR , i wanted to install onlineTV (http://forum.samygo.tv/viewtopic.php?f=63&t=8760) ,
but the "Broadcasting" menu is disabled and when i try to access it , it says "This Function isn't available".

how i could enable it ?

Edit: im on version :1115

Statistics: Posted by ZILZAL — Thu Jun 18, 2015 7:37 pm — Replies 0 — Views 32


BluRay Players • Help Samsung BD-DT7800 need dump of nand.

$
0
0
Hi, i need a full dump of MT29F2G08ABAEAH4 of a Samsung BD-DT7800 player, or of another d series player based an arm cpu. If you don't want to post it here send me a pm. Thanks in advance.

Statistics: Posted by shost — Thu Jun 18, 2015 8:39 pm — Replies 0 — Views 28


[F] Software • [App] SamyGO RCremap for C/D(arm)/E/F/H with CMD support

$
0
0
It's the same.
CLI works, remap with CMD not.

Statistics: Posted by Christian22 — Thu Jun 18, 2015 9:08 pm — Replies 52 — Views 2122



[H] Software • [App] libSchedulePVR. Remotely schedule PVR. C/D/E/F/H

$
0
0
New version, 1st post formatted :)

Statistics: Posted by zoelechat — Fri Jun 19, 2015 9:44 am — Replies 10 — Views 854


[E] Software • Watch IPTV with no headaches or blah blah

$
0
0
Working quite good on my F serie... Hoping they integrate epg soon!

Statistics: Posted by steef84 — Fri Jun 19, 2015 1:03 pm — Replies 2 — Views 236


[J] Support • Tizen apps request

$
0
0
Can anyone post Netflix, Hulu, BBC and ITV apps so i can install the via USB.. Thanks..

Statistics: Posted by tb1704 — Fri Jun 19, 2015 2:04 pm — Replies 0 — Views 9


[H] Support • Network_MODEL _BIND error

$
0
0
Faking requests from

Code:

http://Samsung.com/global/products/tv/infolink/us.xml
to a local server corrects the connectivity issue. The model bind error comes from communication with the SSL encrypted infolink server... This error can't be solved (as für as i know), but it should only occur when starting apps and even the not always. :)

Statistics: Posted by taviron — Wed Jun 17, 2015 5:29 pm — Replies 2 — Views 40


[E] Support • Bluetooth keyboard on non-bluetooth TV

$
0
0
Success!!!!!!

Followed the directions ssch1034 provided, got the same results, I don't have the hardware on my samsung tv either. I previously tried a bluetooth dongle/adapter (rocket fish) with no success. So, I thought, what the heck, now that I've got the bluetooth software installed on the tv, why not plug the necessary hardware in (dongle) and see what happens? I went to "System-Device Manager-Keyboard Settings and Add Bluetooth Keyboard was no longer greyed out. I selected it, followed the instructions and now use a Samsung VG-KBD Bluetooth keyboard to control my tv.

Thank you Stefan.



Paul

ssch1034 wrote:
Guys,

In the Option overview there is clearly visible whether you have an bluetooth device in your TV. It would come up with a number
saying ...(taken of snapshot of ES6300, posted on our forum)
....
echo fs : 0x0052
Bluetooth: 1.2.14.482
....
or similar.

I also tried to connect a BT keyboard (I just didn't do my research on which model supports what features) and
went in to the service menu and enabled "BT Support" to "ON", which can be found in the Config Options of
the main Control Menu. (you have to enable the full service features with "factory" +"3speed" and I am not sure,
but I guess you also have to press 4 times "0" (zero) to activate this feature.

Once you have done this and have managed to get access to this menu, move to the "BT Support" spot and turn this
feature "ON". Now the scary bit: go back into the SVC menu and you'll find "BT UPGRADE" and activate a
FIRMWARE upgrade by pressing either left or right keys (as opposed to the up and down keys).

A small window pops up and asks you if you would like to upgrade this bluetooth module. Then its starts downloading
and - after a while - (BE PATIENT!!) the window disappears. WHAT happened ???

Leave the service menu and you'll see under setup and device management a greyed out button "adding bluetooth device" (or similar).

However, my TV is missing this piece of hardware, which means that I have upgraded the software, but as long as there is nothing to control
a bluetooth keyboard still does not work. Unless I get a scrapped or broken higher model and take out a bluetooth module and put into my TV.

So to keep th long story short: don't bother with a software upgrade if you don't have the bluetooth module in your telly,
which you can easily find out on the first page upon entering into the service menu.

Kind Regards
Stefan

Statistics: Posted by Lochiel — Fri Jun 19, 2015 7:54 pm — Replies 12 — Views 8321


[H] Software • *** Requests for apps/patches H series ***

$
0
0
Yes, I accidently updated it from 2110 or 2120 irc the tv crashed and I couldn't stop the update in time when it turned back on :-( uk model.

Statistics: Posted by q8v08 — Sat Jun 20, 2015 3:23 pm — Replies 35 — Views 2598


[H] Support • Decrypt SPM files on H series(ROOTED)

$
0
0

I tested it on my H series with no success.
I think libDumpCMK.so(That you kindly suggest me in previous post)is for c series. Am I wrong?
I really need SPM file decryptor for H series(As I am sure you already know, Widgets on H series are encrypted with SPM file extension and not CMK extension).

Note:I can easily decrypt files in my E series TVs with following command:
openssl.exe aes-128-cbc -d -K B1D5F122E75D757C79F48886D42F8E1A -in index.html.cmk -nosalt -iv BFE932F9273DC2A0DFC93F0B8E7AC7C2 -out index.html

I even replace .CMK with .SPM in your guide like below:

find /dtv/usb/sda1/SPMdecrypt/ | grep \\.spm > spms.txt
for i in `seq 50`; do echo "SPM: $i"; samyGOso -d -A -B -l /tmp/libDumpCMK.so `head ./spms.txt -n 10 | tr '\n' ' '`; cat ./spms.txt | tail -n +10 >out.txt; mv out.txt spms.txt ; sleep 5; cat /dtv/DumpCMK.log; done


but it failed with following log:

DumpCMK.log content:

[DumpCMK] SamyGO C/D/E/F/H libDumpCMK v0.2.9.2 - (c) sectroyer 2015
[DumpCMK] lib_init, TV Model: H Series
[DumpCMK] dlsym '_Z13CMK_to_membufPKcRiPPhRm' failed.
[DumpCMK] init done...
[DumpCMK] >>> lib_deinit
[DumpCMK] <<< lib_deinit

Statistics: Posted by hamidx5 — Sat Jun 20, 2015 5:05 pm — Replies 2 — Views 162



[F] General • UAF5500 - Change Region

$
0
0
Good Day to one and all.

I have managed to get into the Extended Menu of this set and have managed to use an IR blaster to send the required FACTORY + 3SPEED codes to the TV to ungrey the Type and Local Set fields.

However, I am unable to change them to any compatible setting to get the DVB-C tuner working... (that is, unable to select PANEURO, only regions around Asia for region and for Local Set, i only had very limited sets to choose from

By the time I received this TV (it was from my brother), the firmware was already in this state...

Any experts here can point out what I need to do to get the DVB-C tuner working? Thanks in advance!
IMG_20150621_025804_1434829855678.jpg

Statistics: Posted by Kac2009 — Sat Jun 20, 2015 8:52 pm — Replies 0 — Views 36


[F] Support • Samsung F8090 - starts itself in the evening

$
0
0
Welcome gjstroom.
Well, so far there are no news from Korea. But I have not tested (SamyGo proof) 1125 yet!
Unfortunately Samsung does not give any information about firmware changes.

Statistics: Posted by Johnny — Sat Jun 20, 2015 9:03 pm — Replies 23 — Views 1690


[B] Support • Internet@TV widget engine change

$
0
0
It is strange. YouTube widget appeared again on D-series but... does not work. Starts with YouTube logo (sometimes with loading progress bar) and ...hangs. Only EXIT key can be used to exit Smart Hub.
The same day old B-series 5 widgets came back on Czech country setting, although News service shows empty contents. I don't know what they are going to achieve.

Statistics: Posted by geo650 — Sat Jun 20, 2015 9:44 pm — Replies 21 — Views 1455


BluRay Players • BD EM57 downgrade?

$
0
0
Bump** any news on this particular player?

Statistics: Posted by dongato — Sat Jun 20, 2015 10:33 pm — Replies 10 — Views 1704


BluRay Players • [App] Rooting E and F Bluray Players (no Cinavia ;))

$
0
0
No smarthub = no root = no cinavia removal (at least not using any known method here), sorry.

Statistics: Posted by zoelechat — Sat Jun 20, 2015 10:46 pm — Replies 156 — Views 24511


Viewing all 7832 articles
Browse latest View live


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