View Single Post
Old 10-21-2014, 08:33 AM   #62
traycold
Connoisseur
traycold doesn't littertraycold doesn't litter
 
Posts: 63
Karma: 196
Join Date: Oct 2010
Device: Kobo Glo Hd, Kobo H2O2
Quote:
Originally Posted by DNSB View Post
A bit of quick checking showed that the rcS file in 3.11.0 is the same as the rcS file in 3.8.0 so if you already had an advboot/koreader setup, all you need is to re-add the modified rcS file. The KoboRoot.tgz inside the advboot_rcs.zip file attached to this message will take care of that change (copy the KoboRoot.tgz file to the .kobo directory, safely disconnect and wait for it to install). This has been tested on a Kobo Glo, Aura HD and Aura H2O with firmware 3.11.0 installed.
hi,
thanks for your useful script. However I think you made a small copy-paste error at the end of rcS, since it calls scripts in pre_run folder instead of post_run (see bold/red text below from your script), after launching nickel:

Code:
# advboot: scripts exectuted before nickel and hindenburg
for ADVFILE in /mnt/onboard/.kobo/advboot/pre_run/*.sh
do
    $ADVFILE
done

/usr/local/Kobo/hindenburg &
/usr/local/Kobo/nickel -platform kobo -skipFontLoad &
[ $PLATFORM != freescale ] && rm -rf /dev/mmcblk1* && udevadm trigger &
insmod /drivers/$PLATFORM/misc/lowmem.ko &
[ `cat /mnt/onboard/.kobo/Kobo/Kobo\ eReader.conf | grep -c dhcpcd=true` == 1 ] && dhcpcd -d -t 10 &

# advboot: scripts exectuted before nickel and hindenburg
for ADVFILE in /mnt/onboard/.kobo/advboot/pre_run/*.sh
do
    $ADVFILE
done
traycold is offline   Reply With Quote