GithubHelp home page GithubHelp logo

elizabethgreene / extractlgqm Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 12 KB

A powershell script to extract the text from LG QuickMemo+ files

License: GNU General Public License v2.0

PowerShell 100.00%

extractlgqm's Introduction

ExtractLGQM

A powershell script to extract the text from LG QuickMemo+ files

LG mobile phones ship with a fantastic liitle note taking app called QuickMemo+. Unfortunately that app is not available on any other platform, so changing phone brands means that content is lost.

In the app there is an option where you can share QuickMemos with others. Selecting this, selecting all the memos, and sharing to gmail creates an email with many .lqm files attached to it. This .lqm file format is the QuickMemo data with one memo per file.

Reverse engineering and extracting .lqm files:

  • The first two bytes of each file is 'PK', indicating it is a .zip file.
  • Expanding the .zip file yields this folder structure:
  • memoinfo.jlqm
  • metadata.mtd
  • ──audios
  • ──drawings
  • ──videos
  • ──images
  • ────20220325034400398d675d83fbbd20045thumb.jpg

memoinfo.jlqm is JSON data and contains the memo as text and html images(Long number that looks like a date in yymmddhhmmss format)(unknownvalue)thumb.jpg appears to be what the memo looked like on the screen of the source device

ExtractLQMs.ps1 is a quick powershell script that extracts the contents of LG QuickMemo+ lqm files into a usable format. To use it, save all the .lqm files to a folder, open the script, change the input and output paths, and run the script.

The script has 4 outputs. Output.txt contains the notes in text format. Output.html contains the notes in HTML/browser format. Thumbs\ is a folder that contains the thumbnail images for each of the notes. Extracted\ is a folder that contains all of the extracted content for each of the notes.

extractlgqm's People

Contributors

elizabethgreene avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.