[ROM][OFFICIAL][I01WD][9] LineageOS 16.0

Search This thread

luca020400

Recognized Developer
Mar 17, 2014
2,201
5,242
23
Genoa
2okPze5.png


LineageOS is a free, community built, aftermarket firmware distribution of Android 9 (Pie), which is designed to increase performance and reliability over stock Android for your device.

LineageOS is based on the Android Open Source Project with extra contributions from many people within the Android community. It can be used without any need to have any Google application installed. Linked below is a package that has come from another Android project that restore the Google parts. LineageOS does still include various hardware-specific code, which is also slowly being open-sourced anyway.

All the source code for LineageOS is available in the LineageOS Github repo. And if you would like to contribute to LineageOS, please visit out Gerrit Code Review. You can also view the Changelog for a full list of changes & features.

Instructions :
  • Download the latest build and gapps/addons
  • Boot to recovery
  • Flash the latest build
  • Boot to recovery again
  • Flash gapps/addons
  • Reboot
Downloads :
Reporting Bugs
  • DO NOT Report bugs if you're running a custom kernel or you installed Xposed
  • Grab a logcat right after the problem has occurred. (Please include at least a few pages of the log, not just the last few lines, unless you know what you're doing.)
  • If it is a random reboot, grab /sys/fs/pstore/console-ramoops and /sys/fs/pstore/dmesg-ramoops-0. (Do not bother getting a logcat unless you can get it just before the reboot. A logcat after a reboot is useless)
  • If the problem disappears after running "setenforce 0" from a root shell, grab /data/misc/audit/audit.log
Remember to provide as much info as possible. The more info you provide, the more likely that the bug will be solved. Please also do not report known issues. Any bug not reported in the bug report format below may be ignored.

Code:
What is your--
LineageOS version:
LineageOS Download url:
Gapps version:
 
Did you--
wipe:
restore with titanium backup:
reboot after having the issue:
 
Are you using--
a task killer:
a non-stock kernel:
other modifications:
 
Provide any additional information (observations/frequency of problem/last version it worked on/etc) as needed:

XDA:DevDB Information
LineageOS, ROM for the ASUS ZenFone 6 (2019)

Contributors
luca020400
Source Code: https://github.com/LineageOS

ROM OS Version: 9.x Pie

Version Information
Status: Nightly

Created 2019-07-11
Last Updated 2019-08-19
 

nikhil18

Senior Member
May 9, 2012
2,277
4,794
bangalore
Guys if you haven't flashed roms before kindly do a crash course in it and stop asking noobish questions of how to flash and if you don't know how to flash without twrp then don't flash simple
 

abhibnl

Senior Member
Oct 13, 2011
3,594
1,464
thanks for your work, but how do you install if there is no TWRP? thank you

Inviato dal mio ASUS_I01WD utilizzando Tapatalk

He posted the exact commands you need to enter to flash the rom. "system.img" is essentially what the ROM is mostly. Its just that people here are used to flash the zip using twrp. But I must say this question was as noobish as it can get. He posted all the steps required and this question was just smh.
 

jinkerz9430

Senior Member
Sep 12, 2014
1,148
331
Kissimmee, FL
Lets forget about the beginners question now that it has been redirected to the OP.

Did anyone tried it? Im anxiously waiting for z6 to come out on US.

One question, does the rom works for all versions or just A and B? Or just A, or just B? I wonder how much do they change based on the version. Or if we have to modify the Meta-INF to make it work.
 

luca020400

Recognized Developer
Mar 17, 2014
2,201
5,242
23
Genoa
Uploaded a new build
It must be flashed with a recovery ( you can find TWRP in my download link, and later on use lineage recovery )
Be sure you have the same firmware on both slots since we're an A/B device
To do so this a simple bash script that must be executed before flashing ( if you're a windows user, go figure yourself )
Code:
#!/bin/bash

images=(
abl
aop
asusfw
bluetooth
cmnlib64
cmnlib
devcfg
dsp
hyp
keymaster
modem
qupfw
tz
uefisecapp
vendor
xbl
xbl_config
xrom
)

for image in "${images[@]}"; do
    fastboot flash ${image}_a $image.img
    fastboot flash ${image}_b $image.img
done

The build uses my own kernel, but still uses the prebuilt audio/wlan modules
 
  • Like
Reactions: SDF05 and loneagl

QuazIqbal

Senior Member
Jul 25, 2015
311
96
35
New Delhi
Thanks for supporting this device.

---------- Post added at 02:32 PM ---------- Previous post was at 02:23 PM ----------

Uploaded a new build
It must be flashed with a recovery ( you can find TWRP in my download link, and later on use lineage recovery )
Be sure you have the same firmware on both slots since we're an A/B device
To do so this a simple bash script that must be executed before flashing ( if you're a windows user, go figure yourself )
Code:
#!/bin/bash

images=(
abl
aop
asusfw
bluetooth
cmnlib64
cmnlib
devcfg
dsp
hyp
keymaster
modem
qupfw
tz
uefisecapp
vendor
xbl
xbl_config
xrom
)

for image in "${images[@]}"; do
    fastboot flash ${image}_a $image.img
    fastboot flash ${image}_b $image.img
done

The build uses my own kernel, but still uses the prebuilt audio/wlan modules

I don't want to disturb Luca, anybody else would like to help out on windows?
 
Last edited:
  • Like
Reactions: cotin

tarkzim

Recognized Developer
Feb 11, 2015
2,237
4,613
Kaohsiung
Sony Xperia Z
HTC One (m7)
In case you are referring to my question: is this a forum to help fellow xda members or a secluded place for nerds to show how great they are and what they know? I appreciate the work the devs do and I do not have the time to cook ROMs myself, so my only intent was to make sure I know what is required before trying anything myself. Finally, if you don't feel you have time to answer, just follow your comment, ignore the comment and let others help (as I am thankful for it has happened already).

Sorry for misleading, i was posting a solution for the devs and i noticed that might be not that perfect so i edit my post to not disturbing the dev.
 
  • Like
Reactions: SDF05 and abprie

Top Liked Posts

  • There are no posts matching your filters.
  • 31
    2okPze5.png


    LineageOS is a free, community built, aftermarket firmware distribution of Android 9 (Pie), which is designed to increase performance and reliability over stock Android for your device.

    LineageOS is based on the Android Open Source Project with extra contributions from many people within the Android community. It can be used without any need to have any Google application installed. Linked below is a package that has come from another Android project that restore the Google parts. LineageOS does still include various hardware-specific code, which is also slowly being open-sourced anyway.

    All the source code for LineageOS is available in the LineageOS Github repo. And if you would like to contribute to LineageOS, please visit out Gerrit Code Review. You can also view the Changelog for a full list of changes & features.

    Instructions :
    • Download the latest build and gapps/addons
    • Boot to recovery
    • Flash the latest build
    • Boot to recovery again
    • Flash gapps/addons
    • Reboot
    Downloads :
    Reporting Bugs
    • DO NOT Report bugs if you're running a custom kernel or you installed Xposed
    • Grab a logcat right after the problem has occurred. (Please include at least a few pages of the log, not just the last few lines, unless you know what you're doing.)
    • If it is a random reboot, grab /sys/fs/pstore/console-ramoops and /sys/fs/pstore/dmesg-ramoops-0. (Do not bother getting a logcat unless you can get it just before the reboot. A logcat after a reboot is useless)
    • If the problem disappears after running "setenforce 0" from a root shell, grab /data/misc/audit/audit.log
    Remember to provide as much info as possible. The more info you provide, the more likely that the bug will be solved. Please also do not report known issues. Any bug not reported in the bug report format below may be ignored.

    Code:
    What is your--
    LineageOS version:
    LineageOS Download url:
    Gapps version:
     
    Did you--
    wipe:
    restore with titanium backup:
    reboot after having the issue:
     
    Are you using--
    a task killer:
    a non-stock kernel:
    other modifications:
     
    Provide any additional information (observations/frequency of problem/last version it worked on/etc) as needed:

    XDA:DevDB Information
    LineageOS, ROM for the ASUS ZenFone 6 (2019)

    Contributors
    luca020400
    Source Code: https://github.com/LineageOS

    ROM OS Version: 9.x Pie

    Version Information
    Status: Nightly

    Created 2019-07-11
    Last Updated 2019-08-19
    14
    New lineage-16.0-20190801-UNOFFICIAL-I01WD.zip build is up
    Adds support for HDR and Wide Color Gamut and fixes AVRCP ( Bluetooth ) controls
    10
    New build lineage-16.0-20190722-UNOFFICIAL-I01WD is up
    Requires UL-ASUS_I01WD-ASUS-16.1220.1906.167-1.1.1-user firmware
    Updates kernel, improves audio, improves mobile data
    10
    New lineage-16.0-20190725-UNOFFICIAL-I01WD.zip build is up
    Improve support for Lineage Recovery, add FM Radio support, improves GPS performance ( enables IZAT )
    10
    New build is up
    Fixes some decoder issues ( Twitch/Reddit works now ), enables call recording for allowed countries and you can now force old apps to be displayed at full-screen ( 18:9 )

    Another build is up
    No real changes to end-user

    Starting from next build UL-ASUS_I01WD-ASUS-16.1220.1906.167-1.1.1-user firmware will be required.