[ROM][OFFICIAL][13] LineageOS 20.0 for the SM-T290 (gtowifi)

Search This thread

blazzer12

Senior Member
Jun 15, 2012
566
208
Samsung Galaxy A7 (2018)
No, no custom stuff can be installed, including any type of ROM.

Sorry for repeated questions but I am curious: When I go to developers settings it's showing the "OEM Lock" as "bootloader already unlocked". Even then it means only firmware form Samsung can be flashed right? NO GSI Roms?


I wonder why Samsung bothered to enable Treble on T295 if they just mean to lock out any possibility for installing GSI ROMS.

😞

 

xperiazu21

Member
Mar 27, 2016
26
4
Sorry for repeated questions but I am curious: When I go to developers settings it's showing the "OEM Lock" as "bootloader already unlocked". Even then it means only firmware form Samsung can be flashed right? NO GSI Roms?


I wonder why Samsung bothered to enable Treble on T295 if they just mean to lock out any possibility for installing GSI ROMS.

😞

Yes, the android 9 bootloader (version 3) is currently required to boot any custom ROM on the T295.

But since a certain version of the official android 10, the bootloader version has been upgraded to 4, resulting in a bootloader that cannot be lowered back to android 9.
 
  • Like
Reactions: blazzer12

default_user8

Senior Member
Aug 9, 2008
89
7
Samsung Galaxy S22 Ultra
Thanks,


I'm not sure what was going, but Waze was not working at all(no map and no location) when I first installed it on this tablet. That's what prompted the question about the GPS, but after a reboot everything seems to be working now. This tablet is replacing an older Tab A that I'm using as an interface for my radio in my F150.
 
  • Like
Reactions: Minionguyjpro
I can't seem to find it, but did I see there's a way to skip the "warning unlocked bootloader screen"?
This is actually not completely relevant to this thread though. I thought it wasn't possible anymore, as all firmware files (including the bootloader, which keeps the warning) are encrypted and can't be edited in a way.
 

lifehackerhansol

Senior Member
Sorry about that. Been a long time since i've done any of this stuff including actually posting on XDA. lol
I'm finding nothing of interest in this log, unfortunately.

I implore you to double check with the stock ROM. (for obvious reasons, do NOT flash the T290XXS4CWA1 firmware, or you will be permanently locked out of custom firmware. Use T290XXU3CVG3 specifically for testing.)
 

CTTKDKing

Senior Member
I'm finding nothing of interest in this log, unfortunately.

I implore you to double check with the stock ROM. (for obvious reasons, do NOT flash the T290XXS4CWA1 firmware, or you will be permanently locked out of custom firmware. Use T290XXU3CVG3 specifically for testing.)
When i find some time to flash that, i'll give it a try. For the purposes of the tablet it's not a big deal. It's too slow of a device to use for much more than the reader functions i use it for. Thanks for looking into it.
 

antharys96

Member
Jun 28, 2014
40
2
Is it possible to downgrade from bootloader version 4 back to bootloader version 3? If I remember correctly, we flash the bootloader through Odin to even use custom roms... I'm heavily disappointed by this decision from Samsung. I bought a second-hand tab a (really cheap) but didn't check for the bootloader version at the spot.
 
Is it possible to downgrade from bootloader version 4 back to bootloader version 3? If I remember correctly, we flash the bootloader through Odin to even use custom roms... I'm heavily disappointed by this decision from Samsung. I bought a second-hand tab a (really cheap) but didn't check for the bootloader version at the spot.
Sadly, it is not possible to downgrade, meaning it is impossible for that tablet to flash any custom stuff on.
 

Top Liked Posts

  • There are no posts matching your filters.
  • 3
    Dear guys don't loose hope. i successfully flashed GSI to T290 tablet shipped with android 10. soon i will be making a guide to that
    WhatsApp Image 2023-09-07 at 17.09.34.jpeg
    1
    Suspense is building :)
  • 12
    WARNING: Samsung rolled out a new firmware update starting roughly at the end of January 2023.
    This contains bootloader version 4. From what we understand with SM-T295 bootloaders, this may or may not permanently lock you out from ever flashing anything custom. Considering that we even have to downgrade our bootloader to the Android 9 version to get anything going, updating your bootloader this time will very likely block you from downgrading it, ever.

    Our last known bootloader version is T290XXU3CVG3. Do not update past this, you will not be able to flash custom anything again.


    2okPze5.png


    LineageOS is a free, community built, aftermarket firmware distribution of Android 13, which is designed to increase performance and reliability over stock Android for your device.

    * Your warranty is now void.
    (But I mean it's probably already void at this point... bleh.)

    * We are not responsible for bricked devices, dead SD cards,
    * thermonuclear war, or you getting fired because the alarm app failed.
    * Please do some research if you have any concerns about features
    * included in this ROM before flashing!
    * YOU are choosing to make these modifications and if
    * YOU point the finger at us for messing up your device,
    * WE will laugh at you.

    LineageOS is based on the Android Open Source Project with extra contributions from many people within the Android community. It can be used without any need to have any Google application installed. You will need to provide your own Google Applications package (gapps). LineageOS does still include various hardware-specific code, which is also slowly being open-sourced anyway.

    All the source code for LineageOS is available in the LineageOS GitHub organization. And if you would like to contribute to LineageOS, please visit our Gerrit Code Review. You can also view the changelog for a full list of changes & features.

    Instructions :
    Downloads :
    Device source code:
    Credits:
    • LineageOS team
    • @Magendanz for TWRP
    • @SebaUbuntu for twrpdtgen
    • AndroidDumps on Telegram for help extracting blobs
    • @retiredtab for much initial testing and feedback
    3
    do you know how to patch bootloader. i tried to patch it using ghidra. i went through all error messages and code blocks. can you tell me how you got the unlocked boot abn. is there any way we can bypass the secure boot or signature verification
    The bootloader isn't patched. We use a very early version of the bootloader (I believe the first or second stock ROM to have ever shipped) which actually respects the vbmeta settings.

    I don't know whether reverse engineering the aboot will really solve the issue. I can't seem to figure out where the issue is, either (I've thrown it in ghidra at one point as well). That's before even thinking about whether a modified aboot will even boot on the device.

    So we're stuck until someone with legitimate hacking experience finds out. Which is probably rare for a cheap tablet where I'm the only one tinkering with it.
    3
    Dear guys don't loose hope. i successfully flashed GSI to T290 tablet shipped with android 10. soon i will be making a guide to that
    WhatsApp Image 2023-09-07 at 17.09.34.jpeg
    2
    @2faraway2 I think I reproduced the vbmeta thing.

    It seems the TWRP method isn't totally right. It doesn't like it when vbmeta is combined with other files in the tar.

    So far, I tried reverting to stock, and:
    1. flash aboot and vaultkeeper
    2. reboot, then flash vbmeta
    3. finally, flash LOS recovery

    and that seemed to work.

    I'll try to do a writeup, upload relevant files and get back to you.