Explanation and modification methods for special effects of android systems, and modification methods for android Systems

Source: Internet
Author: User

Explanation and modification methods for special effects of android systems, and modification methods for android Systems

Android system effects related files: exist in: framework-res.apk decompiled \ framework-res \ anim folder!
All files in the anim folder are special effect files.
The principle of decompilation framework-res.apk replaces the files in the anim folder for the purpose of modifying the special effect!
Then re-create framework-res.apk and replace it with your mobile phone. Modify the permission and restart.

 

Special Effect file name. xml

Fade_out: Date removed from the status bar of the latest task.

Fade_in: Date removed from the status bar of the latest task.

Status_bar_enter remove the status bar

Status_bar_exitr status bar is displayed.

The wallpaper_open_exit application is removed from the previous page.

The wallpaper_open_ente application exits from the previous page.

The wallpaper_close_exie application is removed from the previous page.

The last page of the wallpaper_close_enter application is displayed.

Options_panel_exi option menu removed

Options_panel_enter

Translucent_exit select the cursor to remove the text

Translucent_enter select the cursor

Toast_exit Prompt window remove

The toast_enter Prompt window is displayed.

Input_method_exit Input Method panel removed

Input_method_enter Input Method panel pop-up

Lock_screen_exit: the screen lock window is removed when the lock is unlocked.

Activity_open_exit activity exit the previous page to remove

Activity_open_ente activity exit the previous page

Activity_close_exit

Activity_close_enter

Remove from the dialog_exit window

The dialog_enter window is displayed.

 

 

1.decompilation framework-res.apk
1. Open the special effect file you want to modify (I can open one at a time) and you can see the code.
<? Xml version = "1.0" encoding = "UTF-8"?>
<Set android: interpolator = "@ anim/decelerate_interpolator"
Xmlns: android = "http://schemas.android.com/apk/res/android">
<Translate android: duration = "150" android: fromYDelta = "0.0%" android: toYDelta = "-100.0"/>
<Scale android: duration = "100" android: Large Tx = "50.0%" android: Large ty = "50.0%" android: startOffset = "200" android: fromXScale = "1.0" android: toXScale = "0.05" android: fromYScale = "1.0" android: toYScale = "1.0"/>
</Set>

Copy code
3. Read the above Code!
Android: duration= "150"
The Code 150 represents the duration of the special effect! The smaller the value, the faster the speed !!

However, not all android: duration = are followed by numbers! This may be the case !!
Android: duration = "@ integer/config_shortAnimTime"
This means that the duration references the value of config_shortAnimTime in integer.
There are two ways to modify it like this!
1; directly
Android: duration = "@ integer/config_shortAnimTime"
Change
Android: duration= "150"
You can customize the number 150 !!

2. Open the \ framework-res \ values \ integers. xml file.
Find this sentence
<Integer name = "maid"> 100 </integer>
Modify the corresponding value of this sentence.
Note that the second method will modify all special effects that reference integer !!
This can also be used to modify the global effect speed !!


How does one change the system special effects of Android 42?

What system special effects do you mean? Theme or something

Real racing 3 Android edition ask how to change the special effect to the highest special effect with the re Manager failed to change or the operation is incorrect

Hello! Leave a mailbox to send you the most modified special effect file. Note: not all Android phones can run the highest Effect of real racing cars 3. Currently, only a 4-core mobile phone can run the highest effect perfectly. A dual-core 1.5Gz mobile phone can also run the highest special tutorial, but it is not smooth, one word to describe ~~ Card

Related Article

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.