Sihai network

How to use xposed framework

What is the charm of Android platform? Of course, it is open. If you're still playing brush every day, you're out. Today Sihai Xiaobian brings a tutorial on the use of xposed framework, which takes you into the world of xposed framework and makes you easily personalize your Android system.

Tips: what's the difference between xposed and Android?

Xposed is actually a framework environment of Android, which provides various interfaces, so as long as developers develop plug-ins (modules) in line with xposed, they can realize various deep optimization of Android system under the framework of xposed. Xposed is similar to. Net framework 4.0 on PC. any third-party application can be added to xposed through interface standard to load and run.

Building the xposed framework in advance

Because all third-party applications need to run under the xposed framework, you need to install xposed first. After you start the application, click 'framework', and then click 'Install / update & rarr; soft restart' in turn. After you restart the mobile phone, you can use it (Figure 1).

Figure 1 building the xposed framework

Install and download other applications in the compressed package according to the prompts. After the installation, enter the xposed framework again, click 'module', and then check all installed modules in the open window. After the above operation, you can start to deeply optimize the Android system (Figure 2).

Figure 2 enable installation module

Tips:

Note that the Xiaomi system is not compatible with the xposed framework, which may lead to unlimited restart of the mobile phone after installation. In addition, the mobile phone must have root. If not specified, all applications are used in Android 4.0 and above.

Try to beautify the taskbar

Friends who know about Android beautification all know that for beautification of important system components such as system notification bar, taskbar and battery icon, we must change the system files. If not properly operated, the system may crash. But now with xposed_ With the application of tweetbox, anyone can easily beautify the above components. Start xposed_ Tweetbox, you can see that it can optimize multiple system components (Figure 3). Here, take the taskbar operation as an example. Android's default taskbar has a black background. If you want to be more personalized, you can click the 'status bar' in the program interface, and then click the 'background colors' button to change the color (Figure 4).

Figure 3 optimization component list

Figure 4 optimizes the status bar

In the pop-up color matching window, click the button below, and then select green (or other colors), so that the original background color of the taskbar can be changed to green. After restart, enter the desktop again to see the changed effect (Figure 5). The operation steps of other projects are similar.

Figure 5 color optimization adjustment

Play with xposed deep optimization

Launch app on mobile phone_ After setting, the program will search all the applications on this machine, and select the application to edit and optimize according to the prompt (Figure 6).

Figure 6 selecting the application to edit

1. Add forced full screen to any application

Click "open" after "setting" in the open window to open the application editing window, where you can set the font of the program display, full screen, start title, font size, etc. For example, some applications don't use adaptive resolution settings. If they can't display in full screen on a large screen mobile phone, just select 'force' under the 'full screen' option (Figure 7).

Figure 7 setting application to force full screen display

2. Android application permission customization

There are many free apps on Android, but free lunch comes with all kinds of hidden dangers. For example, many applications start secretly in the background by default. Applications without the address book function are forced to have the right to read the address book. After the application runs, the system sleep function will be disabled, resulting in the rapid depletion of power. Now use the app under the xposed framework_ Settings can edit all permissions of the application to solve the above problems. Here's the example of 'XX word memorizing software'.

If you want to edit the permissions of the application, click the 'permissions' button at the bottom, and then you can see all the permissions of the application in the open window. For example, the permissions of this English speaking software, such as' access sensitive log data 'and' read mobile phone status and identity ', are obviously inconsistent with the functions of the application itself. You can block it by clicking, and the shielding operation of other permissions is similar (Figure 8).

Figure 8 editing specific permissions

Tips:

★App_ Settings permission editing is different from the interception of ordinary security software. Ordinary security software only intercepts when the application's specific permission is activated, so that the application does not have corresponding permissions. It only plays a palliative role, such as intercepting the self start of an application. However, if the security software is unloaded, the application will continue to self start. And app_ Settings is to shield the permission component of the program and completely cancel the permission of the application.

Pay attention not to edit the permissions that the application really needs, so as not to make the application unable to run. If you edit the permissions incorrectly, just open the above window again and restore the blocked permissions to their original state (the blocked permissions are marked with horizontal lines).

After completing the above operation, click the 'Save' button in the upper right corner, save and exit the program. Now run the edited application, and the above blocked permissions no longer exist, which can make the application more in line with our actual needs.