Files
ffxiv-datamining/libra
Josh Freeman 2f74e74030 Libra info
2015-10-30 20:14:48 +00:00
..
2015-10-30 20:14:48 +00:00
2015-10-30 20:14:48 +00:00
2015-10-30 20:14:48 +00:00
2015-10-30 20:14:48 +00:00

FFXIV Libra

Libra is SE's official mobile application, it can be found here: http://eu.finalfantasyxiv.com/pr/special/libraeorzea/

Downloading the App

The easiest way to download the app is through the android store. https://play.google.com/store/apps/details?id=com.square_enix.libra_eorzeaE

You can Google this easily "Download APK" etc. Or you can get browser extensions to do it if you have an Android phone.

Note that even if you download the APK when SE "update it", it may not have the latest database version, the application itself when downloaded from the store only contains the last SQLite database from when the application was fully updated. If SE update the SQLite database but not the actual applications code, then it does not get updated on the store.

So in order to always have the most up to date SQLite file, you need a rooted android where you can view the installation of Libra and you can get the SQLite file from there.

Viewing the data

You can use a tool such as SQLLiteBrowser to view the data, but it will not output the SQLite file correctly. I've included some PHP code which can be used to connect to the SQLite file and you can then do normal SQL queries on the file.