first install distrod
select archlinux
install it
systemd is not fully working yet, lets fix that
| $ ls vendor | |
| codeaurora | |
| gapps | |
| havoc | |
| nxp | |
| qcom | |
| samsung | |
| support | |
| # | |
| # Copyright (C) 2019 The LineageOS Project | |
| # | |
| # Licensed under the Apache License, Version 2.0 (the "License"); | |
| # you may not use this file except in compliance with the License. | |
| # You may obtain a copy of the License at | |
| # | |
| # http://www.apache.org/licenses/LICENSE-2.0 | |
| # | |
| # Unless required by applicable law or agreed to in writing, software |
| $ git checkout -b Total-Control_11 | |
| Switched to a new branch 'Total-Control_11' | |
| $ git remote add Total-Control_11 [email protected]:Total-Control-9985/android_vendor_samsung_dreamlte.git | |
| $ git push Total-Control_11 HEAD:Total-Control_11 | |
| Warning: Permanently added the RSA host key for IP address '13.237.44.5' to the list of known hosts. | |
| [email protected]: Permission denied (publickey). | |
| fatal: Could not read from remote repository. |
| // | |
| // Created by Matthew Good on 7/6/21. | |
| // | |
| #include "MotionEventSerializer.h" | |
| MotionEventSerializer::IndexInfo::IndexInfo() {} | |
| MotionEventSerializer::IndexInfo::IndexInfo(int pointerIndex, int segment_length, int reserved) { | |
| idx_pointerId = (pointerIndex*segment_length)+reserved; |
| <Target Name="PackIncremental" AfterTargets="Build"> | |
| <PropertyGroup> | |
| <!-- if version is greater than MAX_VALUE then version gets reset to 0 --> | |
| <!-- set max value to uint16.MaxValue which is the limit of the assembly metadata format--> | |
| <MAX_VALUE>65534</MAX_VALUE> | |
| </PropertyGroup> | |
| <!-- create file if it does not exist--> | |
| <WriteLinesToFile Condition="!Exists('VERSION_MAJOR.txt')" File="VERSION_MAJOR.txt" Lines="0" Overwrite="true" Encoding="Unicode" /> | |
| <WriteLinesToFile Condition="!Exists('VERSION_MINOR.txt')" File="VERSION_MINOR.txt" Lines="0" Overwrite="true" Encoding="Unicode" /> |
first install distrod
select archlinux
install it
systemd is not fully working yet, lets fix that