From e92e0059d8fa156a78aa38720f66ecaeded44032 Mon Sep 17 00:00:00 2001 From: Josh Freeman Date: Sat, 5 Mar 2016 13:31:08 +0000 Subject: [PATCH] Update README.md --- libra/README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/libra/README.md b/libra/README.md index acf23719a..d4bfbd30f 100644 --- a/libra/README.md +++ b/libra/README.md @@ -23,4 +23,16 @@ There is a `classes.dex` file which can be decompiled. https://github.com/pxb198 # 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. \ No newline at end of file +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. + +# Rooted Android Way + +If you have a rooted android phone, you can bypass a lot of the struggle of getting the APK online. Sometimes when SE only update the database file, they do not update the APK as it is not required, so a rooted phone is usually the easiest way to get the latest SQLite file. + +Libra **sqlite** file lives in the folder: `/data/data/com.square_enix.libra_eorzeaE/databases/app_data.sqlite` + +The app itself can be found: `/data/app/com.square_enix.libra_eorzeaE-1.apk` + +ES Explorer has the ability to view this folder quite easily by enabling root access. + +Sometimes you cannot send/share files directly from this folder, so copy it to your SD Card or out of a rooted folder (as some apps like gmail or dropbox don't have rooted access), once copied out you can upload to dropbox to access it or email it to yourself or however else you prefer to share files!