Page 1 of 1
Patch Restricted Firmware
Posted: Thu Nov 07, 2013 12:38 pm
by BigNerd95
I have UE40B8000 tv just downgraded to 3000.G fw with FFB from 3002.1
All works correctly but I want some SamyGO pass autorun when I turn on my tv like telnet and remote lan control
To allow autorun i need a patched fw, so my questio are:
A firmware installed with FFB is yet patched (with root access and i can edit start script)?
Or i have to flash with normal procedure a patched 3000.G fw?
Is possible to patch latest firmware too? Like 3002.1? Or only unrestricted firmware can be patched?
Re: Patch Restricted Firmware
Posted: Thu Nov 07, 2013 3:00 pm
by juusso
Hi,
I advice you to install one of AD patched firmwares available
here. Use normal procedure, you don`t need FFB for this. Then you have to crate /mtd_rwarea/SamyGO.sh script, where you can add your wanted autostart apps (use
gdbtrick or
injectso for this goal). Only unrestricted firmware can be patched w/o issues.
Re: Patch Restricted Firmware
Posted: Thu Nov 07, 2013 4:59 pm
by BigNerd95
I was thinking to use SamyGO Firmware Patcher in advanced mode to patch 3000.G fw, is the same?
What are gdbtrick and injectso? I searched on the wiki but there's nothing
Re: Patch Restricted Firmware
Posted: Thu Nov 07, 2013 5:10 pm
by juusso
yes, firwares are pre-patched with "-a" (advanced) option. But sure you can use your own patched 3000.G firmware aswell. As you wish
For
injectso or
gdbtrick search forum, here is some topic with well discussed object.
Re: Patch Restricted Firmware
Posted: Fri Nov 08, 2013 11:52 pm
by BigNerd95
I searched for injectso and gdbtrick, but i read this:
THIS PROJECT IS DESIGNED FOR SAMSUNG LExxB65x T-CHL7DEUC MODELS WITH 2005.0 FIRMWARE.
and i have UExxB8xxx model with T-CHU7DEUC...so what i have to do?
there isn't any other way to launch custom app at boot? at the end they are only daemon like telnet (Remote LAN Control and similar)
I have just installed my patched firmware with advanced mode, can I install SamyGO extension pack on it? o I must flash an UNpatched firmware before?
(I read that SamyGO extension can start automated other applications)
Re: Patch Restricted Firmware
Posted: Sat Nov 09, 2013 6:04 am
by juusso
yea, sure you can use Extensions with enabled injectso script. Just you have to edit script first.
Re: Patch Restricted Firmware
Posted: Sat Nov 09, 2013 10:39 pm
by BigNerd95
What modifications i have to do for my UE40B8000?
Re: Patch Restricted Firmware
Posted: Sun Nov 10, 2013 6:41 am
by juusso
pls read around. this is to general question.
Re: Patch Restricted Firmware
Posted: Sun Nov 10, 2013 12:32 pm
by BigNerd95
Ok, sorry
I found this
http://wiki.samygo.tv/index.php5/Other_ ... tions_list
I must only put
injectso binary in /mtd_rwarea/ and add this line
./
injectso `pidof exeDSP` /mtd_tlib/GGame/SamyGO_Remote/loader.so Inject_Main
in SamyGO.sh?
What is the difference between Inject_Main and Game_Main?
Thanks for all