Code:
#include <std_disclaimer.h>
/*
* Your warranty is now void.
*
* We are 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 us for messing up your device, we will laugh at you.
*
*/
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. You will need to provide your own Google Applications package (gapps). LineageOS does still include various hardware-specific code, which is also slowly being open-sourced anyway.
All the source code for Lineage OS is available in the LineageOS Github repo. And if you would like to contribute to Lineage OS, please visit our Gerrit Code Review. Your changelog is whatever was merged into gerrit.
Instructions
First time flashing Lineage OS 17.1 your device?
Coming from a SENSE ROM?
- Enable all location services: Settings > Location > (all location services) = On
- Download the zip(s).
- Install a compatible Recovery
- Perform a NANDroid backup of your current ROM (Optional)
- Wipe data & cache partitions of your device (required when coming from stock!).
- Flash LineageOS.
- Optional: Install the Google Apps addon package.
Downloads
Downloads
ROM - https://mirror.codebucket.de/claymore1297
Google Apps - https://opengapps.org/?arch=arm64&api=10.0&variant=nano
TWRP Recovery (SAR) - https://github.com/CaptainThrowback/android_device_htc_hima/releases
XDA: DevDB Information
LineageOS 16.0, ROM for the HTC One (M9)
Contributors:
@Claymore1297
@k4y0z
ROM OS Version: 10 Q
ROM Kernel: Linux 3.10.108
Kernel Source: https://github.com/Claymore1297/android_kernel_htc_msm8994
SELinux: enforce
Requirements
HTC Firmware: 4.x
TWRP: 3.3.1-0 - with SAR support
special thanks to:
@root-expert
Version Information
Status: Beta
What is working
- WiFi
- Bluetooth
- IR
- Camera (including video recording)
- Telephony (Calls, MMS/SMS and Mobile data)
- Audio (Record and Playback)
- Video Playback
- GPS
- NFC
What is not working
- FM Radio
Bug report
Bug reports without a proper description of the issue and a log will be ignored!
You don't know howto take a log - see here:
https://www.xda-developers.com/how-to-take-logs-in-android/
https://lmgtfy.com/?q=how to get android logs&p=1&s=g
How to Build
Create the direct and file .repo/local_manifests/roomservice.xml and add the following:
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<project name="Claymore1297/android_device_htc_hima" path="device/htc/hima" remote="github" />
<project name="Claymore1297/android_kernel_htc_msm8994" path="kernel/htc/msm8994" remote="github" />
<project name="Claymore1297/proprietary_vendor_htc" path="vendor/htc" remote="github" />
<project name="AICP/packages_apps_JamesDSPManager" path="packages/apps/JamesDSPManager" remote="github" revision="q10.0" />
<project name="AICP/frameworks_opt_jamesdsp" path="frameworks/opt/jamesdsp" remote="github" revision="q10.0" />
<remove-project name="LineageOS/android_packages_apps_Updater"/>
<remove-project name="LineageOS/android_hardware_qcom_audio"/>
<project path="hardware/qcom-caf/msm8994/audio" name="Claymore1297/android_hardware_qcom_audio" groups="qcom,qcom_audio,pdk-qcom" revision="q10.0-caf-8994" remote="github" />
<project name="Claymore1297/android_packages_apps_Updater" path="packages/apps/Updater" remote="github"/>
</manifest>
Things for successful builds:
Code:
cd <build LOS-root-dir>
build/envsetup.sh
unch lineage_hima-userdebug
m bacon
LineageOS 17.1, ROM for the HTC One (M9)
Contributors
Claymore1297, k4y0z
Source Code: https://github.com/lineageos
ROM OS Version: Android 10
ROM Kernel: Linux 3.x
ROM Firmware Required: 4.x
Based On: LineageOS
Version Information
Status: Beta
Created 2019-10-31
Last Updated 2020-01-16
Last edited: