Quote:
Originally Posted by Lucas Malor
You have to download your firmware from the firmware thread, extract the source KoboRoot archive, open the file etc/init.d/rcS inside the archive and comment out the line that contains the word lowmem.so (you have to add a # at the lin beginning). After that, repack KoboRoot.tgz archive and put it on the .kobo folder of your device. You don't need to repack all the firmware, you can delete all the other files. Just do not delete the folders that contains the rcS file.
|
I don't know these!
export NICKEL_HOME=/mnt/onboard/.kobo
export LD_LIBRARY_PATH=/usr/local/Kobo
export WIFI_MODULE_PATH=/drivers/$PLATFORM/wifi/$WIFI_MODULE.ko
export LANG=en_US.UTF-8
/bin/dbus-uuidgen > /var/lib/dbus/machine-id
/bin/dbus-daemon --system &
export DBUS_SESSION_BUS_ADDRESS=`/bin/dbus-daemon --session --print-address --fork`
/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 &