How to speed up the startup of an Android phone
Android smartphones take a long time to boot up, and the number of programs installed by users continues to increase, making the startup slower and slower! So, How to speed up the startup of an Android phone? How to improve the startup efficiency of the phone?
Step 1: First, the machine must be rooted. How to identify whether it is rooted? The Superuser application can be found on a rooted phone (obtaining permissions).
Step 2: Of course, the phone also needs to have an R.E. manager. Usually, the system that has been flashed comes with an R.E. manager. If not, just download and install it.
Step 3: Also enter the R.E. manager and mount it as read and write.
Step 4: Find the system folder and click to enter.
Step 5: Find the build.prop file and open it with a "text editor".
Step 6: Now modify the parameters, use To turn on hardware acceleration, please see the notes for specific parameter modifications
Step 7: At the same time, modify the parameters to increase the virtual memory and improve the response speed! Specific parameters Please check the notes for modifications
Step 8: After completing the changes, shut down and restart!
Notes
strong>Step 6: Find debug.sf.hw=0, change the value from 0 to 1.
Step 7: Find dalvik.vm.heapsize=24m, here we change it. The value is changed to 32m6.
The computer only recognizes machine language 0 and 1, so it usually defaults to 0 for off and 1 for on.