I have tried everything I know to do and zero works. all I could do was factory reset and prepare to return it. this one, and likely the other one I have coming are defective since I keep getting sent in circles.
if anyone has any thoughts I would love to hear them. thanks.
was able to do step 1. but not step 2.
" Originally Posted by BloodRagg View Post
Assuming that you are a windows user:
1. Connect your Kobo
2. Navigate to KOBOeReader/.kobo, there should be a file name KoboReader.sqlite (copy the link)
3. Download
https://sqlite.org/2019/sqlite-tools...86-3280000.zip, and unpack it.
4. Open command prompt in the folder above.
5. sqlite3 (paste the link)
6. copy and paste this: INSERT INTO user(UserID,UserKey) VALUES('1','');
7. type .quit