Changing Smart TV Boot Logo
Re: Changing Smart TV Boot Logo
Sorry for the Offtopic too, but aint source code available at the samsundforum? Do the source contain the needed drivers for the linux kernel? I thought only the exeDSP is not open source.
- erdem_ua
- SamyGO Admin
- Posts: 3126
- Joined: Thu Oct 01, 2009 6:02 am
- Location: Istanbul, Turkey
- Contact:
Re: Changing Smart TV Boot Logo
I explain the technique...
For change bootlogo, you needed to leave Bootup logo ON from menu. Because TV setup some eeprom values with it. Without this, TV cannot show any bootup logo.
Than you needed to place a file to /mtd_rwarea/FastLogoOff for disable original boot picture load.
After that, you can show any ARGB 32 bit BMP file by loading FastLogo kernel module from "start.sh".
Addition of this line will make the job.
File could be any file size up to FULL HD resolution.
But do not try this at home. Even I bricked my TV while playing with start.sh file. So this is DANGEROUS.
But saves you play with more dangerous things like flashing custom partitions.
For change bootlogo, you needed to leave Bootup logo ON from menu. Because TV setup some eeprom values with it. Without this, TV cannot show any bootup logo.
Than you needed to place a file to /mtd_rwarea/FastLogoOff for disable original boot picture load.
After that, you can show any ARGB 32 bit BMP file by loading FastLogo kernel module from "start.sh".
Addition of this line will make the job.
Code: Select all
insmod /mtd_exe/FastLogo/FastLogo.ko logo_file=/mtd_rwarea/mylogo.bmp pos_x="0" pos_y="0"
But do not try this at home. Even I bricked my TV while playing with start.sh file. So this is DANGEROUS.
But saves you play with more dangerous things like flashing custom partitions.

Re: Changing Smart TV Boot Logo
Erdem, you forgot to say, it is for D5 and D6 series only and it is neccessary to add all environment variables there and sure start exeDSP from start.sh.
Chmod 755 is needed also! Wrong start file is direct way to brick.
If interested i could post working start.sh (separate thread).
Chmod 755 is needed also! Wrong start file is direct way to brick.
If interested i could post working start.sh (separate thread).
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: Changing Smart TV Boot Logo
Post it, it would be nice addition to sammy.
Re: Changing Smart TV Boot Logo
I see also "/dtv/usb/sda1/SEC_LOGO" string in the FastLogo.so, what does it do?
(I'm just looking at the contents of the FastLogo.so file, not disassembling...)
(I'm just looking at the contents of the FastLogo.so file, not disassembling...)
PS59D6900 T-MST5DEUC-1023.0
- erdem_ua
- SamyGO Admin
- Posts: 3126
- Joined: Thu Oct 01, 2009 6:02 am
- Location: Istanbul, Turkey
- Contact:
Re: Changing Smart TV Boot Logo
It's interesting. But I bet it's useless. Because when that script shown at boot up, even some internal partitions doesn't mounted. I don't think if usb disk mounts. Probably those are some development test case strings remains at ko..Spoza wrote:I see also "/dtv/usb/sda1/SEC_LOGO" string in the FastLogo.so, what does it do?
(I'm just looking at the contents of the FastLogo.so file, not disassembling...)
-
- Posts: 1
- Joined: Thu May 17, 2012 8:40 pm
Re: Changing Smart TV Boot Logo
Hi
Now how can i Chang the Boot Logo? Did'nt completly understand the Admin's Post. Is there a Way to Change the Original Path Logo without create Temp-path?
Because the write permission is denied in /mtd_exe/FastLogo .... is it Possible to change Text too?
Thanx for any helping answer

Now how can i Chang the Boot Logo? Did'nt completly understand the Admin's Post. Is there a Way to Change the Original Path Logo without create Temp-path?
Because the write permission is denied in /mtd_exe/FastLogo .... is it Possible to change Text too?
Thanx for any helping answer

Re: Changing Smart TV Boot Logo
Hello together!
I'm really exited I just got SamyGo to work on my D7000 - I'd never thought that would ever happen. Great work and thank you very much!
Now I also wonder whether it's possible tho change the boot-Logo or even the background-image in Smarthub. Any news about this?
Cheers,
Manu
I'm really exited I just got SamyGo to work on my D7000 - I'd never thought that would ever happen. Great work and thank you very much!
Now I also wonder whether it's possible tho change the boot-Logo or even the background-image in Smarthub. Any news about this?
Cheers,
Manu