Thread: Glo Glo help please!
View Single Post
Old 03-08-2013, 04:24 PM   #19
PeterT
Grand Sorcerer
PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.
 
Posts: 13,309
Karma: 78876004
Join Date: Nov 2007
Location: Toronto
Device: Libra H2O, Libra Colour
Jack; I think that's the same as doing a power off / power on!

To my mind this sounds very much like a corrupted database on the unit. I *think* that you could try the following; backup (say via an xcopy) the entire displayed file system while the kobo is mounted (be sure to include hidden and system files and all directories). Something like
Code:
md C:\MyKoboBackup
xcopy /e /h /k G:\ C:\MyKoboBackup
then do a logout from the Kobo account menu. This will do a delete of the database on the Kobo but will leave your ePubs on the device.

Do the resetup of the device and see how it is.

If no better, you could then just restore your backup
Code:
xcopy /e /h /k /r C:\MyKoboBackup  G:\
This all assumes that G:\ is where the Kobo is mounted; change directories and locations to meet YOUR needs.

** THIS IS JUST WHAT I WOULD DO... USE AT OWN RISK **
** NO GUARANTEE TO THE APPROACH OFFERED **
PeterT is offline   Reply With Quote