Skip to content

Releases: UDPSendToFailed/OTA

lineage-23.2-20260223-UNOFFICIAL-gta2xlwifi

23 Feb 21:14
8df5a55

Choose a tag to compare

This build has read-only system and vendor partitions due to the new EROFS file system. If you need add-ons that modify these partitions, switch to Magisk-based alternatives

TWRP update is required: https://github.com/UDPSendToFailed/twrp_device_samsung_gta2xlwifi/releases/tag/3.7.1-erofs

Changelog:

  • Enabled desktop mode
  • Backported membarrier and userfaultfd with UFFDIO_MOVE function for better ART GC performance
  • Backported ZSTD compression algorithm to the kernel from mainline
  • Backported and enabled EROFS file system for the system and vendor partitions for better read speeds
  • Increased ZRAM size to 3GB and switched to ZSTD compression algorithm
  • Fixed broken deep sleep caused by F2FS GC
  • Fixed microphone issues during calls in some apps like Telegram, WhatsApp
  • Fixed Android's random number generator service
  • Disabled unnecessary GPS-related service that woke the tablet up from deep sleep every 10 minutes
  • Various performance tweaks in the kernel

lineage-23.2-20260203-UNOFFICIAL-gta2xlwifi

03 Feb 15:59
8df5a55

Choose a tag to compare

  • Initial build of Android 16 QPR2 with Material 3 Expressive
  • SELinux enforcing
  • Fixed scary red "KERNEL IS NOT SEANDROID ENFORCING" message on boot
  • Implemented native flashlight brightness control (tap and hold flashlight tile in quick settings)
  • Disabled unused kernel features
  • Fixed a possible kernel panic under heavy load
  • Increased touch panel I2C speed for better responsivity
  • Added some props for better UI performance
  • Fixed low memory killer daemon
  • Fixed video playback bug in the default browser that resulted in black videos with only audio playing
  • Kernel compiled with ARM GCC 15.2.1 toolchain

lineage-23.0-20251027-UNOFFICIAL-gta2xlwifi

27 Oct 22:48
8df5a55

Choose a tag to compare

Not recommended for daily use, this is an early testing build for those who want to experiment

Changelog:

  • Fixed an issue related to BPF patches that would cause a system crash during app uninstallation
  • Fixed double tap to wake
  • Implemented and enabled F2FS filesystem

In order to use F2FS, updating to the attached TWRP version is required, either with Odin or by flashing recovery.img to the Recovery partition in TWRP

To enable F2FS filesystem:

  • Boot into updated TWRP
  • Wipe -> Advanced Wipe -> select Cache -> Repair or Change File System -> Change File System -> F2FS -> swipe to confirm
  • Wipe -> Format Data -> type yes and confirm
  • Verify that both Cache and Data partitions are F2FS under Wipe -> Advanced Wipe -> Repair or Change File System menu
  • Reboot -> System

lineage-23.0-20251020-UNOFFICIAL-gta2xlwifi

20 Oct 13:48
8df5a55

Choose a tag to compare

Not recommended for daily use, this is an early testing build for those who want to experiment

Changelog:

  • Initial build of Android 16
  • Fixed WiFi and Bluetooth MAC address readings to show the proper unique ones from the device's EFI partition

Known broken features:

  • Double tap to wake toggle in Settings, can be enabled manually with echo aot_enable,1 > /sys/class/sec/tsp/cmd from a rooted shell
  • Screen recorder

lineage-22.2-20250418-UNOFFICIAL-gta2xlwifi

18 Apr 20:05

Choose a tag to compare

  • Fixed camera HAL3 support which adds a lot of new image adjustment options and enables higher resolution video recording, use OpenCamera or GCam to access advanced settings
  • Increased video recording bitrate for better quality
  • Some minor source code cleanups
  • Reverted to LineageOS' Aperture camera app which works correctly now that HAL3 is enabled
  • Removed yet another kernel change that might have been causing booting issues

lineage-22.2-20250413-UNOFFICIAL-gta2xlwifi

13 Apr 11:26

