Page 17 of 24
Re: [App] J ROOT on T-HK* fw up to 1480
Posted: Tue Jul 11, 2017 10:05 pm
by zoelechat
Indeed if you can't understand commandline syntax, better use GUI.
FYI, PVRdecoder and srf2ts.sh are using same drmdecrypt

Re: [App] J ROOT on T-HK* fw up to 1480
Posted: Mon Jul 17, 2017 5:57 am
by mad_ady
A bit of an offtopic question, but do you guys also provide an equivalent for libSoftPowerOff? Or is it not needed for Tizen TVs (e.g. shell is available in off state)?
Re: [App] J ROOT on T-HK* fw up to 1480
Posted: Mon Jul 17, 2017 9:36 am
by zoelechat
mad_ady wrote: ↑Mon Jul 17, 2017 5:57 am
A bit of an offtopic question, but do you guys also provide an equivalent for libSoftPowerOff? Or is it not needed for Tizen TVs (e.g. shell is available in off state)?
Currently none existing for J where using Samsung's "instant" cause similar troubles as previous series (umount USB=break root). I've got some private beta for K (to be released later!), but almost impossible to port without J at hand

Re: [App] J ROOT on T-HK* fw up to 1480
Posted: Mon Jul 17, 2017 9:49 am
by mad_ady
Ok, thanks!
It was a nice feature - allowing you to use the TV as a "server" even when it was off.
Re: [App] J ROOT on T-HK* fw up to 1480
Posted: Mon Jul 17, 2017 6:05 pm
by Steiner
TV as a "server" ? I have not heard yet.
The router with OpenWrt is enough for 30 €
Re: [App] J ROOT on T-HK* fw up to 1480
Posted: Mon Jul 17, 2017 6:51 pm
by mad_ady
Well. Maybe server is not the right word. I meant as a headless system. For example, for me is easier to work on the TV when it's off, and I'm not at home.
But since you can run a different rootfs with chroot, the TV could be quite useful and run a mainline OS like debian.
By the way, @zoelechat: are Tizen TVs finally armhf, or are they still armel?
Re: [App] J ROOT on T-HK* fw up to 1480
Posted: Mon Jul 17, 2017 7:32 pm
by zoelechat
Soft
Code: Select all
Hardware: Samsung SDP1501(Flattened Device Tree)
Architecture: armv7l
Byte Order: Little Endian
CPU(s): 4
On-line CPU(s) list: 0-3
Thread(s) per core: 1
Core(s) per socket: 4
Socket(s): 1
Model: 1
Model name: ARMv7 Processor rev 1 (v7l)
CPU max MHz: 1300.0000
CPU min MHz: 100.0000
BogoMIPS: 49.15
Virtualization type: full
Flags: swp half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt
Re: [App] J ROOT on T-HK* fw up to 1480
Posted: Wed Jul 26, 2017 7:55 pm
by ulster444
Hi, probabbly stupid question but when ssh-ying as root and trying change password escapes msg:
passwd: can't create '/etc/passwd+': Read-only file system
passwd: can't update password file /etc/passwd
any help?
Re: [App] J ROOT on T-HK* fw up to 1480
Posted: Wed Jul 26, 2017 10:13 pm
by zoelechat
Even if you were able to change password that way, it would be overwritten on reboot since it's hardcoded in ssh script. Actually password change is not intended, we're not in Ubuntu
Here's a small script to change it (will save me writing procedure!), yet to be improved maybe, will include to next sysroot if any
(extract script to eg. SYSROOT/usr/bin)
Code: Select all
UE49KS7000~ # rootpwd.sh
Enter new SamyGO root password:
Password successfully changed, now reboot TV to apply.
UE49KS7000~ # reboot
Re: [App] J ROOT on T-HK* fw up to 1480
Posted: Wed Jul 26, 2017 10:40 pm
by ulster444
we're not in Ubuntu

even if we are not in Ubuntu, I will appreciate, with all due respect, answer to question: Where we are?:)
anyway thanks for solution