Hibernate Application icon

Hibernate 1.33

347.2 KB / 100K+ Downloads / Rating 3.6 - 2,348 reviews


See previous versions

Hibernate, developed and published by Stan Korotky, has released its latest version, 1.33, on 2015-12-09. This app falls under the Tools category on the Google Play Store and has achieved over 100000 installs. It currently holds an overall rating of 3.6, based on 2.348 reviews.

Hibernate APK available on this page is compatible with all Android devices that meet the required specifications (Android 2.2+). It can also be installed on PC and Mac using an Android emulator such as Bluestacks, LDPlayer, and others.

Read More

App Screenshot

App Screenshot

App Details

Package name: com.weborienteer.utilits.hibernate

Updated: 9 years ago

Developer Name: Stan Korotky

Category: Tools

New features: Show more

App Permissions: Show more

Installation Instructions

This article outlines two straightforward methods for installing Hibernate on PC Windows and Mac.

Using BlueStacks

  1. Download the APK/XAPK file from this page.
  2. Install BlueStacks by visiting http://bluestacks.com.
  3. Open the APK/XAPK file by double-clicking it. This action will launch BlueStacks and begin the application's installation. If the APK file does not automatically open with BlueStacks, right-click on it and select 'Open with...', then navigate to BlueStacks. Alternatively, you can drag-and-drop the APK file onto the BlueStacks home screen.
  4. Wait a few seconds for the installation to complete. Once done, the installed app will appear on the BlueStacks home screen. Click its icon to start using the application.

Using LDPlayer

  1. Download and install LDPlayer from https://www.ldplayer.net.
  2. Drag the APK/XAPK file directly into LDPlayer.

If you have any questions, please don't hesitate to contact us.

App Rating

3.6
Total 2,348 reviews

Reviews

2 ★, on 2020-05-05
Only found 11 apps, none of the ones that I wanted to hibernate. I went through the filters, etc, and couldn't get it to find anything else.

5 ★, on 2020-02-07
AWESOME APP!!! I've been using it for a while and works like a charm. Besides I used it on my sister in law ANDROID 6 tablet and a friend ANDROID 6 phone, and work GREAT. ANDROID 6 for some reason turn off others apps automatic hibernation, but not this one. So, TWO THUMBS UP.

4 ★, on 2020-09-01
Helping hibernate unwanted preinstalled system apps

1 ★, on 2020-08-30
This App didn't show any apps on screen to hibernate

5 ★, on 2019-07-11
Unique and excellent app.👌✌

3 ★, on 2020-05-02
😔 App. Losing Access

Previous Versions

Hibernate 1.33
2015-12-09 / 347.2 KB / Android 2.2+

About this app

Hibernate is a small utility which allows you to hibernate selected background processes. It "kills" them by means of "killBackgroundProcesses" used internally by Android to free up resources. This method differs from killing applications in the system list of running processes in the way, that it allows applications to save their state before exit, so when you return to the hibernated process back, it will be restored to its previous state.

The utility can be usefull for developers who need to test how their applications behave while being unloaded and re-loaded by the system, as well as for other users searching for a way of system optimization on-the-fly.

THIS IS NOT A TASK KILLER. The app does actually freeze selected tasks, unloading them from operating memory and preventing further CPU usage, BUT the tasks remain in the system list of "running" tasks. According to Android documentation (citation): "Note that "running" does not mean any of the task's code is currently loaded or activity -- the task may have been frozen by the system, so that it can be restarted in its previous state when next brought to the foreground." And this is the Hibernate who instructs the system to freeze selected tasks. Please, note that you may see the button "Force stop" still enabled in the "App info" system dialog for hibernated tasks. This is because they are frozen, not removed. Unlike to the hibernation, the "stopping" does forcedly and completely destroy the app. This makes a big difference.

The app DOES NOT REQUIRE rooting you device. It is designed to work without SuperUser privileges.

The app supports a service mode allowing for automatic background hibernating of specified processes. Attention: use the service mode with a caution. If some of hibernated processes are recreated constantly by themselves, the service may exhaust the battery.

The service is configured in the settings dialog. Among other things you can enable or disable service notifications about varios events.

Use the Status dialog to edit the list of currently hibernated processes.

More details on the site. FAQ is also available at http://wifiline.blogspot.com/p/hibernate-faq.html.

If you think you found a bug, please contact me via e-mail and provide as many details as possible. There exist too many different devices and Android flavours, so I can't test the app on all of them. We could try to solve your specific problems together, instead of dumb downvoting of the app.

WARNING! It is strongly recommended to not hibernate apps which are installed as widgets on your launcher or lock screen.

WARNING! On Android 5+ active tasks can not be monitored anymore by system design. As a workaround, Hibernate does now provide a special accessibility service, which must be enabled manually by user in the system Accessibility settings. Without this hibernation service will not function properly on Android 5+.

In addition Google requires this text to appear here: "This app uses Accessibility services."


ATTENTION!!! Since some latest Android 5.1.1 builds (around LMY48I, august 2015) Google completely broke the functionality of Hibernate. They left no ways to get information about processes (IDs, priorities, etc.) through public APIs. I made a workaround with a limited functionality (for example, process priorities, services and dependencies are not listed anymore) and resource consumption may increase. This is not my fault. Please downvote Google itself. Alternatives are: not to upgrade to the latest Android versions or root your device.


ATTENTION! THE APPLICATION WILL NOT FUNCTION PROPERLY IN ANDROID 7+. GOOGLE INTENTIONALLY BROKE ALL METHODS OF PROCESS LISTING. YOU MAY FIND DETAILS HERE - https://code.google.com/p/android/issues/detail?id=205565

New features

Fixed a problem on Android 5+: packages with subprocesses were skipped during listing.

On Android 5+, do not forget to re-enable the Hibernate's accessibility service.

App Permissions

Allows an application to call killBackgroundProcesses(String].
This constant was deprecated in API level 21. No longer enforced.
Allows an application to receive the ACTION_BOOT_COMPLETED that is broadcast after the system finishes booting.
Must be required by an AccessibilityService, to ensure that only the system can bind to it.