View Single Post
Old 10-10-2014, 10:14 AM   #56
tshering
Wizard
tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.
 
Posts: 3,489
Karma: 2914715
Join Date: Jun 2012
Device: kobo touch
Quote:
Originally Posted by Don_Karnage View Post
also many time after a power off or between a reboot , my kobo glo ask me if i want to perform a factory reset
Solution 1: Do not launch Koreader (or any alternative reader) more than four times in a row without starting nickel in between.

Solution 2: Replace
Code:
/usr/local/Kobo/pickel should-factory-reset
if [ $? == 1 ] || [ $FS_CORRUPT == 1 ]; then
of rcS (you find it in the advboot package)
by
Code:
#/usr/local/Kobo/pickel should-factory-reset
if [ $FS_CORRUPT == 1 ]; then
Explanation: "pickel should-factory-reset" checks how many times the device has rebooted without nickel running successfully.
tshering is offline   Reply With Quote