[App] White Raven for E/F/H series - Version 0.5.1

Here are software that related with Samsung F series TVs.
Please don't create any new topic here unless you have software to post/release.

User avatar
brunogts77
Posts: 768
Joined: Sat Feb 18, 2012 8:34 pm

Re: [App] White Raven for E/F/H series - Version 0.4.0

Post by brunogts77 »

Murdock wrote: Tue Sep 29, 2020 6:02 am
brunogts77 wrote: Mon Sep 28, 2020 8:09 pm Hi Murdock, Thank you very much for the work you have been doing with "White Raven". One question, is it possible to configure this site (https://ww13.mrpiracy.top/) to run on Samsung TV? Thanks.
There used to be a version of White Raven that based on python and Kodi style url resolvers.
I switched to a torrent based server because url resolvers changed so frequently. (+Lot of virus.)

Of course, everything is possible.
I am now working on an application installer for Legacy and Tizen platforms. + Working on White Raven's Tizen version.
Once I’m done with it, I will look for the old source codes and see what I can do.
Hi Murdock. Very thanks. I Will waith for news, very thanks. One more thing, is it possible install kody on Samsung TV?
UE42F5570 T-MST12DEUC_1119] [OTN=OFF] [OSCAM=ON]
UE55JU6870 T-HKMDEUC-1480 [OSCAM=ON]
bobiturboto
SamyGO Project Donor
Posts: 489
Joined: Sun Mar 23, 2014 8:15 pm
Location: Bulgaria

Re: [App] White Raven for E/F/H series - Version 0.4.0

Post by bobiturboto »

Please search the forum there are several threads about this

Sent from my D6503 using Tapatalk

User avatar
brunogts77
Posts: 768
Joined: Sat Feb 18, 2012 8:34 pm

Re: [App] White Raven for E/F/H series - Version 0.4.0

Post by brunogts77 »

bobiturboto wrote: Wed Sep 30, 2020 3:41 am Please search the forum there are several threads about this

Sent from my D6503 using Tapatalk
Hi, is it possible? Install kody?
UE42F5570 T-MST12DEUC_1119] [OTN=OFF] [OSCAM=ON]
UE55JU6870 T-HKMDEUC-1480 [OSCAM=ON]
User avatar
Murdock
SamyGO Project Donor
Posts: 236
Joined: Tue Apr 19, 2016 2:10 pm

Re: [App] White Raven for E/F/H series - Version 0.4.0

Post by Murdock »

Hello @brunogts77.

The short answer is no. I didn’t find Kodi for Legacy or Tizen.
Last edited by Murdock on Fri Oct 09, 2020 5:49 pm, edited 3 times in total.
jacko0
SamyGO Project Donor
Posts: 13
Joined: Wed Nov 12, 2014 9:02 pm

Re: [App] White Raven for E/F/H series - Version 0.4.0

Post by jacko0 »

Murdock wrote: Tue Sep 29, 2020 2:16 pm Hello jacko0,

Please tell me more about your tv: type, version, root. Send me the exact error message.
Cgi Web interface need to be enabled to. If there is no other solution, you can start the server manually with telnet.
Was there an older version that worked on your TV?
Working now with v0.40 on a f8000 series. maybe because i first upgraded it manually from 0.34 to 0.40 just replacing files and didn't work.
Installing with application synchronization works great, thanks.
horatyu
SamyGO Project Donor
Posts: 69
Joined: Thu Sep 10, 2015 9:55 pm

Re: [App] White Raven for E/F/H series - Version 0.4.0

Post by horatyu »

Hello Murdock,
I install your app "White Raven" 0.4.0 from sync app, not manual.
My Tv 48H8000 with soft T-GFPDEUC_1210.3 and have Root and work oscam on my Tv, but your app White Raven 0.4.0 not work
https://i.postimg.cc/BQr1t5d2/IMG-20201008-091800.jpg

My web interface is this:

https://i.postimg.cc/k4871ZJ5/IMG-20201008-094144.jpg

Maybe , I not follow all steps or error is in another place
How fixed this?
Thx.
horatyu
SamyGO Project Donor
Posts: 69
Joined: Thu Sep 10, 2015 9:55 pm

Re: [App] White Raven for E/F/H series - Version 0.4.0

