Remove Bootup Sounds

Post your great articles here :)
shaneui04
Posts: 5
Joined: Sun Oct 30, 2022 8:11 am
Answers: 0

#11

AxEgo wrote: Mon Dec 31, 2018 2:22 pm To remove the music when ATVXperience boots up, you need to replace the boot video.

Requirements:
  1. ADB: https://androidmtk.com/download-minimal ... tboot-tool
  2. Silent Bootvideo: https://mega.nz/#!CH4REABD!s3T0EOdmcLpO ... YLxjBvVSUA
Instructions:
  1. Download and install ADB on your PC (if you don't already have it)
  2. Find the IP address of your ATVXperience box (Settings -> About -> Status)
  3. Open a Command Prompt
  4. In the command prompt, type adb connect xxx.xxx.xxx.xxx (Where xxx.xxx.xxx.xxx is your box IP address)
    If you get an 'unable to connect' error:
    1. Make sure your PC is on the same network as your ATVXperience box
    2. Make sure USB debugging is turned on in your Developer Settings
  5. Type adb shell mount -o rw,remount /system to change /system partition to read & write.
  6. Type adb push /path/to/downloaded/bootvideo /system/etc to overwrite the standard bootvideo with the silent version
  7. Type adb disconnect
That's all you need. Next time your box starts up there will be no boot up sounds.
This customization will create a quieter and more streamlined boot-up experience, allowing you to enjoy your Android TV box without any unwanted audio interruptions. However, it's important to approach these modifications with caution and to ensure that you are comfortable with the technical process involved.
Post Reply