Samsung Galaxy Tab S 10.5" (SM-T800): Difference between revisions

From Jeremy Bryan Smith
Jump to navigation Jump to search
No edit summary
Line 14: Line 14:
* [https://dl.twrp.me/chagalllte/ TWRP for chagalllte] -- Latest version as of 2025-06-21 is [https://dl.twrp.me/chagalllte/twrp-3.7.0_9-0-chagalllte.img.html twrp-3.7.0_9-0-chagalllte.img]
* [https://dl.twrp.me/chagalllte/ TWRP for chagalllte] -- Latest version as of 2025-06-21 is [https://dl.twrp.me/chagalllte/twrp-3.7.0_9-0-chagalllte.img.html twrp-3.7.0_9-0-chagalllte.img]


=Getting Model and Serial Number=
=Getting Model/Model Variant/Bootloader Version/Android Release/Serial Number=
All of this information can be gotten from an adb shell. From your machine with the tablet connected via USB:
All of this information can be gotten from an adb shell. From your machine with the tablet connected via USB:
# Model
~ # getprop ro.product.model
SM-T800
# Model Variant
  ~ # getprop ro.product.device
  ~ # getprop ro.product.device
  chagallwifi
  chagallwifi
   
   
# Bootloader version
  ~ # getprop ro.boot.bootloader
  ~ # getprop ro.boot.bootloader
  T800XXU1ANFB
  T800XXU1ANFB
   
   
# Android version/release
  ~ # getprop ro.build.version.release
  ~ # getprop ro.build.version.release
  6.0.1
  6.0.1
# Serial number ( Not a real serial number below but this is the format )
~ # getprop ro.serialno
023418ad419c1751


=Downloading Stock Firmware=
=Downloading Stock Firmware=
Stock firmware can be downloaded here: https://samfw.com/firmware/SM-T800<br>
Stock firmware can be downloaded here: https://samfw.com/firmware/SM-T800<br>
Select the correct firmware with your bootloader variant ( T800XXU1ANFB from above )
Select the correct firmware with your bootloader variant ( T800XXU1ANFB from above )

Revision as of 17:00, 24 June 2025

Resources

Getting Model/Model Variant/Bootloader Version/Android Release/Serial Number

All of this information can be gotten from an adb shell. From your machine with the tablet connected via USB:

# Model
~ # getprop ro.product.model
SM-T800

# Model Variant
~ # getprop ro.product.device
chagallwifi

# Bootloader version
~ # getprop ro.boot.bootloader
T800XXU1ANFB

# Android version/release
~ # getprop ro.build.version.release
6.0.1

# Serial number ( Not a real serial number below but this is the format ) 
~ # getprop ro.serialno
023418ad419c1751

Downloading Stock Firmware

Stock firmware can be downloaded here: https://samfw.com/firmware/SM-T800
Select the correct firmware with your bootloader variant ( T800XXU1ANFB from above )