; *** TasksNeverProtected 1.0 *** ; *** Procesy a vlakna uz nebudu chranene *** ; Author: fca00000 (fca00000-at-yahoo-dot-es) ; Date: 2005.10.20 ; Translate: Sirus (www.siemensmania.cz) ; Firmware version: 15 ; Omap: Z1 ; ; Some tasks are impossible to kill because they are protected. Same applies to Threads. ; Niektore procesy je nemozne ukoncit, pretoze su chranene. Tak isto aj vlakna. ; This patch avoids that a task becomes protected, therefore allowing to kill it. ; Tento patch rusi ochranu a preto potom mozu byt ukoncene. ; Not only that, but also permits to lower the priority, and read its memory. ; A nielen to ale aj umoznuje citat ich pamat. ; For this, you would need some special program. ; To je potreba pre niektore specialne programy. ; I use this patch to spy on running programs. ; Ja ho pouzivam na sledovanie beziacich programov. ; Be careful. You might close an important application by mistake. ; Budte opatrny. Mozete nahodne ukoncit nejaku dolezitu aplikaciu. ; ; To verify that it works, you can use application TaskSpy ; Na overenie ci to funguje mozete pouzit aplikaciu TaskSpy ; Options->Misc.->Preferences->ShowHidenApps=On, ShowROMProcesses=On ; Tab Processes->EFile->Details->Protected and also ; Tab Processes->EFile->Options->Process->Show threads->look at 'Prot.' ; According to the Symbian documentation: ; Podla dokumentacie od Symbianu: ; The protected state prevents any other process from setting the priority or ending this process. ; Ochrana zamedzuje inym procesom menit prioritu alebo ukoncovat procesy a vlakna. ; While the system attribute is set, the application cannot be closed down. ; Pokial je nastaveny systemovy atribut, aplikacia nemoze byt ukoncena. ; ; As far as I know, nothing is broken. But I decline all responsability, of course. ; Patch moze byt nebezpecny. Autor sa zrieka zodpovednosti za skody sposobene patchom. ; ; Avoids Process::SetProtected ; upravuje Process::SetProtected replace:0830831328308015:0030831328308015 ; Avoids Thread::SetProtected ; upravuje Thread::SetProtected replace:0830831320308015:0030831320308015 ; Avoids DProcess:SetSystem ; upravuje DProcess:SetSystem replace:0430831328308015:0030831328308015 ; Avoids Thread::SetSystem ; upravuje Thread::SetSystem replace:0430831320308015:0030831320308015