Reduce Lags On Arm v6 phones

Wakeham 2009 Friday, July 5, 2013 0 comments
Lag reduction for ROOT USERS ONLY!
Many Android tasks run slower than they should for one simple, yet not-so-obvious reason: they consume large amounts of random data from a limited source. Random data is used to generate session keys and unique identifiers, in SSL and wifi, while starting processes, and during inter-process communication.
This data (entropy) runs out frequently, and that causes processes reading from the blocking device (if any) to temporarily stop responding (lag). These processes cannot continue until the Linux kernel repopulates the entropy pool, which takes time. In addition, input events are pulled from the user interface (to refill the pool), which may also contribute to the problem.
Seeder is a service for root users. It assists the kernel in "topping off" the entropy pool by re-seeding it with data from the non-blocking (high performance) random device. Optionally, it can also help alleviate MMC I/O contention by extending the I/O queue, allowing the I/O scheduler to make better decisions, and combine more writes.
On some devices, applications load significantly faster (particularly large ones like Facebook, Chrome, and Youtube), and task switching becomes effortless. Fewer visual "hiccups" occur.
You MUST be running a rooted device to use this application! If you don't know what this means, Seeder will probably not work on your device!

Instructions (only for rooted phones)
1.Install Apk
2.Open
3.Tick mark all three options
4.Select aggressive
5.Click enable

Apk

 Download Now


0 comments :

Post a Comment