[App] Rooting E, F (and H?) Bluray

Samsung's BluRay player related hacks.

JeppeTh
SamyGO Project Donor
Posts: 170
Joined: Wed Oct 02, 2013 11:29 pm

Re: [App] Rooting E, F and H Bluray

Post by JeppeTh »

notengo13 wrote: Thu Feb 09, 2017 1:30 pm Yes I use this ab-solution with my black list. And you need to run your Asus in router mode.
I'm not sure ab-solution is ideal.
I believe it only blocks explicit hosts.

E.g. if you specify "samsungotn.net" it will only block that - not "www.samsungotn.net", "cdn.samsungotn.net", "otn.samsungotn.net" etc.
Instead of ab-solution you can just create a /jffs/configs/dnsmasq.conf.add
Which can look like this

Code: Select all

address=/samsungotn.com/0.0.0.0
address=/samsungotn.net/0.0.0.0
address=/samsungotn.net.com/0.0.0.0
address=/msecnd.com/0.0.0.0
address=/msecnd.net/0.0.0.0
address=/msecnd.net.com/0.0.0.0
address=/samsungcloudcdn.com/0.0.0.0
address=/samsungcloudcdn.net/0.0.0.0
address=/samsungcloudcdn.net.com/0.0.0.0
Perhaps you want to block more domains - but by this way you block all of them regardless of prefix.
Unfortunately regexp doesn't seem to be supported.
So other suffixes seems to pass :cry:
sectroyer
Official SamyGO Developer
Posts: 6305
Joined: Wed May 04, 2011 5:10 pm

Re: [App] Rooting E, F and H Bluray

Post by sectroyer »

I also suggest using this firewall script:

Code: Select all

ips="210.118.88.205 157.55.184.57 72.247.182.24 68.232.34.240 104.20.21.219 104.20.22.219 106.120.130.147 65.52.164.251 72.247.182.56 72.247.182.35 68.232.34.200"
for cip in $ips
do
iptables -I FORWARD -d $cip -j DROP
iptables -t nat -I PREROUTING  -d $cip -j DROP
done
I do NOT support "latest fw" at ALL. If you have one you should block updates on router and wait for it to STOP being "latest":)
If you want me to help you please paste FULL log(s) to "spoiler"/"code" bbcodes or provide link(s) to pasted file(s) on https://pastebin.com Otherwise "NO HELP"!!!
If you want root DISABLE internet access to your device!!!!
DO NOT EVER INSTALL FIRMWARE UPGRADE !!!!
JeppeTh
SamyGO Project Donor
Posts: 170
Joined: Wed Oct 02, 2013 11:29 pm

Re: [App] Rooting E, F and H Bluray

Post by JeppeTh »

sectroyer wrote: Fri Feb 10, 2017 10:34 pm I also suggest using this firewall script:

Code: Select all

ips="210.118.88.205 157.55.184.57 72.247.182.24 68.232.34.240 104.20.21.219 104.20.22.219 106.120.130.147 65.52.164.251 72.247.182.56 72.247.182.35 68.232.34.200"
for cip in $ips
do
iptables -I FORWARD -d $cip -j DROP
iptables -t nat -I PREROUTING  -d $cip -j DROP
done
Just put that into "firewall-start" you mean?
https://github.com/RMerl/asuswrt-merlin ... er-scripts
sectroyer
Official SamyGO Developer
Posts: 6305
Joined: Wed May 04, 2011 5:10 pm

Re: [App] Rooting E, F and H Bluray

Post by sectroyer »

Looks on your router you have to split it between firewall start and nat-start so IMHO it should look like this:
firewall-start:

Code: Select all

ips="210.118.88.205 157.55.184.57 72.247.182.24 68.232.34.240 104.20.21.219 104.20.22.219 106.120.130.147 65.52.164.251 72.247.182.56 72.247.182.35 68.232.34.200"
for cip in $ips
do
iptables -I FORWARD -d $cip -j DROP
done
nat-start:

Code: Select all

ips="210.118.88.205 157.55.184.57 72.247.182.24 68.232.34.240 104.20.21.219 104.20.22.219 106.120.130.147 65.52.164.251 72.247.182.56 72.247.182.35 68.232.34.200"
for cip in $ips
do
iptables -t nat -I PREROUTING  -d $cip -j DROP
done
I do NOT support "latest fw" at ALL. If you have one you should block updates on router and wait for it to STOP being "latest":)
If you want me to help you please paste FULL log(s) to "spoiler"/"code" bbcodes or provide link(s) to pasted file(s) on https://pastebin.com Otherwise "NO HELP"!!!
If you want root DISABLE internet access to your device!!!!
DO NOT EVER INSTALL FIRMWARE UPGRADE !!!!
JeppeTh
SamyGO Project Donor
Posts: 170
Joined: Wed Oct 02, 2013 11:29 pm

