- Charlie Hu, a professor of computer engineering at Purdue University, said that while the screen is off, computer hardware should go to sleep, and power consumption should be close to zero. Apps periodically wake up the phone to do something useful, but after they're done they're supposed to put the phone back to sleep, but due to a bug, or rather incorrect use of the Android power control API wakelock, the phone can't go back to sleep. The HUSH system dynamically identifies background application activities that are of little use to the user, and suppresses the background activities of these applications when the screen is off to save power.Also read:https://www.aimeno.com/lifepo4-battery-cell/lists_98.html
Five cutting-edge battery technologies improve battery life
In the past few years, many smartphones have started to sell excellent battery life as one of their selling points, and the actual performance has indeed improved a lot.
In fact, in the past few years, the entire smartphone market has made great progress, but there has been no breakthrough in the development of the battery field alone. Our smartphones are slimmer, faster, and have more powerful processors, but manufacturers seem to be at a loss when it comes to adding battery life.
Fortunately, many companies and scientific research institutions have seen the industry's desire for battery technology advancement. It can be said that whoever can launch a new type of battery technology that can be used in the future will be the first to take the initiative in the market. The product area will also continue to advance by leaps and bounds with the advancement of battery technology.
Below is a summary of some interesting technologies that may lead to significant advances in battery technology in the future.
The first technology does not seem to be directly related to the battery, but it can also extend the battery life from the side. Researchers from Purdue University, Intel Corporation, and MobileEnerlytics analyzed the use of 2,000 Android-based smartphones and found that the apps installed on the phone drained 28.9% of the battery power when the screen was off, because the apps frequently wake up and run in the background. So they developed a system called HUSH, which can extend battery life by 16%, and published the code on GitHub.