Mobile Story Teller is a software dedicated to reading the Lunii audiobooks. This is intended to be ran on a smartphone or a pad (Android or iOs), or even a computer.
The audiobooks can be transferred from the Lunii to a computer by reading the SDCard of the Lunii.
The choice of stories are available the same way as on the Lunii.
Based on the algorithms of SDCardStoryTeller by fparrel.
- The stories must be bought with the official application on your computer.
- Connect the Lunii on your computer and an USB storage device will appear.
- Copy all the folders on your computer.
- Connect the SD Card of your Android device on your computer.
- Create a folder named
MobileStoryTellerin the folderMusicat the root (create this folder if necessary). - Copy all the folders previously downloaded on the SD Card in
/Music/MobileStoryTeller.
- Connect the iPhone to your computer.
- In the Finder, select the iPhone.
- Select the tab
Files. - Copy and paste the files in the Folder named
MobileStoryTeller.
For Android, you need to set permissions for the app:
- Long-press the icon of the app
- Choose
App information - Enter in
Authorizations - Select
Storage
After this setting you need to reload the app.
This section explains how to build the program.
The audiobooks are ciphered with a key which is not provided by us. Though, you can easily find one by searching on Internet.
The cipher key must be defined in the file Cipher.cpp. You must rename the file Cipher.cpp.tmpl to Cipher.cpp and define the constant Constants::COMMON_KEY with the key.
The program is based on Qt Quick (Qt 6).
The following dependencies are needed to build the program:
- Qt 6
- Extensions needed: Multimedia
- For Android, follow the instruction on this page
- For iOS, follow the instruction on this page
Steps:
- Download the git source project source code
- Open the file
CMakeFiles.txtin Qt Creator - Select a target (Android, iOs, ...)
- Build
- Deploy on the device.


