Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 1.08 KB

File metadata and controls

30 lines (23 loc) · 1.08 KB

midori

Japanese dictionary Android app

Dependencies:

  • kivy/python-for-android
  • pyjnius
  • pyparsing

This is an Android version of my favorite Japanese-English dictionary app. I found the sqlite3 database in the original app's folder on my jailbroken iPad.

The skeleton database midori.db is limited to entries that contain the word 'example'. This is to avoid breaching any copyrights.

Build/Install

  1. Set-up http://python-for-android.readthedocs.org/en/latest/toolchain/
  2. Cross-compile Python with the required extensions/dependencies:
python-for-android/distribute.sh -m 'pyjnius kivy sqlite3 pyparsing'
  1. Connect the Android device (set Settings > Developer options > USB debugging), then build and push the app:
python-for-android/dist/default/build.py --package org.example.midori --name "Midori" --version 1 --dir path/to/midori --orientation portrait debug installd
English Japanese