• If you are experiencing issues logging in, we moved to a new and more secure software and older account passwords were not able to be migrated. We recommend trying to reset your password, then contacting us if there are issues.
  • Nearly done! Migration cleanup is mostly done. There are a small number of issues left that we continue to work on, but all the heavy lifting is done. We still would love to hear feedback over at this thread and also check out the new XDA app! Thanks and we hope you enjoy the new forums, and thanks for your support of XDA <3

[ROM][8.0.0][UNOFFICIAL] LineageOS 15.0

vache

Recognized Developer
Jun 12, 2009
1,131
3,655
113
Paris


Code:
#include "std_disclaimer.h"
/*
 * Your warranty is now void.
 *
 * I am not responsible for bricked devices, dead SD cards,
 * thermonuclear war, or you getting fired because the alarm app failed. Please
 * do some research if you have any concerns about features included in this ROM
 * before flashing it! YOU are choosing to make these modifications, and if
 * you point the finger at me for messing up your device or if your cat barks at you, I will laugh at you.
 */
LineageOS is a free, community built, aftermarket firmware distribution of Android 8.0 (Oreo), 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.

What's working :
  • Boots
  • Wifi
  • Bluetooth
  • Camera and Camcorder(video recorder)
  • Video Playback
  • Audio ( Recording and Playback )
  • Sensors
  • GPS
  • VoLTE

What's not working :
  • SELinux is permissive
  • Stock camera app give wrong picture angle, use 3rd party app like Footej or Open Camera

Instructions :
  • Download the latest build and gapps
  • Reboot to recovery
  • Flash the latest build and gapps
  • Reboot to system

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 /proc/last_kmsg. (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

Bug report should be done in following format provided in code below
Code:
What is your
LineageOS version:
LineageOS Download url:
Gapps version:
 
Did you
wipe:
 restored 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:
Sources
Kernel:-https://github.com/boulzordev/android_kernel_motorola_msm8953
Device:-https://github.com/boulzordev/android_device_motorola_sanders
Vendor:-https://github.com/boulzordev/proprietary_vendor_motorola_sanders

XDA:DevDB Information
LineageOS 15.0, ROM for the Moto G5S Plus

Contributors
vache, Alberto97, faIyaz
Source Code: https://github.com/LineageOS/

ROM OS Version: 8.x Oreo
ROM Kernel: Linux 3.x
ROM Firmware Required: Unlocked bootloader, TWRP

Version Information
Status: Alpha
Beta Release Date: 2017-10-07

Created 2017-10-07
Last Updated 2017-10-07
 

Manan44

Senior Member
Aug 15, 2016
134
37
0
Victoria
I have wiped system,data,internal memory, cache
i wiped everything but not sd card and otg
still having this issue
Wipe wont work. Don't even open advanced options. There will be a format data option right beside the advanced options button, click that and type yes. After that reboot to recovery, flash magisk or no verity opt zip. Then you're good to go.
 

Loccy

Senior Member
Jul 12, 2005
836
115
0
I am just curious what kernel you're using here, and whether it has the patches required to make Magisk hide work...?
 

Nyvia

Member
Oct 7, 2017
19
1
0
Yeah I can't get this to flash, I've tried formatting and whatevering /data and flashing this and it just reboots into TWRP, and if I dont do it I get hit with the decryption prompt.
 

catsruul

Senior Member
Jun 2, 2016
422
146
0
Guys since it's obvious none of you can see the "Format Userdata" button in TWRP, just run the command

Code:
fastboot format userdata
and don't boot into the ROM, boot into TWRP directly. You may need to reboot into TWRP a second time.

Please keep in mind this WILL wipe all downloads, pictures, videos, etc.