V. Remove Bootloader Warning ⚠ (thanks to @razs.originals for their guide & file)
@razs.originals provided a guide and the needed file, but their guide was slightly lacking for those less experienced, so I'll expand it slightly to be more precise what to do. This removes all the bootloader unlock warnings on boot.
- Get the free app Termux.
- Download the up_param.tar file and move it to download folder (internal storage) - it might be the default location, if not then it should be here:
/storage/emulated/0/Download/up_param.tar
- Open Termux, and then type the next series of lines of code (press enter in between each line):
su
cd /
Code:
dd if=/storage/emulated/0/Download/up_param.tar of=/dev/block/platform/bootdevice/by-name/up_param
- Now reboot, and the bootloader warning screens should be gone!
Hi!
Needed some help for my pathtetic tryind to root or edit my tablet....
Firstly next procedure is what I want to achieve.... I want my tablet to turn on when charger cable is connected and turn off when charger is unplugged.
My target is to put that tablet in a car, using it as a navigator and obd meter...
So I have two different tablets... Samsung Tab A7 Lite with android 12

and Lenovo Tab M10 HD 2. gen...
I can´t get that possibly easiest way to work neither of tablets... I mean that " Fastboot oem off-mode-charge 0" command...
That didn´t work either of the tablets... both tablets oem unlocked and usb debugging allowed...
So next step what I tried, was root those tablets... Yea I know... seems very desperate

At this point I can´t even root the Lenono... but somehow I think I managed to root the Samsung....
I bought that Lenovo also, because I know that Samsung doesn´t accept those fastboot commands and thought that Lenovo is easier to modify / root. But not for me...
Next part should have been to try those "commands" ...
#!/system/bin/sh
/system/bin/reboot
But I don´t even know how to do that...

Do I need some app/ apps to do that...
Don´t know how to add or edit those scripts.... don´t know pretty much anything....
I downloaded some file explorer so I can see root files... or at least something in the tablet...
Then I followed that quoted instruction to remove that "Bootloader warning"
Then everything went wrong.... Yea, I know that I should have to quit way way earlier....
So I downloaded Termux... downloaded that up_param.tar file... copied it to download folder and typed to termux those lines.....
I think´you guess the result.... No the whole tablet remains black... maybe its trying to boot.... sometimes little backlight is visible althought the screen remains black... so no boot... or at least visible boot for me...
I can boot it to Odin mode... so it isn´t totally dead...
So is there any way to remove that script in odin mode... or something other way to do.... I tried to flash that modified boot.img file in odin again... everything went well.. at least it said "All threads completed (succeed 1 / failed 0)
Hope you understand even some part of my doings or my writings and can help me...
Thanks in advance!!