Page 3 of 4
Re: [App] Dialog. Bash GUI C/D/E/F/H
Posted: Tue Apr 07, 2015 3:23 am
by bugficks
too stupid to even read and understand 1st line in 1st post, buy a apple-tv
Re: [App] Dialog. Bash GUI C/D/E/F/H
Posted: Fri Apr 10, 2015 5:11 pm
by tempinbox
Still needs help for get this working could you simply explain me what i've to do?
Re: [App] Dialog. Bash GUI C/D/E/F/H
Posted: Fri Apr 10, 2015 5:21 pm
by sectroyer
tempinbox wrote:Still needs help for get this working could you simply explain me what i've to do?
First apply "ssh/scp/telnet/etc." my fix from other thread

Without it no point in testing

Re: [App] Dialog. Bash GUI C/D/E/F/H
Posted: Thu Apr 16, 2015 4:54 am
by eelsid
I'm getting this error on my H series:
# dialog --extra-label Info --extra-button --menu "Choose one:" 10 30 3 1 red 2 green 3 blue; echo $?
/mnt/usr/sbin/dialog: line 1: syntax error: unexpected word (expecting ")")
2
Posted: Thu Apr 16, 2015 8:32 am
by juusso
Wrong toolchain for binary. What exact is tv model and firmware?
Re: [App] Dialog. Bash GUI C/D/E/F/H
Posted: Fri Apr 17, 2015 1:10 am
by eelsid
UN55HU8550FXZA, T-GFP8AKUC-1123.7.
Re: [App] Dialog. Bash GUI C/D/E/F/H
Posted: Fri Apr 17, 2015 7:25 am
by juusso
ah, really. @sectroyer has to recompile binary i guess.
Re: [App] Dialog. Bash GUI C/D/E/F/H
Posted: Fri Apr 17, 2015 10:46 am
by sectroyer
juuso wrote:ah, really. @sectroyer has to recompile binary i guess.
No I don't
eelsid wrote:I'm getting this error on my H series:
# dialog --extra-label Info --extra-button --menu "Choose one:" 10 30 3 1 red 2 green 3 blue; echo $?
/mnt/usr/sbin/dialog: line 1: syntax error: unexpected word (expecting ")")
2
In 95% of cases this means you did NOT unzip on TV itself

Moreover it's possible you didn't set your ftp to binary mode

Re: [App] Dialog. Bash GUI C/D/E/F/H
Posted: Fri Apr 17, 2015 2:28 pm
by eelsid
It's working now thanks, my FTP was previously set to auto

Re: [App] Dialog. Bash GUI C/D/E/F/H
Posted: Sat Apr 25, 2015 4:58 pm
by tempinbox
But this works on tv or on telnet??? i mean the dialog box appear on tv osd or in telnet screen on pc?