Skip to content

Kobo Clare 2E Setup

This guide provides a comprehensive walkthrough for setting up and optimizing your Kobo Clara 2E, specifically focusing on bypassing regional restrictions, enabling developer features, and installing essential third-party software.

1. Initial Setup & Account Bypass

Because the Kobo Store cannot process purchases in certain countries (e.g., China), you can use a SQL injection to bypass the mandatory login.

Bypass Steps:

  1. Factory Reset: Go to More > Settings > Device Information > Advanced > Factory Reset.

  2. Skip Wi-Fi: On the welcome screen, select "Don't have a Wi-Fi network?".

  3. Database Modification:

    • Connect the Kobo to your PC via USB.

    • Open the .kobo/KoboReader.sqlite file using an SQLite editor.

      $ sqlite3 .kobo/KoboReader.sqlite
      

    • Execute the following command:

      sqlite> INSERT INTO user(UserID, UserKey) VALUES ('1', '');
      sqlite> .exit
      
  4. Restart: Eject and reboot. The "Discover" button will appear, and the account will show as logged in (with an empty username).

2. Power User Tweaks

Developer Mode

  • Enable: Tap the Search icon and type devmodeon.
  • Effect: New games and experimental features will appear under More > Beta Features.

Configuration File (Kobo eReader.conf)

Located at: KOBOeReader/.kobo/Kobo/Kobo eReader.conf. Add these lines to enable specific features:

[FeatureSettings]
# Prevent the device from scanning hidden system folders for books
ExcludeSyncFolders=(\\.(?!kobo|adobe).+|([^.][^/]*/)+\\..+)
# Enable the hidden "Export Highlights" menu option
ExportHighlights=true

3. Essential Software & Plugins

File Management & Conversion

  • kepubify: Converts standard EPUBs to Kobo-optimized EPUBs (Kepub) for faster performance.
  • Send to Kobo: Wireless file transfer. Note: Filenames must not contain Chinese characters.

Third-Party Apps

  • NickelMenu - Adds custom shortcuts to the main menu.
  • NickelClock - Displays a clock in the header/footer while reading.
  • KOReader - A powerful alternative document viewer (highly recommended for PDFs).
  • KoboCloud - Syncs books from Dropbox, Google Drive, or pCloud.
  • Plato

4. Custom NickelMenu Configuration

To customize your menu, edit .adds/nm/config. Below is a recommended setup for quick access to system toggles and games:

Category Command Examples
System Reboot, Dark Mode Toggle, Screenshot Toggle
Tools Web Browser, Reading Life Statistics
Games Sketch Pad, Sudoku, Unblock It (Hua Rong Dao)
Custom menu_item :main :Send to Kobo :nickel_browser :modal :https://send.djazz.se
# ==============================================================================
# NICKELMENU CONFIGURATION
# Location: KOBOeReader/.adds/nm/config
# ==============================================================================

# --- [ MAIN MENU: SYSTEM & POWER ] ---
# Quickly reboot the device
menu_item :main :Reboot 重启 :power :reboot

# --- [ MAIN MENU: CONNECTIVITY & TOOLS ] ---
# Wireless file transfer service (Note: avoid Chinese characters in filenames)
menu_item :main :Send to Kobo :nickel_browser :modal :https://send.djazz.se

# Open the built-in web browser
menu_item :main :Browser 浏览器 :nickel_browser :modal

# View reading statistics and awards
menu_item :main :Reading Life 阅读统计 :nickel_open :reading_life:reading_life

# --- [ MAIN MENU: SETTINGS TOGGLES ] ---
# Toggle high-contrast dark mode
menu_item :main :Dark Mode 夜间模式 :nickel_setting :toggle :dark_mode

# Toggle the ability to take screenshots by pressing the power button
menu_item :main :Screenshots 截图 :nickel_setting :toggle :screenshots

# --- [ MAIN MENU: ANNOTATION SYNC ] ---
# Connects to WiFi and runs a script to export all highlights and notes
menu_item :main    :Sync Annotations 导出全部注释    :nickel_wifi     :autoconnect
  chain_success                         :cmd_spawn       :quiet:/mnt/onboard/.adds/notes/notes.sh
  chain_success                         :dbg_toast       :Syncing Notes 导出成功
  chain_failure                         :dbg_toast       :Syncing Notes 导出失败

# --- [ MAIN MENU: EXTRAS & GAMES ] ---
# Access hidden beta features and games
menu_item :main :Sketch Pad 涂鸦板 :nickel_extras :sketch_pad
menu_item :main :Sudoku 数独 :nickel_extras :sudoku
menu_item :main :Unblock It 华容道 :nickel_extras :unblock_it

# --- [ READER MENU: IN-BOOK CONTROLS ] ---
# These items appear in the menu while you are actively reading a book
menu_item :reader :Screenshots 截图 :nickel_setting :toggle :screenshots
menu_item :reader :Dark Mode 夜间模式 :nickel_setting :toggle :dark_mode

5. Dictionaries

Kobo supports custom dictionaries in the .dicthtml format.

  • Path: Place files in KOBOeReader/.kobo/custom-dict.
  • Resources: MobileRead Custom Dict Index is the primary source for English-Chinese and other bilingual variants.

References

1. 综合配置与新手教程

2. 插件、扩展与开发者进阶

用于提升 Kobo 功能上限的工具与开发资源: