Page 110 of 256

Re: [App] Rooting E/F on latest firmwares

Posted: Fri Feb 20, 2015 2:05 pm
by cmuc05
Sectroyer means another patch. Nothing to do with smart hub.

Come on sectroyer, give the secret of smart hub blocking away....

Re: [App] Rooting E/F on latest firmwares

Posted: Fri Feb 20, 2015 4:52 pm
by sectroyer
cmuc05 wrote: Come on sectroyer, give the secret of smart hub blocking away....
Well I can tell you how I did it but do it ONLY if you know what you are doing :)
telnet to tv and run this command:

Code: Select all

umount /etc/profile
now open ssh connection to TV. TV should reboot and no more smart hub updates :D
You have been warned :P

Re: [App] Rooting E/F on latest firmwares

Posted: Fri Feb 20, 2015 5:53 pm
by Tolek
Cuelebre wrote:My old UE22F5400AW had some kind of internal error so I went to the store and, as still on warranty, the store gave me a new one (same model).
Problem is that it comes with 2103.4 firmware (dated 12/01/2015) according to samsung web http://www.samsung.com/es/support/model/UE22F5400AWXXC
After a lot of attempts, I managed to install SamyGO and all went fine or, at least, all OK on screen.
Could you describe step by step how you managed to install SamyGo on 2103.4 firmware, please?

Re: [App] Rooting E/F on latest firmwares

Posted: Fri Feb 20, 2015 6:51 pm
by iJonny
Hey guys,

I have a Problem with my Samsung F8090 FW 1118 - With this Thread i got root access. So far so fine. But now I want to dissable the OTN Support on my NON-MST Model with the help of samyGOrc, because I have no Option for IR Remote. I already copied the file in the correct folder but now the Problem:

When I get access with Keys:
[MENU] [MUTE] [POWER] to the Service Menu the Auto Start Function of SamyGO will not work. So I don't have any access via telnet and can't send any codes. The Auto start function works perfect when i normally start the TV.

Is there any help how i can dissable the OTN Support or how i can access the Service Menu with Samy GO?



EDIT: Thanks guys - Finally I got it :)

http://wiki.samygo.tv/index.php5/How_to ... SPEED_keys
I use the last command line - that worked fine :)

Re: [App] Rooting E/F on latest firmwares

Posted: Fri Feb 20, 2015 6:57 pm
by cmuc05
sectroyer wrote:
cmuc05 wrote: Well I can tell you how I did it but do it ONLY if you know what you are doing :)
telnet to tv and run this command:

Code: Select all

umount /etc/profile
now open ssh connection to TV. TV should reboot and no more smart hub updates :D
You have been warned :P
An explanation would be nice ....

I thought /etc/profile is a file with that content:

Code: Select all

export PATH="/mnt/opt/privateer/sbin:/mnt/opt/privateer/bin:/mnt/opt/privateer/usr/bin:/mnt/opt/privateer/usr/sbin:/mnt/sbin:/mnt/bin:/mnt/usr/bin:/mnt/usr/sbin:/mnt/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/sbin:/usr/bin:/bin:/sbin"
export LD_LIBRARY_PATH="/mnt/opt/privateer/lib:/mnt/opt/privateer/usr/lib:/mnt/lib:/mnt/usr/lib:/mnt/lib:/mtd_cmmlib/Runtime/XorgLibs:/mtd_cmmlib/Runtime/lib/CairoShadow:/mtd_cmmlib/Runtime/lib:/mtd_exe/WebServerApp/bin:/mtd_cmmlib/CBRE:/dtv:/mtd_cmmlib/GAME_LIB:/dtv:/mtd_cmmlib/YWidget_LIB:/mtd_contents:/mtd_appdata/Java/lib:/mtd_exe:/mtd_cmmlib/Comp_LIB:/mtd_cmmlib/Comp_LIB/XT9_LIB:/mtd_cmmlib/InfoLink/lib/plugin/Static:/mtd_cmmlib/InfoLink/lib:/mtd_cmmlib/OIPF:/lib:/mtd_cmmlib/CM_LIB:/mtd_appext/OIPF/lib:/mtd_exe/OIPF/lib:/mtd_cmmlib/YWidget_LIB:/mtd_contents:/mtd_appdata/yahoo:/mtd_cmmlib/moip:/mtd_appext/WidgetEngine:/mtd_rocommon/Webkit:/mtd_cmmlib/stagecraft20/libs/"
export SCREENDIR=/dtv/screen
PS1='root@tv:\w $ '
ENV=/dtv/.ashrc
export ENV
But when i type

mount | grep profile

Code: Select all

/dev/mmcblk0p12 on /etc/profile type rfs (rw,relatime,vfat,llw,iocharset=utf8)
What blockdevice is /dev/mmcblk0p12?
And why smarthub stops updating by unmounting it?

