Cristallx
New Member
Update DRX v1.7.4 v2 ICS 4.0.4
Added Seeder
Say goodbye to lag, forever!
Many Android tasks run much slower than they should for one simple, but not-so-obvious reason: they read random data from a limited "blocking" random device. Random data is used to generate session keys and UUIDs, in SSL, and frequently during inter-process communication.
This data (entropy) runs out frequently, and that causes any process reading from the blocking device to stop responding (lag). These processes cannot continue until the Linux kernel repopulates the entropy pool, which takes time.
Seeder assists the kernel in "topping off" the entropy pool by seeding it with fresh data from the non-blocking (high performance) random data source.
Many applications load significantly faster (particularly large ones like Facebook, Chrome, and Youtube), and task switching becomes effortless. Never again will you wait in frustration, as the home screen slowly redraws its icons and widgets after pressing the home button on a busy device.
Great work from DRX
Kind regards,
Cristallx
Added Seeder
Say goodbye to lag, forever!
Many Android tasks run much slower than they should for one simple, but not-so-obvious reason: they read random data from a limited "blocking" random device. Random data is used to generate session keys and UUIDs, in SSL, and frequently during inter-process communication.
This data (entropy) runs out frequently, and that causes any process reading from the blocking device to stop responding (lag). These processes cannot continue until the Linux kernel repopulates the entropy pool, which takes time.
Seeder assists the kernel in "topping off" the entropy pool by seeding it with fresh data from the non-blocking (high performance) random data source.
Many applications load significantly faster (particularly large ones like Facebook, Chrome, and Youtube), and task switching becomes effortless. Never again will you wait in frustration, as the home screen slowly redraws its icons and widgets after pressing the home button on a busy device.
Great work from DRX
Kind regards,
Cristallx