diff --git a/KLCStuffs/android-logo-mask_another.png b/KLCStuffs/android-logo-mask_another.png new file mode 100644 index 0000000..77bc11d Binary files /dev/null and b/KLCStuffs/android-logo-mask_another.png differ diff --git a/KLCStuffs/default_wallpaper_another.jpg b/KLCStuffs/default_wallpaper_another.jpg new file mode 100644 index 0000000..bc54d22 Binary files /dev/null and b/KLCStuffs/default_wallpaper_another.jpg differ diff --git a/KLCStuffs/default_wallpaper_blue.jpg b/KLCStuffs/default_wallpaper_blue.jpg new file mode 100644 index 0000000..73fbb61 Binary files /dev/null and b/KLCStuffs/default_wallpaper_blue.jpg differ diff --git a/KLCStuffs/default_wallpaper_blue_another.jpg b/KLCStuffs/default_wallpaper_blue_another.jpg new file mode 100644 index 0000000..032e250 Binary files /dev/null and b/KLCStuffs/default_wallpaper_blue_another.jpg differ diff --git a/KLCStuffs/default_wallpaper_green.jpg b/KLCStuffs/default_wallpaper_green.jpg new file mode 100644 index 0000000..f441a76 Binary files /dev/null and b/KLCStuffs/default_wallpaper_green.jpg differ diff --git a/KLCStuffs/default_wallpaper_green_another.jpg b/KLCStuffs/default_wallpaper_green_another.jpg new file mode 100644 index 0000000..ff3cf12 Binary files /dev/null and b/KLCStuffs/default_wallpaper_green_another.jpg differ diff --git a/KLCStuffs/default_wallpaper_red.jpg b/KLCStuffs/default_wallpaper_red.jpg new file mode 100644 index 0000000..9781c6f Binary files /dev/null and b/KLCStuffs/default_wallpaper_red.jpg differ diff --git a/KLCStuffs/default_wallpaper_red_another.jpg b/KLCStuffs/default_wallpaper_red_another.jpg new file mode 100644 index 0000000..e002b60 Binary files /dev/null and b/KLCStuffs/default_wallpaper_red_another.jpg differ diff --git a/KLCStuffs/default_wallpaper_yellow.jpg b/KLCStuffs/default_wallpaper_yellow.jpg new file mode 100644 index 0000000..431f0e8 Binary files /dev/null and b/KLCStuffs/default_wallpaper_yellow.jpg differ diff --git a/KLCStuffs/default_wallpaper_yellow_another.jpg b/KLCStuffs/default_wallpaper_yellow_another.jpg new file mode 100644 index 0000000..2eca2d1 Binary files /dev/null and b/KLCStuffs/default_wallpaper_yellow_another.jpg differ diff --git a/README.md b/README.md index 99acbe9..bb7cd15 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 diff --git a/README_JP.md b/README_JP.md new file mode 100644 index 0000000..f2bbadf --- /dev/null +++ b/README_JP.md @@ -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 ビルド用の新しい作業ディレクトリを作成してそこに移動します:
+`mkdir klc_os; cd klc_os` + +2. このリポジトリをクローン:
+`git clone https://github.com/LoggingNewMemory/KLC_OS -b android15.0` + +3. ビルドを開始します。頑張ってください。
+`bash KLC_OS/treble_aosp/build.sh` + +謝辞: +- [ponces](https://github.com/ponces) +- TrebleDroid Builders Community +- Wahid (サーバーの提供)