Re: [App] Rooting E/F on latest firmwares

Posted: Fri Feb 20, 2015 7:36 pm
by sectroyer
cmuc05 wrote: I thought /etc/profile is a file with that content:
SpoilerShow

Code: Select all

export PATH="/mnt/opt/privateer/sbin:/mnt/opt/privateer/bin:/mnt/opt/privateer/usr/bin:/mnt/opt/privateer/usr/sbin:/mnt/sbin:/mnt/bin:/mnt/usr/bin:/mnt/usr/sbin:/mnt/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/sbin:/usr/bin:/bin:/sbin"
export LD_LIBRARY_PATH="/mnt/opt/privateer/lib:/mnt/opt/privateer/usr/lib:/mnt/lib:/mnt/usr/lib:/mnt/lib:/mtd_cmmlib/Runtime/XorgLibs:/mtd_cmmlib/Runtime/lib/CairoShadow:/mtd_cmmlib/Runtime/lib:/mtd_exe/WebServerApp/bin:/mtd_cmmlib/CBRE:/dtv:/mtd_cmmlib/GAME_LIB:/dtv:/mtd_cmmlib/YWidget_LIB:/mtd_contents:/mtd_appdata/Java/lib:/mtd_exe:/mtd_cmmlib/Comp_LIB:/mtd_cmmlib/Comp_LIB/XT9_LIB:/mtd_cmmlib/InfoLink/lib/plugin/Static:/mtd_cmmlib/InfoLink/lib:/mtd_cmmlib/OIPF:/lib:/mtd_cmmlib/CM_LIB:/mtd_appext/OIPF/lib:/mtd_exe/OIPF/lib:/mtd_cmmlib/YWidget_LIB:/mtd_contents:/mtd_appdata/yahoo:/mtd_cmmlib/moip:/mtd_appext/WidgetEngine:/mtd_rocommon/Webkit:/mtd_cmmlib/stagecraft20/libs/"
export SCREENDIR=/dtv/screen
PS1='root@tv:\w $ '
ENV=/dtv/.ashrc
export ENV
Nah. It's something we "put" there :)
cmuc05 wrote: But when i type

mount | grep profile

Code: Select all

/dev/mmcblk0p12 on /etc/profile type rfs (rw,relatime,vfat,llw,iocharset=utf8)
What block device is /dev/mmcblk0p12?

It's probably /mtd_rwarea on your TV :)
cmuc05 wrote: And why smarthub stops updating by unmounting it?
Not by "unmounting" itself but by umnounting and connecting trough SSH to TV :) Let's just say it does some "update magic" and it looks that this is what stopped smart hub update for me (almost a year WITHOUT update :) ). I post this info just to show that I am not hiding anything. I just think nobody who doesn't understand what following "my procedure" does should NOT do it :)

Re: [App] Rooting E/F on latest firmwares

Posted: Fri Feb 20, 2015 7:55 pm
by cmuc05
Thank you. And what exactly does the update magic and why it is risky?

Re: [App] Rooting E/F on latest firmwares

Posted: Fri Feb 20, 2015 7:59 pm
by schuermy
Did it like described, but it just performed a kind of factory reset. Smart hub is still doing updates immediately after rooting. Smart hub really s... :evil:

Re: [App] Rooting E/F on latest firmwares

Posted: Fri Feb 20, 2015 7:59 pm
by sectroyer
cmuc05 wrote:Thank you. And what exactly does the update magic and why it is risky?
That is EXACTLY what I don't want to post :) Everything is in /etc/profile :) If somebody understands it and wants to try it NOT my fault :P Let's just say that "update magic" used incorrectly can even cause brick :)
schuermy wrote:Did it like described, but it just performed a kind of factory reset. Smart hub is still doing updates immediately after rooting. Smart hub really s... :evil:
And that's exactly why I don't post more info :P You don't know what you are doing and you try anyway :P
BTW remember that I have also iptables.sh set to auto start:

Code: Select all

#!/bin/sh
myips="70.37.72.170 210.118.88.205 157.55.184.57"
for ip in $myips
do
        echo "Block IP: $ip"
        iptables -t nat -A OUTPUT -s $ip -d 0/0 -j DNAT --to-destination 127.0.0.1
        iptables -t nat -A OUTPUT -d $ip -s 0/0 -j DNAT --to-destination 127.0.0.1
done

Re: [App] Rooting E/F on latest firmwares

Posted: Fri Feb 20, 2015 8:30 pm
by LS29
I guys,
I have read last Post's and i question, my App Youtube, Skype,, and others don't work,
it's the same problem with Smart Hub??
I have root and my Sat channels work great, but Apps no, why?