[Rom][Oreo][Rooted] T-Mobile H918 [20f] [20g] [20h] Oreo flashable

Search This thread

dudeawsome

Senior Member
Nov 30, 2013
1,443
1,568
Last edited:

eigen

Senior Member
Nov 30, 2010
94
36
Was there some post about someone releasing updated TWRP that is Oreo compatible around 9/23?
 
  • Like
Reactions: axel06

BROKEN1981

Senior Member
Dec 27, 2013
1,922
874
ASUS ROG Phone 3
Google Pixel 6 Pro
*Will need an updated TWRP will update links once I get confirmation on the TWRP release*
H918 Oreo Stock rom.
Stock Oreo zip with root
Steps:

Formate by going to advance wiping everything except SD card
Flash Rom
Flash Magisk
Boot

Downloads:
Android File Host
So to be clear, I have to wipe system, data ect? I can't install over 7.0?

Sent from my LG-H918 using XDA Labs

Edit

Reading over and over what you put, the answer is clear.

My post is more like a WTF!!! This sucks lol
 

ki11aprime

Senior Member
Sep 26, 2012
897
402
Here is my steps on how I installed
Updated to the new twrp
Advance wipe data.system cache( I didn't format)
Flash Rom
Flash kernel
Flash magisk
Reboot took like 3mins
Restored my apps via TB
Everything is working good..
 
Last edited:

Top Liked Posts

  • There are no posts matching your filters.
  • 49
    *Update to new TWRP build 3.2.3-1 or later!*
    H918 Oreo Stock rom.​
    Stock Oreo zip with root​
    Steps:​

    Formate by going to advance wiping everything except SD card
    Flash Rom
    Flash Magisk
    Boot

    *20g Read before flashing 20g*
    https://forum.xda-developers.com/v20/development/rom-h91820f-oreo-root-t3848854/post77987795

    Downloads:​



    20g provided by @Phoenix591

    Donate:​
    16
    I was impatient, a bit bored, and since LG firmware already had the kdz uploaded, I tried my hand at making a flashable update zip with scripts barely modified from @dudeawsome 's 20f zip : It works fine except for one quirk: to reinstall mk2000 you might need to restart twrp (reboot-recovery) afterwards (I adjusted the script so that recovery-from-boot.p always gets renamed to ensure twrp is not lost even when data is encrypted which causes twrp to keep /system mounted which kept the zip from unmounting it to later remount it rw).

    Same deal as his 20f zip: install in twrp, its prerooted with the latest stable magisk (17.1), it doesn't touch Laf or recovery.
    6
    @v.m.quang This really doesn't belong in this thread since it has nothing to do with the ROM, or how to flash the ROM.

    With that said, if you have any further questions after this, you need to open your own thread.

    To fix you MAC address:

    Code:
    adb shell
    su
    cd /sdcard/
    dd if=/dev/block/bootdevice/by-name/misc of=misc.img
    exit
    adb pull /sdcard/misc.img

    Now take your favorite hexeditor and open up the misc.img that you just pulled. Your WiFi MAC addr is at offsets 0x6000 to 0x6005

    If you don't know what you MAC used to be, the LG MAC prefix for the MSM8996 is D0:13:FD -- just make up the last three bytes. So, D0:13:FD:01:02:03 will work....

    Again, if you have further issues, open your own thread. I will not reply in this thread anymore unless it pertains to this ROM.

    EDIT: guess you kinda need to know how to get it back onto your phone:

    Code:
    adb push misc.img /sdcard/misc_mod.img
    adb shell
    su
    cd /sdcard/
    dd if=misc_mod.img of=/dev/block/bootdevice/by-name/misc
    exit
    Reboot your phone and make sure you have a valid MAC now....

    -- Brian
    5
    For audio people, the rootlinux86 Tasha mixer file seems to work fine on Oreo, for forcing always on high impedance mode. It's in /system/vendor/etc I think
    5
    Links are up! update TWRP first!