Post by horatyu »

Maybe not work your app because I block in my router this site :
msecnd.net
samsungotn.net
otn.samsungcloudcdn.com
samsungcloudsolution.net
User avatar
Murdock
SamyGO Project Donor
Posts: 236
Joined: Tue Apr 19, 2016 2:10 pm

Re: [App] White Raven for E/F/H series - Version 0.4.0

Post by Murdock »

Hello horatyu,

You can access the web interface (php/cgi) in the following address: http://[YOUR TV'S IP]:1080/cgi-bin/test.cgi
If it is not available, I think you need to enable this function: /mnt/etc/init.d/06_05_apache.init.dis

Please test these.
Bye, Murdock
horatyu
SamyGO Project Donor
Posts: 69
Joined: Thu Sep 10, 2015 9:55 pm

Re: [App] White Raven for E/F/H series - Version 0.4.0

Post by horatyu »

Ok.
I test but not work
First tine when I rooted my tv , I can View this page ( http://myiptv:1080/cgi-bin/test.cgi ) , but now I can't view.
In "code" I put 06_05_apache.init from my tv, but I not have in my Tv 06_05_apache.init.dis

Code: Select all

#!/bin/sh
#
# © Copyright 1996-2011, ZsoltTech.Com
#       by Ser Lev Arris <arris@ZsoltTech.Com>
#
#       donated for the SamyGo Project
#       http://samygo.sourceforge.net/
#
#       Version: SamyGO svn $Id: 06_05_apache.init 1117 2011-03-29 22:36:22Z arris69 $

. /dtv/SGO.env

WEBROOT="/dtv/www"
CGIDIR="/dtv/cgi-bin"
PORT="1080"

# customize php.ini & httpd.conf?
PARAMS="-D PHP5CGI"
case $1 in 
	start)
		echo " " >> $LOGFILE 2>&1  
		echo "+++++++++++++++++ APACHE ++++++++++++++++" >> $LOGFILE 2>&1   
		echo " " >> $LOGFILE 2>&1 		
	# sample cgi, usage: http://192.168.1.51/cgi-bin/test.cgi
	mkdir -p $CGIDIR $SYSROOT/etc/php/apache2-php5
    ln -s $SYSROOT/var/www $WEBROOT

	echo "#!/bin/sh
