1
0
mirror of https://gitlab.com/lolmam/Phigros-Android-History.git synced 2026-02-04 16:21:11 +00:00
Files
Phigros-Android-History/docs/install/index.html
2025-08-27 14:52:40 +03:00

62 lines
2.6 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>How to Install - Phigros Android</title>
<link rel="stylesheet" href="../style/style.css" />
<link href="https://fonts.googleapis.com/css2?family=Exo:wght@400;600;700&display=swap" rel="stylesheet">
<link rel="icon" type="image/x-icon" href="../style/1.X.N.png">
</head>
<body>
<div class="background"></div>
<header>
<nav>
<ul>
<li><a href="../">Home</a></li>
<li><a href="../versions">Versions</a></li>
<li><a href="../install" class="active">Install Guide</a></li>
</ul>
</nav>
</header>
<main class="container">
<h1>How to Install</h1>
<ol class="install-list">
<li>Download the APK, OBB and patch OBB (TapTap versions don't need OBB).</li>
<li>Install the APK on your Android device.
<ul>
<br>
<li>If blocked, enable <strong>"Install from Unknown Sources"</strong> in settings.</li>
</ul>
</li>
<li>Place the OBB and patch OBB files in the following folder:
<pre><code>Internal Storage/<br>Android/obb/com.PigeonGames.Phigros/</code></pre>
<ul>
<li>If the folder doesn't exist, create it manually.</li>
</ul>
</li>
<li>Ensure the OBB filename matches the <strong>Version Code</strong>:
<pre><code>main.X.com.PigeonGames.Phigros.obb</code> (Where the X is the version code)</pre>
<pre><code>patch.X.com.PigeonGames.Phigros.obb</code> (Same for patch OBB)</pre>
<p style="margin-top: 5px;">Example: <code>main.12.com.PigeonGames.Phigros.obb</code> for Phigros v1.3.0 (Version Code 12)</p>
</li>
<li>Launch the game and enjoy!</li>
</ol>
</main>
<footer>
<a href="https://gitlab.com/lolmam/Phigros-Android-History/-/blob/main/NOTICE.md">Phigros Android History</a> © 2024 2025 by lol.mam is licensed under <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/">CC BY-NC-SA 4.0</a>
<img src="https://mirrors.creativecommons.org/presskit/icons/cc.svg" alt="CC" style="max-width: 1em; max-height:1em; margin-left: .2em;">
<img src="https://mirrors.creativecommons.org/presskit/icons/by.svg" alt="BY" style="max-width: 1em; max-height:1em; margin-left: .2em;">
<img src="https://mirrors.creativecommons.org/presskit/icons/nc.svg" alt="NC" style="max-width: 1em; max-height:1em; margin-left: .2em;">
<img src="https://mirrors.creativecommons.org/presskit/icons/sa.svg" alt="SA" style="max-width: 1em; max-height:1em; margin-left: .2em;">
</footer>
</body>
</html>