Page 1 of 2

Hyundai FW for Moservices 3

PostPosted: 22 Apr 2013, 16:59
by dobosz23
Hello.

Plese visit my forum:

http://hdtvpolska.com/topic/30406-nowy- ... ervices-3/

Hyundai L110 and R500 soft for Moservices 3.

Re: Hyundai soft for Moservices 3.

PostPosted: 22 Apr 2013, 19:01
by FarVoice
Hi!
Code: Select all
cd /tmp
wget http://www.moservices.org/patches/lib.tar.bz2
chmod +x lib.tar.bz2
tar -xjf lib.tar.bz2 -C /usr/local/etc/mos/lib/
reboot

it is unnecessary - now it's embedded to install script

Re: Hyundai soft for Moservices 3.

PostPosted: 22 Apr 2013, 22:46
by dobosz23
OK.

I use it just in case. Can you know where is the file for home menu links in firmware?

Re: Hyundai soft for Moservices 3.

PostPosted: 22 Apr 2013, 22:50
by FarVoice
In any of the skins? Or FW?
On the standart of SDK it's a /usr/local/bin/home_menu/scripts/HomeMenu.rss

Re: Hyundai soft for Moservices 3.

PostPosted: 22 Apr 2013, 23:00
by dobosz23
Yes, but in these firmware is like a original firmware, and in /usr/local/bin/ is only scripts and menu.rss for internet scripts.

I use a GeekyHMB firmware and litte modify them.

What module is for automat: "mount -o remount,rw /", because i must always go to telnet for that to do any change to services or firmware.

Re: Hyundai soft for Moservices 3.

PostPosted: 22 Apr 2013, 23:20
by FarVoice
You have a FW based on SDK3 and there a homemenu embedded to DvdPlayer.

Re: Hyundai soft for Moservices 3.

PostPosted: 22 Apr 2013, 23:25
by dobosz23
What module is for automat: "mount -o remount,rw /", because i must always go to telnet for that to do any change to services or firmware.

Re: Hyundai soft for Moservices 3.

PostPosted: 22 Apr 2013, 23:32
by FarVoice
write this mount to /usr/local/etc/rc.init/S10moServices.sh

Re: Hyundai soft for Moservices 3.

PostPosted: 22 Apr 2013, 23:39
by dobosz23
Ok, thanks for help.

Re: Hyundai soft for Moservices 3.

PostPosted: 23 Apr 2013, 23:33
by dobosz23
Not work`s "mount -o remount,rw /" - maybe this info can help to see whats happen:

cat /proc/mounts/
Code: Select all
rootfs / rootfs rw 0 0
/dev/root / yaffs2 ro,noatime 0 0
none /dev devfs rw 0 0
none /proc proc rw,nodiratime 0 0
devpts /dev/pts devpts rw 0 0
none /sys sysfs rw 0 0
none /tmp ramfs rw 0 0
/dev/mtdblock/2 /usr/local/etc yaffs2 rw,noatime 0 0
/dev/rd/0 /mnt/rd vfat rw,nodiratime,fmask=0022,dmask=0022,codepage=cp437,iocharset=iso8859-1 0 0
/dev/root /usr/local/etc/mos yaffs2 ro,noatime 0 0
/dev/scsi/host2/bus0/target0/lun0/part1 /tmp/usbmounts/sda1 ufsd rw,nodiratime 0 0
/dev/scsi/host3/bus0/target0/lun0/part1 /tmp/usbmounts/sdb1 ufsd rw,nodiratime 0 0


"mos" is on ro type - so I think is not good this formule: "mount /usr/share/mos /usr/local/etc/mos" in S03mosOnRoot.sh?

And another question - is there any swap file to start Swap on drive, because I have always on stop mode.