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 athttp://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 tha app.
WARNING! It is strongly recommended to not hibernate apps which are installed as widgets on your launcher or lock screen.Hibernate adalah utilitas kecil yang memungkinkan Anda untuk hibernate proses latar belakang yang dipilih. It "membunuh" mereka dengan cara "killBackgroundProcesses" digunakan secara internal oleh Android untuk membebaskan sumber daya. Metode ini berbeda dengan membunuh aplikasi dalam daftar sistem proses yang berjalan di jalan, yang memungkinkan aplikasi untuk menyelamatkan negara mereka sebelum keluar, jadi ketika Anda kembali ke proses hibernasi kembali, itu akan dikembalikan ke keadaan sebelumnya.
Utilitas yang dapat berguna bagi pengembang yang perlu menguji bagaimana aplikasi mereka berperilaku ketika sedang dibongkar dan dimuat kembali oleh sistem, serta untuk pengguna lain mencari cara optimasi sistem on-the-fly.
INI BUKAN PEMBUNUH TUGAS. Aplikasi ini memang benar-benar membekukan tugas yang dipilih, bongkar mereka dari operasi memori dan mencegah lebih lanjut penggunaan CPU, tapi tugas tetap dalam daftar sistem "berjalan" tugas. Menurut dokumentasi Android (kutipan): "Perhatikan bahwa" berjalan "tidak berarti apapun dari kode tugas saat ini sedang dimuat atau kegiatan - tugas mungkin telah dibekukan oleh sistem, sehingga dapat dimulai kembali dalam keadaan sebelumnya ketika selanjutnya dibawa ke latar depan. " Dan ini adalah Hibernate yang memerintahkan sistem untuk membekukan tugas yang dipilih. Harap dicatat bahwa Anda mungkin melihat tombol "Force stop" masih aktif di "Info App" dialog sistem untuk tugas-tugas hibernasi. Hal ini karena mereka dibekukan, tidak dihapus. Berbeda dengan hibernasi itu, "berhenti" tidak paksa dan menghancurkan app. Hal ini membuat perbedaan besar.
Aplikasi ini TIDAK MEMERLUKAN rooting perangkat Anda. Hal ini dirancang untuk bekerja tanpa hak SuperUser.
Aplikasi ini mendukung mode layanan yang memungkinkan untuk latar belakang berhibernasi otomatis proses tertentu. Perhatian: menggunakan modus layanan dengan hati-hati. Jika beberapa proses hibernasi yang diciptakan terus menerus oleh diri mereka sendiri, layanan mungkin akan kehabisan baterai.
Layanan ini dikonfigurasi dalam dialog pengaturan. Antara lain Anda dapat mengaktifkan atau menonaktifkan notifikasi layanan tentang peristiwa varios.
Gunakan dialog Status untuk mengedit daftar proses yang sedang hibernasi.
Rincian lebih lanjut di situs. FAQ juga tersedia dihttp://wifiline.blogspot.com/p/hibernate-faq.html.
Jika Anda pikir Anda menemukan bug, silahkan hubungi saya melalui e-mail dan memberikan rincian sebanyak mungkin. Ada ada terlalu banyak perangkat yang berbeda dan rasa Android, jadi saya tidak dapat menguji aplikasi pada mereka semua. Kita bisa mencoba untuk memecahkan masalah spesifik Anda bersama-sama, bukan downvoting bodoh dari app tha.
PERINGATAN! Hal ini sangat dianjurkan untuk tidak hibernasi aplikasi yang diinstal sebagai widget pada peluncur atau layar kunci.