Dump of UN46B8500 Need help/info
Dump of UN46B8500 Need help/info
I have a UN46B8500 and have looked around and cannot find any info on original firmware. I would like to know if my current firmware is modifiable or not, and if it is how do i go about using a dump to create a modified firmware that i can flash.
UN46B8500
T-CHE9AUSC-1008.1
current version 2009/11/02_001008
If you need anymore info let me know.
Kevin
http://uploading.com/files/d4ma51b6/UN4 ... 5-2012.rar
UN46B8500
T-CHE9AUSC-1008.1
current version 2009/11/02_001008
If you need anymore info let me know.
Kevin
http://uploading.com/files/d4ma51b6/UN4 ... 5-2012.rar
-
- Official SamyGO Developer
- Posts: 1700
- Joined: Fri Oct 02, 2009 8:52 am
- Location: Austria/Vienna (no Kangaroos here)
- Contact:
Re: Dump of UN46B8500 Need help/info
viewtopic.php?f=2&t=68kpkev wrote:I have a UN46B8500 and have looked around and cannot find any info on original firmware. I would like to know if my current firmware is modifiable or not, and if it is how do i go about using a dump to create a modified firmware that i can flash.
...r
Re: Dump of UN46B8500 Need help/info
i think i must translate: arris says, your firmware can be modified by hand by yourself. If your firmware is not supported by SamyGO patcher, it is not hard to do firmware modifications on linux...
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
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
Re: Dump of UN46B8500 Need help/info
after i unsquash dev block 07 (its 2mb) i see the .ko files. (Is this the exe.image?)I just want to be able to use the sammy go remote. What are the minimal steps to get the firmware to allow me to use things like sammy go extensions. Also if i edit the 2mb file is that all i need to modify, do i need to edit the versi0n info and crc info? In my dump i also have a 60mb file and a 45mb file. d o i need to do anything to them.
I really dont want to brick my tv but want the extra functions.
Scince i provided a dump of my tv if someone with access to a linux system would be willing to do the editing i would greatly appreciate it. If not is there a step by step for windows.
thanks for the fast responses
Kevin
I really dont want to brick my tv but want the extra functions.
Scince i provided a dump of my tv if someone with access to a linux system would be willing to do the editing i would greatly appreciate it. If not is there a step by step for windows.
thanks for the fast responses
Kevin
-
- Official SamyGO Developer
- Posts: 1700
- Joined: Fri Oct 02, 2009 8:52 am
- Location: Austria/Vienna (no Kangaroos here)
- Contact:
Re: Dump of UN46B8500 Need help/info
no, its the /mtd_boot partition.kpkev wrote:after i unsquash dev block 07 (its 2mb) i see the .ko files. (Is this the exe.image?)
you don't need to change anything on the firmware, just put the extensions-pack to usb and start it from "Content Library"I just want to be able to use the sammy go remote. What are the minimal steps to get the firmware to allow me to use things like sammy go extensions.
we have a wiki page how to play around with firmware images on b-seriesAlso if i edit the 2mb file is that all i need to modify, do i need to edit the versi0n info and crc info? In my dump i also have a 60mb file and a 45mb file. d o i need to do anything to them.
then not play around with the firmware...I really dont want to brick my tv but want the extra functions.
regards...
arris
Re: Dump of UN46B8500 Need help/info
thanks for everything
Re: Dump of UN46B8500 Need help/info
If you need only Extensions, you can run it as game from ContentLibrary, as you ran DumpMaker too. For this you do not needed to modify the firmware at all.
If you need autostart for Extensions, then yes, you have to modify exe.img (or dump of), according wiki article.
(;/mtd_rwarea/SamyGO.sh& on rc.local)
Update:
But if i have time i will look in to the patcher and maybe here is chance to add support of your firmware.
Just looked in to your /mtd_exe/rc.local:
All correct, could be supported 
Update2:
I modified the dumps of bml0/8 (1008) and bml0/10 (1010) for you. You can flash it to TV and now your TV will execute /mtd_rwarea/SamyGO.sh if you create it. Download.
1. Before to start it is necessary to change service menu settings (Control-sub option):
Setup rs232 to debug
Watchdog off
2. attach usb with bml10_mod.dmp, start telnet enabler and conect to tv.
3. If no errors come (100% success):
TV should boot to patched firmware (which is your alternative firmware T-CHE9AUSC-1010, but now - modified.)
4. Next you have to learn how to make proper /mtd_rwarea/SamyGO.sh and add all stuff you need to execute at autostart to it.
If you acceddentally get bricked TV, you need to build exlink cable. But i dont think this is needed. Should be ok.
If you need autostart for Extensions, then yes, you have to modify exe.img (or dump of), according wiki article.
(;/mtd_rwarea/SamyGO.sh& on rc.local)
Update:
But if i have time i will look in to the patcher and maybe here is chance to add support of your firmware.
Just looked in to your /mtd_exe/rc.local:
Code: Select all
#!/bin/sh
export MAPLE_DEFAULT_PATH=/mtd_cmmlib/InfoLink/lib
export MAPLE_MANAGER_WIDGET_PATH=/mtd_down/widgets/manager
export MAPLE_NORMAL_WIDGET_PATH=/mtd_down/widgets/normal
export MAPLE_WIDGET_DATA_PATH=/mtd_down
export MAPLE_WIDGET_INCLUDE_PATH=/mtd_down/widgets/inc
export MAPLE_PLUGIN_DATA_PATH=/mtd_cmmlib/InfoLink/lib
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/mtd_cmmlib/YWidget_LIB
export KF_SLEEP_READ=-2
echo 30000 > /mtd_rwarea/DelayValue.txt
touch /mtd_rwarea/DoPrintYahoo.txt
export KF_NO_INTERACTIVE=1
export KF_LOG=/dev/null #Remove engine logging.
cd /mtd_exe
./exeDSP

