Skip to content

Instantly share code, notes, and snippets.

View koumaza's full-sized avatar
REPLACED THIS USER SUCCESSFULLY.

shanghai nyaa chan! koumaza

REPLACED THIS USER SUCCESSFULLY.
View GitHub Profile

*.zip.json

{
   
}
Details
@koumaza
koumaza / note.md
Last active July 23, 2020 16:22
My Environment of Android Build in Archlinux
: If by needed, turn on multilib : && vim /etc/pacman.conf &&\
pacman -Syyuu --needed \
base base-devel vim neovim git repo python-pip go progress htop neofetch fish p7zip zstd tmux \
&&\
: If by needed, Instal yay : && git clone https://aur.archlinux.org/yay-git.git --depth=1 --single-branch && cd yay-git && vim /usr/bin/makepkg &&/ makepkg -si

Run at Non root user

hardware/qcom/bootctrl/Android.mk

ifneq ($(filter msm8996 msm8998 sdm710,$(TARGET_BOARD_PLATFORM)),)

Use Python2

@koumaza
koumaza / manifest-template.md
Last active July 24, 2020 08:34
Winget Manifest Template
License
WTFPL
## <-- Note --> ##

### 

## <-- General --> ##
@koumaza
koumaza / JoinOfficeInsider.png
Last active July 30, 2020 09:54
Use Office Insider with Microsoft Office Pro Plus. (Microsoft Office Pro PlusでOffice Insiderを使う。)
JoinOfficeInsider.png
TARGET_FACE_UNLOCK_SUPPORTED := true

export PATH=~/rr-payton/vendor/clang/bin/:~/rr-payton/vendor/clang/aarch64-linux-gnu/bin:aarch64-linux-gnu/bin:${PATH}

export CROSS_COMPILE=aarch64-linux-gnu-

export CC=clang

export ARCH=arm64

export USE_CCACHE=1

@koumaza
koumaza / ancient-payton.xml
Last active August 15, 2020 10:21
local manifest for repo with payton
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote name="sdm660"
fetch="https://github.com/moto-SDM660" />
<remote name="lineage-17.1_payton"
revision="refs/heads/lineage-17.1"
fetch="https://github.com" />
<remote name="pixel-device"
revision="ten"
fetch="https://github.com/PixelExperience-Devices" />
for n in `seq 1 100`; do echo -n \$\(\($n \% 2\)\);echo -e "\t"$(($n % 2)); done
@koumaza
koumaza / README.md
Last active September 10, 2020 07:04
curl -sL https://gist.github.com/koumaza/b50c4e0fc8b73df3c1d6d28ae87399e4/raw/ee7a9f61069d8fdb5a798f607a67d2856ce7b75c/initdeno.sh | bash