Disable firmware check of Lovefilm app

Here for general support for E series TVs, request and problem solve area.
Post Reply

User avatar
ocean
SamyGO Project Donor
Posts: 196
Joined: Sat Jan 07, 2012 7:22 pm
Location: Germany

Disable firmware check of Lovefilm app

Post by ocean »

I only changed needUpgrade in else if to "false" in index.html of app, so there is no more update advice and you can use app without upgrade :mrgreen:
Maybe you need to check if movies are running with this...

Code: Select all

var version,
				needUpgrade = false;
				if(firmwareVersion.indexOf("T-INFOLINK2012") != -1){
					version = firmwareVersion.substring(15,firmwareVersion.length);
					if(parseInt(version,10) < 1019)
						//needUpgrade = true;
						needUpgrade = false;
				}
				else if(firmwareVersion.indexOf("T-INFOLINK2013") != -1){
					version = firmwareVersion.substring(15,firmwareVersion.length);
					if(parseInt(version,10) < 1006)
						//needUpgrade = true;
						needUpgrade = false;
				}
Last edited by ocean on Thu Oct 24, 2013 2:32 pm, edited 1 time in total.
Samsung UE32D6510 (downgraded to T-GASDEUC-1016.0) with "SamyGO Hospitality mode hack" running
Samsung UE46ES6710 ( T-MST10PDEUC-2004) with SamyGo running
User avatar
fluffi444
SamyGO Project Donor
Posts: 569
Joined: Fri Apr 05, 2013 9:55 pm
Location: Germany

Re: Disable firmware check of Lovefilm app

Post by fluffi444 »

That was the reason why I thought about an FW Upgrage from 2003.4....

How simple on logical this is :-)
BIG Thx for sharing - Will report...

EDIT

Works - Movies are not testet up to now because I have no login yet...

Strange thing is that the upgrade variable shown < 1019 ! And I have 2003...
I think their way to test the FW is not very good :-)

EDIT 2

Movie - TV Series - Everything I tested is working flawlessly...

Thx again for this hint!

EDIT 3

Works also after LOVEFILM update from today - Its needed to do the change again (of course)
TV: UE40ES7000 @ UE40ES8090 - T-ECPDEUC-2022.0 // SamyGO
CI+: Unicam EVO 4 with HD+ (HD02) @ Pacific 4.60
NET: Samba: PC
User avatar
ocean
SamyGO Project Donor
Posts: 196
Joined: Sat Jan 07, 2012 7:22 pm
Location: Germany

Re: Disable firmware check of Lovefilm app

Post by ocean »

if an update will change back the "needupgrade = false" to "true" we could try an automatation with:

Code: Select all

#exchange "true" with "false" in needUpgrade variable        Path of your lovefilm app index.html file

sed -i -e "s,needUpgrade = true,needUpgrade = false," /mtd_rwcommon/widgets/normal/111399000990/index.html
in one of our init-scripts. So any change will be undone after reboot :mrgreen:
Samsung UE32D6510 (downgraded to T-GASDEUC-1016.0) with "SamyGO Hospitality mode hack" running
Samsung UE46ES6710 ( T-MST10PDEUC-2004) with SamyGo running
User avatar
fluffi444
SamyGO Project Donor
Posts: 569
Joined: Fri Apr 05, 2013 9:55 pm
Location: Germany

Re: Disable firmware check of Lovefilm app

Post by fluffi444 »

Nice Idea...

Added your script to one of my custom init.d script - Works like charm! Thx.
TV: UE40ES7000 @ UE40ES8090 - T-ECPDEUC-2022.0 // SamyGO
CI+: Unicam EVO 4 with HD+ (HD02) @ Pacific 4.60
NET: Samba: PC
User avatar
ocean
SamyGO Project Donor
Posts: 196
Joined: Sat Jan 07, 2012 7:22 pm
Location: Germany

Re: Disable firmware check of Lovefilm app

Post by ocean »

WTF I think there was a update on amazon's side. The disabling no longer working *damn*
@zoelechat: is it safe to do the update to T-MST10PDEUC-2004.1 without loosing root?
Samsung UE32D6510 (downgraded to T-GASDEUC-1016.0) with "SamyGO Hospitality mode hack" running
Samsung UE46ES6710 ( T-MST10PDEUC-2004) with SamyGo running
User avatar
fluffi444
SamyGO Project Donor
Posts: 569
Joined: Fri Apr 05, 2013 9:55 pm
Location: Germany

Re: Disable firmware check of Lovefilm app

Post by fluffi444 »

ocean wrote:The disabling no longer working *damn*
Same here... :-( Without any app-update! So it looks like that they check the firmware on another way - maybe not accessible for us?!

Do you found something in the meantime?
TV: UE40ES7000 @ UE40ES8090 - T-ECPDEUC-2022.0 // SamyGO
CI+: Unicam EVO 4 with HD+ (HD02) @ Pacific 4.60
NET: Samba: PC
User avatar
ocean
SamyGO Project Donor
Posts: 196
Joined: Sat Jan 07, 2012 7:22 pm
Location: Germany

Re: Disable firmware check of Lovefilm app

Post by ocean »

I did a little trace yesterday, it seems there is some traffic with an irish amazon server (at least for my german Tv)... That's all I found out right now. Maybe someone could find out what the server asks on tv that we could fake the answer...
Samsung UE32D6510 (downgraded to T-GASDEUC-1016.0) with "SamyGO Hospitality mode hack" running
Samsung UE46ES6710 ( T-MST10PDEUC-2004) with SamyGo running
zoelechat
SamyGO Moderator
Posts: 8616
Joined: Fri Apr 12, 2013 7:32 pm
Location: France

Re: Disable firmware check of Lovefilm app

Post by zoelechat »

ocean wrote:...an irish amazon server...
Yeah, Ireland is tax haven :)
I do NOT receive any PM. Please use forum.

Post Reply

Return to “[E] Support”