Choose a tag to compare

  • Android 15 QPR2 release with March & April security patches
  • Native desktop mode from AOSP, can be enabled in Developer options -> Enable freeform windows
  • Fixed incorrect orientation of images taken with camera - thanks to acroreiser
  • Added manual focus support
    • To use this, download a camera app that supports it. For example OpenCamera, select Camera2 as Camera API in settings, and switch to MF mode.
  • Improved macro focus for closer distances to make use of the hardware's capabilities
  • Fixed clicking noises from the camera that happened while booting and opening / closing camera apps
  • Fixed lift to wake battery drain by utilizing the device's SAR sensor for the initial wakeup
  • Fixed incorrect generic Bluetooth & WiFi MAC addresses, they are now set to the unique device-specific identifiers from the EFS partition
  • Improved multitasking by setting swappiness to 100 so the system moves apps to zram rather than killing them
  • Switched to Qualcomm Bluetooth service from generic one to fix some minor issues (for example, lagging mouse cursor with BT mouse)
  • Switched to 64-bit Bluetooth blobs from Xiaomi Redmi Note 4
  • Fixed USB tethering so the tablet's WiFi connection can be shared over USB to other devices
  • Removed FRP support as it's useless with unlocked bootloader
  • Some misc vendor blob cleanups with enabled ELF checks
  • Updated library functions from Arm & some misc optimizations in the kernel
  • Disabled GPU frequency override, allowing it to reach 650 MHz (previously limited to 600 MHz), matching Snapdragon 625/626/632 levels
  • Extended display brightness range for smoother transitions with lower minimum and higher maximum brightness, making use of the panel's capabilities
  • Changed default IO scheduler to noop
  • Enabled OTA update support and added correct changelog URL
  • Enabled unified LTO and O3 optimizations for some modules
  • Removed built-in KernelSU support, it will be available as a flashable boot image separately

crDroidAndroid-15.0-20250412-gta2xlwifi-v11.4

12 Apr 14:24

Choose a tag to compare

  • Android 15 QPR2 release with March & April security patches
  • crDroid 11.3 & 11.4 changes included:
  • Native desktop mode from AOSP, can be enabled in Developer options -> Enable freeform windows
  • Fixed incorrect orientation of images taken with camera - thanks to acroreiser
  • Added manual focus support
    • To use this, download a camera app that supports it. For example OpenCamera, select Camera2 as Camera API in settings, and switch to MF mode.
  • Improved macro focus for closer distances to make use of the hardware's capabilities
  • Fixed clicking noises from the camera that happened while booting and opening / closing camera apps
  • Fixed lift to wake battery drain by utilizing the device's SAR sensor for the initial wakeup
  • Fixed incorrect generic Bluetooth & WiFi MAC addresses, they are now set to the unique device-specific identifiers from the EFS partition
  • Improved multitasking by setting swappiness to 100 so the system moves apps to zram rather than killing them
  • Switched to Qualcomm Bluetooth service from generic one to fix some minor issues (for example, lagging mouse cursor with BT mouse)
  • Switched to 64-bit Bluetooth blobs from Xiaomi Redmi Note 4
  • Fixed USB tethering so the tablet's WiFi connection can be shared over USB to other devices
  • Removed FRP support as it's useless with unlocked bootloader
  • Some misc vendor blob cleanups with enabled ELF checks
  • Updated library functions from Arm & some misc optimizations in the kernel
  • Disabled GPU frequency override, allowing it to reach 650 MHz (previously limited to 600 MHz), matching Snapdragon 625/626/632 levels
  • Extended display brightness range for smoother transitions with lower minimum and higher maximum brightness, making use of the panel's capabilities
  • Changed default IO scheduler to noop
  • Removed built-in KernelSU support, it will be available as a flashable boot image separately

lineage-22.1-20250215-UNOFFICIAL-gta2xlwifi

15 Feb 17:26

Choose a tag to compare

  • Disabled kernel low memory killer as an attempt to fix the issues with the previous version

crDroidAndroid-15.0-20250215-gta2xlwifi-v11.2

15 Feb 18:17

Choose a tag to compare

  • Disabled kernel low memory killer as an attempt to fix the issues with the previous version

crDroidAndroid-15.0-20250212-gta2xlwifi-v11.2

12 Feb 14:35

Choose a tag to compare

Edit: Don't download, this version has crashing issues. The next update fixes this problem and contains the same improvements, use that instead.