Menu

Tree [r2] /
 History

HTTPS access


File Date Author Commit
 cli 2010-03-03 neocpp [r1] Initial import.
 examples 2010-03-03 neocpp [r1] Initial import.
 gpl 2010-03-03 neocpp [r1] Initial import.
 lib 2010-03-03 neocpp [r1] Initial import.
 related 2010-03-03 neocpp [r1] Initial import.
 src 2010-03-03 neocpp [r1] Initial import.
 Doxyfile 2010-03-03 neocpp [r1] Initial import.
 Makefile 2010-03-03 neocpp [r1] Initial import.
 README 2010-03-03 neocpp [r2] Added readme file, how to fix common build error.

Read Me

libparagon - Motorola Phone Filesystem Access library for linux

Currently this project depends on:
        -OpenUSB
        -GNU readline

On my ubuntu install, the packages required beyond the normal 'build-essential'
are:
        libopenusb-dev
        libreadline-dev

The header file for openusb may have a problem with two functions
inline uint16_t openusb_le16_to_cpu(uint16_t data);
inline uint32_t openusb_le32_to_cpu(uint32_t data);

Commenting these out didn't have terrible effects on my computer, but of course
your results may vary. Compiling openusb from source did not result in this
error.

'p2kc-linux-cli' is probably what you want to run if you just need to access
some files off the phone. I have not finished implementing all the functions,
so (for example) you cannot download files off the phone yet. Hopefully this
will be done soon. The demo program 'paragon' shows that this is at least
theoretically possible, and will download all pictures (jpg) from the 'e'
volume.