HelloWorld.c

Here for general support for F series TVs, request and problem solve area.

MrKalach
SamyGO Project Donor
Posts: 33
Joined: Tue Aug 12, 2014 1:48 pm

Re: HelloWorld.c

Post by MrKalach »

juuso wrote:uname -a
Linux (none) 3.0.33 #1 SMP PREEMPT Tue Sep 10 17:40:57 KST 2013 armv7l GNU/Linux
Samsung 55" LED-TV UE55F8005STXXE (SW: T-FXPDEUC-1118.0 == DATE: 2014-04-25 == MICOM: T-FOXDEUS2-1003 DTP-SDAL-FOXP-DEU023-1703)

SGS10+
developer
C/C++/Java
sectroyer
Official SamyGO Developer
Posts: 6305
Joined: Wed May 04, 2011 5:10 pm

Re: HelloWorld.c

Post by sectroyer »

MrKalach wrote:
zoelechat wrote:
MrKalach wrote:Doesn't work.
Are you saying it doesn't work just because there's no output? Did you check in media player if you can seek movies by set values with arrows, after patching? Also better use Telnet instead of Putty...
Sure :) I tried, without reboot and with reboot. Putty is best solution 8-)
run just:

Code: Select all

./seekpatch
also try replacing "-n exeAPP" with "-p `pidof exeAPP`"
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 !!!!
MrKalach
SamyGO Project Donor
Posts: 33
Joined: Tue Aug 12, 2014 1:48 pm

Re: HelloWorld.c

Post by MrKalach »

I have got nothing, see last screenshot.
Samsung 55" LED-TV UE55F8005STXXE (SW: T-FXPDEUC-1118.0 == DATE: 2014-04-25 == MICOM: T-FOXDEUS2-1003 DTP-SDAL-FOXP-DEU023-1703)

SGS10+
developer
C/C++/Java
sectroyer
Official SamyGO Developer
Posts: 6305
Joined: Wed May 04, 2011 5:10 pm

Re: HelloWorld.c

Post by sectroyer »

MrKalach wrote:I have got nothing, see last screenshot.
Okay run these two commands and make a screen shot:

Code: Select all

echo "TEST1" > /dev/stdout 
echo "TEST2" > /dev/stderr
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 !!!!
MrKalach
SamyGO Project Donor
Posts: 33
Joined: Tue Aug 12, 2014 1:48 pm

Re: HelloWorld.c

Post by MrKalach »

I tried both, putty and terminal.
You do not have the required permissions to view the files attached to this post.
Samsung 55" LED-TV UE55F8005STXXE (SW: T-FXPDEUC-1118.0 == DATE: 2014-04-25 == MICOM: T-FOXDEUS2-1003 DTP-SDAL-FOXP-DEU023-1703)

SGS10+
developer
C/C++/Java
sectroyer
Official SamyGO Developer
Posts: 6305
Joined: Wed May 04, 2011 5:10 pm

Re: HelloWorld.c

Post by sectroyer »

MrKalach wrote:I tried both, putty and terminal.
Okay I am almost sure what you did wrong. Now try this:

Code: Select all

echo TEST1 1>&1
echo TEST2 1>&2
touch /dev/stderr &2>1
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 !!!!
MrKalach
SamyGO Project Donor
Posts: 33
Joined: Tue Aug 12, 2014 1:48 pm

Re: HelloWorld.c

Post by MrKalach »

Wow! why stderr readonly???
You do not have the required permissions to view the files attached to this post.
Samsung 55" LED-TV UE55F8005STXXE (SW: T-FXPDEUC-1118.0 == DATE: 2014-04-25 == MICOM: T-FOXDEUS2-1003 DTP-SDAL-FOXP-DEU023-1703)

SGS10+
developer
C/C++/Java
sectroyer
Official SamyGO Developer
Posts: 6305
Joined: Wed May 04, 2011 5:10 pm

Re: HelloWorld.c

Post by sectroyer »

MrKalach wrote:Wow! why stderr readonly???
that is expected. Now this:

Code: Select all

touch /dev/stderr
echo TEST4 > /dev/stderr
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 !!!!
MrKalach
SamyGO Project Donor
Posts: 33
Joined: Tue Aug 12, 2014 1:48 pm

Re: HelloWorld.c

Post by MrKalach »

done!
You do not have the required permissions to view the files attached to this post.
Samsung 55" LED-TV UE55F8005STXXE (SW: T-FXPDEUC-1118.0 == DATE: 2014-04-25 == MICOM: T-FOXDEUS2-1003 DTP-SDAL-FOXP-DEU023-1703)

SGS10+
developer
C/C++/Java
sectroyer
Official SamyGO Developer
Posts: 6305
Joined: Wed May 04, 2011 5:10 pm

Re: HelloWorld.c

Post by sectroyer »

One last thing run:

Code: Select all

./seekpatch 2>&1
IMHO there is something wrong with your connection to TV...
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 !!!!

Post Reply

Return to “[F] Support”