[ROM][UNOFFICIAL][9.0] LineageOS-16.0 [Z00L][Z00T]

nahean.ahmed

Senior Member
Apr 4, 2018
87
10
0
Xenon HD 7.1.1
Only in this ROM kernel adiutor showing the correct device info
I have tried many roms such as: Resurrection Remix, AOSP Extended, Lineage OS 15.1; none could show the correct msm number. All those showed me msm8916 though mine is msm8939. Only This rom xenon hd based on lineage os 14.1 can show this.

My question : is this rom can show the correct info?
Is there anyone using this rom having SD 615, 3GB Ram variant? If so please can you give me the screenshot of Device Tab in Kernel Adiutor?
I am on viper os 7.1.2 and its 8939.
Btw, What difference will it be for msm 8939 and 8916??
 

daniu

Senior Member
Feb 27, 2009
845
393
0
Another thing i noticed is that when i restart the phone it doesnt restart but turns off.

ANd turning off the phone sometimes reboots. I have Magisk 17.1 installed. Am i missing any tweaks that needs to be done ???

Running safetynet says ctsProfile: False, basicintergrity: true
Hi

That os a bug of magisk 17.1 - seems like no dev really cares - or in other words: who should care? I mentioned this bug in different threads and read from lots of people that they got this issue but never any dev responded.

If you want to get rid of it try installing magisk 16 (uninstall your magisk first or clean flash and then install magisk 16)

Regards
 
  • Like
Reactions: nafasku
Aug 29, 2018
12
2
0
Bugs facing :
Network traffic is not working
Clock is fixed on the left (can not change it to fix on centre or right)
AM/PM is not showing
Button customization is not working.

Mainly, customization in the system tab is not working.

Not rooted
Clean flashed
 
Last edited:
  • Like
Reactions: SigmundDroid

rajgeekzip

New member
Jul 8, 2016
4
1
0
Hello Dev Please Give me instructions to get proprietary blobs for our device r

If you've finished a repo sync, you don't need to manually import the kernel files.
You do need to manually import proprietary blobs though. You can cd vendor/asus and then do a git clone of theimpulsons repository:

Then you can probably try doing breakfast and lunch / brunch with the appropriate arguments. The lineage os wiki has a guide on building los15.1, and most of it is the same for lineage 16 (except the repo init cammands)

Edit: PS you don't need to do the extract files.sh bit if you git clone the repo I mentioned ^

Also be forewarned, if you have about 4 Gigs of RAM or less / your hard drive is failing, you might have trouble compiling Android. The hard drive failing bit repeatedly caused my Linux machine to seize up, cause the iowaits go off the charts and the kernel starts missing ticks for some reason. It's either that or my 4 Gigs of RAM (but I did have most of Swap on an SSD and around 300 Megs of RAM free).

If you need me to go into detail regarding the commands you can always pm me and I'll get back to you as soon as I'm free. Cheers
I do not have a physical connection to my phone to the cloud pc,how to set up proprietary blobs remotely and also how to import the kernel and links?
 

gavinfernandes2012

Senior Member
Nov 25, 2015
383
97
48
I do not have a physical connection to my phone to the cloud pc,how to set up proprietary blobs remotely and also how to import the kernel and links?
Go to the directory with the android source files.

Run:
Code:
source build/envsetup.sh
if you haven't already (run that command).

Then run:
Code:
cd vendor/asus
git clone https://github.com/theimpulson/proprietary_vendor_asus
croot
And that should be it; now you just run your brunch / breakfast + lunch commands and you should be building. Good luck!

Btw the "git clone" command set's up your proprietary blobs in "vendor/asus" , also say thanks to TheImpulson (PS: Thanks @TheImpulson !) for setting up the proprietary_vendor_asus repo and helping me use it.

And ofc say thanks to @mg712702 (Thanks @mg712702 !) for maintaining this ROM.
 
Last edited:
  • Like
Reactions: rajgeekzip