Drill into Android internal adjustment with Xposed

  
Android is an open system, so many people like to carry out various transformations and optimizations, but it involves the internal transformation of the system, which requires a certain programming foundation, which is obviously difficult for the average person. With Xposed, anyone can easily optimize the Android system in depth. Tip: What is the difference between Xposed and Android apps? Xposed is actually a framework environment for Android, which provides various interfaces, so that developers can develop various depth optimizations for Android systems by developing Xposed plugins (modules). Xposed is similar to the .NET Framework 4.0 on a PC, and any third-party application can be loaded into Xposed through the interface standard to load and run. Prepare the Xposed framework for the future. Because third-party applications must run under the Xposed framework, first install Xposed. After launching the application, click on “Frames” and then click “Install/Update & Rarr; Soft Restart”. You can use it after restarting your phone (Figure 1). Figure 1 Set up the Xposed framework and follow the prompts to install and download other applications in the compressed package. After completing the installation, enter the Xposed framework again, click on “Modules”, and then select all installed modules in the open window. After completing the above operations, you can start. Deep optimization of the Android system (Figure 2). Figure 2 Tips for enabling the installation module: Note that the Xiaomi system is not compatible with the Xposed framework, which may cause the phone to restart indefinitely after installation. In addition, the phone must be ROOT, if not specified, all applications are used in Android 4.0 and above. The knives and landscaping taskbars understand that Android landscaping friends know that for the beautification of important system components such as the system notification bar, taskbar, battery icon, etc., we must make changes to the system files, and if it is not done properly, it may cause the system to crash. But with the Xposed_Tweakbox app, anyone can easily embellish these components. Start Xposed_Tweakbox, you can see that it can optimize multiple system components (Figure 3), here is the taskbar operation as an example, Android default taskbar is black background, you want to be more personalized, you can click on the program interface <;Status bar” Enter, then click the “Background colors” button to change the color (Figure 4). Figure 3 Optimization component list Figure 4 Optimizing the status bar In the pop-up color matching window, click the button below, then select green (or other colors), which will turn the background color of the original taskbar into green. After rebooting, you can enter the desktop again to see the changed effect (Figure 5). The optimization of other projects is similar to the operation steps. Figure 5 Color Optimization Tuning Xposed Depth Optimization After launching App_Settings on the phone, the program will search all the apps of the machine and select the application that needs to be edited and optimized (Figure 6). Figure 6 Select the application to be edited 1. Add a forced full screen to any application Click "Open" in the window that opens, and open the application's editing window, where you can display the font, whether it is full screen, and start the title. , font size, etc. are set. For example, some applications do not use the adaptive resolution setting. If you cannot display the full screen on a large screen mobile phone, just select “Force” in the “Fullscreen” option (Figure 7). Figure 7 Setting the application to force full-screen display 2. Android application permissions Customized Android has a lot of free apps, but the free lunch comes with uninvited hidden dangers. For example, many applications sneak up and start in the background by default. Applications without the address book function have the right to read the address book. After the application runs, the system sleep function will be disabled, resulting in extremely exhausted power. Now you can use the App_Settings under the Xposed framework to edit all the permissions of the application to solve the above problems. Here is an example of the "XX back word software" & rdquo;. If you want to edit the permissions of the app, click the “Permissions” button below, and then you will see all the permissions allowed for the app in the window that opens. For example, the back English software, “check sensitive log data”, “read phone status and identity”; these permissions obviously do not match the function of the app itself, just click to shield it, other permissions are similar to the blocking operation ( Figure 8). Figure 8 Editing specific permissions: @App_Settings permission editing is different from normal security software. Normal security software only intercepts when the application specific permission is activated, so that the application does not have corresponding permissions, but only plays the role of palliative, such as Blocks the self-starting of an app, but if you uninstall the security software, the app will continue to self-start. App_Settings is to block the permissions component of the program and completely cancel the permissions of the application. ★Be careful not to edit the permissions that the app really needs, so that the app won't run. If you edit the permissions incorrectly, just open the above window again and restore the blocked permissions as they are (the blocked permissions are marked with horizontal lines). After completing the above operation, click the “Save” button in the upper right corner to save the program and exit the program. Now run the edited application, the above blocked permissions no longer exist, which can make the application more suitable for our actual needs. .  
Copyright © Windows knowledge All Rights Reserved