• The forum software that supports hummy.tv has been upgraded to XenForo 2.3!

    Please bear with us as we continue to tweak things, and feel free to post any questions, issues or suggestions in the upgrade thread.

[custom-portal] Custom TV Portal

Yes, you need to reboot fully as the box currently caches the portal once its been loaded.
We've already thought about a future update to eliminate that, but the for time being reboots are required to clear the cache.
 
I have no options regarding overscan. Everything else is displayed OK.
Not every TV has.. dont worry about it. I compensated for overscan with the button postitions and they are the most important.
 
Ok, result is :

humax# /mod/boot/xinit.d/custom-portal
mount: mounting /var/lib/humaxtv_backup/mod/config-ocontroller-si-rootfs.txt on /usr/browser/config-ocontroller-si-rootfs.txt failed: No such file or directory
humax#
humax#

It looks like the package didn't install correctly, or something is wrong with the custom firmware paths. Can you run these commands to diagnose further?

Code:
humax# ls -l /mod/boot/
humax# ls -l /mod/boot/2/
 
It looks like the package didn't install correctly, or something is wrong with the custom firmware paths. Can you run these commands to diagnose further?

Code:
humax# ls -l /mod/boot/
humax# ls -l /mod/boot/2/

Ok, results :

humax# ls -l /mod/boot/
drwxr-xr-x 2 root root 4096 Oct 22 20:32 2
lrwxrwxrwx 1 root root 20 Sep 4 17:35 mod -> /var/lib/humaxtv/ mod
-rwxr-xr-x 1 root root 9516 Sep 2 21:02 rsvsync
drwxr-xr-x 2 root root 4096 Oct 22 20:32 xinit.d
humax#
humax# ls -l /mod/boot/2/
-rw-r--r-- 1 root root 2674 Oct 22 18:08 config-ocontroller-si-ro otfs.txt
humax#
humax#
 
Ok, I can see what's wrong (not sure how it happened though).

Try:

Code:
humax# opkg remove custom-portal
humax# rm -rf /mod/boot/2
humax# /sbin/modinit
humax# ls -l /mod/boot/ /mod/boot/2/
Done, result :

humax# opkg remove custom-portal
Removing package custom-portal from root...
umount: can't umount /usr/browser/config-ocontroller-si-rootfs.txt: Invalid argu ment
humax#
humax# rm -rf /mod/boot/2
humax#
humax# /sbin/modinit
humax#
humax# ls -l /mod/boot/ /mod/boot/2/
ls: /mod/boot/2/: No such file or directory
/mod/boot/:
lrwxrwxrwx 1 root root 20 Sep 4 17:35 mod -> /var/lib/humaxtv/ mod
-rwxr-xr-x 1 root root 9516 Sep 2 21:02 rsvsync
drwxr-xr-x 2 root root 4096 Oct 22 23:31 xinit.d
humax#
humax#
 
Are you sure this is custom firmware 1.12? It's behaving like an earlier version. Can you cat the contents of the startup script?

Code:
humax# cat /etc/init.d/S80xinit
 
Are you sure this is custom firmware 1.12? It's behaving like an earlier version. Can you cat the contents of the startup script?

Code:
humax# cat /etc/init.d/S80xinit

I remember installing it and webif also reports it as 1.12.

Results :

humax# cat /etc/init.d/S80xinit
#!/bin/sh

MODBOOT=/var/lib/humaxtv/mod

if [ -x $MODBOOT/xinit ]; then
$MODBOOT/xinit "$@"
fi

if [ -d $MODBOOT/xinit.d ]; then
for f in $MODBOOT/xinit.d/*; do
[ -x $f ] && $f "$@"
done
fi

exit 0

humax#
humax#
 
This should fix it:

Code:
rm -rf /var/lib/humaxtv_backup/mod
mkdir /var/lib/humaxtv_backup/mod
cd /mod/boot
rm -rf 2
ln -s /var/lib/humaxtv_backup/mod 2

Then install the latest custom-portal package.
 
This should fix it:

Code:
rm -rf /var/lib/humaxtv_backup/mod
mkdir /var/lib/humaxtv_backup/mod
cd /mod/boot
rm -rf 2
ln -s /var/lib/humaxtv_backup/mod 2

Then install the latest custom-portal package.

All Done, standard portal still loading, no sign of custom portal.
 
Updated my HD box to CP 1.01. Took a couple of tries though.
I have tried all the options in both portals and everything works. I even managed to get video on teletext HOLIDAYS.
Custom Portal Version at the top of the opening page reporting Vers. 1.00

Edit: Just noticed CPV moves to the right when selecting Our Portal. Only Custom Portal showing.
Not a problem. An observation.
 
@hummyowner, glad its sorted.
@4291 why can you view teletext vids and all this time I can't?
I know they exist due to viewing on my laptop, but they have never worked on my boxes?
 
This looks great, installed and seems to be working :)

Couple of little things !!
Installed custom portal 1.01, yet when I access the portal is says version 1.00
Anyway to change the wording of 'Our Portal' as shows when you press the red button ?
Anyway to protect the settings ??

Thanks :)
 
Back
Top