Netflix 4.005, Europe, Unblock-US and Zen

General forum talking area for F series TVs.

acuntex
SamyGO Project Donor
Posts: 11
Joined: Fri Apr 18, 2014 11:45 am

Re: Netflix 4.005, Europe, Unblock-US and Zen

Post by acuntex »

Not sure, if this are all the linked libs, but they seem to be available:

Code: Select all

/lib/ld-linux.so.3
libc.so.6				(/lib)
libdl.so.2				(/lib)
libdri2.so				(/mtd_exe/Runtime/lib and /mtd_exe/Runtime/lib/XorgLibs/extensions - different sizes)
libEGL.so				(/mtd_exe/lib)
libfontconfig.so.1		(/mtd_exe/Runtime/lib)		
libfreetype.so.6		(/mtd_exe/Runtime/lib)		
libgcc_s.so.1			(/lib)	
libGLESv2.so			(/mtd_exe/lib)	
libiconv.so.2			(/mtd_exe/Runtime/lib and /mtd_exe/Comp_LIB - different sizes)	
libJavaScriptCore.so	(same dir)			
libjpeg.so.8			(/mtd_exe/Runtime/lib)	
libm.so.6				(/lib)
libMali.so				(/mtd_exe/)
libpng14.so.14			(/mtd_exe/Runtime/lib)	
libpthread.so.0			(/lib)	
librt.so.1				(/lib)
libSDAL.so.1			(/mtd_exe/lib)	
libSefClient.so			(/mtd_exe/InfoLink/lib and /mtd_exe/Comp_LIB - different sizes)	
libSefCommon.so			(/mtd_exe/InfoLink/lib and /mtd_exe/Comp_LIB - different sizes)	
libSefEmp.so			(/mtd_exe/InfoLink/lib)	
libSefIDL.so			(/mtd_exe/InfoLink/lib and /mtd_exe/Comp_LIB - different sizes)	
libstdc++.so.6			(/lib)	
libthrift-0.8.0.so		(/mtd_exe/InfoLink/lib)		
libTZ.so				(/mtd_exe/lib)
libWTF.so				(same dir)
libX11.so.6				(/mtd_exe/Runtime/lib)
libXau.so.6				(/mtd_exe/Runtime/lib)
libxcb-render.so.0		(/mtd_exe/Runtime/lib)		
libxcb-shm.so.0			(/mtd_exe/Runtime/lib)	
libxcb.so.1				(/mtd_exe/Runtime/lib)
libXdmcp.so.6			(/mtd_exe/Runtime/lib)	
libXEGLImageWrapper.so	(/mtd_exe/Runtime/lib)			
libXext.so.6			(/mtd_exe/Runtime/lib)	
libxml2.so.2			(/mtd_exe/Runtime/lib)	
libXrender.so.1			(/mtd_exe/Runtime/lib)	
libz.so.1				(/mtd_exe/Comp_LIB)
Maybe someone notices something strange...
M11
SamyGO Project Donor
Posts: 280
Joined: Fri Aug 03, 2012 6:00 pm

Re: Netflix 4.005, Europe, Unblock-US and Zen

Post by M11 »

No one has any ideas? I just don't understand why it works on my BD-F6500 and not on any non US TV's. The app has all European languages in it, so it clearly is not designed for US only. I wonder why the new UI is not yet released in Europe for F series TV's.
F9000 + SEK-3500U
arris69
Official SamyGO Developer
Posts: 1700
Joined: Fri Oct 02, 2009 8:52 am
Location: Austria/Vienna (no Kangaroos here)
Contact:

Re: Netflix 4.005, Europe, Unblock-US and Zen

Post by arris69 »

maybe just a stupid versionstring check routine in the netflix app?
M11
SamyGO Project Donor
Posts: 280
Joined: Fri Aug 03, 2012 6:00 pm

Re: Netflix 4.005, Europe, Unblock-US and Zen

Post by M11 »

arris69 wrote:maybe just a stupid versionstring check routine in the netflix app?
I have read the code many times, i can't find it. But i'm not good in javascript. Do you have time to take a look Arris69?

Wouldn't it make sense if it returned a error when it's a check? It looks like it crashes. We only get a black screen for a second and then it returns to TV source.

Do you think that it could be this check? viewtopic.php?p=38754#p38754
As i understand it, it should get a OK to run the app if the app is available for the TV in App store, correct?
F9000 + SEK-3500U
arris69
Official SamyGO Developer
Posts: 1700
Joined: Fri Oct 02, 2009 8:52 am
Location: Austria/Vienna (no Kangaroos here)
Contact:

Re: Netflix 4.005, Europe, Unblock-US and Zen

Post by arris69 »

M11 wrote:
arris69 wrote:maybe just a stupid versionstring check routine in the netflix app?
I have read the code many times, i can't find it. But i'm not good in javascript. Do you have time to take a look Arris69?
not really, the netflix isn't written in javascript, the main app is native code (as far i remember)
Wouldn't it make sense if it returned a error when it's a check? It looks like it crashes. We only get a black screen for a second and then it returns to TV source.

Do you think that it could be this check? viewtopic.php?p=38754#p38754
this ist just the part where the tv communicates with samsung server to download/update apps.
As i understand it, it should get a OK to run the app if the app is available for the TV in App store, correct?
M11
SamyGO Project Donor
Posts: 280
Joined: Fri Aug 03, 2012 6:00 pm

Re: Netflix 4.005, Europe, Unblock-US and Zen

Post by M11 »

arris69 wrote:
M11 wrote:
arris69 wrote:maybe just a stupid versionstring check routine in the netflix app?
I have read the code many times, i can't find it. But i'm not good in javascript. Do you have time to take a look Arris69?
not really, the netflix isn't written in javascript, the main app is native code (as far i remember)
Wouldn't it make sense if it returned a error when it's a check? It looks like it crashes. We only get a black screen for a second and then it returns to TV source.

Do you think that it could be this check? viewtopic.php?p=38754#p38754
this ist just the part where the tv communicates with samsung server to download/update apps.
As i understand it, it should get a OK to run the app if the app is available for the TV in App store, correct?
The emp is partly native and partly javascript. As far as i understand, the checks are in Javascript. I can see it checks location, locale and DNS. I can't find any checks for TV model or firmware version.

I have confirmed it sees the emp in emp folder. If i start the app without emp, it hangs with black screen. If the emp is in emp folder, then it looks like it exits/crashes and it returns to TV source. Now that i think about it, it actually looks like it exits. If a app crashes, it usually hangs and doesn't return to TV source automatically.
F9000 + SEK-3500U
acuntex
SamyGO Project Donor
Posts: 11
Joined: Fri Apr 18, 2014 11:45 am

Re: Netflix 4.005, Europe, Unblock-US and Zen

Post by acuntex »

M11 wrote:If the emp is in emp folder, then it looks like it exits/crashes and it returns to TV source. Now that i think about it, it actually looks like it exits. If a app crashes, it usually hangs and doesn't return to TV source automatically.
If an app exits, doesn't it return to the smart hub?
M11
SamyGO Project Donor
Posts: 280
Joined: Fri Aug 03, 2012 6:00 pm

Re: Netflix 4.005, Europe, Unblock-US and Zen

Post by M11 »

acuntex wrote:
M11 wrote:If the emp is in emp folder, then it looks like it exits/crashes and it returns to TV source. Now that i think about it, it actually looks like it exits. If a app crashes, it usually hangs and doesn't return to TV source automatically.
If an app exits, doesn't it return to the smart hub?
It depends on what function the app uses for exit, both are possible.

Can anyone in Netflix supported European country contact Netflix support and ask them when we Europeans will get the new UI on F series TVs? In US it was released in December if I remember correctly...
F9000 + SEK-3500U
M11
SamyGO Project Donor
Posts: 280
Joined: Fri Aug 03, 2012 6:00 pm

Re: Netflix 4.005, Europe, Unblock-US and Zen

Post by M11 »

Samsung has released a new update for 6 Series TV's in US and according to the changelog it fixes Netflix loading issue. Also the issue page from Netflix help center has been removed. So it looks like it was/is a firmware issue, now the question is if or when Samsung releases fixed firmware in non US countries.
F9000 + SEK-3500U
TOMillr
SamyGO Project Donor
Posts: 195
Joined: Sat Sep 29, 2012 11:51 am

Re: Netflix 4.005, Europe, Unblock-US and Zen

Post by TOMillr »

Just tried the new .2000 firmware with the v4 Netflix app.

While version 4 still doesn't seem to work on european tv sets, the app actually behaves differently to before the firmware update. It used to crash immediately back to the Smart Hub. But now it instead remains stuck at the "loading Netflix" loading animation.

Post Reply

Return to “[F] General”