Flashing Hacked Firmware to CI+ devices LE40B652

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

samybill
Posts: 50
Joined: Mon Nov 07, 2011 10:07 am
Location: "s-Hertogenbosch, Netherlands

Re: Flashing Hacked Firmware to CI+ devices LE40B652

Post by samybill »

Is it possible to prepair SamyGo.sh with notepad++ on my computer and upload it with ftp?
LE40B652 CI+ Firmware 2006.0 unpatched
cable TV , DVB-C over CI+
User avatar
erdem_ua
SamyGO Admin
Posts: 3125
Joined: Thu Oct 01, 2009 6:02 am
Location: Istanbul, Turkey
Contact:

Re: Flashing Hacked Firmware to CI+ devices LE40B652

Post by erdem_ua »

Yes, But you needed to use correct line endings (unix style, not windows).
Also any mistake render your TV into bootloop.
So it's better to have boot loop avoid code in your file, as written in wiki..
samybill
Posts: 50
Joined: Mon Nov 07, 2011 10:07 am
Location: "s-Hertogenbosch, Netherlands

Re: Flashing Hacked Firmware to CI+ devices LE40B652

Post by samybill »

Never to late to learn :)
I think you mean this code

Code: Select all

#!/bin/sh

# Enable Telnetd
if [ `cat /proc/mounts | grep -c "/dev/pts"` -lt "1" ] ; then
        echo "telnetd Enabled"
        mount -t devpts devpts /dev/pts
        telnetd
else
        echo "/dev/pts is mounted"
fi

# Open back-door for fixing boot-loop situations
sleep 20            # Allow USB-stick to settle
USB="/dtv/usb/sda1" # USB mount-point

if [ -f $USB/usb.sh ];then
        echo "USB-File detected"
        $USB/usb.sh
        exit
else
        echo "Running Normal SamyGO Startup"
fi

#Your lines here!

exit
Is autostart already integrated in this script or do I have to add it in

Code: Select all

 #Your lines here!
?
If so do I have to add code for every app seperately or is there a code to autostart evrything?

These apps I would like to autostart:
NTFS-3G
PVR+
Mouse & Keyboard
FTP-server
LE40B652 CI+ Firmware 2006.0 unpatched
cable TV , DVB-C over CI+
User avatar
erdem_ua
SamyGO Admin
Posts: 3125
Joined: Thu Oct 01, 2009 6:02 am
Location: Istanbul, Turkey
Contact:

Re: Flashing Hacked Firmware to CI+ devices LE40B652

Post by erdem_ua »

This doesn't start anything, You needed to add startup scripts @ your lines section...

I think it's better to "SamyGO Autostarter" application to choose which installed apps fired at startup.
Might some structure like init.d and a basic gui with SDL work here...
Who want to build it? :roll:
samybill
Posts: 50
Joined: Mon Nov 07, 2011 10:07 am
Location: "s-Hertogenbosch, Netherlands

Re: Flashing Hacked Firmware to CI+ devices LE40B652

Post by samybill »

Such an app would be very cool and usefull 8-) :!:
For many users, and I don't mean programmers or linux experts, the main goal of taking the risks of rollback and patching is to get a PVR to work.

For the time being I would still like to try it the hard way. I assume the script for getting PVR+ or other SamyGo apps to autostart have been made before.
I also think these scripts have a certain structure so they can be adjusted for other apps.

Could someone provide me such a script, so I can try to adjust for my specific use :?:
LE40B652 CI+ Firmware 2006.0 unpatched
cable TV , DVB-C over CI+
User avatar
juusso
SamyGO Moderator
Posts: 10129
Joined: Sun Mar 07, 2010 6:20 pm

Re: Flashing Hacked Firmware to CI+ devices LE40B652

Post by juusso »

Something like this is created already an yahr ago. It is called SamyGO Auto...
AFAIK not supported anymore...
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
samybill
Posts: 50
Joined: Mon Nov 07, 2011 10:07 am
Location: "s-Hertogenbosch, Netherlands

Re: Flashing Hacked Firmware to CI+ devices LE40B652

Post by samybill »

What I mean is
Can anyone provide me

:?: A script to be added to SamyGo.sh to get autostart of PVR+ and NTFS-3G :?:

only than the modification of firmware would be usefull :|
LE40B652 CI+ Firmware 2006.0 unpatched
cable TV , DVB-C over CI+

Post Reply

Return to “[B] Firmware”