podman run --privileged -it koumaza/podman /bin/bash
podman run --cgroup-manager=cgroupfs --net=host -it koumaza/podman /bin/bash
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mkdir -p ~/android; podman run -v $HOME/android/:/android-build/android --rm -it koumaza/android_rom |
powercfg --import koumaza-mbp.pow
Errors: (Not a git repository (or any of the parent directories): .git
)
At project root
Example: aosp platform/external/brotli
rm -rf .repo/project-objects/platform/external/brotli.git \
.repo/projects/external/brotli.git \
external/brotli/
Xenial
apt install gcc-arm\* gcc-5-arm-linux-gnueabi
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tr '\r' '\n' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<manifest> | |
<project path="device/motorola/payton" name="ancient-devices/device_motorola_payton" remote="github" revision="ten" /> | |
<project path="device/motorola/sdm660-common" name="ancient-devices/device_motorola_sdm660-common" remote="github" revision="ten" /> | |
<project path="kernel/motorola/msm8998" name="ancient-devices/kernel_motorola_msm8998" remote="github" revision="ten" /> | |
<project path="vendor/motorola" name="ancient-devices/vendor_motorola_payton" remote="github" revision="ten" /> | |
<project path="packages/apps/MotoCamera2" name="trpsl/packages_apps_MotoCamera2" remote="github" revision="ten" /> | |
<project path="external/bson" name="LineageOS/android_external_bson" remote="github" revision="lineage-17.1" /> | |
<project path="system/qcom" name="LineageOS/android_system_qcom" remote="github" revision="lineage-17.1" /> | |
<project path="packages/resources/MotoActions" name="SuperiorOS/android_packages_resources_MotoActions" remote="github" revision="pie" /> |
# Reboot to Bootloader
adb reboot bootloader
# Remove cache
:if; fastboot oem unlock
fastboot format cache
# Reboot to System
fastboot reboot
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# /etc/pacman.conf | |
# | |
# See the pacman.conf(5) manpage for option and repository directives | |
# | |
# GENERAL OPTIONS | |
# | |
[options] | |
# The following paths are commented out with their default values listed. |