Installation
Learn how to install Titanfall Frontline on your device.
Pre-patched APK (Recommended)
note
If you currently have a version of Titanfall Frontline installed you will need to remove it before installing the patched version.
- Download the latest pre-patched APK from here.
- Once downloaded, there should be an option to open the file. If not, open the
Filesapp or similar and navigate to theDownloadsfolder and open the APK file. - You may be prompted to allow installation from unknown sources. If so, follow the prompts to enable this setting.
- If you received no errors during installation, you should now have the patched version of Titanfall Frontline installed on your device.
Patching the APK yourself (Advanced)
note
This method is meant for developers.
Prerequisites
Before you begin, make sure you have:
- Downloaded and extracted the latest version of FrontlinePatcher.
- Installed Apktool.
- Installed Java JDK.
- Installed Android Studio, with Android SDK Build-Tools installed via SDK Manager.
- Obtained a supported non-patched Titanfall Frontline APK.
- Versions supported: 1.0.15816, 1.0.16585, 1.0.17334.
- It is recommended to use the latest version 1.0.17334.
Place the APK in the same directory as the patcher binary.
Patch the APK
Open a command prompt in the patcher directory and run the following command:
Linux/Mac
./FrontlinePatcher <apk_file> <output_apk_file>
Windows
FrontlinePatcher.exe <apk_file> <output_apk_file>
Replace:
<apk_file>with the path to your Titanfall: Frontline APK.<output_apk_file>with the filename/path you want for the patched APK.
warning
Back up the generated frontline.keystore file to a secure location. You will need this same keystore to sign and install future updates.