View Single Post
Old 08-28-2014, 01:22 PM   #1
Karen Myers
Member
Karen Myers began at the beginning.
 
Posts: 13
Karma: 10
Join Date: Aug 2014
Device: Kobo Aura
Need a dummy user record example for Kobo Aura 3.3.0

I'm at the end (I hope) of a sideload firmware issue for Kobo Aura 3.3.0, and I need to supply a dummy user record to bypass the registration process (else my device ceases to be recognizable to Windows). I'm not enough of an SQL maven to properly supply the record for the "user" table in KoboReader.sqlite, but I do have an example of the 3.3.0 installation (pre-registration) record as a model.

Could anyone supply me with proper "dummy" content to use instead? (9 fields: __DeviceID and FacebookAuthToken are blank)

Field Value

UserID dec75cef-493f-4da1-af8d-d7a7183fa3e5
UserKey 0a0e4b93-68fd-455a-b716-039e7c973dce
UserDisplayName demobundle06_13@kobo.com
UserEmail demobundle06_13@kobo.com
__DeviceID
FacebookAuthToken
HasMadePurchase false
IsOneStoreAccount FALSE
IsChildAccount FALSE

Definitions

UserID TEXT NOT NULL
UserKey TEXT NOT NULL
UserDisplayName TEXT
UserEmail TEXT
__Device ID TEXT
FacebookAuthToken TEXT
HasMadePurchase BIT DEFAULT FALSE
IsOneStoreAccount BIT DEFAULT FALSE
IsChildAccount BIT DEFAULT FALSE

Last edited by Karen Myers; 08-28-2014 at 01:37 PM. Reason: Field definitions
Karen Myers is offline   Reply With Quote