Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added KLCStuffs/android-logo-mask_another.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added KLCStuffs/default_wallpaper_another.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added KLCStuffs/default_wallpaper_blue.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added KLCStuffs/default_wallpaper_blue_another.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added KLCStuffs/default_wallpaper_green.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added KLCStuffs/default_wallpaper_green_another.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added KLCStuffs/default_wallpaper_red.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added KLCStuffs/default_wallpaper_red_another.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added KLCStuffs/default_wallpaper_yellow.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added KLCStuffs/default_wallpaper_yellow_another.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
![KLC OS Banner](https://github.com/user-attachments/assets/eabf88ec-474a-4e63-99cf-20daafc52f77)

## Source Code? This GSI based on ponces Android 15 AOSP
[日本語](./README_JP.md)

## Build

Expand All @@ -11,7 +12,7 @@ Note:
- You need at least 30 GB of RAM to build this
- At least 200 Free storage (HDD or SSD)
- There is a note (Notes.txt) That contains bootanim logo and default wallpaper path, and also system.img path. Hope it helps
- Pay attention to the KLC_OS/treble_aosp/build.sh script. I also write something there
- Pay attention to the `KLC_OS/treble_aosp/build.sh` script. I also write something there
- All KLC OS Files are inside KLCStuffs folder

### Steps
Expand Down
32 changes: 32 additions & 0 deletions README_JP.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
![KLC OS Banner](https://github.com/user-attachments/assets/eabf88ec-474a-4e63-99cf-20daafc52f77)

## ソースコードですか? この GSI は Ponces Android 15 AOSP に基づいています
[English](./README.md)

## ビルド

AOSP GSI のビルドを始めるには、[Git とリポジトリ](https://source.android.com/docs/setup/reference/repo)、そして [GSI のビルド方法](https://github.com/phhusson/treble_experimentations/wiki/How-to-build-a-GSI%3F)を理解する必要があります。

メモ:
- 1 ~ 5 個の項目に注目してください
- これをビルドするには少なくとも 30 GB の RAM が必要です
- 少なくとも 200 GB の空きストレージ (HDD または SSD)
- メモ (Notes.txt) には、ブートアニメーションのロゴとデフォルトの壁紙のパス、および system.img のパスが含まれています。お役に立てば幸いです。
- `KLC_OS/treble_aosp/build.sh` のスクリプトに注目してください。それにも何かを記してあります。
- すべての KLC OS のファイルは KLCStuffs のフォルダ内にあります

### ステップ

1. AOSP ビルド用の新しい作業ディレクトリを作成してそこに移動します: <br />
`mkdir klc_os; cd klc_os`

2. このリポジトリをクローン: <br />
`git clone https://github.com/LoggingNewMemory/KLC_OS -b android15.0`

3. ビルドを開始します。頑張ってください。 <br />
`bash KLC_OS/treble_aosp/build.sh`

謝辞:
- [ponces](https://github.com/ponces)
- TrebleDroid Builders Community
- Wahid (サーバーの提供)