D series rooting (arm cpu architecture only)

Here is information about customize your D series firmware..:!:This forum is NOT FOR USER questions or problems but DEVELOPER.

arris69
Official SamyGO Developer
Posts: 1700
Joined: Fri Oct 02, 2009 8:52 am
Location: Austria/Vienna (no Kangaroos here)
Contact:

Re: D series rooting. Open!

Post by arris69 »

cctop wrote:Hi!

First of all, great Job. Thanks alot for investing your time in creating that project and giving support.

I do have a question about the application installation.
Is it possible to download it and do the installation locally in my network?
so that I do not have to use the IP given from you and use my internal IP?

BR
cctop
official answer is simply: no
inofficial it's possible but don't ask here how to do that (it will end with a ban if you do that), we selected this method so users don't have to bother what version they need and they don't need to mess around to setup webserver etc...

also further support (by me) will be ignored if user not provide:
  • exact model type (like: UExxD7000)
  • firmware version (class and version, like T-GASDEUC-1008.0)
  • DUID (it's written somewhere in this thread where you can find it)
  • type of share user like to connect (nfs, upnp or samba/windows, in case of windows exact windows version. like Windows 7 Professional German, for upnp nas type and model or upnp server software/version)
  • exlink console log or output of dmesg command (this point is optional but, so if you have exlink cable provide it pls.)
thnx
arris
mrmrmrmr
Posts: 46
Joined: Fri Jul 29, 2011 8:32 pm

Re: D series rooting. Open!

Post by mrmrmrmr »

mrmrmrmr wrote:
arris69 wrote:
mrmrmrmr wrote:...
what do you mean ?
shall I resync from server ?
yes, but if possible remove the samygo widget first...

ok; I've done that.
and then I re edited my samba.init file and now I can see that the samba share is mounted (cifs module is loaded)
also I can see that a new device "SamyGO USB" is connected on TV screen.

But, I still have problems:

1. Telnet to 1023 port still says "/bin/sh: not found" and "invalid argument"
2. On the TV screen I see a banner on blue "Extensions-Pack is Nested on this Device !" and I can't remove it. How can I remove that ? ( banner is removed when I press "return" on the remote. but it would be better if it never shows up.)
3. On the virtual USB , I can see my shared folders under "smb" but I can't go deep in the directories. At some point it says "Cannot read folder" on TV screen. And on SamyGO shell when I go into the mounted directory I can't see my files. On "SamyGO Virt. USB" screen it keeps saying "Loading..." forever.

How can Iresolve these ?
Is the telnet issue just occuring with my TV, or is it a known problem ?
btw, my problem with Samba share is localized to deep folders (more than 3 levels) , is this normal ?

also, I couldn't find how to disable PVR encription. Where can I find that information ?

edit: can I upgrade my TV software ?
TV : UE55D7000 - Firmware : T-GASDEUC-1013 , BT-G
Lan server: Windows 7 Ultimate
User avatar
juusso
SamyGO Moderator
Posts: 10129
Joined: Sun Mar 07, 2010 6:20 pm

Re: D series rooting. Open!

Post by juusso »

Telnet works, if connected from UNIX client:

Code: Select all

[juuso@my root]$ telnet 192.168.1.210 1023
pwd
/mtd_down/widgets/user/SamyGO/SamyGO
cat /proc/cmdline
root=/dev/tfsr8 console=ttyS3,115200n8 SELP_ENABLE=23331003 onboot=0067 quiet
No telnet from windows directly!
As alternative you could use netcat:

Code: Select all

nc 192.168.1.210 1023
samba problem exists and it seems is for sure Samsung`s limitation. (Meal for patching ;) )
Software upgrade is ok (until we figure out samsung starts to disable hack), but i don`t think it is needed (i mean - upgrade).
In other hand, SamyGO doesn`t recommend firmware upgrade, because you can lose root access and SamyGO stops working.
LE40B653T5W,UE40D6750,UE65Q8C
Have questions? Read SamyGO Wiki, Search on forum first!
FFB (v0.8), FFB for CI+ . Get root on: C series, D series, E series, F series, H series. rooting K series, exeDSP/exeTV patches[C/D/E/F/H]

DO NOT EVER INSTALL FIRMWARE UPGRADE
User avatar
prairie
SamyGO Project Donor
Posts: 303
Joined: Wed May 04, 2011 10:30 pm

Re: D series rooting. Open!

Post by prairie »

juuso wrote: Software upgrade is ok (until we figure out samsung starts to disable hack), but i don`t think it is needed (i mean - upgrade).
In other hand, SamyGO doesn`t recommend firmware upgrade, because you can lose root access and SamyGO stops working.
Standby software upgrade we can disable so samsung can't force that but what about smarthub update, is there a way to disable that?
PN60F8500AFXZA
T-FXPAKUC 1206.3 + SamyGO

"BrickMaster 2015"
mrmrmrmr
Posts: 46
Joined: Fri Jul 29, 2011 8:32 pm

Re: D series rooting. Open!

Post by mrmrmrmr »

juuso wrote:Telnet works, if connected from UNIX client:

Code: Select all

[juuso@my root]$ telnet 192.168.1.210 1023
pwd
/mtd_down/widgets/user/SamyGO/SamyGO
cat /proc/cmdline
root=/dev/tfsr8 console=ttyS3,115200n8 SELP_ENABLE=23331003 onboot=0067 quiet
No telnet from windows directly!
As alternative you could use netcat:

Code: Select all

nc 192.168.1.210 1023
this was an interesting comment.
I don't see the difference of telnet from Windows or Linux client.
But anyway I tried from a Linux client and got the same output (as expected)
any other ideas ?
TV : UE55D7000 - Firmware : T-GASDEUC-1013 , BT-G
Lan server: Windows 7 Ultimate
User avatar
juusso
SamyGO Moderator
Posts: 10129
Joined: Sun Mar 07, 2010 6:20 pm

Re: D series rooting. Open!

Post by juusso »

nc also?
here is a difference because we don`t have telnet per se. We have interactive netcat shell.

Anyway, you shouldn`t get that error you have in any case.
LE40B653T5W,UE40D6750,UE65Q8C
Have questions? Read SamyGO Wiki, Search on forum first!
FFB (v0.8), FFB for CI+ . Get root on: C series, D series, E series, F series, H series. rooting K series, exeDSP/exeTV patches[C/D/E/F/H]

DO NOT EVER INSTALL FIRMWARE UPGRADE
denobasis
Posts: 6
Joined: Fri Nov 11, 2011 5:51 pm

Re: D series rooting. Open!

Post by denobasis »

hi,

SamyGO ran one day without problems.

Suddenly, no SamyGo-Icon in Smarthub is to see (just text) and i have no FTP or Telnet access and I can not reinstall nor delete the app.

To delete the app I've tried:
1) reinstall
2) reset TV to default factory settings (10s Exit-button)
3) delte in SmartHub with yellow-Button
4) tried a TV update to Version:1016

How do you delete the app? I want to clean reinstall them

thx
UE46D6500
1016
win7

Post Reply

Return to “[D] Firmware”