Page 2 of 7
Re: T-MSXMDEUC-2004.6 support?
Posted: Sun Nov 06, 2011 7:11 pm
by juusso
Manual way is described
here. Hack without using usb hack image (has no support of T-MSXMDEUC at all).
Re: T-MSXMDEUC-2004.6 support?
Posted: Sun Nov 06, 2011 7:15 pm
by victorlop2
Way more complex, but I will give it a try.

Thanks fro your help!,
all the best,
victorlop2
juuso wrote:Manual way is described. Hack without using usb hack image (has no support of T-MSXMDEUC at all).
Re: T-MSXMDEUC-2004.6 support?
Posted: Sun Nov 06, 2011 8:41 pm
by victorlop2
With your detailed instructions wasn't that hard.

I did as the instructions say, but when importing from USB to TV in Hotel Mode I get an error "No file available".
I created a folder T-MSXMDEUC, since it is the name of the folder created when I do TV to USB in Hotel mode.
Inside that folder I only have link0, link1, link2 and Clone.data files. Is that OK or should I copy the contents of the T-MSXMDEUC/Clone I get when doing TV to USB in hotel mode also?
Thanks for your instructions!

victorlop2
Re: T-MSXMDEUC-2004.6 support?
Posted: Sun Nov 06, 2011 9:04 pm
by juusso
Afaik should work without any other files, just those, mentioned in clone.dat. But sure you can try add original files too.
Here are example files also.
Re: T-MSXMDEUC-2004.6 support?
Posted: Sun Nov 06, 2011 11:31 pm
by victorlop2
Hi juuso,
Finally, it worked. I have run.ok on my pendrive.

I used the files provided by dksoul in the other post and it worked. I think the Clone.dat file I generated was wrong (thanks dksoul). I used sda version, not sda1.
Therefore, in principle the hack works for T-MSXMDEUC running 2004.6.
One collateral effect (I don't know whether it is normal or not) is that when importing channel in hotel mode my regular antenna channels get deleted. I imported the channels again from the scm file in hack and they are restored and the hack still works.
I added: cat /proc/cpuinfo >/dtv/usb/sda/cpu.txt to run.sh, and this is the information I got:
Code: Select all
system type: MStar Titania3
processor: 0
cpu model: MIPS 34Kc V5.4
BogoMIPS: 351.23
wait instruction: yes
microsecond timers: yes
tbl entries: 16
extra interrup vector: yes
hardware watchpoint: yes, count: 4, address/irw mask: [0x0000, 0x0f78], 0x0f20, 0x0b48]
ASEs implemented: mips16 dsp mt
shadow register sets: 1
core: 0
VCED exceptions: not available
VCEI exceptions not available
Then, I guess I should get SamyGO extensions for MStar based systems and try to run them from run.sh, isn't it?
I don't have a WIFI dongle, but as soon as get one I will post more info.
Thanks juuso for your great help!,
victorlop2
Re: T-MSXMDEUC-2004.6 support?
Posted: Sun Nov 06, 2011 11:39 pm
by juusso
Well!

You`re right, you need Extensions for Mstar.
Probably you can use pack from
msx5deuc.
If not, i believe arris helps you.
Channel issue isn`t issue at all. You had to import channels after you`ve hacked TV.
p.s. don`t forget switch watchdog to off in service menu.
@Erdem, do we need monitor subforum?
Re: T-MSXMDEUC-2004.6 support?
Posted: Mon Nov 07, 2011 8:25 am
by yepp
victorlop2 wrote:Hi juuso,
Finally, it worked. I have run.ok on my pendrive.
hi, great news! i use Dlink DWA-140, HW Rev B1 this one recognized by C series without change PID_VID.
can you share you USB flash drive content?
i think i can use yours files for hack B2230HD, only mine channel_list_LS22PTD_1001.scm needed with usb_mount/1.txt inside, as i understood.
and do i need 2 different pendrives?
one for channel_list_LS22PTD_1001.scm import
and one for Hotel Menu restore?
Re: T-MSXMDEUC-2004.6 support?
Posted: Mon Nov 07, 2011 7:22 pm
by yepp
I have run.ok on my pendrive too.
thank you to all!!!
Re: T-MSXMDEUC-2004.6 support?
Posted: Mon Nov 07, 2011 9:09 pm
by victorlop2
Congratulations. I was going to upload my usb files right now, but I see it is not needed.

Now you can test SamyGO extensions for Mstar. Let us know if it works.
You just have to unzip the extensions (older version zip file first, then the second one).
Add to run.sh the line
Code: Select all
$1/SamyGO/rcSGO $1/SamyGO > $1/rcSGO_out 2>&1 &
Then you can try to connecto to your TV by SSH Telnet (you can use Putty for that).
Good luck!,
victorlop2
yepp wrote:I have run.ok on my pendrive too.
thank you to all!!!
Re: T-MSXMDEUC-2004.6 support?
Posted: Mon Nov 07, 2011 10:04 pm
by yepp
it seem i have problem with usb flash drive detecting by TV.
i made changes in link0 like mamaich do
Code: Select all
#!/bin/sh
if [ -f /dtv/busybox.initialized ]; then
# sh -x /dtv/usb/sda/run-cmd.sh &
else
export PATH=/mtd_rwarea/bin:$PATH
touch /dtv/busybox.initialized
/mtd_rwarea/busybox telnetd -l /bin/sh &
/mtd_rwarea/busybox tcpsvd -vE 0.0.0.0 21 /mtd_rwarea/busybox ftpd -w / &
fi
/sbin/usb_mount/usb_cmd $1 $2 $3 $4 $5 $6 $7
if [ "$1" = "mount" ] ; then
if [ -f /dtv/usb/$3/run.sh ] ; then
chmod 777 /dtv/usb/$3/run.sh
sh -x /dtv/usb/$3/run.sh /dtv/usb/$3
fi
fi
and now flash drives not detected.wifi dongle detected and seems working fine. but i have no telnet access.