Skip to navigation Skip to content
Simon Technology Blog
  • Architecture
  • Cloud
  • Database
  • Develop
  • Hardware
  • Industry
  • Language
  • Mobile
  • Opensource
  • OS
  • Web
Main Navigation

Android 8.1 system modified boot logo and boot animation

October 7, 2021By Simo Android

Modify boot logo

  1. Find logo_gen.py under device\qcom\common\display\logo
  2. If not To install Python, first execute the following command sudo apt-get install python-imaging
  3. Copy the image that needs to be made into the logo_gen.py directory at the same level. Note that the image resolution should be the same as the device screen resolution Consistent
  4. Run the following command to generate splash.img, execute python ./logo_gen.py logo.png
  5. Connect the device and run the following command
    • adb reboot bootloader
    • li>

    • fastboot flash splash splash.img
    • fastboot reboot
  6. Check if the logo is replaced successfully

Modify boot animation

  1. The storage path of boot animation and shutdown animation is: vendor\qcom\proprietary\qrdplus\Extension\apps\BootAnimation;
  2. < li>Replace the produced animation with the zip package (bootanimation.zip and shutdownanimation.zip) in the path

  3. After the modification, compile the system, and then system can be used;
    Compile:

    source build/envsetup.sh
    lunch
    m clean
    m -j16

  4. Flash the system to check whether the modification is successful
    Flash the system:
    • adb reboot bootloader
    • fastboot flash system system.img
    • fastboot -w
    • fastboot reboot
    • < /ul>

8.1, Android, Animation, Boot, logo, modification, system

Post navigation

WEBSERVICE with CXF
JMS and WebService application scenario

WordPress database error: [Table 'yf99682.wp_s6mz6tyggq_comments' doesn't exist]
SELECT SQL_CALC_FOUND_ROWS wp_s6mz6tyggq_comments.comment_ID FROM wp_s6mz6tyggq_comments WHERE ( comment_approved = '1' ) AND comment_post_ID = 3541 ORDER BY wp_s6mz6tyggq_comments.comment_date_gmt ASC, wp_s6mz6tyggq_comments.comment_ID ASC

Leave a Comment Cancel reply

Your email address will not be published.

Recent Posts
  • Sencha-Touch-2 – Sencha Touch 2, Nested XML Analysis NodeValue
  • Add a separation line and format XML content
  • Is there a norm of simplified XML subsets?
  • Look at it when you write React
  • ReactJS – Present React Redux React-Router App to add the server to the Firebase hosted by the Firebase
Categories
  • Android
  • Apache
  • Apache Kafka
  • Asp
  • Auto-Test
  • Automated Build
  • Aws
  • Bitcoin
  • Browser
  • C & C++
  • C#
  • Centos
  • Cgi
  • Character
  • Cloud Service
  • Cocos2dx
  • Cordova
  • CSS
  • Data Structure
  • Delphi
  • Design Pattern
  • Dojo
  • Dubbo
  • ELK
  • Flex
  • football
  • Game
  • Hadoop
  • Hibernate
  • HTML
  • Hybrid
  • Intel
  • IOS
  • Ipad
  • iPhone
  • Java
  • Javascript
  • Jetty
  • JQuery
  • Jsp
  • Linux
  • Load Balance
  • Lua
  • Macbook
  • Macos
  • Mathematics
  • Micro Services
  • Monitoring
  • Motherboard
  • Mysql
  • Network Hardware
  • Network Marketing
  • Nginx
  • NodeJs
  • Nosql
  • Oracle
  • Os Theory
  • Performance
  • PHP
  • Postgresql
  • Power Designer
  • React
  • Redis
  • Regexp
  • Rom
  • Rss
  • Ruby
  • Search Engines
  • Shell Script
  • Silicon Valley
  • Silverlight
  • Software Design
  • Spring
  • Sql
  • Sqlite
  • Sqlserver
  • Storage
  • Storm
  • Surface
  • SVN
  • Swift
  • System Architecture
  • Tablet
  • Uncategorized
  • Unix
  • Visual Basic
  • Visual Studio
  • Web Crawler
  • WebService
  • Windows
  • Wireless
  • XML
  • ZooKeeper
Archives
  • October 2021
  • September 2021
  • August 2021
  • May 2021
  • April 2021
  • September 2020
  • September 2019
  • August 2019
  • June 2019
  • May 2019
  • April 2019
  • March 2019
© Simon Technology Blog 2025 • ThemeCountry Powered by WordPress