thedead1440: is your phone in open mode? If it is NOT, please help me: download the attached file to your phone, move the file to /home/user, go to /home/user AS ROOT and run the following commands: tar -zxf ionice.real.tar.gz chmod a+x ionice.real ./ionice.real -c 1 -n 7 -p $(pidof bme_RX-71) ./ionice.real -p $(pidof bme_RX-71) Then paste the result here. Thank you in advance.
RM696-21-3_PR_001:/home/user# chmod a+x ionice.real chmod: ionice.real: Operation not permitted -------------- RM696-21-3_PR_001:/home/user# ./ionice.real -c 1 -n 7 -p $(pidof bme_RX-71) -sh: ./ionice.real: Operation not permitted RM696-21-3_PR_001:/home/user# ./ionice.real -p $(pidof bme_RX-71) -sh: ./ionice.real: Operation not permitted RM696-21-3_PR_001:/home/user#
~ $ chmod a+x ionice.real chmod: ionice.real: Operation not permitted ~ $ -------------------------- ~ $ cd /home/user ~ $ ./ionice.real -c 1 -n 7 -p $(pidof bme_RX-71) ionice.real: ioprio_set failed: Operation not permitted ~ $ ./ionice.real -p $(pidof bme_RX-71) unknown: prio 0 ~ $