Android static images and dynamic wallpapers

Source: Internet
Author: User

[Android version]

6573 Android v2.3

6575 Android v2.3/v4.0

[Description]

How to customize the default wallpaper for the first boot.

[Solution]

The default Wallpaper can be set to an image or a dynamic wallpaper.

Static Wallpaper

Android v2.3:

ReplaceFrameworks/base/CORE/RES/drawable/default_wallpaper.jpgImage

Android v4.0:

ReplaceFrameworks/base/CORE/RES/drawable-nodpi/default_wallpaper.jpgImage

 

Dynamic Wallpaper

ModifyFrameworks/base/CORE/RES/values/config. xmlFile

Find <string name = "default_wallpaper_component"> @ null </string>

Change

<String name = "default_wallpaper_component"> com. Android. wallpaper/. Nexus. nexuswallpaper </string>

Com. Android. wallpaper/. Nexus. nexuswallpaper, "/" indicates the package name and class name.

 

Note:If you want to set a third-party live wallpaper program without source code built into the system as the default live wallpaper, you need to know the class name and package name corresponding to wallpaperservice In the APK, you can use the APK-tool provided by Google to obtain the resource file of the APK. Then you can view the androidmanifest. find the corresponding wallpaper in the XML file.
Service Class Name and package name.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.