Page 1 of 2
Help needed to make a widget similar to D and ES series!
Posted: Fri Sep 20, 2013 8:55 am
by mmhorda
Do we still have coders for C series?
Maybe someone could help me with widget hack for C series that would work same way as for D and ES series even if an older firmware needed?
What I mean is:
1. We have installed our Widget in smarthub that would hold SamyGO on TVs flash
2. TV starts normaly without any hack and being used like that.
3. We go to Intenet@TV and start our Widget which executes SamyGO (widget can be added to auto ticker to be "autostarted".)
We have similar widgets already made for D and ES series. I need help with making same widget for C.
I can do bash scripting but I don't really know java script and I wont be able to code and compile if anything would be needed.
Plus the main part is the first tests. I do not have cable in case i will kill TV

Such widgets I believe have own pluses and minuses that have right for co-existence with already ready solutions:)
Re: Help needed to make a widget similar to D and ES series!
Posted: Tue Sep 24, 2013 2:05 pm
by Mkò
Ready to test the widget. C series and exlink cable ready.
nice idea so we can get one hack for all series.
the problem is that on c series is impossible to start own *.so there isn't no game menu neither smarthub.
we need a widget that works as a loader for start own *.so like injectso on b series.
You have to ask to Denny on forum is a developer expert on c series widget and widget manager he decrypt the widget manager and know well how it works.
Re: Help needed to make a widget similar to D and ES series!
Posted: Sat Sep 28, 2013 9:16 am
by tempinbox
mmhorda wrote:Do we still have coders for C series?
Maybe someone could help me with widget hack for C series that would work same way as for D and ES series even if an older firmware needed?
What I mean is:
1. We have installed our Widget in smarthub that would hold SamyGO on TVs flash
2. TV starts normaly without any hack and being used like that.
3. We go to Intenet@TV and start our Widget which executes SamyGO (widget can be added to auto ticker to be "autostarted".)
We have similar widgets already made for D and ES series. I need help with making same widget for C.
I can do bash scripting but I don't really know java script and I wont be able to code and compile if anything would be needed.
Plus the main part is the first tests. I do not have cable in case i will kill TV

Such widgets I believe have own pluses and minuses that have right for co-existence with already ready solutions:)
Good project.
C series owners needs this kind of widget.
first we need to understand how hack works on d/e series and then try to port it on c series.
the problem is that there isn't an offline copy of this hack you can install it or download it only if you have a d/e series with dns trick. if you try to install it on c series with dns trick you get only broken tv widget and not the hack.
Re: Help needed to make a widget similar to D and ES series!
Posted: Sat Sep 28, 2013 9:34 am
by juusso
Some hints:
For T-VALDEUC-3005 you can just make "SamyGO" widget like D series - all inside widget. You just need correct loader.so (or correct start.sh/run.sh). Thats all.
Re: Help needed to make a widget similar to D and ES series!
Posted: Sat Sep 28, 2013 12:13 pm
by tempinbox
juuso wrote:Some hints:
For T-VALDEUC-3005 you can just make "SamyGO" widget like D series - all inside widget. You just need correct loader.so (or correct start.sh/run.sh). Thats all.
thanks for hints juuso but what about more recent valdeuc fw?
where i can download samygo d series widget (for arm).?
Re: Help needed to make a widget similar to D and ES series!
Posted: Mon Sep 30, 2013 12:51 pm
by tempinbox
juuso wrote:Some hints:
For T-VALDEUC-3005 you can just make "SamyGO" widget like D series - all inside widget. You just need correct loader.so (or correct start.sh/run.sh). Thats all.
juuso please upload a backup of d series arm rooting widget so we can try to port it to c series.
Re: Help needed to make a widget similar to D and ES series!
Posted: Mon Sep 30, 2013 10:09 pm
by mmhorda
In the D series widget i can see that it starts main.lua and that one is calling game.so which one then calling other things like rcSGO (that's basically where we should get for now)
I think we would need Denny's or someone else help making similar *.so for C series.
Re: Help needed to make a widget similar to D and ES series!
Posted: Mon Sep 30, 2013 10:39 pm
by mmhorda
tempinbox wrote:Good project.
C series owners needs this kind of widget.
first we need to understand how hack works on d/e series and then try to port it on c series.
the problem is that there isn't an offline copy of this hack you can install it or download it only if you have a d/e series with dns trick. if you try to install it on c series with dns trick you get only broken tv widget and not the hack.
There is no problem with D and ES series widgets. I have all TV series. If i install it on one i can then download it via FTP from TV.
1. Their work is quite understandable too.
2. D and ES series use different approach
3. There is almost ready widget for C series too (hack widget for 3005 version). We just need to place everything in the right direction.
Re: Help needed to make a widget similar to D and ES series!
Posted: Tue Oct 01, 2013 4:21 pm
by tempinbox
mmhorda wrote:In the D series widget i can see that it starts main.lua and that one is calling game.so which one then calling other things like rcSGO (that's basically where we should get for now)
I think we would need Denny's or someone else help making similar *.so for C series.
Interesting... is possible do the same on c series? so the *.so app are launched from game.so or there is an other loader that is called from game.so?
can you upload a backup copy of samygo d series rooting widget for arm? And another question the samygowidget works on sdk tv emulator?
The webif of d series works on c series too well i test it.
Re: Help needed to make a widget similar to D and ES series!
Posted: Tue Oct 01, 2013 4:57 pm
by juusso
Guys, i dont see any sense to invent wheel. On firmwares > T-VALDEUC 3005 and above you can`t call native game (loader.so) because of restrictions made by samsung. Also here is no sense to dig in to this on firmwares <3005, widget hack is working, all what you need is just place required modules on attached USB.
In all firmwares you can also use super qool autostart: start.sh where you call Extensions from there. What is your problem? You won`t use USB? Then use customised start.sh. You can place Extensions to any rw partition (if there is enough place) and call it from there. This is my IMO: playing with C series SamyGO is obsolete.
Moreover, we don`t have working loader.so for even firmwares<3005, i don`t talk about those >3005.