Some users lime myself are experience the same problem. Just have to be patientHi.
Im having the RNGD problem on my S7 galaxy with Sac23 rom and magisk 17.1 i'd losome help. ?
Some users lime myself are experience the same problem. Just have to be patient
Think I've found the problem if you have adopted storage enabled make sure it's installed on internal storage and not ya SD card
Think I've found the problem if you have adopted storage enabled make sure it's installed on internal storage and not ya SD card
Orwell that's me not getting the thanks button pushed
Orwell that's me not getting the thanks button pushedwish I could help more sorry.
Did u find any fix for this?After today's update I can't enable seeder lag reduction. "RNGD startup failed. Seeder was unable to start the RNG service..." SuperSU root privileges accepted, tried even reboot.. Im on super nexus 2.0, till now didn't have any problems with it.. It's donate version from google play.
Haha nope, that's different. The one in KA adjusts the default Linux random driver to make more entropy somehow. This runs a seperate process to make more entropy and then channels the entropy to the random driver to add on to the entropy already made by the default random driverI have a question, isn't the functionality of seeder built into one of the Kernel Aduitor apps in Entropy under the Kernel section?
Haha nope, that's different. The one in KA adjusts the default Linux random driver to make more entropy somehow. This runs a seperate process to make more entropy and then channels the entropy to the random driver to add on to the entropy already made by the default random driver
Use the script, that works!Hello I am on aicp 14 Android 9 it seems that it doesn't work any idea how to solve this & thanks in advance
Wich script ??
Try this the version 7 of seeder script https://forum.xda-developers.com/showthread.php?t=2041014&page=7
I flashed the zip file and the script did run perfectly but I couldn't find how to enable seeder lag reduction like in the app any suggestionsTry this the version 7 of seeder script https://forum.xda-developers.com/showthread.php?t=2041014&page=7
su
seeder
su
cd /sdcard/install
sh install.sh
su
cd /sdcard
sh uninstall.sh
watch -n 1 cat /proc/sys/kernel/random/entropy_avail
pgrep rngd
su
seeder
su
cd /sdcard/install
sh install.sh
su
cd /sdcard
sh uninstall.sh
busybox sysctl -e -w kernel.random.read_wakeup_threshold=128;
busybox sysctl -e -w kernel.random.write_wakeup_threshold=256;
while :; do cat /proc/sys/kernel/random/entropy_avail; sleep 1;done
busybox sysctl -w kernel.random.read_wakeup_threshold=2048
echo 1366 > /proc/sys/kernel/random/read_wakeup_threshold
busybox sysctl -w kernel.random.read_wakeup_threshold=1366
busybox sysctl -e -w kernel.random.read_wakeup_threshold=1024;
busybox sysctl -e -w kernel.random.write_wakeup_threshold=2048;
Ok, I have a question for the OP:
I would like to know your through process that led up to the development of this patch. Was this just instinct or did you have a hint? Did you use a profiler of some sort? I'm just incredibly curious how on earth you arrived at the 'problem' before developing your 'solution'!