blob: 22c912f9494b7eff8e84d9c8107c60f938951c5f [file] [log] [blame]
DevUt5d831b42016-12-31 13:24:32 +05301---
2layout: device
3title: "LG G4 International"
4codename: H815 , H811
5downloadfolder: h815 | h811
6supportstatus: Current
7maintainer: steadfasterX
8oem: LG
9devicetree: https://github.com/TeamWin/android_device_lge_h815
10ddof: "/dev/block/bootdevice/by-name/recovery"
11xdathread: "http://forum.xda-developers.com/g4/development/recovery-twrp-3-touch-recovery-t3442424"
12---
13
14{% include disclaimer.html %}
15
16{% include supportstatus.html %}
17NOTE: You must unlock the bootloader first before installing TWRP!
18
19{% include appinstall.html %}
20
21<div class='page-heading'>Download Links:</div>
22<hr />
23<p class="text">International (H815):</p>
24<ul>
25{% for mirror in site.data.mirrors %}
26 <li>
27 <a href="{{ mirror.baseurl }}h815">
28 {{ mirror.description }}
29 </a>
30 </li>
31{% endfor %}
32</ul>
33<p class="text">T-Mobile (H811):</p>
34<ul>
35{% for mirror in site.data.mirrors %}
36 <li>
37 <a href="{{ mirror.baseurl }}h811">
38 {{ mirror.description }}
39 </a>
40 </li>
41{% endfor %}
42</ul>
43
steadfasterXa8217cd2017-02-15 15:36:33 +010044<div class='page-heading' id='fastboot-install'>Unlocking + Fastboot Install Method (No Root Required):</div>
45<a id='fastboot'></a>
46<hr />
47<p class="text"><a href="http://developer.android.com/sdk/index.html#linux-bundle-size">You will need the platform-tools from the Android SDK on your computer.</a> Find the Android command line tools section on the page linked and install the SDK tools package. From the SDK Manager, download only the platform-tools to get adb and fastboot binaries.</p>
48<p class="text">Windows users will need proper drivers installed on their computer. You can try the <a href="https://forum.xda-developers.com/android/software-hacking/live-iso-adb-fastboot-driver-issues-t3526755" target=_blank>simple FWUL adb/fastboot ISO</a> or the <a href="http://www.xda-developers.com/universal-naked-driver-solves-your-adb-driver-problems-on-windows/">Naked ADB drivers</a> or the <a href="http://www.koushikdutta.com/post/universal-adb-driver">Universal ADB drivers</a> if you don't already have a working driver installed</p>
49<p class="text">Your device needs to be officially unlocked by LG before it can flash custom images! To unlock your device you have to go to:</p>
50<p class="text"><a href="http://developer.lge.com/resource/mobile/RetrieveBootloader.dev" target=_blank>http://developer.lge.com</a> and follow all steps there to get and flash your LG unlock binary. You can NOT proceed withouth completing this step!</p>
51<p class="text">Download the correct image file and copy the file into the same folder as your adb and fastboot binaries. Rename the image to twrp.img and type:</p>
bigbiff bigbiff73752522017-02-20 18:11:14 -050052<p class="code">fastboot boot twrp.img</p>
steadfasterXa8217cd2017-02-15 15:36:33 +010053<p class="text">This will boot up TWRP but for the moment in memory only. To complete the installation and making it persistent:</p>
54<p class="text">Copy the twrp.img to your device while still in twrp (e.g. with a file explorer or by typing adb push twrp.img /sdcard)</p>
55<p class="text">Flash the twrp.img with the twrp GUI to the recovery(!) partition (choose the button at the bottom named 'Image' to show the copied image)</p>
56<p class="text">done. You can now reboot into recovery again to check it has worked.</p>
bigbiff bigbiff73752522017-02-20 18:11:14 -050057<p class="text">Note many devices will replace your custom recovery automatically during first boot. To prevent this, use the key combo <a href="https://forum.xda-developers.com/showpost.php?p=68249027&postcount=3" target=_blank>explained in this FAQ</a> to enter recovery. After typing <span class="code">fastboot reboot</span>, hold the key combo and boot to TWRP. Once TWRP is booted, TWRP will patch the stock ROM to prevent the stock ROM from replacing TWRP. If you don't follow this step, you will have to repeat the install.</p>
steadfasterXa8217cd2017-02-15 15:36:33 +010058
DevUt5d831b42016-12-31 13:24:32 +053059{% include twrpinstall.html %}
60
61{% include ddinstall.html %}