Update2:
I modified the dumps of bml0/8 (1008) and bml0/10 (1010) for you. You can flash it to TV and now your TV will execute /mtd_rwarea/SamyGO.sh if you create it. Download.
Code: Select all
#!/bin/sh
export MAPLE_DEFAULT_PATH=/mtd_cmmlib/InfoLink/lib
export MAPLE_MANAGER_WIDGET_PATH=/mtd_down/widgets/manager
export MAPLE_NORMAL_WIDGET_PATH=/mtd_down/widgets/normal
export MAPLE_WIDGET_DATA_PATH=/mtd_down
export MAPLE_WIDGET_INCLUDE_PATH=/mtd_down/widgets/inc
export MAPLE_PLUGIN_DATA_PATH=/mtd_cmmlib/InfoLink/lib
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/mtd_cmmlib/YWidget_LIB
export KF_SLEEP_READ=-2
echo 30000 > /mtd_rwarea/DelayValue.txt
touch /mtd_rwarea/DoPrintYahoo.txt
export KF_NO_INTERACTIVE=1
export KF_LOG=/dev/null ;/mtd_rwarea/SamyGO.sh&
cd /mtd_exe
./exeDSP
Setup rs232 to debug
Watchdog off
2. attach usb with bml10_mod.dmp, start telnet enabler and conect to tv.
Code: Select all
bml.restore /dev/bml0/10 /dtv/usb/sda/bml10_mod.dmp
sync
Code: Select all
touch /mtd_rwarea/PartitionSwitch_1_0
rm /mtd_rwarea/PartitionSwitch_0_0
sync
/mtd_boot/MicomCtrl 143
4. Next you have to learn how to make proper /mtd_rwarea/SamyGO.sh and add all stuff you need to execute at autostart to it.
If you acceddentally get bricked TV, you need to build exlink cable. But i dont think this is needed. Should be ok.
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
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
Re: Dump of UN46B8500 Need help/info
I honestly thank you for editing it for me.
kevin
kevin
Re: Dump of UN46B8500 Need help/info
I analyzed your dump of bml0/2 (u-boot), bml0/4 (fnw) and kernel (bml0/5) and apologize: your console is restricted and here is no u-boot access over exlink.
To be prepared, you have to restore those with required ones to have chance in future to repair tv if bricks.
To be prepared, you have to restore those with required ones to have chance in future to repair tv if bricks.
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
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
Re: Dump of UN46B8500 Need help/info
tv is black now and no remote
what now ?
so now i get your post to late and the tv is gone.

what now ?
so now i get your post to late and the tv is gone.
