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 é um pequeno utilitário que permite que você hibernar processos em segundo plano selecionados. Ele "mata-los" por meio de "killBackgroundProcesses" usados internamente pelo Android para liberar recursos. Este método difere de matar aplicações na lista do sistema de processos em execução no caminho, que permite que os aplicativos para salvar seu estado antes de sair, por isso, quando você retornar ao processo hibernado de volta, ele será restaurado ao seu estado anterior.
O utilitário pode ser útil para desenvolvedores que precisam testar como seus aplicativos se comportam enquanto são descarregados e recarregados pelo sistema, bem como para outros utilizadores que procuram uma forma de otimização do sistema on-the-fly.
ISTO NÃO É UM ASSASSINO tarefa. O aplicativo não realmente congelar tarefas selecionadas, descarregando-os de operar memória e impedindo ainda mais o uso da CPU, mas as tarefas permanecem na lista do sistema de "correr" tarefas. De acordo com a documentação do Android (citação): "Note-se que" correr "não significa qualquer um dos códigos da tarefa está atualmente carregado ou atividade - a tarefa pode ter sido congelada pelo sistema, de modo que ele pode ser reiniciado em seu estado anterior, quando seguinte trouxe para o primeiro plano ". E este é o Hibernate que instrui o sistema para congelar tarefas selecionadas. Por favor, note que você pode ver o botão "Forçar parada" ainda habilitado a "info App" diálogo do sistema para tarefas hibernated. Isso é porque eles estão congelados, não removida. Ao contrário do modo de hibernação, o "parar" não forçadamente e destruir completamente o aplicativo. Isso faz uma grande diferença.
O aplicativo NÃO EXIGE enraizamento seu aparelho. Ele é projetado para funcionar sem privilégios de superusuário.
O aplicativo suporta um modo de serviço permitindo automático hibernando de processos especificados fundo. Atenção: use o modo de serviço com uma cautela. Se alguns dos processos hibernated são recriadas constantemente por si só, o serviço pode esgotar a bateria.
O serviço é configurado na caixa de diálogo Configurações. Entre outras coisas que você pode ativar ou desativar as notificações de serviço sobre os acontecimentos varios.
Use a caixa de diálogo Status para editar a lista de processos em hibernated.
Mais detalhes sobre o local. FAQ também está disponível nohttp://wifiline.blogspot.com/p/hibernate-faq.html.
Se você acha que encontrou um erro, por favor contacte-me via e-mail e fornecer o máximo de detalhes possível. Existem muitos dispositivos diferentes e sabores do Android, então não posso testar o aplicativo em todos eles. Poderíamos tentar resolver seus problemas específicos em conjunto, em vez de downvoting mudo de app tha.
ATENÇÃO! Recomenda-se vivamente a não hibernam aplicativos que são instalados como widgets no seu lançador ou tela de bloqueio.