Hi, I just bought a kobo glo hd and install KSM07 on it
First thanks to this wonderful tool !
I haven't found any post describing the device activation trouble with this device.
From what I've seen, the script consider that the device is already activated when the number of lines in user table is different from 1.
On my device, the table is empty, when you activate it there's one line.
To discard activation, you have to insert one line consisting of 12 empty fields (random stuff should work too).
insert into user values ('','','','','','','','','','','','');
If I understand well the current script, on other devices, there's one line when the device is not activated, more than one otherwise. Maybe a fix for kobo glo hd would be to add a condition in the script when the result of the select is 0 to insert this line.
|