How To Guide [Guide] How to remove unlocked bootloader warning in Galaxy Tab A7 Lite

Search This thread

nirogu325

Senior Member
Oct 15, 2010
3,760
1,959
you should be blessed, thanks
I went and downloaded the EUX region A13 firmware and replaced the two necessary images. I assume it's the same bootloader for all regions but be ready to rollback to the default bootloader via ODIN if you end up having bootloops after flashing. Let me know if it works.
 

Attachments

  • up_param.tar
    904.5 KB · Views: 53

TFutoMaki

Senior Member
Sep 7, 2013
106
39
I went and downloaded the EUX region A13 firmware and replaced the two necessary images. I assume it's the same bootloader for all regions but be ready to rollback to the default bootloader via ODIN if you end up having bootloops after flashing. Let me know if it works.
Ty! Worked on T227UVLU3CVLA on android 13 too!
 

ctrlaltdeceit

New member
Feb 14, 2023
3
0
Hey I tried this, even using the .tar from post #24 and it just does nothing i get a permission denied error when i enter the code via termux?

SM-220 on build number T220XXU1CVL7

If I try doing it via shell it says the following:

d/up_param.tar of=/dev/block/platform/bootdevice/by-name/up_param <

dd: /dev/block/platform/bootdevice/by-name/up_param: Permission denied

0+0 records in

0+0 records out

0 bytes (0 B) copied, 0.002078 s, 0 B/s
 
Last edited:

Renate

Recognized Contributor / Inactive Recognized Dev
Only remove yellow/red warning text but not 5 minutes delay, How to remove delay time to boot?
5 minute delay? That's crazy.
My Motorola in "orange" waits 10 seconds.
I have another device that I often reboot that used to do 30 seconds.
I modified abl on that to skip the wait.
But that device had SecureBoot off, a rare luxury.
 

nirogu325

Senior Member
Oct 15, 2010
3,760
1,959
Hey I tried this, even using the .tar from post #24 and it just does nothing i get a permission denied error when i enter the code via termux?

SM-220 on build number T220XXU1CVL7

If I try doing it via shell it says the following:

d/up_param.tar of=/dev/block/platform/bootdevice/by-name/up_param <

dd: /dev/block/platform/bootdevice/by-name/up_param: Permission denied

0+0 records in

0+0 records out

0 bytes (0 B) copied, 0.002078 s, 0 B/s
I don't see the su command before the rest as mentioned in Step #3 in the original post.
 
  • Like
Reactions: abc1054

Fietspomp

Senior Member
Feb 5, 2010
115
33
Rotterdam
I just wanted to let you know the file from post 24 works perfect on mine,
using firmware SM-T220_EUX_T220XXS2CWA6

I didn't use termux by the way, just used ADB.

Commands (from windows);
Code:
adb shell
su (you should get warning from Magisk, accept)
cd /
dd if=/storage/emulated/0/Download/up_param.tar of=/dev/block/platform/bootdevice/by-name/up_param
 
Hi, I'm seeking deletion of warning msg on rooted TAB A 8.0 LTE ( SM-T295 ) with TWRP/Magisk on the device.

Would the SAME up_param.tar file work on my device or am I in dangerous territory assuming that?

Can anyone steer me to achieve the same warning deletion on an SM-T295?
Thx
 

alecxs

Forum Moderator
Staff member
Feb 17, 2016
3,714
5
1,625
gitlab.com
I don't think you will get answer in other forum, as that method is not really common. I personally don't think it is even removed, but the OP in this thread may explain what is the magic in that file regardless of the device model (OP is explicitly stating it is allowed to ask for other models)

the only explanation I found does not disable the timeout, it only mask the warning.

But according to this thread it is not possible to apply that method on your device.
https://forum.xda-developers.com/t/...-t290-bootloader-warning-after-rooted.4255607
 
Last edited:

nirogu325

Senior Member
Oct 15, 2010
3,760
1,959
I don't think you will get answer in other forum, as that method is not really common. I personally don't think it is even removed, but the OP in this thread may explain what is the magic in that file regardless of the device model (OP is explicitly stating it is allowed to ask for other models)

the only explanation I found does not disable the timeout, it only mask the warning.

But according to this thread it is not possible to apply that method on your device.
https://forum.xda-developers.com/t/...-t290-bootloader-warning-after-rooted.4255607
Yup, you're right about that. It only masks the warnings by replacing certain image files to make the boot screens a bit more visually pleasing. I redirected the user to his device forum because flashing bootloader files is a sensitive thing that can cause bootloops.
 
  • Like
Reactions: alecxs

