Page 1 of 2

Re: Samygo on BD-C5500

Posted: Wed Nov 09, 2011 2:01 pm
by nspierbundel
Hi,
have you found anything yet?
I also own 5500 and want to add a driver for my wifi stick.

I`ll also want to check how to create my own firmware for this device, would be cool to have android / google tv on there :mrgreen:

due to lack of time havent started digging yet :oops: so if someone could give me some pointers :arrow:
thanks in advance

Daniel

Re: Samygo on BD-C5500

Posted: Wed Nov 16, 2011 7:26 am
by nspierbundel
Started to try the develop account in internet@tv , but after creating account it says account deleted succesfully.
Managed to log in after couple of tries and restarts. Used an public ip mentioned on the wiki, but this hangs. Will set up a private server today.
Did samsung released source code for bd-c5500? And what cpu has it?
So i can compile modules.
Ty

Re: Samygo on BD-C5500

Posted: Wed Nov 16, 2011 10:05 pm
by nspierbundel
Found sources, what cpu?
Daniel

Re: Samygo on BD-C5500

Posted: Fri Nov 18, 2011 11:50 am
by arris69
nspierbundel wrote:Found sources, what cpu?
Daniel
the sources should tell it to you...
samsung shipps the kernel sources "pre-configured".

arris

Re: Samygo on BD-C5500

Posted: Fri Nov 18, 2011 1:16 pm
by nspierbundel
Sources lists arm and mips.
Will setup toolchain after weekend.
Managed to install the modified usa today widget, the bdc doesnt find my ext3 usb.
Read something on hack that after firmware 3001 the hack doesnt work anymore. Does it installs and just doesnt work or doesnt it installs?
Will try to create wifi widget to install more modules.

Re: Samygo on BD-C5500

Posted: Tue Nov 22, 2011 9:32 pm
by nspierbundel
cpu for bd-c5500 is mips

i`ve tried installing the hacked usa today widget
can someone try if a ext3 type of pen is supported on bd-c5500 pen is not recognized here. (in vat it is.)

when running the widget nothing happens (firmware is latest :( )

any ideas?

does the device have a serial? or other preferred way to hack ?

ty

Re: Samygo on BD-C5500

Posted: Sat Nov 26, 2011 10:45 pm
by nspierbundel
just managed to download /sbin and /mtd_rwarea to usb pen using modified hack

FilePlugind.Copy("/sbin/usb_mount", "/mnt/usbremovable/usba/sda1/test");

FilePlugind.Copy("/sbin", "/mnt/usbremovable/usba/sda1/test");

FilePlugind.Copy("/mtd_rwarea", "/mnt/usbremovable/usba/sda1/test");

for bd-c5500

root@daniel-AOA150:~# ll /media/008B-1D3E/test/sbin/
total 6644
369160 2011-11-26 20:40 chroot
369160 2011-11-26 20:40 fdisk
369160 2011-11-26 20:40 halt
64396 2011-11-26 20:40 hdparm
1160 2011-11-26 20:40 hotplug
369160 2011-11-26 20:40 init
369160 2011-11-26 20:40 insmod
369160 2011-11-26 20:40 klogd
369160 2011-11-26 20:40 lsmod
369160 2011-11-26 20:40 mkswap
369160 2011-11-26 20:40 modprobe
369160 2011-11-26 20:40 pivot_root
369160 2011-11-26 20:40 poweroff
369160 2011-11-26 20:40 rdate
369160 2011-11-26 20:40 reboot
369160 2011-11-26 20:40 rmmod
369160 2011-11-26 20:40 swapoff
369160 2011-11-26 20:40 swapon
369160 2011-11-26 20:40 syslogd
369160 2011-11-26 20:40 telnetd
13708 2011-11-26 20:40 utelnetd

root@daniel-AOA150:~# ll /media/008B-1D3E/test/mtd_rwarea/
total 16
4096 2011-11-26 20:40 ./
4096 2011-11-26 20:40 ../
338 2011-11-26 20:40 cookie.info
7 2011-11-26 20:40 remote.info

hotplug
DIR="/etc/hotplug.d"DIR="/etc/hotplug.d"

for I in "${DIR}/$1/"*.hotplug "${DIR}/"default/*.hotplug ; do
if [ -f $I ]; then
test -x $I && $I $1 ;
fi
done

exit 1

will make a dump of / through widget later this weekend can upload files later

Daniel