Re: [App] Rooting E, F and H Bluray

Post by JeppeTh »

sectroyer wrote: Sat Feb 11, 2017 6:34 am Looks on your router you have to split it between firewall start and nat-start so IMHO it should look like this:
firewall-start:

Code: Select all

ips="210.118.88.205 157.55.184.57 72.247.182.24 68.232.34.240 104.20.21.219 104.20.22.219 106.120.130.147 65.52.164.251 72.247.182.56 72.247.182.35 68.232.34.200"
for cip in $ips
do
iptables -I FORWARD -d $cip -j DROP
done
nat-start:

Code: Select all

ips="210.118.88.205 157.55.184.57 72.247.182.24 68.232.34.240 104.20.21.219 104.20.22.219 106.120.130.147 65.52.164.251 72.247.182.56 72.247.182.35 68.232.34.200"
for cip in $ips
do
iptables -t nat -I PREROUTING  -d $cip -j DROP
done
Thx!!
Now I'm hopefully protected - not sure if more domains should be blocked.
So Samsung - release a new firmware so that I can root my god damn h-series
skaarax
SamyGO Project Donor
Posts: 3
Joined: Tue Nov 22, 2016 6:31 am

Re: [App] Rooting E, F and H Bluray

Post by skaarax »

well f5700 has no smart hub so it cant be rooted with this method, despite somebody told me i was possible
sectroyer
Official SamyGO Developer
Posts: 6305
Joined: Wed May 04, 2011 5:10 pm

Re: [App] Rooting E, F and H Bluray

Post by sectroyer »

skaarax wrote: Fri Feb 17, 2017 2:18 am well f5700 has no smart hub so it cant be rooted with this method, despite somebody told me i was possible
In first post:
Launch SamyGO_Bluray_F from SmartHub
:) If you don't read not our problem :)
I do NOT support "latest fw" at ALL. If you have one you should block updates on router and wait for it to STOP being "latest":)
If you want me to help you please paste FULL log(s) to "spoiler"/"code" bbcodes or provide link(s) to pasted file(s) on https://pastebin.com Otherwise "NO HELP"!!!
If you want root DISABLE internet access to your device!!!!
DO NOT EVER INSTALL FIRMWARE UPGRADE !!!!
JeppeTh
SamyGO Project Donor
Posts: 170
Joined: Wed Oct 02, 2013 11:29 pm

Re: [App] Rooting E, F and H Bluray

Post by JeppeTh »

sectroyer wrote: Sat Feb 11, 2017 6:34 am Looks on your router you have to split it between firewall start and nat-start so IMHO it should look like this:
firewall-start:

Code: Select all

ips="210.118.88.205 157.55.184.57 72.247.182.24 68.232.34.240 104.20.21.219 104.20.22.219 106.120.130.147 65.52.164.251 72.247.182.56 72.247.182.35 68.232.34.200"
for cip in $ips
do
iptables -I FORWARD -d $cip -j DROP
done
nat-start:

Code: Select all

ips="210.118.88.205 157.55.184.57 72.247.182.24 68.232.34.240 104.20.21.219 104.20.22.219 106.120.130.147 65.52.164.251 72.247.182.56 72.247.182.35 68.232.34.200"
for cip in $ips
do
iptables -t nat -I PREROUTING  -d $cip -j DROP
done
Ok - it seems my block works. I still have 1012 version, not the latest 1013.
So pretty please with sugar on top - let me try the "new" H rooting method.
skaarax
SamyGO Project Donor
Posts: 3
Joined: Tue Nov 22, 2016 6:31 am

Re: [App] Rooting E, F and H Bluray

Post by skaarax »

sectroyer wrote: Fri Feb 17, 2017 9:15 pm
skaarax wrote: Fri Feb 17, 2017 2:18 am well f5700 has no smart hub so it cant be rooted with this method, despite somebody told me i was possible
In first post:
Launch SamyGO_Bluray_F from SmartHub
:) If you don't read not our problem :)
My mistake no one told me i read it in this post:
viewtopic.php?f=18&t=8633&p=69310&hilit=F5700#p69310
In which you sectroyer confirm it can be rooted, so i guess my problem was that i read you
JeppeTh
SamyGO Project Donor
Posts: 170
Joined: Wed Oct 02, 2013 11:29 pm

Re: [App] Rooting E, F (and H?) Bluray

Post by JeppeTh »

What router do you have for blocking. I had an Asus, but the crappy thing broke. And it seems I'm not alone.
Probably try to get another Asus anyhow...

Post Reply

Return to “BluRay Players”