Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

TWRP for Samsung Galaxy Tab S8

License

NotificationsYou must be signed in to change notification settings

liu-yucheng/TWRP-GalaxyTabS8

 
 

Repository files navigation

  • For Samsung Galaxy Tab S8.
  • Branchmain is for Android 12.1.
  • Tested on models: X700 (WiFi version, CSC: CHN).

Compilation Preparation

  • Open a terminal andmkdir a compilation directory.
  • cd to the compilation directory.
  • Run exactly the following commands in the terminal.
repo init --depth=1 -u https://github.com/minimal-manifest-twrp/platform_manifest_twrp_aosp.git -b twrp-12.1repo syncmkdir ./device/samsungmkdir ./device/samsung/gts8
  • cd to the./device/samsung/gts8 directory.
  • Clone this GitHub repository by runninggit clone <link-to-this-repository>.
  • Move all the files in the cloned repository to the./device/samsung/gts8 directory.
  • Now, the compilation directory is ready for the compilation.

Compilation

  • Open a terminal andcd to the compliation directory.
  • Run exactly the following commands in the terminal.
export ALLOW_MISSING_DEPENDENCIES=true. ./build/envsetup.shlunch twrp_gts8-engmake recoveryimage
  • Find the compiled recovery images in the./out/target/product/gts8 directory.

Kernel Source

https://github.com/mohammad92/android_kernel_samsung_sm8450

Packages

No packages published

Languages

  • Makefile62.6%
  • Shell37.4%

[8]ページ先頭

©2009-2025 Movatter.jp