| The Following 32 Users Say Thank You to juiceme For This Useful Post: | ||
0x255, Ancelad, ck2nb, coderus, death_jax, eekkelund, Eztran, hrbani, Hurrian, imaginaryenemy, Iryus, jalyst, Jeffrey04, lal, lbee, lorenzo, Lucazz990, milad ghusn, minimos, nbedford, OVK, peterleinchen, ranbaxy, Rockenroller, SourenAraya, stooobs, thedead1440, tioubxancur, TMavica, traysh, venomcortx1 | ||
|
|
2013-11-19
, 07:25
|
|
|
Posts: 2,021 |
Thanked: 1,060 times |
Joined on Apr 2010
@ Hong Kong
|
#2
|
| The Following User Says Thank You to TMavica For This Useful Post: | ||
|
|
2013-11-19
, 08:00
|
|
|
Posts: 4,086 |
Thanked: 8,796 times |
Joined on Aug 2010
@ Ruhrgebiet, Germany
|
#3
|
).
|
|
2013-11-19
, 09:13
|
|
|
Posts: 1,547 |
Thanked: 3,092 times |
Joined on Jun 2012
@ Russia, 96
|
#4
|
| The Following User Says Thank You to Ancelad For This Useful Post: | ||
|
|
2013-11-19
, 09:41
|
|
Community Council |
Posts: 4,902 |
Thanked: 12,827 times |
Joined on May 2012
@ Southerrn Finland
|
#6
|
|
|
2013-11-19
, 09:44
|
|
|
Posts: 1,547 |
Thanked: 3,092 times |
Joined on Jun 2012
@ Russia, 96
|
#7
|
I didn't use it even with stock-kernel.
| The Following User Says Thank You to Ancelad For This Useful Post: | ||
|
|
2013-11-19
, 10:53
|
|
Guest |
Posts: n/a |
Thanked: 0 times |
Joined on
|
#9
|
well, Jonni suggesting remake devicelock to use other memory region, not CAL
| The Following User Says Thank You to For This Useful Post: | ||
|
|
2013-11-19
, 12:11
|
|
Posts: 1,225 |
Thanked: 1,905 times |
Joined on Feb 2011
@ Quezon City, Philippines
|
#10
|
True. What I'd say is ideal if it was possible to sign our kernels correctly or if there was a relatively easy way to bypass the signature verification in NOLO.
Now there's a worthy project to start hacking on

After the install process completes all open applications are forcefully closed.
NOTE! This fix is only for Open Mode devices, do not try to do this on a Closed Mode device or you will end up in MALF state!
How the fix works: After an install applauncher reloads it's state from /var/run/applauncherd/saved-state file. If the system is in Open Mode and aegis keys have a conflict with Closed Mode keys then /var/run/ is not mounted as aegisfs. Applauncher notices this and forces a shutdown on all applications it handles. (Thanks for Eztran for figuring this out)
The fix is to compile libapplauncherd.so with debug flags so that it only notes the need to relaunch apps without actually doing so.