echo Content-type: text/html
echo \"\"
echo \"<head>
<title>Stop Start</title></head><body bgcolor=\'#FFFFFF\' text=\'#000000\' alink=\'#ff0000\' vlink=\'#00007f\' link=\'#0000ff\'>\"
if [ -z \$2 ] ; then
	for i in $SYSROOT/etc/init.d/*.init ; do
		echo \"<H3>\$i <a href=\\\"/cgi-bin/test.cgi?\$i+start\\\">start</a> <a href=\\\"/cgi-bin/test.cgi?\$i+stop\\\">stop</a></H3>\"
		echo "Status:"
		echo \"<H5>\"
		\$i status 2>&1 | sed -e \"s,$,</br>,\"
		echo \"</H5>\"
	done
else
		echo \"<center><form><textarea rows=10 cols=120 wrap=soft>\"
	/bin/sh -x \$1 \$2 2>&1
		echo \"</textarea></form></center>\"
	echo \"\$1 with parameter \$2 <br/>\"
	echo \" <a href=\\\"/cgi-bin/test.cgi\\\">Back</a><br/>\"
fi
echo \"</body>\"" > $CGIDIR/test.cgi
	chmod a+x $CGIDIR/test.cgi
	
	# sample php
	echo '<? phpinfo(); ?>' > $WEBROOT/index.php

	# generate config
	echo "ServerRoot \"$DISTROOT/usr\"
LockFile \"/dtv/httpd.lock\"
PidFile \"/dtv/httpd.pid\"
Listen $PORT
User root
Group app
ServerAdmin arris@ZsoltTech.Com
ServerName 127.0.0.1:$PORT
MaxClients 20
MaxRequestsPerChild 2
DocumentRoot \"$WEBROOT\"
<Directory />
	Options FollowSymLinks
	AllowOverride None
	Order deny,allow
	Deny from all
</Directory>
<Directory \"$WEBROOT\">
	Options Indexes FollowSymLinks
	AllowOverride None
	Order allow,deny
	Allow from all
</Directory>
<IfModule dir_module>
	DirectoryIndex index.html
</IfModule>
<FilesMatch "^\.ht">
	Order allow,deny
	Deny from all
	Satisfy All
</FilesMatch>
ErrorLog \"/dtv/apache_error_log\"
LogLevel warn
ScriptAlias /cgi-bin/ \"$CGIDIR/\"
<Directory \"$CGIDIR\">
	AllowOverride None
	Options None
	Order allow,deny
	Allow from 10.0.0.0/8
	Allow from 192.168
	Allow from 172.16.0.0/12
	Allow from 127.0.0.0/8	
	Allow from 169.254.0.0/16	
</Directory>
DefaultType text/plain
<IfModule mime_module>
	TypesConfig $SYSROOT/etc/apache2/mime.types
</IfModule>
Include $SYSROOT/etc/apache2/modules.d/*.conf
<IfModule ssl_module>
	SSLRandomSeed startup builtin
	SSLRandomSeed connect builtin
</IfModule>" > $SYSROOT/etc/apache2/httpd.conf

# for (non working?) mod_php, set -D PHP5 in PARAMS to enable
	echo "<IfDefine PHP5>
SetEnv LD_LIBRARY_PATH \"$LD_LIBRARY_PATH\"
SetEnv PHPRC $SYSROOT/etc/php/apache2-php5/php.ini
# Load the module first
<IfModule !sapi_apache2.c>
LoadModule php5_module    lib/apache2/modules/libphp5.so
</IfModule>

# Set it to handle the files
AddHandler php5-script .php .phtml .php3 .php4 .php5
AddType application/x-httpd-php-source .phps
DirectoryIndex index.html index.html.var index.php index.phtml
</IfDefine>" > $SYSROOT/etc/apache2/modules.d/70_mod_php5.conf

	# for php-cgi (works), set -D PHP5CGI in PARAMS to enable
	echo "<IfDefine PHP5CGI>
SetEnv LD_LIBRARY_PATH \"$LD_LIBRARY_PATH\"
SetEnv PHPRC $SYSROOT/etc/php/apache2-php5/php.ini
ScriptAlias /privateer-bin $DISTROOT/usr/bin
AddHandler application/x-httpd-php5 php
Action application/x-httpd-php5 /privateer-bin/php-cgi
DirectoryIndex index.html index.php
<Directory \"$DISTROOT/usr/bin\">                                                  
	AllowOverride None                                                                                
	Options None                                                                                  
	Order allow,deny                                                                          
	Allow from all                                                                        
</Directory>
</IfDefine>" > $SYSROOT/etc/apache2/modules.d/70_mod_php5_cgi.conf

	# fix php.ini
	sed -i -e "s,/usr/lib/extensions,$DISTROOT/extensions," $SYSROOT/etc/php/apache2-php5/php.ini || \
		echo "extension_dir = \"$DISTROOT/extensions\"" > $SYSROOT/etc/php/apache2-php5/php.ini

	httpd -f $SYSROOT/etc/apache2/httpd.conf $PARAMS &
	#status to log
	netstat -tanup | grep httpd | grep ":$PORT"  >> $LOGFILE 2>&1
	
	;;
	stop)
	httpd -k stop -f $SYSROOT/etc/apache2/httpd.conf 
	;;
	status)
	netstat -tanup | grep httpd | grep ":$PORT"
	;;
	*)
	echo "Usage: $0 {start|stop|status}" 1>&2
	exit 0
	;;
esac
Look please in my TV have this files:

https://i.postimg.cc/43WHp5Zy/Screensho ... andftp.jpg

Please send me in private this file : 06_05_apache.init.dis If you can .
Thx
User avatar
Murdock
SamyGO Project Donor
Posts: 236
Joined: Tue Apr 19, 2016 2:10 pm

Re: [App] White Raven for E/F/H series - Version 0.4.0

Post by Murdock »

This is the same file, just renamed. (enabled)
Everything looks good.

Please try to contact with vip23, he had this problem in the past.

He told me that he had previously replaced the "libcrypto.so" module for some reason. As soon as he backed up the original, the web gui server started for him.

Post Reply

Return to “[F] Software”