Original source: http://forum.xda-dev...d.php?t=1987032
Install the APK, then open the app and enable it. Don't forget to grant the app superuser permissions.
It may be just a placebo effect, but my phone does seem a little bit faster now.

utternoob, on 03 January 2013 - 09:20 PM, said:
Current Phone:
Xperia T
Previous Phones:
Orange Monte Carlo
Nokia 5530 XpressMusic (Nokia C6-00 CFW)
Sony Ericsson v640i
Nokia 3120
Various other Nokia phones.
Not the best history of phones ![]()
Current Phone:
Xperia T
Previous Phones:
Orange Monte Carlo
Nokia 5530 XpressMusic (Nokia C6-00 CFW)
Sony Ericsson v640i
Nokia 3120
Various other Nokia phones.
Not the best history of phones ![]()
#!/system/bin/sh # Entropy tweak PSIZE=$(cat /proc/sys/kernel/random/poolsize) PSIZE=$((PSIZE/3)) echo $PSIZE > /proc/sys/kernel/random/read_wakeup_threshold;It should save battery compared to the application as it doesn't wake the phone at all and has no service running.
#!/system/bin/sh # Entropy tweak rm /dev/random; ln -s /dev/urandom /dev/random;
#!/system/bin/sh # Entropy tweak rm /dev/random; mknod /dev/random c 1 9;
Edited by H3ROS, 04 January 2013 - 12:24 AM.

tilal6991, on 03 January 2013 - 09:26 PM, said:
H3ROS, on 03 January 2013 - 10:00 PM, said:
#!/system/bin/sh # Entropy tweak PSIZE=$(cat /proc/sys/kernel/random/poolsize) PSIZE=$((PSIZE/3)) echo $PSIZE > /proc/sys/kernel/random/read_wakeup_threshold;It should save battery compared to the application as it doesn't wake the phone at all and has no service running.
#!/system/bin/sh # Entropy tweak rm /dev/random; ln -s /dev/urandom /dev/random;
#!/system/bin/sh # Entropy tweak rm /dev/random; mknod /dev/random c 1 9;
Current Phone:
Xperia T
Previous Phones:
Orange Monte Carlo
Nokia 5530 XpressMusic (Nokia C6-00 CFW)
Sony Ericsson v640i
Nokia 3120
Various other Nokia phones.
Not the best history of phones ![]()
0 members, 0 guests, 0 anonymous users