Samsung Galaxy Tab S2 9.7 LTE (2016)

Boot Modes

  • Recovery: With the device powered off, hold Home + Volume Up + Power.
  • Download: With the device powered off, hold Home + Volume Down + Power.

Unlocking

  • Enable “OEM unlock” in the “Developer options” under device “Settings”.

TWRP

adb reboot bootloader
heimdall flash --RECOVERY twrp-x.x.x-x-gts210vewifi.img --no-reboot
heimdall print-pit

Wiping in TWRP

  1. Backup
  2. Wipe, Format Data
  3. Wipe, Advanced Wipe, Cache+System partitions

LineageOS

adb reboot recovery
adb push lineage-16.0-*-UNOFFICIAL-gts210velte.zip /sdcard/
adb push open_gapps-arm64-9.0-nano-*.zip /sdcard/
adb push *-SuperSU-*.zip /sdcard/
# install all ZIP files in the order above in TWRP

Tools, HowTos

Add more Steps (Higher Granularity) to Volume Slider

adb shell "su -c 'mount -o rw,remount /system && echo ro.config.media_vol_steps=30 >> /system/build.prop; mount -o ro,remount /system'"
# and reboot

F-Droid

 Share!

 
comments powered by Disqus