Top Liked Posts

  • There are no posts matching your filters.
  • 2
    Thanks for the heads up. Any chance to steer me on how to get a valid SM-T295 up_param.tar file created ?
    You need to ask that question in the appropriate forum for your device.
    1
    I don't think you will get answer in other forum, as that method is not really common. I personally don't think it is even removed, but the OP in this thread may explain what is the magic in that file regardless of the device model (OP is explicitly stating it is allowed to ask for other models)

    the only explanation I found does not disable the timeout, it only mask the warning.

    But according to this thread it is not possible to apply that method on your device.
    https://forum.xda-developers.com/t/...-t290-bootloader-warning-after-rooted.4255607
    Yup, you're right about that. It only masks the warnings by replacing certain image files to make the boot screens a bit more visually pleasing. I redirected the user to his device forum because flashing bootloader files is a sensitive thing that can cause bootloops.
    1
    It's trivial to patch the abl to get around this.
    OTOH, for 99% of all devices you can't patch abl and still have it work.
    Fortunately I have a 1% device and I patched the abl to bypass a 30 second delay on booting because of "orange state".
  • 6

    Bootloader warning ⚠​

    Have you recently unlock your bootloader and want to remove Warning Bootloader Unlock message that comes every time when your device is starting up? Then not worry this article is for you. This tutorial gives you the detail view of How to remove Warning Bootloader Unlocked message from your android devices.

    What you need?

    1. Your device.
    2. Terminal (termux recommended).
    3. Magisk patched recvory (you just need root for one time).

    Steps to follow to fix Bootloader Unlocked Warning issue :

    1. Download the Param file and move it to download folder (internal storage).
    2. Download terminal (you can use termux).
    3. Start terminal and gain root access using "su".
    4. Type / copy this command into the terminal -
    Code:
    dd if=/storage/emulated/0/Download/up_param.tar of=/dev/block/platform/bootdevice/by-name/up_param

    • Now simply reboot to recovery or system.
    • Mission accomplished.

    (in this case the param file is only for Samsung Galaxy Tab A7 Lite, if you want it for anyother device you may comment below)
    Splash screens for other devices :
    1. Galaxy M30s
    2. If you want it for your device comment below..​

    Conclusion :

    In this post I have talked about How to remove unlocked bootloader warning. Tell us What You Say About The Post by commenting and if you have any questions then comment below.

    Reference :
    Razs Originals!
    3
    you should be blessed, thanks
    I went and downloaded the EUX region A13 firmware and replaced the two necessary images. I assume it's the same bootloader for all regions but be ready to rollback to the default bootloader via ODIN if you end up having bootloops after flashing. Let me know if it works.
    2
    Thanks for the heads up. Any chance to steer me on how to get a valid SM-T295 up_param.tar file created ?
    You need to ask that question in the appropriate forum for your device.
    1

    (in this case the param file is only for Samsung Galaxy Tab A7 Lite, {Mod edit: Link remove})
    @razs.originals

    I've deleted the duplicate thread you created. Please review the XDA Forum Rules with special emphasis on rule no. 5 and post only ONCE!

    Additionally, I've removed the link to telegram from your post above!
    As an exemption from the last bullet of rule no. 5 of the XDA Forum Rules, we grant only developers the privilege to share references to their social media in their own development threads and if thorough support is provided in the thread. These conditions obviously don't apply to this thread or you. Additional information is also available here:
    Please refrain from sharing social media links in future unless done in your own development thread.

    Thanks for your cooperation!
    Regards
    Oswald Boelcke
    Senior Moderator
    1

    Bootloader warning ⚠​

    Have you recently unlock your bootloader and want to remove Warning Bootloader Unlock message that comes every time when your device is starting up? Then not worry this article is for you. This tutorial gives you the detail view of How to remove Warning Bootloader Unlocked message from your android devices.

    What you need?

    1. Your device.
    2. Terminal (termux recommended).
    3. Magisk patched recvory (you just need root for one time).

    Steps to follow to fix Bootloader Unlocked Warning issue :

    1. Download the Param file and move it to download folder (internal storage).
    2. Download terminal (you can use termux).
    3. Start terminal and gain root access using "su".
    4. Type / copy this command into the terminal -
    Code:
    dd if=/storage/emulated/0/Download/up_param.tar of=/dev/block/platform/bootdevice/by-name/up_param

    • Now simply reboot to recovery or system.
    • Mission accomplished.

    (in this case the param file is only for Samsung Galaxy Tab A7 Lite, if you want it for anyother device you may comment below)
    Splash screens for other devices :
    1. Galaxy M30s
    2. If you want it for your device comment below..​

    Conclusion :

    In this post I have talked about How to remove unlocked bootloader warning. Tell us What You Say About The Post by commenting and if you have any questions then comment below.

    Reference :
    Razs Originals!
    Thank-you so much, it worked - and first time too.