First off all I must start by saying that I am not an Android Expert.
I Have some android TV box ( not a phone ) which is of some unknown third party chinese vendor . it is already rooted .
I need to personalize it as much as I can, and I have already made the wallpapers, launcher, and bootanimation
The only thing I have left (and the most annoying one ) is the splash screen.
Now, I have read a lot of posts / articles about it , and I even made a rgb656 .img file, but the whole process is very complicated ( and potentially dangerous ). So now all i want is to totally disable it .
I opened init.ec
and there I saw :
... export LD_LIBRARY_PATH /vendor/lib:system/lib export ANDROID_BOOTLOGO 1 export ANDROID_ROOT /system ....
So I wonder , does changing the ANDROID_BOOTLOGO 1
to ANDROID_BOOTLOGO 0
will disable the splashscreen ?
Is there any other easy way of doing it ? Any advice ? (If you can avoid answers like "try and see" - I am afraid to brick it ..